@charset "utf-8";
/*** blue ***/
a:link, a:visited {
	color: #660000;
	
}

a:hover {
	color: #660000;
	text-decoration:none;
	text-decoration:underline;

}

#topnav{ background: #FFF url(../images/kra-main/top_menu_bg.jpg) top no-repeat; }
#topnav ul li a:hover{ background: #941000; }
#topnav ul li a.active{ background: #941000; }
#topnav ul li li { background: #D70600; width:150px;  KHTMLOpacity: 1; MozOpacity: 1; opacity: 1;  }
#topnav ul li li a:hover{ background: #941000; width:140px; filter: alpha(opacity:90); KHTMLOpacity: 1; MozOpacity: 1; opacity: 1; }

/* div.banner{ background: #FFF url(../images/kra-main/animation.gif) top center no-repeat; } */

#date{
	background: url(../images/kra-main/menu_right.png) top right no-repeat;
}

#leftcolumn h3,
#rightcolumn h3{
	background: #7D7D7D url(../images/kra-main/bg_h3.jpg) top center no-repeat;
}

ul.menu li#current {
	background:#E8ECF7;
	border-left:4px solid #0A296E;
}
ul.menu li#current a{
	text-decoration:none;
	color:#363636;
	background:#E8ECF7;
}
a.readon, a.readon:hover, a.readon:visited{
	display:block;
	height:20px;
	width:80px;
	color:#F00;
	padding-left: 5px;
	line-height:20px;
	background:  url(../images/kra-main/bg_read_more.jpg) top left no-repeat;
	margin:0px 0px 0px 0px;
}

#power_by, #power_by a, #power_by a:visited{
	color:#8c8c8c;
	text-decoration:none;
	font-size:11px;
}
ul.menu li{
	list-style:none;
	background:url(../images/kra-main/menu_arrow.gif) top left no-repeat;
}
#f_area div.moduletable_menu, #f_area div.moduletable, #f_area div.moduletable_text{
	background: url(../images/rub_footer_bottom.jpg) left bottom no-repeat;
	
}
#f_area h3{
	background:  url(../images/kra-main/f_area_h3.jpg) top left no-repeat;
}

ul.mostread li{
	list-style:none;
	background:url(../images/kra-main/menu_arrow.gif) top left no-repeat;
}
ul.latestnews li{
	list-style:none;
	background:url(../images/kra-main/menu_arrow.gif) top left no-repeat;
}
.moduletable ul li {
	list-style:none;
	background:url(../images/kra-main/menu_arrow.gif) top left no-repeat;
}
div.componentheading{
	color:#2E424B;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}