
BODY {
	font-family: Arial,Verdana,sans-serif;
	font-size:8pt;
	color: #000000;
}

TABLE {
	font-family: Arial,Verdana,sans-serif;
	font-size:8pt;
	color: #000000;
}

A {
	color:#000066;
	text-decoration: none;
}
A:hover {
	color:#000000;
	text-decoration: none;
}
input {
	font-size: 12px;
}
BUTTON {
	font-size: 12px;
}
SELECT {
	font-size: 12px;
}
TEXTAREA {
	font-size: 12px;
}

.activeTab {
	font-family: Arial,Verdana,sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	height:25px;
	width:10px;
	background-image: url(images/pixel_bar.gif);
}

.activeTabLink {
	font-family: Arial,Verdana,sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#FFFFFF;
	text-decoration: none;
}

.activeTabLink:hover {
	font-family: Arial,Verdana,sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#FFFFFF;
	text-decoration: none;
}

.activeSubTabLink {
	font-family: Arial,Verdana,sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#000000;
	text-decoration: none;
}

.activeSubTabLink:hover {
	font-family: Arial,Verdana,sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#FFFFFF;
	text-decoration: none;
}

.activeTabLeft {
	background-image: url(images/active_tab_left.gif);
	background-position: top right;
	width: 10px;
	height: 25px;
	background-repeat: no-repeat;
}

.activeTabRight {
	background-image: url(images/active_tab_right.gif);
	background-position: top left;
	width: 10px;
	height: 25px;
	background-repeat: no-repeat;
}

.inactiveTab {
	font-family: Arial,Verdana,sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
	text-align:center;
	background-image: url(images/pixel_inactivetab.gif);
	width:10px;
	height:25px;
}

.inactiveTabLeft {
	background-image: url(images/inactive_tab_left.gif);
	background-position: top right;
	width:10px;
	height:25px;
	background-repeat: no-repeat;
}

.inactiveTabRight {
	background-image: url(images/inactive_tab_right.gif);
	background-position: top left;
	width:10px;
	height:25px;
	background-repeat: no-repeat;
}

.inactiveTabLink {
	font-family: Arial,Verdana,sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration: none;
}

.inactiveSubTabLink {
	font-family: Arial,Verdana,sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration: none;
}

.inactiveSubTabLink:hover {
	font-family: Arial,Verdana,sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-decoration: none;
}

.inactiveTabLink:hover {
	font-family: Arial,Verdana,sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration: none;
}

.navBar{
	background-image: url(images/pixel_bar.gif);
	height:30px;
}

.wizardTitlebar{
	background-image: url(images/pixel_inactivetab.gif);
	font-family: Arial,Verdana,sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	color: #FFFFFF;
}
.wizardHeader{
	font-family: Arial,Verdana,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.wizardContent{
	font-family: Arial,Verdana,sans-serif;
	font-size: 12px;
	border-top: solid 1px #EEEEEE;
	border-bottom: solid 1px #AAAAAA ;
	border-right: solid 1px #AAAAAA;
	border-left: solid 1px #EEEEEE;
	padding: 3px;
	color: #000000;
}

.evenRow{
	width: 100%;
	background-color: #E7E7E7;
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
}

.highlightRow{
	width: 100%;
	background-color: #FFFF88;
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
}

.oddRow{
	width: 100%;
	background-color: #FFFFFF;
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
}

.redRow{
	width: 100%;
	background-color: #CC0000;
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
}

.formElementError{
	border: 1px #FF0000 solid;
}

.linkTableheader{
	color: #FFFFFF;
	font-weight:bold;
	font-size: 12px;
	border-bottom: 1px solid #CCCCCC;
	background-color: #000033;
}
.nextButton{
	padding: 2px;
	font-weight:bold;
	font-size: 14px;
}

.nextButton:hover{
	padding: 2px;
	font-weight:bold;
	font-size: 14px;
}

.nextButton:active{
	padding: 2px;
	font-weight:bold;
	font-size: 14px;
}

.cancelButton{
	padding: 2px;
	font-weight:bold;
	font-size: 14px;

}

.cancelButton:hover{
	padding: 2px;
	font-weight:bold;
	font-size: 14px;
}

.cancelButton:active{
	padding: 2px;
	font-weight:bold;
	font-size: 14px;
}

.backButton{
	padding: 2px;
	font-weight: bold;
	font-size: 14px;
}

.backButton:hover{
	padding: 2px;
	font-weight: bold;
	font-size: 14px;
}

.backButton:active{
	padding: 2px;
	font-weight: bold;
	font-size: 14px;
}

.messageCenterMenu {
    text-align: center;
    width: 150px;
    height: auto;
    font-family: Arial,Verdana,sans-serif;
	font-size:11px;
    border: 1px dashed #CCCCCC;
}

a.messageCenterMenu {
    text-align: center;
    display: block;
    text-decoration: none;
    width: 150px;
    font-family: Arial,Verdana,sans-serif;
	font-size:11px;
	border: 0px;
}

a.messageCenterMenu:hover {
    text-align: center;
    text-decoration: none;
    display: block;
    width: 150px;
    font-family: Arial,Verdana,sans-serif;
	font-size:11px;
	background-color: #CCCCCC;
	border: 0px;
}

.messageCenterMenuHeader {
    text-align: center;
    display: block;
    color: #FFFFFF;
    font-weight: bold;
    font-family: Arial,Verdana,sans-serif;
	font-size: 11px;
	background-color: #003399;
}

.moduleHeader {
    font-family: Arial,Verdana,sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.messageHeader{
    font-size: 11px;
    color: #333333;
    background-color: #EEEEFF;
    border-bottom: 1px solid #000000;
    text-align: left;
    padding: 5px;
}

.messageText{
    font-size: 11px;
    color: #000000;
    background-color: #FFFFFF;
    padding: 1px;
}

.formError {
    font-size: 11px;
    font-weight:bold;
    color: #FF0000;
    text-align:left;
    padding: 7px;
}

.formSuccess {
    font-size: 11px;
    font-weight:bold;
    color: #00CC00;
    text-align:left;
    padding: 7px;
}

.formNotice {
    font-size: 11px;
    font-weight:bold;
    color: #FFCC00;
    text-align:left;
    padding: 7px;
}

.alertBox {
/* div class for red-border alert boxes */
font-weight:bold;
border:solid 2px #FF0000;
width:95%;
padding:5px;
}

