.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
/*	width: 100%; *//* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 12px 34px 12px 33px;
	margin: 0px;
	
	font: normal 16px calibri;
	background: url(../images/tab_topbg.jpg) repeat-x;
	height:17px;
	color:#FFF;
	list-style: none;
/*	
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;*/

	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	
}
.TabbedPanelsTab .last{
	border-right:1px solid #ddd;
	}
.TabbedPanelsTabHover {
	background: url(../images/tab_selected_bg.jpg) repeat-x;
	font-size:16px;
	color:#333333;

}
.TabbedPanelsTabSelected {
	background: url(../images/tab_selected_bg.jpg) repeat-x;
	font-size:16px;
	color:#333333;
	border-left:1px solid #DDD;
	border-right:1px solid #DDD;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	border: solid 1px #dddddd;
	background:#FFF url(../images/tabd_bg.jpg) repeat-x bottom;
	float:left;
	width:99%;
}
.TabbedPanelsContent {
	padding:0  4px;
}
.TabbedPanelsContentVisible {
}




.tab_hdr{
	background:url(../images/hdng_bg.png) no-repeat;
	width:100%;
	margin:0;
	float:left;
	height:52px;
}
.tab_icn{
	width:58px;
	margin:4px 0 0 10px;
	float:left;
}
h2{
	margin:0;
	color:#0181bb;
	font-size:24px;
	font-weight:bold;
	padding:20px 0 5px 10px;
	font-family:Calibri, arial;
	float:left;
	width:85%;
}
.tabs_list{
	width:358px;
	float:left;
	margin:15px 0 10px 0;
}
.tabs_list ul{
	margin:0 0 0 32px;
	padding:0;
}
.tabs_list li{
	font-size:12px;
	font-weight:normal;
	color:#666666;
	line-height:20px;
	list-style:url(../images/arw.jpg);
	padding:10px 0 0 5px;
}
.list_img{
	width:296px;
	height:231px;
	float:right;
	margin:12px 0 0 10px;
}
.list_hdng{
	color:#047cb9;
	font-weight:bold;
	font-size:12px !important;
	padding:0 0 5px 15px;
}
.TabbedPanelsContent p{
	padding:0px 0 0 15px;
	font-size:11px;
	line-height:20px;
}
.viewmore{
	width:91px;
	height:21px;	
	float:right;
	margin:0px 	5px 5px;
	background:url(../images/viewmore.png) no-repeat;
	color:#666;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-transform:uppercase;
	padding:7px 0 0 14px;
}
.viewmore a{
	color:#666;
}
.viewmore a:hover{
	color:#047cb9;
}
