screen
{
.noshow {DISPLAY: none;}
}

@media print
{
.noprint {DISPLAY: none;}
}

a:link 	{ color: #0000FF; text-decoration: underline}
a:visited 	{ color: #0000FF; text-decoration: underline}
a:active 	{ color: #FF0000; text-decoration: none}
a:hover 	{ color: #FF0000; text-decoration: underline}

a.topMenuSub:link		{ color: #0000FF; text-decoration: underline}
a.topMenuSub:visited	{ color: #0000FF; text-decoration: underline}
a.topMenuSub:active	{ color: #FF9900; text-decoration: none}
a.topMenuSub:hover	{ color: #FF9900; text-decoration: none}

a.home:link		{ color: #000000; text-decoration: none}
a.home:visited	{ color: #000000; text-decoration: none}
a.home:active		{ color: #000000; text-decoration: none}
a.home:hover		{ color: #000000; text-decoration: none}

body {
	font-family: Tahoma, "MS Sans Serif";
	font-size: 10pt;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background: #EBEBEB;
}


td {
	font-family: Tahoma, "MS Sans Serif";
	font-size: 10pt;
}
select, input{
	font-family: Tahoma, "MS Sans Serif";
	font-size: 12px;
}

.topBack {
    background-image: url(../_img/topBack.gif);
}

.topMenu {
	cursor: default;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #C0C0C0;
	border-left-color: #FFFFFF;
	background-image: url(../_img/topbar.jpg);

}

.topMenuActive {
	cursor: hand;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #C0C0C0;
	border-left-color: #FFFFFF;
	background: #FFFFFF;
}

.tdFontGray {
	font-family: Tahoma, "MS Sans Serif";
	font-size: 12px;
	color: #666666;
}.sectionWhite {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.hrLightGray {
	color: #CCCCCC;
	text-decoration: none;
}
.sectionDarkGray {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;

}
.borderBottom1px {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.borderRight1px {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;

}
.borderTop1px {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.borderRightTop1px {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
}

.borderLeft1px {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

.borderLeft-Right1px {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.sectionGold {
	font-size: 18px;
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;

}
.SectionMini {
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}

.SectionMiniGold {
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
}
.SectionRed {
	font-size: 12pt;
	font-weight: bold;
	color: #FF0000;
}
.rptTabActive {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	cursor:default;
}
.rptTabUnActive {
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	cursor:hand;
}
.borderBottomRight1px {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
