@charset "utf-8";

html {
	height:100%;
    overflow-x: auto;
    overflow-y: scroll;

}

body {
	margin: 0 auto; /* This should center the web page */
	padding: 0px; /* Need to set body margin and padding to get consistency between browsers. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFF;
	width: 955px;
	margin-top: 10px;
}

.InlineHelp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.CLEARED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #33FF99;
}
.CLEARED_COA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #3FF;
}

.INHIBITED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FF3300;
}
.SELECTEE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFF00;
}
.INSUFFICIENT_DATA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FF9900;
}




.RedLetter {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
}
.style5 {
	font-size: 12px
}
.ErrorStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
}
.BoldHeadStyle {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}


.style7 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
}
.style8 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #C6D6FD;
	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;
	font-size: 10px;
}
a:link {
	color: #0000CC;
	text-decoration: underline;
}
a:visited {
	color: #0099FF;
}
a:hover {
	color: #006666;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
}
.white_row {
	background-color: #FFFFFF;
	margin: 1px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.white_row10 {
	background-color: #FFFFFF;
	font-size: 10px;
}

.color_row {
	background-color: #FFFFCC;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
}
.color_row10 {
	background-color: #FFFFCC;
	font-size: 10px;
}
.color_row10Bld {
	background-color: #FFFFCC;
	font-size: 10px;
	font-weight: bold;
}

.white_rowRead {
	background-color: #FFFFFF;
	color: #999999;
}
.white_row10Bld {
	background-color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}
.white_rowRedLetter {
	background-color: #FFFFFF;
	color: #CC0000;
	font-size: 10px;
}
.color_rowRead {
	background-color: #FFFFCC;
	color: #999999;
}
.color_rowRedLetter {
	background-color: #FFFFCC;
	color: #CC0000;
	font-size: 10px;
}

.FormSmallText {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
}
.FormBldSmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
}


.FormSmallTextCAPS {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
}
.FormField {
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	background-color: #FFFFCC;
	color: #000000;
}

.RedBold {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bolder;
	color: #CC0000;
}
.OrangeBold {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bolder;
	color: #FF6600;
}
.white_row10Read {
	background-color: #FFFFFF;
	color: #999999;
	font-size: 10px;
}
.color_row10Read {
	background-color: #FFFFCC;
	color: #999999;
	font-size: 10px;
}
.BigTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000099;
}
.newMessages {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	background-color: #FF3300;
	font-weight: bold;
	color: #000000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: normal;
	text-decoration: blink;
	margin: 2px;
	padding: 4px;
}
.NewFilename {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #33FF99;
}
.Filename {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFEEFF;
}

/* Added by Ben to show the ACTIVE Tab. */
.ActiveMenuTab
{
	background-color:#EEEEEE;
	color:#3333CC;
	border:inset;
	border-top-color: #03F;
	border-right-color: #03F;
}
