/* cool tables */
.odd00, .odd11, .odd01, .odd10 {
	border-collapse: separate;
}

.odd00 th, .odd11 th, .odd01 th, .odd10 th {
 	padding: 3px 5px 2px 5px;
	text-align: left;
	font-weight: bold;
	background: #195938;
	color: #ffffff;
}

.odd00 td, .odd11 td, .odd01 td, .odd10 td {
 	padding: 2px 5px 1px 5px;
	vertical-align: top;
}

.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: #03c05f;
}

.odd10 td.t00, .odd10 td.t01, .odd01 td.t11,
.odd01 td.t01, .odd11 td.t00 {
	background: #00a651;
}

.odd11 td.t11 {
	background: #03c05f;
}

.odd11 td.t01 {
	background: #00a651;
}



/* 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: #000000;
		}

		.formcontainer p.title span.error {
			color: #8F3030;
		}


	.formcontainer p.resizeable input,
	.formcontainer p.input input,
	.formcontainer p.resizeable select {
		background: #FFFFFF;
		width: 99%;
	}

	.formcontainer p.resizeable textarea {
		background: #FFFFFF;
		overflow:auto;
		width: 99%;
	}

	.formcontainer p.button {
		padding-top: 10px;
	}


		.formcontainer p.button input {
			border: 1px solid #195938;
			background: #195938;
			color: #ffffff;
			padding: 2px;
			font-weight: bold;
			width: 90px;
		}

#content h2 {
	font-size: 110%;
	margin-bottom: 5px;
}

#content .formcontainer h2 {
	border-bottom: 1px solid #195938;
	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: #000;
}

body {
	background: #d5d5d5;
	text-align: center; /* IE5.5 centravimas */
	height: 100%;
	padding: 0;
}

* > body {
		min-height: 100%;
	}

/* === Main === */

#container {
	background: #00a651 url(../images/header.jpg) no-repeat;
	text-align: left;
	width: 772px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

* > #container {
		min-height: 100%;
		height: auto;
	}

	#header {
		border-bottom: 2px solid #195938;
	}
	
		h1.logo {
			float: right;
			padding: 208px 13px 0 14px;
		}
		
			h1.logo a,
			h1.logo b {
				display: block;
				background: transparent url(../images/logo.gif) no-repeat;
				width: 252px;
				height: 58px;
			}
			
				h1.logo a span,
				h1.logo b span {
					display: none;
				}
		
		#nav-wrapper {
			float: right;
			background: #00a651 url(../images/nav-bg.gif) no-repeat;
			width: 211px;
			height: 284px;
		}
		
			#nav {
				padding: 22px 40px 0 40px;
				border-top: 7px solid #195938;
			}
	
	#info {
		background-color: #ececec;
		padding: 19px 0 24px 0;
	}
	
		#content-wrapper {
			padding: 8px 46px 9px 43px;
			border-left: 7px solid #939393;
		}
		
			#sub-nav-wrapper {
				padding: 16px 0 8px 4px;
				border-top: 1px solid #aaa;
				border-bottom: 1px solid #aaa;
				margin-bottom: 20px;
			}
			
			#content {
				line-height: 15px;
				width: 676px;
				height: 200px;
			}
			
			* > #content {
					min-height: 200px;
					height: auto;
				}
	
	#footer {
		padding: 11px 46px 12px 50px;
		border-top: 9px solid #195938;
	}
	
		#created-wrapper {
			float: left;
			padding-top: 1px;
		}
		
		#created .logo {
			float: left;
		}
		
			#created .logo a {
				display: block;
				background: transparent url(../images/sys/puslapis.gif) no-repeat right top;
				width: 56px;
				height: 14px;
				padding-left: 3px;
				voice-family: "\"}\"";
				voice-family: inherit;
				width: 53px;
			}
			
				#created .logo a span {
					display: none;
				}
		
		#copyright-wrapper {
			float: left;
			width: 400px;
			padding-top: 1px;
		}
	
	span.hide {
		display: none;
	}
	
	/* Content images */
	
	.img-container {
		/*+*/
	}
	
		.img-container table tr.image td {
			border: 2px solid #00a651;
		}
		
		.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 */



/* Menu */

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

	#nav li {
		/*+*/
	}
	
	#nav li span {
		/*+*/
	}
	
		#nav li a {
			display: block;
			background: transparent url(../images/nav-bullet.gif) no-repeat;
			font-size: 12px;
			font-weight: bold;
			color: #fff;
			text-decoration: none;
			padding: 0 0 13px 23px;
		}
		
			#nav li.last a {
				
			}
		
		#nav li a:hover {
			color: #fff;
			text-decoration: underline;
		}
		
		#nav li.selected a {
			background: transparent url(../images/nav-bullet-o.gif) no-repeat;
			color: #ddd;
			text-decoration: none;
		}
		
		#nav li.selected a:hover {
			color: #ddd;
			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: #195938;
			text-decoration: none;
		}
		
		.sub-nav li.selected a:hover {
			color: #195938;
			text-decoration: underline;
		}

/* Icons */



/* --- */


/* === Links === */

a {
	color: #ed1c24;
	text-decoration: underline;
}

a:hover {
	color: #ed1c24;
	text-decoration: underline;
}

/* === Txt === */

h2.title {
	font-size: 18px;
	font-weight: bold;
	color: #195938;
	padding: 1px 46px 4px 43px;
	border-left: 7px solid #195938;
	margin-bottom: 1px;
}

h3.title {
	font-size: 15px;
	font-weight: bold;
	color: #195938;
	padding-bottom: 16px;
}

span.copyright {
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ececec;
}

