

HTML, BODY{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    text-align: center;
    vertical-align: center;
    behavior: url(csshover.htc); /* call hover behaviour file */
}

A{
    text-decoration: none;
}

IMG{
    border: 0px;
}

#container{
    width: 800px;
    height: 100%;
	max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
}

#header{
    width: 800px;
    height: 145px;
    padding: 0px;
    margin: 0px;
    background-image: url(../images/header.png);
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: top;
    text-align: left;
}

#bar{
	padding: 0px;
    margin: 0px;
    padding-top: 126px;
    padding-left: 75px;
}

.blue_bar{
	float: left;
	font-family: Tahoma;
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
}

.blue_bar A{
	float: left;
	font-family: Tahoma;
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
}

#blue_bar_separator{
	margin-left: 9px;
}

#blue_bar_separator2{
	margin-left: 6px;
}

#login{
	margin-left: 6px;
}

#apply{
  	margin-left: 6px;
}

.apply_but{
	margin-top: 17px;
}

#left{
 	position: relative;
	float: left;
	width: 178px;
	padding: 0px;
    margin: 0px;
    background: #E1ECFC;
}

#right{
	float: left;
	width: 622px;
	padding: 0px;
	padding-top: 12px;
    margin: 0px;
    background: transparent;
    z-Index: 0;
}

#fill{
    position: relative;
    height: 100%;
}

/*********** LEFT ***************************************************************************/

#search{
	height: 23px;
	border-bottom: 1px solid #616366;
	text-align: left;
}

#search LABEL{
	font-family: Arial;
	color: #00458A;
	font-weight: bold;
	font-size: 11px;
    margin-left: 3px;
}

#search_box{
	height: 15px;
	width: 104px;
	border: 1px solid #000000;
    margin-left: 3px;
    font-family: Arial;
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	padding: 0px 2px 0px 2px;
}

.search_but{
 	height: 22px;
 	width: 22px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: center center;
    border: 0px;
    margin-left: 5px;
    margin-top: 1px;
    cursor: pointer;
    cursor: hand;
}

#tour{
	margin-top: 20px;
}
/*
#menu{
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	cursor: hand;	
}

#menu UL{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	z-Index: 0;	
}

#menu LI{
	padding: 0px;
	margin: 0px;	
    text-align: right;
    font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	line-height: 24px;
	vertical-align: middle;
	z-Index: 0;
}
*/
.first_li{
	background: #527CBA;
	height: 25px;
	background-image: url(../images/menu/menu_bg.png);
    background-repeat: no-repeat;
    background-position: left top;
	color: #ffffff;
	z-Index: 0;
}

.first_li A{
 	margin: 0px;
 	margin-right: 42px;
	color: #ffffff;
}

.first_li_hover{
	background: #00458A;
	height: 25px;
	background-image: url(../images/menu/menu_bg_hover.png);
    background-repeat: no-repeat;
    background-position: left top;
	color: #ffffff;
	z-Index: 0;
}

.first_li_hover A{
 	margin: 0px;
 	margin-right: 42px;
	color: #ffffff;
}

.first_li_active{
 	/*hack for IE*/
	*height: 25px;
	background-image: url(../images/menu/menu_bg_hover.png);
    background-repeat: no-repeat;
    background-position: left top;
	color: #ffffff;
	z-Index: 0;
}

.first_li_active A{
 	margin: 0px;
 	margin-right: 42px;
	color: #ffffff;
}

.second_li{
	*height: 23px;
	background: #E3EDFC;
	background-image: url(../images/menu/submenu_bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    border-bottom: 1px solid #ffffff;
	color: #ffffff;
	z-Index: 0;
}

.second_li A{
 	margin: 0px;
	color: #00458A;
}

.second_li_hover{
	*height: 23px;
	background: #D0DDF1;
	background-image: url(../images/menu/submenu_bg_hover.png);
    background-repeat: no-repeat;
    background-position: left top;
    border-bottom: 1px solid #ffffff;
	color: #ffffff;
	z-Index: 0;
}

.second_li_hover A{
 	margin: 0px;
	color: #00458A;
}

.second_li_active{
 	*height: 23px;
	background: #E3EDFC;
	background-image: url(../images/menu/submenu_bg_active.png);
    background-repeat: no-repeat;
    background-position: left top;
    border-bottom: 1px solid #ffffff;
	color: #ffffff;
	z-Index: 0;
}

.second_li_active A{
 	margin: 0px;
	color: #00458A;
}

.padd{
	padding-right: 20px;
}

.third_li{
	*height: 23px;
	background: #EFF4FB;
	background-image: url(../images/menu/articlesmenu_bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    border-bottom: 1px solid #ffffff;
	color: #ffffff;
}

.third_li A{
 	margin: 0px;
	color: #00458A;
}

.third_li_hover{
	*height: 23px;
	background: #E7EDF7;
	background-image: url(../images/menu/articlesmenu_bg_hover.png);
    background-repeat: repeat-x;
    background-position: left top;
    border-bottom: 1px solid #ffffff;
	color: #ffffff;
}

.third_li_hover A{
 	margin: 0px;
	color: #00458A;
}

.third_li_active{
 	*height: 23px;
	background: #E3EDFC;
	background-image: url(../images/menu/articlesmenu_bg_hover.png);
    background-repeat: no-repeat;
    background-position: left top;
    border-bottom: 1px solid #ffffff;
	color: #ffffff;	
}

.third_li_active A{
 	margin: 0px;
	color: #00458A;
}

.menu_ul{
	display: block;
	position: absolute;
	z-Index: 1000;
	width: 190px;
	left: -2000px;
	border: 1px solid #B7B8B8;	
}

.menu_ul_active{
	display: block;
	position: absolute;
	z-Index: 1000;
	width: 178px;
	left: 50px;
	border: 1px solid #B7B8B8;	
}

.padd2{
	padding-right: 10px;
}

/*********** END LEFT ***************************************************************************/

/********** INDEX *********************************************************************************/

#index_top_left{
	width: 322px;
	height: 150px;
	float: left;
	padding: 0px 0px 0px 0px;
	font-family: Arial;
}

.top_index_title{
	padding-left: 0px;	
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #FE6700;
}

.top_index_title SPAN{
	color: #46698D;
}

#index_top_left DIV{
	width: 322px;
	float: left;
	text-align: left;
}


#index_top_image{
	width: 300px;
	height: 150px;
	float: left;
}

.top_index_subtitle{
	font-size: 11px;
	font-weight: bold;
	color: #2A2A2A;
	background-image: url(../images/arrow_orange.png);
    background-repeat: no-repeat;
    background-position: 10px 4px;
    padding-left: 17px;
}

.top_index_subtitle_alone{
	font-size: 11px;
	font-weight: bold;
	color: #2A2A2A;	
	margin-bottom: 5px;
    padding-left: 17px;
    background-image: url(../images/arrow_orange.png);
    background-repeat: no-repeat;
    background-position: 10px 4px;
}

.top_index_text{
	font-size: 11px;
	font-weight: normal;
	color: #2A2A2A;
	margin-bottom: 5px;	
    padding-left: 17px;
}

.top_index_text_alone{
	font-size: 11px;
	font-weight: normal;
	color: #2A2A2A;
	margin-bottom: 5px;
	padding-left: 17px;
    background-image: url(../images/arrow_orange.png);
    background-repeat: no-repeat;
    background-position: 10px 4px;
}

.separator{
 	height: 1px;
 	line-height: 1px;
 	width: 611px;
 	float: right;
 	background-image: url(../images/dotted.png);
    background-repeat: repeat-x;
    background-position: center center;
    margin-top: 10px;
}

.news{
	float: left;
	margin-top: 10px;
}

.news_title{
	float: left;
	width: 100%;
	text-align: left;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #FF6600;
	padding-left: 10px;
	margin-bottom: 5px;
}

.news_item{
	float: left;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #2A2A2A;
	padding-left: 15px;
	margin-bottom: 3px;
	background-image: url(../images/arrow_gray.png);
    background-repeat: no-repeat;
    background-position: 10px 4px;	
}

.news_item IMG{
 	margin: 0px 5px 2px 3px;	
}

.left_center{
	width: 397px;
	float: left;
	height: 190px;
}

.vertical_separator{
 	width: 1px;
 	height: 190px;
 	float: left;
 	background-image: url(../images/dotted_up.png);
    background-repeat: repeat-y;
    background-position: left top;
}

.right_center{
	width: 220px;
	float: right;
	height: 190px;	
	text-align :right;
	vertical-align: top;
	padding-top: 10px;
}

.under_separator{
 	height: 1px;
 	line-height: 1px;
 	width: 607px;
 	float: right;
 	background-image: url(../images/dotted.png);
    background-repeat: repeat-x;
    background-position: center center;
}

.text_unelte{
	width: 222px;
	float: left;
	text-align: left;
	margin-left: 10px;
	*margin-left: 5px;	
	font-family: Arial;
	font-size: 11px;
	padding-top: 7px;
	color: #2A2A2A;
}

.money_img{
 	width: 160px;
 	height: 190px;
 	text-align :right;
	vertical-align: top;
	float: right;
}

.money_img IMG{
	margin-top: 10px;
	margin-right: 5px;
}

.small_title{
	text-align: left;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #FF6600;
}

#tools_title{	
	float: left;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 5px;	
}

.charts{
	margin-top: 10px;	
}

.charts A{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #2A2A2A;
}

.link_chart{
	padding-right: 20px;	
}

.img_chart{
	padding-right: 5px;
}
#forex_news_title{
	float: left;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 5px;
}

.latest_news_text{
 	float: left;
 	line-height: 18pt; 
 	padding-left: 10px;
	text-align: left;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #2A2A2A;
}

.separator2{
 	height: 1px;
 	line-height: 1px;
 	width: 611px;
 	float: right;
 	background-image: url(../images/dotted2.png);
    background-repeat: repeat-x;
    background-position: center center;
}

.menu_bottom{
 	height: 30px;
 	width: 100%;
 	line-height: 30px;
	vertical-align: middle;
	float: left;
	text-align: -moz-center;
}

.bottom_table{
 	margin-top: 5px;
}

.bottom_table TD{
 	padding: 0 20 0 20;
}

.bottom_table A{
 	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #527CBA;		
}

.disclaimer{
 	padding-left: 10px;
 	width: 100%;
 	float: left;
 	text-align: -moz-center;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #2A2A2A;	
}

/********** INDEX *********************************************************************************/

.std_content_div{
    padding: 10px;
    font-family: Arial;
    font-size: 10px;
}

.std_subcontent_div{
    text-align: left;
    font-family: Arial;
    font-size: 11px;
    color: #2A2A2A;
}

.std_subcontent_div TD{
    vertical-align: top;
}

.std_subcontent_div TD p{
    text-align: left;
    font-family: Arial;
    font-size: 11px;
    color: #2A2A2A;
}

.format{
    text-align: left;
    font-family: Arial;
    font-size: 11px;
    color: #2A2A2A;
}

.format TD{
    text-align: left;
    font-family: Arial;
    font-size: 11px;
    color: #2A2A2A;
}

.f_title{
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.f_left{
    color: #C0C0C0;
    font-size: 20px;
    font-weight: bold;
}

.f_right{
    color: #000080;
    font-size: 20px;
    font-weight: bold;
}

.f_small{
    color: #333399;
}

.forex_html{
  	width: 600px;
  	
}

.forex_html TD{
	font-family: Arial;
    font-size: 11px;
    color: #2A2A2A;
  	
}