@charset "utf-8";
/*** blue ***/
a:link, a:visited {
	color: #DA2424;
	text-decoration:underline;
}

a:hover {
	color: #DA2424;
	text-decoration:none;
}

#page_bg {
	background: #3C545E url(../images/pagebg.jpg) top center repeat-y;
}

#topnav ul li { background:url(../images/topmenubg.jpg) top center no-repeat; height: 37px; width: 87px; text-align:center; }
#topnav ul li a{ color: #AAE0FA; text-decoration: none; text-align:center;height: 37px; width: 87px; }
#topnav ul li a:hover{color: #FFF; text-align:center;  }
#topnav ul li a.active{ text-align: center; }
#topnav ul li li { background: #527787; KHTMLOpacity: 0.90; MozOpacity: 0.90; opacity: 0.90; }
#topnav ul li li a:hover{ background: #0E192D; filter: alpha(opacity:90); KHTMLOpacity: 0.90; MozOpacity: 0.90; opacity: 0.90; }


#date{
	background: url(../images/blueorange/menu_right.png) top right no-repeat;
}
.box1 a, .box1 a:link, .box1 a:hover, .box1 a:visited,
.box2 a, .box2 a:link, .box2 a:hover, .box2 a:visited,
.box3 a, .box3 a:link, .box3 a:hover, .box3 a:visited,
.box4 a, .box4 a:link, .box4 a:hover, .box4 a:visited {
	display:block;
	float:left;
	padding-top:0px;
	width:240px;
	height:144px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	vertical-align:top;
	color:#FFF;
}

.box7{
	float:right;
	padding-right:90px;
	padding-top:10px;
	width:120px;
	height:50px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	vertical-align:top;
	color:#FFF;
}

.box1{
	background: url(../images/subnav.jpg) top center no-repeat;
}
.box2{
	background: url(../images/subnav1.jpg) top center no-repeat;
}
.box3{
	background: url(../images/blueorange/forex-box3.jpg) top center no-repeat;
}
.box4{
	background: url(../images/blueorange/forex-box4.jpg) top center no-repeat;
}
.box5{
	background: url(../images/blueorange/forex-box5.jpg) top center no-repeat;
}
.box6{
	background: url(../images/blueorange/forex-box6.jpg) top center no-repeat;
}

#leftcolumn h3,
#rightcolumn h3{
	background: #B73808 url(../images/loginbar.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:29px;
	width:114px;
	color:#FFFFFF;
	padding-left: 30px;
	line-height:29px;
	background:  url(../images/blueorange/bg_read_more.png) top left no-repeat;
	margin:10px 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/blueorange/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.png) left bottom no-repeat;
	
}
#f_area h3{
	background:  url(../images/blueorange/f_area_h3.png) top left no-repeat;
}

ul.mostread li{
	list-style:none;
	background:url(../images/blueorange/menu_arrow.gif) top left no-repeat;
}
ul.latestnews li{
	list-style:none;
	background:url(../images/blueorange/menu_arrow.gif) top left no-repeat;
}
.moduletable ul li {
	list-style:none;
	background:url(../images/blueorange/menu_arrow.gif) top left no-repeat;
}
div.componentheading{
	color:#2E424B;
}

/* Big box with list of options */
#ajax_listOfOptions{
	position:absolute;	/* Never change this one */
	width:250px;	/* Width of box */
	height:250px;	/* Height of box */
	overflow:auto;	/* Scrolling features */
	border:1px solid #00BFF3;	/* Dark green border */
	background-color:#FFF;	/* White background color */
	text-align:left;
	font-size:0.9em;
	z-index:100;
}
#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
	margin:1px;		
	padding:1px;
	cursor:pointer;
	font-size:0.9em;
}
#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
	
}
#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
	background-color:#00BFF3;
	color:#000;
}
#ajax_listOfOptions_iframe{
	background-color:#F00;
	position:absolute;
	z-index:5;
}