@charset "utf-8";
/* CSS Document */

html, body{
	padding:0px;
	margin:0px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9pt;	
	background-color:#F0F0F0; /*f8f8f8*/
	color:#000;
	line-height:150%;
}

a:link,a:visited {
	text-decoration:none;
}

/* GENERAL */
.clr{
	clear:both;
}

hr {
	color:#CCC;
	border:none;
	border-bottom:dashed 1px #ccc;
	height:0px;
}
/* END GENERAL */


.header {
	width:99.3%;
	height:100px;
	text-align:left;
	padding-top:10px;
	padding-left:10px;
	background-color:#003;
}

.header .logo {
	width:429px;
	height:80px;
	background-image:url('../images/logo.png');
	left:50%;
	margin-left:-500px;
	position:absolute;
}

.container {
	width:994px;
	text-align:left;
	background-color:#fff;
	padding:3px;
	color:#000;
	border:solid 1px #ccc;
}

.top_banner {
	width:1000px;
	height:300px;
}

.leftside {
	height:auto;
	width:200px;
	float:left;
}

.mainside {
	height:auto;
	width:460px;
	margin-left:10px;
	float:left;
}

.contentside {
	height:auto;
	width:680px;
	float:left;
}

.rightside {
	height:auto;
	width:300px;
	float:right;
	margin-left:10px;
	margin-right:3px;
}

/* MODULE */
.module {
	width:100%;
	height:auto;
	margin-bottom:10px;
	padding-right:3px;
}

.module .title {
	width:100%;
	height:25px;
	background:url('../images/module_title.gif');
	border:solid 1px #ccc;
	padding:1px;
}

.module .title .left {
	float:left;
	font-weight:bold;
	text-transform:uppercase;
	color:#900;
	padding-left:3px;
	padding-top:3px;
	height:25px;
}

.module .content {
	width:100%;
	margin:0px;
	padding:1px;
	padding-bottom:10px;
	border:solid 1px #ccc;
	text-align:left;
}

.module .content ul {
	padding-left:20px;
}

.module .content li {
	list-style:square;
	text-align:justify;
	padding-right:10px;
}

.module .content .left {
	float:left;
	width:250px;
	height:auto;
}

.module .content .right {
	float:left;
	width:240px;
	height:auto;
	padding-left:5px;
}

.module .content .main_title:link,.module .content .main_title:visited {
	font-size:11pt;
	font-weight:bold;
	text-decoration:none;
	color:#006;
}

.module .content .item_title:link, .module .content .item_title:visited {
	color:#006;
	font-weight:bold;
	text-decoration:none;
}

.module .content .item_title:hover {
	color:#03F;
}

.module .content .item {
	float:left;
	width:48%;
	padding:3px;
}

.module .content .item a:link,.module .content .item a:visited {
	color:#006;
	font-weight:normal;
}

.module .content .item a:hover {
	color:#03F;
}

.module .content a:link, .module .content a:visited {
	text-decoration:none;
}

.module .content a:hover {
	color:#06F;
	text-decoration:underline;
}


.module .content img {
	border:solid 1px #ccc;
	padding:3px;
	margin:3px;
}

.module .menu {
	width:100%;
	padding-bottom:10px;
	border:solid 1px #ccc;
	background-color:#9C3; /*9C3*/

}

.shadow {
	background:url('../images/shadow.png') left bottom repeat-x;
	padding-bottom:5px;
}

/* CONTENT */
.content {
	width:100%;
	height:auto;
	padding:3px;
}

.content h1 {
	font-weight:bold;
	font-size:12pt;
	color:#900;
}

.content .description {
	color:#666;
	font-style:italic;
	font-size:8pt;
}

.content .item a:link, .content .item a:visited{
	color:#006;
	font-weight:bold;
	text-decoration:none;
}

.content .item a:hover {
	text-decoration:underline;
}

.content .item .time {
	font-size:8pt;
	color:#666;
}

.content a:link,.content a:visited {
	color:#006;
}

.content a:hover {
	text-decoration:underline;
}

.content img {
	padding:5px;
	margin:5px;
	border:solid 1px #ccc;
}

.content .item_1 {
	width:120px;
	margin:5px;
	height:120px;
	float:left;
	padding:10px;
}

/* MENU */
.menu_item_0 {
	height:20px;
	padding-left:5px;
	padding-top:5px;
	border-bottom:solid 1px #fff;
	font-weight:bold;
	color:#006;
}

.menu_item_1 {
	height:20px;
	padding-left:15px;
	padding-top:5px;
	border-bottom:solid 1px #fff;
}

.menu_item_0:hover, .menu_item_1:hover {
	background-color:#9F6;
	cursor:pointer;
}

/* ADVERTISING */
.ad_item {
	padding-bottom:3px;
}

/* RAOVAT */

.raovat_category_item {
	font-size:8pt;
	font-weight:bold;
}

.raovat {
	
}

.raovat th {
	background-color:#CCC;
	text-transform:uppercase;
}

.raovat .warning {
	color:#900;
	text-decoration:none;
	font-style:italic;
	text-align:center;
}

#weather_display {
}

#weather_display img {
	border:none;
}

.ad_top {
	top:0px;
	text-align:right;
	width:500px;
	height:100px;
	left:50%;
	position:absolute;
}

/* Ket Ban */
.ketban_photo_item {
	width:200px;
	text-align:center;
	height:150px;
	float:left;
}