/* Talk page - tab content styles*/
#talkTabContainer {
	width:860px;
	/*height:296px;*/
	padding:20px 0 0 0;
	clear:both;
	overflow:hidden;
}
#talkTabs {
	width:860px; 
	height:56px;
}
.talkTabslist {
	padding:0; 
	margin:0; 
	list-style:none; 
	height:56px; 
	position:relative; 
	z-index:10; 	
}
.talkTabslist li, .talkTabslist li a{
	display:block; 
	float:left; 
	background:url(../images/talk-tab.jpg) no-repeat;
	width:215px;
	height:46px;
	text-align:center;
	color:#000 !important; 
	font-size:13px;
	font-weight:bold;
}
.talkTabslist li a{
	padding:12px 0 0 0;
	text-decoration:none;
	color:#000; 
}
.talkTabslist li a:hover, .talkTabslist li a.selected  {
	background:url(../images/talk-tab-high.jpg) no-repeat;
	color:#000000;
	text-decoration:none;
}
.talkTabslist li a:active, .talkTabslist li a:focus {
   outline:0; 
 }
.tabcontentstyle {
	background:url(../images/talktab-contentbg.gif) no-repeat left top; 
	width:820px; 
	height:200px; 
	padding:20px;
	clear:both;
	overflow:hidden;

}
/*********Styles for Scroll(slider)********/
.link {
	cursor:pointer; color:#666}
.link:hover {color:#000}
.slider {
	position:relative; 
	overflow:hidden;  
	height:200px; 
	margin-bottom:20px;
	padding:0
}
.slidercontent {
	position:relative;
}
.slidercontent .upper {
	border:none;
}
.section {
	padding:0px;
}
.arrowup {
	width:15px;
	height:15px;
	background-image:url(../images/arrow-up.gif);
	background-repeat:no-repeat;
	display:block;
}
.arrowdown {
	width:15px;
	height:15px;
	background-image:url(../images/arrow-down.gif);
	background-repeat:no-repeat;
	margin-top:165px;
}
/*********Styles for Scroll(slider)********/

/*test page tab styles*/
.testTab {
	width:430px; 
	height:46px;
	padding:20px 0 0 0;
}
.testTab a{
	display:block; 
	float:left; 
	background-image:url(../images/test-tab.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:430px;
	height:36px;
	text-align:left;
	vertical-align:middle;
	color:#000 !important; 
	font-size:16px;
	font-weight:bold;
	padding:12px 0 0 0;
	text-decoration:none;
}
.testTab a:hover, .testTab a.selected  {
	background-image:url(../images/test-tab-over.gif);
	background-repeat:no-repeat;
	background-position:left top;
	color:#000000;
	text-decoration:none;
}
.testTab a:active, .testTab a:focus {
   outline:0; 
 }
 
 .tabArrow {
 	float:left;
	margin-right:5px;
	padding-left: 15px;
	cursor:pointer;
 }
 
 .tabtxt {
 	float:left;
	margin-top:3px;
	cursor:pointer;
 }
 