@charset "utf-8";
/* CSS Document */
*
{
	margin:0px;
	padding:0px;
}
a img
{
	border:0px;
}
a
{
	outline:none;
	color:#838a2c;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
td div
{
	text-align:left;
}
body
{
	background-color:#f5f3e8;
	color:#3f2b1a;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/page_bg.gif);
	background-repeat:repeat-x;
	text-align:left;
	padding-bottom:20px;
}
.page_wrapper
{
	width:980px;
	margin:0px auto;
	text-align:left;	
}

/*start header styles*/
.date_cell
{
	width:780px;
	text-align:right;
	color:#ffffff;
	padding-top:5px;
	font-size:11px;
}
.language_cell
{
	padding-top:3px;
	padding-left:30px;
	font-size:11px;
}
.language_cell li
{
	list-style:none;
	float:left;	
}
.language_cell li a
{
	display:block;
	float:left;
	background-image:url(../images/language_bg_normal.gif);
	background-repeat:no-repeat;
	width:60px;
	text-align:center;
	padding:3px 0px;
	margin-right:5px;
}
.language_cell li a:hover, .language_cell li a#active
{
	background-image:url(../images/language_bg_active.gif);
	text-decoration:none;
}
.lang_row
{
	padding-bottom:5px;
}
.logo_cell
{
	width:501px;
}
.header_ad_cell ul
{
	float:right;
	background-color:#ffffff;
	padding:5px 0px 5px 5px;
}
.header_ad_cell ul li
{
	list-style:none;
	float:right;
	padding-right:5px;
}
.corner
{
	width:10px;
}
.menu_middle
{
	background-image:url(../images/menu_middle_bg.gif);
	background-repeat:repeat-x;
	width:960px;
}
.menu_middle ul li
{
	list-style:none;
	float:left;
}
.menu_middle ul li a
{
	display:block;
	margin-right:5px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#d8cdc0;
	padding:4px 20px 11px 20px;
}
.menu_middle ul li a:hover, .menu_middle ul li a#active
{
	text-decoration:none;
	color:#ffffff;
	background-image:url(../images/menu_hover_bg.gif);
	background-repeat:no-repeat;
	background-position:50% 100%;
}
/*end header styles*/

/*start footer styles*/
.copyright_text_cell
{
	background-image:url(../images/copyright_curve_middle_bg.gif);
	background-repeat:repeat-x;
	font-size:11px;
	color:#ffffff;
	text-align:center;
	width:960px;
}
.footer_ad_wrapper
{
	padding-top:15px;
}
.advertisement_text
{
	font-size:12px;
	color:#3f2b1a;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
.footer_advertisement ul
{
	float:left;
	padding:5px 0px 5px 5px;
	background-color:#ffffff;
	margin-top:5px;
}
.footer_advertisement ul li
{
	list-style:none;
	float:left;
	padding-right:5px;
}
/*end footer styles */

/*main content styles*/
.main_content_wrapper
{
	width:950px;
	float:left;
	background-color:#ffffff;
	padding:15px;
}
.flash_news_title{
	width:204px;
}
.flash_news_text
{
	background-color:#ffefe1;
	padding:0px 5px; 
}
.flash_news_text a
{
	color:#fc6b22
}
.flash_news_text ul li
{
 	list-style:none;
	display:inline;
	padding:0px 10px; 
}
.left_column
{
	width:204px;
	vertical-align:top;
}
.right_column
{
	width:204px;
	vertical-align:top;
}
.middle_column
{
	padding:0px 15px;
	vertical-align:top;
}
.column_title{
	font-size:15px;
	color:#ffffff;
	background-image:url(../images/column_title_bg_left.gif);
	background-repeat:no-repeat;
	font-weight:bold;
	padding-left:10px;
	float:left;
	width:194px;
}
.column_title span{
	display:block;
	float:left;
	width:100%;
	background-image:url(../images/column_title_bg_right.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding:2px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.middle_column_title
{
	font-size:15px;
	color:#ffffff;
	background-image:url(../images/column_title_bg_left.gif);
	background-repeat:no-repeat;
	font-weight:bold;
	padding-left:10px;
	float:left;
	width:246px;
}
.middle_column_title span{
	display:block;
	float:left;
	width:100%;
	background-image:url(../images/column_title_bg_right.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding:2px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.column_menu ul li
{
	list-style:none;
}
.column_menu ul li a
{
	display:block;
	background-color:#f5f3e7;
	padding:7px 0px 7px 10px;
	border-bottom:1px solid #ffffff;
}
.column_menu ul li a:hover
{
	text-decoration:none;
	color:#ffffff;
	background-color:#8f9539;
}
.column_top_spacer
{
	padding-top:15px;
}
.column_advertisement ul
{
	padding:5px 5px 0px 5px;
	background-color:#f5f3e8;
	margin-top:5px;
}
.column_advertisement ul li
{
	list-style:none;
	padding-bottom:5px;
}
.column_wrapper
{
	background-color:#f5f3e8;
	padding:10px;
}
.image_cell
{
	text-align:center;
}
.image_cell img
{
	padding:5px;
	background-color:#ffffff;
}
p
{
	padding:5px 0px;
	line-height:1.6em;
}
.more_link{
	text-align:right;
}
.a_center
{
	text-align:center;
}
.a_right
{
	text-align:right;
}
td.forex_cell
{
	padding:0px;
}
.forex_tbl
{
	background-color:#7e8526;
}
.forex_tbl td
{
	background-color:#f5f3e8;
	font-size:11px;
	padding:3px;
}
tr.forex_header td
{
	color:#ffffff;
	background-color:#7e8526;
}
.middle_column_left
{
	width:256px;
	vertical-align:top;
}
.middle_column_left
{
	vertical-align:top;
}
.middle_column_right
{
	vertical-align:top;
	padding-left:15px;
}
.headline_wrapper
{
	background-color:#8f9539;
	padding:5px;
}
.headline_image
{
	text-align:center;
}
.headline_details_text
{
	color:#ffffff;
}
a.headline_link
{
	color:#ffffff;
}
.news_title_text
{
	padding:10px 0px 0px 0px;
	font-size:14px;
	font-family:Mangal, Georgia, "Times New Roman", Times, serif;
}
.bottom_seperator
{
	border-bottom:1px solid #e9ead7;
	padding-bottom:10px;
}
img.p_img
{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.page_title_text
{
	font-size:20px;
	font-weight:bold;
	padding-bottom:10px;
}
/*main content styles*/

/*start form styles*/
input[type="text"], input[type="password"], textarea, select, .input_style
{
	border:1px solid #f5f0d5;
	background-image:url(../images/text_box_bg.gif);
	background-repeat:repeat-x;
	font-size:12px;
	padding:5px;
	font-style:italic;
	width:200px;
}
input[type="submit"], input[type="reset"], input[type="button"], .button_style
{
	background-color:#32a6f2;
	padding:3px 10px;
	border:1px solid #686f1b;
	background-image:url(../images/copyright_curve_middle_bg.gif);
	background-repeat:repeat-x;
	color:#ffffff;
}
.form_tbl td
{
	padding:5px;
	vertical-align:top;
}
.feedback_tbl
{
	background-color:#f5f3e8;
}
.feedback_tbl td
{
}
.feedback_thumb_image
{
	vertical-align:top;
	padding-top:0px;
	padding-left:0px;
}
.feedback_thumb_image img
{
	width:80px;
	height:80px;
}
.feedback_text
{
	vertical-align:top;
}
.feedback_text div
{
	margin-left:20px;
	background-color:#ffffff;
	padding:10px;
}
.feedback_arrow
{
	position:absolute;
	margin-left:-30px;
}
.feedback_thumb_image td
{
	font-size:11px;
}
.feedback_textbox, .feedback_textbox
{
	width:95%;
}
.f_row
{
	border-bottom:1px solid #ffffff;
}

.pointer { 
cursor: pointer;
}