/* CSS Document */
/*tab width should give in tab div tag and heigth should give in the div tag which contain whole tab*/

/*tab class*/
.tabsel
{
	float:left;
	padding:5px;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color: #000000;
	background-repeat: repeat-x;
	background-image: url(../images/tabnew.jpg);
	background-position: top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: rgb(156, 184, 198);
	border-left-color: rgb(156, 184, 198);
	border-top-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: rgb(156, 184, 198);
}
.tabntsel
{
	float:left;
	padding:5px;
	font-size:11px;
	text-align:center;
	color: #000000;
	background-repeat: repeat-x;
	background-image: url(../images/tabnew.jpg);
	background-position: bottom;
	cursor:pointer;
	border: 1px solid rgb(156, 184, 198);
	border-bottom:none;
}

-->
/*content class*/
.blockclass
{
	
	padding:10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: rgb(156, 184, 198);
	border-bottom-color: rgb(156, 184, 198);
	border-left-color: rgb(156, 184, 198);
	
}
