
.shadetabs{
	padding: 3 0 0 0;
	margin: 1 0 3 0;
	list-style-type: none;
	text-align: left;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #545454;

}
.shadetabs li{
	display: inline;

}
.shadetabs li a{
	text-decoration: none;
	padding: 3px 10px;
	margin-right: 3px;
	border: 1px solid #C0C0C0;
	color: #808080;
	background:url(../img/tab-normal.gif) repeat-x !important;
	text-decoration: none;
}


.shadetabs li a:hover{
	text-decoration: none;
	color: #69AB02 !important;
	background:#F7FBF0 !important;
}

.shadetabs li.selected{
	position: relative;
	color: #69AB02 !important;
}

.shadetabs li.selected a{ 
	border-bottom-color: #F7FBF0;
	background:#F7FBF0 !important;
	color: #69AB02 !important;
}

.shadetabs li.selected a:hover{
	text-decoration: none;
}

.tabcontentstyle{
	border: 1px solid #C0C0C0;
	width: 630px;
	/*height:250px*/
	padding: 10px;
	background:#ffffff url(../img/tab-back.gif) repeat-x;
}
.tabcontentstyle ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
.tabcontentstyle ul li{
	background:url(../img/r-bullet.gif) no-repeat 0 4px;
	padding-left:25px;
	padding-bottom:10px;
	font:normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	color:#8F8F8F;
}
.tabcontentstyle ul li p{
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#69AB02;
	margin:0px;
	
}
.tabcontent{
	display:none;
}
.tabcontent .scroll{
	display:block;
	/*height:250px;*/
	padding: 10px 10px 0 10px;
	/*overflow-y:scroll;*/
	}
