@charset "utf-8";
/* CSS Document */
.FL{
	float:left;
}
.FR{ 
	float:right;
}
.clear{
	clear:both;
}
.paddings{
	padding:10px 10px;
}
.TAL{
	text-align:left;
}
.TAR{
	text-align:right;
}
.TAC{
	text-align:center;
}
*{
	padding:0;
	margin:0;
	outline:none;
}
p{
	padding-bottom:10px;
	float:left;
	clear:both;
	width:100%;
	text-align:left;
}
.MB10{
	margin-bottom:10px;
}
.MT10{
	margin-top:10px;
}
.MR10{
	margin-right:10px;
}
.border_container{
	border:1px solid #d9d8d8;
	margin-top:1px;
}
img{
	border:none;
	outline:none;
}
a, a:active a:visited{
	color:#696969;
	font-weight:bold;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
	color:#000000;
}
body{
	font:12px/18px bold normal Arial, Helvetica, sans-serif;
	color:#000;
}
#main-wrapper{
	width:1008px;
	margin:10px auto;
	border:1px solid #d3d3d3;
	
}
#top_wrapper{
	float:left;
	width:100%;
	background:#efeee7;
	border:1px solid #d3d3d3;
	border-right:none;
	border-left:none;
}
	#top_inner{
		float:left;
		border:1px solid #ffffff;
		border-right:none;
		border-left:none;
	}
	ul#top_menus li{
		line-height:22px;
		list-style:none outside;
		display:inline;
	}
	ul#top_menus li a, a:active a:visited{
		float:left;
		height:22px;
		padding:0 20px;
		text-align:center;
		text-transform:capitalize;
		background:#e5e5e5;
		border-right:1px solid #FFFFFF;
		color:#696969;
		text-decoration:none;
	}
	ul#top_menus li a.active_menu, ul#top_menus li a:hover{
		text-decoration:underline;
		background:#efeee7;
	}
	
	
	div.head_bg{
		height:33px;
		line-height:33px;
		background:#d9d8d8;
		text-align:center;
		font-weight:bold;
	}
	#content_wrapper{
		width:1008px;
		float:left;
		padding: 5px 5px 5px 5px
	}
		#left_div{
			float:left;
			width:772px;
		}
		
			#left_pane-wrapper{
				width:276px;	
				float:left;			
			}
			h3.linkheader{
				clear:both;
				font-size:12px;
				font-family:Arial, Helvetica, sans-serif;
				text-align:left;
			}
			h3.linkheader a{
				background:url(../images/linkHeaderBg.jpg) no-repeat left top;
				font-size:12px;
				font-family:Arial, Helvetica, sans-serif;
				color:#000000;
				text-decoration:none;
				float:left;
				padding-left:30px;
				height:26px;
				line-height:26px;
	
				width:226px;
				text-align:left;
			}
			
			h3.linkheader a:hover , ul.submenu li a:hover{
				text-decoration:underline;
				color:#ff7200;
			}
			
			ul.submenu{
				float:left;
				clear:both;
			}
			ul.submenu li{
				float:left;
				list-style:none outside;
				text-align:left;
				clear:both;
				
			}
			ul.submenu li a{
				color:#000000;
				float:left;
				text-transform:capitalize;
				background:url(../images/dash.jpg) no-repeat 30px center;
				clear:both;
				padding-left:40px;
				width:254px;
				
				line-height:25px;
				
				text-decoration:none;
				
				font-size:12px;
				
				font-weight:normal;
				font-family:Arial, Helvetica, sans-serif;
			}
			
			ul.submenu li a:hover{
				font-weight:bold;
			}
			
			
			#center_content{
				width:492px;
				float:left;
				margin:0 2px;
			}
			
			.center_wrapper_settings{
				width:490px;
			}
		#right_div{
			float:left;
			width:226px;

		}
		
		.right_div_settings{
			width:204px;
		}
		
		h3.gloss_blue{
			float:left;
			text-align:center;
			width:226px;
			height:32px;
			line-height:32px;
			color:#FFFFFF;
			font-size:12px;
			background:url(../images/curvMediumHeader.jpg) no-repeat;
		}
		
		.tabs_wrapper{
			width:100%;
			float:left;
			margin-top:10px;
		}
		
		.tabs_wrapper ul, .tabs_wrapper ul li{
			list-style:none outside;
			display:inline;
		}
		.tabs_wrapper ul li a{
			float:left;
			height:25px;
			overflow:hidden;
			text-indent:-999px;
			margin-left:1px;
		}	
		.tabs_wrapper ul li a.news{
			width:58px;
			background:url(../images/tab_news.jpg) no-repeat;
		}
		.tabs_wrapper ul li a.world{
			width:68px;
			background:url(../images/tab_world.jpg) no-repeat;
		}
		.tabs_wrapper ul li a.local{
			width:58px;
			background:url(../images/tab_local.jpg) no-repeat;
		}
		.tabs_wrapper ul li a.finance{
			width:131px;
			background:url(../images/tab_finance.jpg) no-repeat;
		}
		
		
		table.footer{
			margin:20px 0;
		}
		.footer a, a:active a:visited{
			color:#0b81e3;
			text-decoration:underline;
			font-weight:bold;
			font-size:12px;
			font-family:Arial, Helvetica, sans-serif;
			float:left;
			padding:0 10px;
			text-align:center;
		}
		
		.footer a:hover{
			font-weight:bold;
			text-decoration:none;
			color:#000000;
		}