
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	background-color:#000000;
	margin: 0;
	padding: 0 0 20px 0;
}

input.button {
	border: 1px solid #666;
	font-size: 11px;
}
input.input {
	border: 1px solid #666;
	font-size: 11px;
}



/* -------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------ */
/* ------	LAYOUT   -----	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------ */
/* -------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------ */

.page {
	width: 760px;
	background-color:#FFFFFF;
	margin: 20px auto 0;
}

#header {
	width: 758px;
	height: 199px;
	border: 1px solid #fff;
	background-repeat:no-repeat;
}
	#header * { display: none; }
	.lang1 #header { background-image:url(../layout/top_1.gif); }
	.lang2 #header { background-image:url(../layout/top_2.gif); }
	.lang3 #header { background-image:url(../layout/top_3.gif); }

#mainContainer {
	width: 758px;
	border-style: solid;
	border-color: #fff;
	border-width: 1px 1px 1px 1px;
	height: auto;
	padding-top: 20px;
}
	#mainContainer a {
		color: #666666;
		text-decoration: underline;
	}
	#mainContainer a:hover {
		color: #FFC300;
		text-decoration: underline;
	}

#footer {
	height: 10px;
	clear: both;
}




/* -------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------ */
/* ------	MENU     -----	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------ */
/* -------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------ */

#menu {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 758px;
	height: 34px;
	background-color:#000000;
	border-style: solid;
	border-color: #fff;
	border-width: 0 1px;
}
	#menu li {
		display: block;
		float: left;
		/*width: 90px;*/
		height: 31px;
		padding: 3px 0 0 10px;
		margin-right: 20px;
	}
	#menu li.langMenu { 
		display: block;
		float: right;
		width: 35px; 
		margin-right: 0;
	}
		.lang1 #menu li.langMenu .lang1,
		.lang2 #menu li.langMenu .lang2,
		.lang3 #menu li.langMenu .lang3 { display: none }
		#menu li a {
			display: block;
			padding: 0 0 0 0;
			color: #FFFFFF;
			font-weight: bold;
			text-decoration: none;
			font-size: 12px;
		}
		#menu li a:hover { color: #FFC300; }







/* -------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------ */
/* ------	APTAUJA   ----	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------ */
/* -------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------ */


#poll {
	float: right;
	width: 210px;
	margin-right: 10px;
}

	#poll h1 {
		font-size: 13px;
		font-weight:bold;
		margin: 0 0 10px;
		padding: 0;
		/*text-transform:uppercase;*/
	}
	#poll p {
		font-size: 10px;
		font-weight: bold;
		padding:0;
	}

	#poll ol.results {
		display: block;
		margin: 10px 0 0 0;
		padding: 0;
		list-style: none;
		font-size: 10px;
	}
		#poll ol.results p {
			margin: 15px 0 0 0;
		}
		#poll ol.results li {
			display: block;
			clear: both;
			margin: 5px 0 0;
			width: auto;
		}
			#poll ol.results li .r { float: left; }
			#poll ol.results li .p { float: right; margin-bottom: 1px; }
			#poll ol.results li .bar { 
				clear: both;
				background-color: #FFC300;
				height: 9px;
				line-height: 9px;
			}
	
	#poll ol.voting {
		display: block;
		margin: 10px 0 0 0;
		padding: 0;
		list-style: none;
		font-size: 10px;
	}
		#poll ol.voting p {
			margin: 10px 0 5px 0;
		}
		#poll ol.voting input.text {
			margin: 0 0 5px 0;
			display: none;
			width: 200px;
		}
		#poll ol.voting li {
			font-size: 9px;
			display: block;
			width: 100px;
			float: left;
			margin: 0 0 5px;
			list-style: none;
			padding: 0;
		}
	
	#poll br { clear: left; }
	
	
	#poll div.bottom {
		margin: 40px 0 10px 0;
	}
	#poll input.voteButton {
		display: block;
		margin: 0 0 10px 0;
		width: 50%;
	}
	
	#poll table.code {
		margin: -20px 0 20px 0;
	}

		#poll table.code th { text-align: left; }
		#poll table.code img { margin-right: 10px; }
		#poll table.code input { width: 120px; }



/* -------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------ */
/* ------	KOMENTĀRI   --	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------ */
/* -------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------	------ */

#post {
	margin: 0 10px 20px;
	
}
	#post h1 {
		/*font-family: Arial, Helvetica, sans-serif;*/
		font-size: 13px;
		line-height: 19px;
		font-weight:bold;
		margin: 0 0 10px;
		padding: 0;
		width: 500px;
	}
		
	#post textarea {
		display: block;
		width: 502px;
		border: 1px solid #666666;
		height: 102px;
		padding: 4px;
		margin-bottom: 5px;
	}
	
	#post table { width: 512px }
		
		#post table th { 
			text-align: left;
			font-weight: bold;
			padding-bottom: 3px;
		}
		#post table input { font-weight: bold; }
		#post table input.name { width: 140px; }
		#post table input.code { width: 70px; }
		#post table input.subm { width: 200px; }



#comments {}
	#comments .pageNavigation {
		width: 502px;	margin: 0 0 0; padding: 9px 10px 9px;
		text-align: right;
	}
	
	#comments .item { width: 502px;	margin: 0 0 0; padding: 9px 10px 9px; }
	#comments .itemR1 { background-color: #F4F4F4 }
		#comments .item .h { display: block; overflow: auto; height: auto; }
			#comments .item .h .name { float: left; margin-right: 10px; font-weight: bold; }
			#comments .item .h .date { float: left; margin-right: 20px; font-weight: bold; }
			#comments .item .h .link { float: left; margin-right: 10px; }
		#comments .item .b { clear: left; margin: 8px 0 0; }
			#comments .item .b p { margin: 0 0 5px; line-height: 150%; }




