.flat-table {
	width: 100%;
	margin-bottom: 30px;
}

	.flat-table th {
		font-size: 11px;
		background: #00244C;
		color: #FFFFFF;
		text-align: left;
		text-align: center;
		padding: 2px 5px;
	}

	.flat-table td {
		background: #F3F5F7;
		text-align: center;
		padding: 2px 5px;
	}

	.flat-table td.nofancyfont {
		font-family: tahoma;
		font-size: 11px;
		text-align: center;
	}

	.flat-table tr.reserved td {
		background: #FDF9CD;
	}

.flat-table2 {
	width: 100%;
}

	.flat-table2 th {
		padding: 2px 5px;
		background: #00244C;
		color: #FFFFFF;
		text-align: left;
	}

	.flat-table2 td {
		padding: 2px 5px;
		background: #F3F5F7;
	}

	.flat-table2 td.nofancyfont {
		font-family: tahoma;
		font-size: 11px;
	}

.flatsearch {
	margin-bottom: 30px;
}

	.flatsearch label {
		width: 120px;
		float: left;
		font-weight: bold;
	}

	.flatsearch select {
		width: 80px;
	}

	.flatsearch input {
		width: 80px;
	}

	.flatsearch input.button {
		width: 80px;
		color: #000000;
	}

.partners {
	margin-top: 20px;
	margin-left: 5px;
}

	.partners img {
		float: left;
		margin-right: 8px;
	}

dl.news {
}

	dl.news dt.title {
		font-size: 14px;
		padding-bottom: 1px;
	}

	dl.news dd {
		/*+*/
	}

	dl.news dd.date {
		color: #b4b4b4;
	}

	dl.news dd.info {
	}

.sep {
	padding-bottom: 17px;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 15px;
}

#popup {
	position: absolute;
	width: 800px;
	height: 440px;
	background: url(../images/popup.gif) no-repeat;
	left: 50%;
	margin-left: -400px;
	top: 50%;
	margin-top: -220px;
}
	
	#popup #top {
		height: 42px;
	}
	
	#popup a.close {
		display: inline;
		width: 17px;
		height: 17px;
		float: right;
		margin: 7px 16px 0px 0px;
	}
	
	#popup a span.hide {
		display: none;
	}
		
		#popup-lang {
			float: right;
			padding: 9px 23px 0px 0px;
		}
		
		#popup-lang ul {
			list-style: none;
			padding: 0px;
			margin: 0px;
		}	
		
			#popup-lang ul li {
				float: left;
			}
			
				#popup-lang ul li a {
					display: block;
					font-size: 11px;
					font-weight: bold;
					color: #00244C;
					background: url(../images/popup-bullet.gif) no-repeat right 3px;
					text-transform: uppercase;
					padding: 0px 8px 0px 7px;
				}
				
					#popup-lang ul li a.last {
						background: none;
					}
					
					#popup-lang ul li a.selected {
						color: #99987c;
					}
					
					#popup-lang ul li a:hover {
						text-decoration: none;
						color: #99987c;
					}
					
					

#content h2 {
	font-size: 110%;
	margin-bottom: 5px;
}

.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: #0067B2;
	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,
.odd11 td.t01 {
	background: #F3F5F7;
}

.odd10 td.t00, .odd10 td.t01, .odd01 td.t11,
.odd01 td.t01, .odd11 td.t00, .odd11 td.t11 {
	background: #DFE6EB;
}


/* 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: 1px;
	}
		.formcontainer p.title span {
			font-weight: bold;
		}

		.formcontainer p.title span.error {
			color: #AF0818;
		}


	.formcontainer p.resizeable input,
	.formcontainer p.input input,
	.formcontainer p.resizeable select {
		background: #FFFFFF;
		width: 60%;
	}

	.formcontainer p.resizeable textarea {
		overflow:auto;
		width: 99%;
	}

	.formcontainer p.button {
		padding-top: 10px;
	}


		.formcontainer p.button input {
			font-weight: normal;
			border: 0px;
			color: #ffffff;
			width: 90px;
			padding: 2px;
			background: #00244C;
		}


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: "Trebuchet MS", sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #636363;
}

body {
	background: #ffffff url(../images/bg.gif) repeat-x;
	text-align: center; /* IE5.5 centravimas */
	height: 100%;
	padding: 0px;
}

/* === Links === */

a {
	color: #00BEFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

	a.print {
		display: block;
		background: transparent url(../images/icon-print.gif) no-repeat right top;
		text-align: right;
		white-space: nowrap; /* IE7 */
		padding-top: 1px;
	}

/* === Main === */

/* Lang */

ul.lang {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	.lang li {
		float: left;
	}

	.lang div {
		/*+*/
	}

		.lang a {
			display: block;
			font-size: 10px;
			color: #000000;
			text-decoration: none;
			text-transform: uppercase;
			padding: 0px 10px;
		}

		.lang a:hover {
			color: #000000;
			text-decoration: underline;
		}

		.lang a.selected {
			font-weight: bold;
			text-decoration: none;
		}

		.lang a.selected:hover {
			text-decoration: underline;
		}

/* Lang, Menu */

ul.nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	.nav li {
		float: left;
	}

	.nav div {
		/*+*/
	}

		.nav a {
			text-transformation: uppercase;
			display: block;
			/*background: transparent url(../images/nav-bullet.gif) no-repeat;*/
			font-size: 12px;
			color: #ffffff;
			text-align: center;
			text-decoration: none;
			padding: 0px 7px 0px 9px;
		}

		.nav a:hover {
			color: #ffffff;
			text-decoration: underline;
		}

		.nav a.selected {
			color: #00BEFF;
			text-decoration: none;
		}

		.nav a.selected:hover {
			color: #00BEFF;
			text-decoration: underline;
		}

			.nav a.first {
				background: none;
			}

/* Sub menu */

ul.sub-nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	ul.sub-nav ul {
		list-style: none;
		padding: 5px 0px 10px 14px;
		margin: 0px;
	}

	.sub-nav li {
		/*+*/
	}

	.sub-nav div {
		/*+*/
	}

		.sub-nav a {
			display: block;
			background: transparent url(../images/link-arrow.gif) no-repeat;
			font-size: 13px;
			color: #00BEFF;
			text-decoration: none;
			padding: 0px 0px 5px 13px;
		}

		.sub-nav a:hover {
			color: #00BEFF;
			text-decoration: underline;
		}

		.sub-nav a.selected {
			text-decoration: underline;
		}

		.sub-nav a.selected:hover {
			text-decoration: underline;
		}

/* Icons */



/* --- */

#layout {
	background: transparent url(../images/left-bg.gif) no-repeat center top;
	padding-top: 31px;
}

#container {
	text-align: left;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}

	#header {
		padding-bottom: 53px;
	}

		#header .left-col {
			float: left;
			width: 456px;
		}

			#photo-wrapper {
				margin-left: 19px;
				border-right: 1px solid #ffffff;
				border-left: 1px solid #ffffff;
			}

				#photo {
					width: 435px;
					height: 216px;
				}

		#header .right-col {
			float: left;
			width: 534px;
			position: relative;
		}

			h1.logo {
				background: transparent url(../images/logo-bg.jpg) no-repeat;
				padding: 34px 0px 71px 44px;
			}

				h1.logo a,
				h1.logo b {
					display: block;
					background: transparent url(../images/logo.gif) no-repeat;
					width: 281px;
					height: 78px;
				}

					h1.logo a span,
					h1.logo b span {
						display: none;
					}

			#navigation {
				padding: 10px 12px 0px 40px;
			}

				#nav-wrapper {
					float: left;
					padding-right: 10px;
				}

				#lang-wrapper {
					position: absolute;
					left: 40px;
					top: 150px;
				}
				#lang-wrapper a {
					font-size: 12px!important;
				}


	#info {
		padding: 0px 30px 0px 17px;
	}

		#title-wrapper {
			border-bottom: 1px solid #e3e3e3;
			margin: 0px 0px 19px 13px;
		}

			#print-wrapper {
				float: right;
				padding: 6px 0px 0px 20px;
			}

		#info .left-col {
			float: left;
			width: 713px;
		}

			#left-nav-col {
				float: left;
				width: 154px;
			}

				#sub-nav-wrapper {
					padding: 0px 30px 20px 0px;
				}

			#content-col {
				float: left;
				width: 559px;
			}

				#content-wrapper {
					height: 240px;
					padding-bottom: 17px;
					border-bottom: 1px solid #e3e3e3;
					margin-bottom: 15px;
				}

				* > #content-wrapper {
					min-height: 240px;
					height: auto;
				}

					#content {
						width: 559px;
						line-height: 18px;
					}



		#info .right-col {
			float: right;
			width: 180px;
		}

			.project {
				padding: 0px 0px 0px 0px;
				border: 1px solid #ffffff;
				margin-bottom: 20px;
			}

				.project .thumb {
					padding: 0px 0px;
				}

				.project p a {
					background: transparent url(../images/link-arrow.gif) no-repeat right top;
					padding-right: 9px;
				}

	#created {
		padding: 0px 260px 12px 171px;
		color: #00244C;
		font-size: 11px;
	}
	#created a {
		color: #00244C;
	}

		#created p {
			padding: 4px 0px 5px 0px;
		}

		#created a.created-by {
			background: transparent url(../images/sys/artogama.gif) no-repeat right top;
			text-decoration: none;
			padding: 4px 70px 5px 0px;
		}

			#created a.created-by span.hide {
				display: none;
			}


	/* Content images */

	.img-container {
		/*+*/
	}

		.img-container table tr.image td {
			padding: 1px;
			border: 1px solid #dddddd;
		}

		.img-container table tr.title {
			/*+*/
		}

			.img-container table tr.title td {
				text-align: center;
			}

/* === Txt === */

h2.title {
	float: left;
	font-size: 18px;
	font-weight: normal;
	color: #636363;
	padding: 0px 2px 4px 2px;
}

h2.title a,
h2.title a:hover {
	color: #636363;
}

h3.title {
	font-size: 16px;
	font-weight: bold;
	color: #636363;
	padding: 15px 0px;
}

#info .right-col h4 {
	font-size: 14px;
	font-weight: bold;
	color: #636363;
	padding: 4px 2px 5px 2px;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 21px;
}

span.copyright {
	font-size: 11px;
	color: #b4b4b4;
	padding-top: 1px;
}

/* === 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;
}


