﻿/* CSS Document */

.mainhead1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #800000;
}

.secondhead1 {
	color: #800000;
	font-size: 8.0pt;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-family: Verdana, sans-serif;
}
.regtext {
	font-family: Verdana;
	font-size: x-small;
	color: #000000;
	font-weight: normal;
	text-align: left;
}
.regbold {
	font-family: Verdana;
	font-size: x-small;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.whitereg {
	font-family: Verdana;
	font-size: x-small;
	color: #FFFFFF;
	text-align: center;
}

a {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}

.Headstyle {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;

}
.style1 {
	text-align: center;
}

/* Main section Tabs
--------------------*/
#MainContent ul.mainsection_tabs {
	list-style:none;
	margin:0 0 5px 0;
	padding:0;
	clear:both;
	border-bottom:1px solid #ccc;
	height:20px;
	clear:both;
}

#MainContent ul.mainsection_tabs li.tab {
	float:left;
	margin-right:7px;
	text-align:center;
}

#MainContent ul.mainsection_tabs li.tab a {
	display:block;
	height:20px;
	padding:0 6px 0 6px;
	background-color:#ddd;
	color:#666;
	width:80px;
}

#MainContent ul.mainsection_tabs li.tab a:hover {
	color:#d20000;
	background-color:#b8b8b8;
}

#MainContent ul.mainsection_tabs li.tab a.active {
	background-color:#fff;
}

#MainContent ul.mainsection_tabs li.source_code {
	float:right;
}
/* Sub section Tabs
--------------------*/
#MainContent ul.subsection_tabs {
	list-style:none;
	margin:0 0 5px 0;
	padding:0;
	clear:both;
	border-bottom:1px solid #ccc;
	height:20px;
	clear:both;
}

#MainContent ul.subsection_tabs li.tab {
	float:left;
	margin-right:7px;
	text-align:center;
}

#MainContent ul.subsection_tabs li.tab a {
	display:block;
	height:20px;
	padding:0 6px 0 6px;
	background-color:#fff;
	color:#666;
	width:80px;
}

#MainContent ul.subsection_tabs li.tab a:hover {
	color:#666;
}

#MainContent ul.subsection_tabs li.tab a.active {
	background-color:#ddd;
}

#MainContent ul.subsection_tabs li.source_code {
	float:right;
}

.tab a { width: 100px !important; line-height: 21px; text-decoration: none !important; border: 1px solid #ccc; border-bottom: 0 !important; }
.tab-content { margin-top: -6px; padding: 10px; background: #fff; border: 1px solid #ccc; }
.title-bar {
	height: 32px;
	margin-right: 18px;
	padding-left: 16px;
	background: url('images/bg_titlebar2.png') top right no-repeat;
	border: 1px solid #000;
	border-bottom: 0 !important;
	line-height: 32px;
	color: #fff;
	font-weight: bold;
	font-family: arial;
	font-size: 18px;
	text-shadow: -1px -1px #000;
	text-align: left;
}
