/* cool tables */
.odd00, .odd11, .odd01, .odd10 {
	border-collapse: collapse;
	border: 1px solid #000;
}

.odd00 th, .odd11 th, .odd01 th, .odd10 th {
 	padding: 3px 5px 2px 5px;
	text-align: left;
	font-weight: bold;
	background: #000;
	color: #ffffff;
	border: 1px solid #000;
}

.odd00 td, .odd11 td, .odd01 td, .odd10 td {
 	padding: 2px 5px 1px 5px;
	vertical-align: top;
	border: 1px solid #000;
}

.odd00 td.t10, .odd00 td.t11, .odd00 td.t00,
.odd00 td.t01, .odd10 td.t10, .odd10 td.t11,
.odd01 td.t10, .odd01 td.t00, .odd11 td.t10 {
	background: #f9f9f9;
}

.odd10 td.t00, .odd10 td.t01, .odd01 td.t11,
.odd01 td.t01, .odd11 td.t00 {
	background: #f1f1f1;
}

.odd11 td.t11 {
	background: #e8e7e7;
}

.odd11 td.t01 {
	background: #e2e2e2;
}



/* forms */
.formcontainer {
	margin:0px;
	padding:0px;
}

	.formcontainer p input,
	.formcontainer p textarea,
	.formcontainer p select option {
		color: #000000;
	}

	.formcontainer p.resizeable,
	.formcontainer p.unresizeable {
		padding-bottom: 10px;
	}

	.formcontainer p.title {
		margin-bottom: 2px;
	}
		.formcontainer p.title span {
			font-weight: bold;
			color: #7f7f7f;
		}

		.formcontainer p.title span.error {
			color: red;
		}


	.formcontainer p.resizeable input,
	.formcontainer p.input input,
	.formcontainer p.resizeable select {
		border-top: 1px solid #d6d6d6;
		border-left: 1px solid #d6d6d6;
		border-bottom: 1px solid #d6d6d6;
		border-right: 1px solid #d6d6d6;
		background: #FFFFFF;
		width: 99%;
	}

	.formcontainer p.resizeable textarea {
		border-top: 1px solid #d6d6d6;
		border-left: 1px solid #d6d6d6;
		border-bottom: 1px solid #d6d6d6;
		border-right: 1px solid #d6d6d6;
		background: #FFFFFF;
		overflow:auto;
		width: 99%;
	}

	.formcontainer p.button {
		padding-top: 10px;
	}


		.formcontainer p.button input {
			border: 1px solid #f88a08;
			background: #f88a08;
			color: #ffffff;
			font-weight: bold;
			font-size: 100%;
			width: 90px;
		}

#content h2 {
	font-size: 110%;
	margin-bottom: 5px;
}

#content .formcontainer h2 {
	border-bottom: 1px solid #d6d6d6;
	color: #d6d6d6;
	margin-bottom: 10px;
	margin-top: 10px;
}



body, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, form {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

textarea {
	overflow: auto;
}

html {
	height: 100%;
}

body, td, th, input, textarea, select {
	font-family: tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #191919;
}

body {
	background: #6ab0f5 url(../images/bg.jpg) repeat-x center top;
	text-align: center; /* IE5.5 centravimas */
	height: 100%;
	padding: 0;
}

* > body {
		min-height: 100%;
	}

/* === Main === */

#container {
	background: transparent url(../images/container.jpg) no-repeat;
	text-align: left;
	width: 800px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

* > #container {
		min-height: 100%;
		height: auto;
	}
	
	#info {
		padding: 0 40px;
	}
	
		#header {
			height: 246px;
		}
		
			h1.logo {
				float: right;
				padding: 29px 16px 0 0;
			}
			
				h1.logo a,
				h1.logo b {
					display: block;
					background: transparent url(../images/logo.gif) no-repeat;
					width: 149px;
					height: 119px;
				}
				
					h1.logo a span,
					h1.logo b span {
						display: none;
					}
		
		#nav-wrapper {
			background: transparent url(../images/content-top.gif) no-repeat left bottom;
		}
		
			#lang {
				float: right;
				padding-right: 15px;
			}
			
			#nav {
				float: left;
				padding-bottom: 24px;
			}
		
		#content-wrapper {
			background-color: #fff;
			padding: 6px 38px 17px 38px;
		}
		
			#sub-nav-wrapper {
				padding: 16px 0 8px 4px;
				border-top: 1px solid #ccc;
				border-bottom: 1px solid #ccc;
				margin-bottom: 20px;
			}
			
			#content {
				line-height: 15px;
				width: 644px;
				height: 200px;
			}
			
			* > #content {
					min-height: 200px;
					height: auto;
				}
	
	#footer {
		background: transparent url(../images/content-bottom.gif) no-repeat;
		padding: 28px 38px 16px 38px;
	}
	
		#created {
			
		}
		
			#copyright {
				float: right;
				text-align: right;
				width: 400px;
				padding-top: 1px;
			}
			
			#created .logo {
				float: left;
			}
			
				#created .logo a {
					display: block;
					background: transparent url(../images/sys/puslapis.gif) no-repeat right top;
					width: 53px;
					height: 14px;
				}
				
					#created .logo a span {
						display: none;
					}
	
	span.hide {
		display: none;
	}
	
	/* Content images */
	
	.img-container {
		/*+*/
	}
	
		.img-container table tr.image td {
			padding: 3px;
			border: 1px solid #ccc;
		}
		
		.img-container table tr.title {
			/*+*/
		}
		
			.img-container table tr.title td {
				text-align: center;
			}

/* === Other === */

.w25 {
	width: 25%;
}

.w33 {
	width: 33%;
}

.w50 {
	width: 50%;
}

.w100 {
	width: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/* Clear Fix */

.clearfix:after {
	content: ".";
	display: block;
	font-size: 0px;
	line-height: 0px;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

* html .clearfix {
	height: 1px;
}


/* === NAVIGATION === */

/* Lang */

#lang ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

	#lang li {
		float: left;
	}
	
	#lang li span {
		/*+*/
	}
	
		#lang li a {
			display: block;
			background: transparent url(../images/lang-bullet.gif) no-repeat;
			font-size: 10px;
			color: #000;
			text-decoration: none;
			text-transform: uppercase;
			padding: 0 13px 0 15px;
		}
		
			#lang li.first a {
				background: none
			}
		
		#lang li a:hover {
			color: #000;
			text-decoration: underline;
		}
		
		#lang li.selected a {
			font-weight: bold;
			text-decoration: none;
		}
		
		#lang li.selected a:hover {
			text-decoration: underline;
		}

/* Menu */

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

	#nav li {
		float: left;
	}
	
	#nav li span {
		/*+*/
	}
	
		#nav li a {
			display: block;
			background: transparent url(../images/nav-bullet.gif) no-repeat;
			font-size: 11px;
			color: #000;
			text-decoration: none;
			padding: 0 27px 5px 29px;
		}
		
			#nav li.first a {
				background: none
			}
		
		#nav li a:hover {
			color: #000;
			text-decoration: underline;
		}
		
		#nav li.selected a {
			font-weight: bold;
			text-decoration: none;
		}
		
		#nav li.selected a:hover {
			text-decoration: underline;
		}

/* Sub menu */

ul.sub-nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	.sub-nav li {
		float: left;
		width: 33%;
	}

		.sub-nav a {
			display: block;
			background: transparent url(../images/sub-nav-bullet.gif) no-repeat;
			font-size: 11px;
			font-weight: bold;
			color: #999;
			text-decoration: none;
			padding: 0px 16px 12px 12px;
		}
		
		.sub-nav a:hover {
			color: #999;
			text-decoration: underline;
		}
		
		.sub-nav li.selected a {
			background: transparent url(../images/sub-nav-bullet-o.gif) no-repeat;
			font-weight: bold;
			color: #650000;
			text-decoration: none;
		}
		
		.sub-nav li.selected a:hover {
			color: #650000;
			text-decoration: underline;
		}

/* Icons */



/* --- */


/* === Links === */

a {
	color: #6ab0f5;
	text-decoration: underline;
}

a:hover {
	color: #6ab0f5;
	text-decoration: underline;
}

/* === Txt === */

h2.title {
	font-size: 22px;
	font-weight: normal;
	color: #650000;
	padding-bottom: 16px;
}

h3.title {
	font-size: 16px;
	font-weight: bold;
	color: #650000;
	padding-bottom: 16px;
}

#copyright span {
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
}



