/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 0px 0px;
list-style-type: none;
margin:40px 0px 0px 0px;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	text-align:center;
	margin-right: 0px;
	color: #FFF;
	width:121px;
	height:20px;
	display:inline-block;
	text-transform:uppercase;
	background: url(../images/tab_purple.jpg) no-repeat;
	padding: 8px 0px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; font-weight:bold; text-transform:capitalize;
}


.shadetabs li a:hover{
	text-decoration: none;
	color: #000;
	background:url(../images/tab_selected.jpg) no-repeat;
	}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 1px;
	background: url(../images/tab_selected.jpg) no-repeat;
	padding: 8px 0px;
	color:#000000;
}


.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;

}

/*MY CSS*/

.form{ padding:0; margin:0;}

.tab-top{background:url(../images/top.jpg) no-repeat left; height:23px; line-height:23px;}

.heading{ color:#00366a; font-weight:bold; font-family:Arial, Helvetica, sans-serif; font-size:16px; padding: 0px 0 12px 20px;}

.img-heading {background:url(../images/img-heading.jpg) no-repeat center; height:1px; line-height:1px;}

.bg-middle{ border-left:solid 1px #f3f3f3; border-right:solid 1px #f3f3f3;}

.table{padding-left:20px;}

.check{margin: 10px 0 0 0; *margin: 7px 0 0 0;}

.names{font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#3f3f3f; font-weight:normal; padding: 10px 0 0 10px; }

.left-img-form {background:url(../images/left-form.jpg) no-repeat left; width:9px; height:35px; line-height:35px;}

.form-bg {background:url(../images/bg-form.jpg) repeat-x; border:solid 1px #d1c7c7; font-size:12px; color:#3f3f3f; font-weight:normal; width:286px; height:32px; line-height:35px; }

.right-img-form {background:url(../images/right-form.jpg) no-repeat left; width:50px; height:35px; line-height:35px;}

.bottom-imgs{background:url(../images/bottom.jpg) no-repeat left; line-height:16px; height:16px;}

.bg-line{background:url(../images/bg-line.jpg) repeat-x;}

.div{float:left; width:410px; padding: 40px 0 0 0; /*padding: 0px 0 0 0;*/ margin-left:10px;}

.bottom-imgs {background:url(../images/mozilla.jpg) no-repeat left; line-height:55px; *background:url(../images/bottoms.jpg) no-repeat left;}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}


