
#topbar
{
	visibility: hidden;
	z-index: 100;
	width: 100px;
	background-color:#f21b23;
	padding: 3px;
	font-weight: bold;
	color: White;
	position: absolute;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}
.ddcolortabs
{
	padding: 0;
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}
body
{
	font: normal small Arial, Helvetica, sans-serif;
}
.pageClass
{
}
.FontSize
{
	font-size: 12px;
	font-family: Tahoma;
}
.pageClass a
{
	border: 1px solid #CCC;
	color: #555;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	text-decoration: none;
}
.pageClass span
{
	border: none;
	background-color: #DDD;
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
}
.ddcolortabs ul
{
	font: normal 11px Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ddcolortabs li
{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform: uppercase;
}

.SPZmodalBackground
{
	background-color: Gray;
	filter: alpha(opacity=40);
	opacity: 0.7;
}
.modalPopup
{
	background-color: #ffffdd;
	border-width: 2px;
	border-style: solid;
	border-color: Gray;
	padding: 0px;
	width: 250px;
}
.caption
{
	background-color: #dbe6de;
	color: #000;
	font-size: 10pt;
	font-weight: bold;
	border: 1;
	padding: 3px;
	border-bottom: solid 1px Gray;
	white-space: nowrap;
	text-align: center;
}
.ddcolortabs a
{
	float: left;
	color: white;
	background: #3f7c5f url(media/color_tabs_left.gif) no-repeat left top;
	margin: 0 2px 0 0;
	padding: 0 0 1px 3px;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: bold;
}

.ddcolortabs a span
{
	float: left;
	display: block;
	background: transparent url(media/color_tabs_right.gif) no-repeat right top;
	padding: 6px 8px 3px 7px;
}

.ddcolortabs a span
{
	float: none;
}

.ddcolortabs a:hover
{
	background-color: #8cb85c;
}

.ddcolortabs a:hover span
{
	background-color: #8cb85c;
}

.ddcolortabs a.current, #ddcolortabs a.current span
{
	/*currently selected tab*/
	background-color: #8cb85c;
}

.ddcolortabsline
{
	clear: both;
	padding: 0;
	width: 100%;
	height: 8px;
	line-height: 8px;
	background: #3f7c5f;
	border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}
.footerline
{
	clear: both;
	padding: 0;
	width: 100%;
	height: 4px;
	line-height: 4px;
	background: #3f7c5f;
	border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}
