body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
.TextBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: 1px solid #7F9DB9;
}
.LoginButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

td {
	text-align: left;
	vertical-align: top;
}
.LogoCell {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.ContentContainer {
	padding: 5px;
	border: 1px solid #D0D0BF;
}
.RHSContainer {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.CopyrightCell {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
	text-align: center;
	padding: 5px;
	color: #999999;
}
.HeadingOne {
	font-size: 170%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.PageText01 {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 16px;
}
/* ######### Style for Tab Interface itself ######### */

.shadetabs{
	border-bottom: 1px solid gray;
	margin-bottom: 1em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}


.shadetabs ul{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-weight: normal;
}

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

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(../webadmin/images/shade.gif) top left repeat-x; /*THEME CHANGE HERE*/
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(../webadmin/images/shadeactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

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

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #918d8d; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #918d8d; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	text-decoration: none;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #e8fad5;
	text-decoration: none;
}
.MenuCell {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #808080;
	border-left-color: #808080;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-image: url(../images/bg_cb_PnlPrimary.gif);
	font-size: 85%;
}
.RHSCellTitle {
	background-color: #A7D5EF;
	padding: 5px;
	border: 1px solid #7F9DB9;
	font-weight: bold;
}
.LogoMenus {
	text-align: right;
	vertical-align: middle;
}

.RHSCellContainer {
	padding: 5px;
	border: 1px solid #7F9DB9;
	background-color: #FFFFFF;
}
.PageText02 {
	line-height: 16px;
	padding: 3px;
}
