
.wrapperTable {
	border: 1px solid silver;
	font-family : Arial, Helvetica, sans-serif;
	background-color: white;
	padding: 10px;
}
.headerTitleBox
{	background-color:#CE1317;
	padding: 5px;
	width: 100%;
}

.headerTitleAppAbbrev
{
	color:#FFFF99;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	text-align:left;
}

.headerTitleDept
{
	color:#FF6600;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	text-align:right;
}
.subtitle 
{
	color : white;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	background-color:#000000;
	padding: 5px;
}
.subtitle2 
{
	color : white;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	background-color:#003366;
	padding: 5px;
}		
.pagetitle 
{
	color : #CE1317;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-style : italic;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 20px;
}
	
.message {
	color : black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	text-align:left;
}
.bodyCopy {
	color: #000000;
	font-family: Verdana;
	font-Weight: normal;
	font-size: 12px;
	text-align:left;
}

.bodyCopySm {
	color: #000000;
	font-family: Verdana;
	font-size : 10px;
	font-weight : normal;
	text-align:left;
}
.fieldLabelCenterBold  {
	color : black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-align:center;
	padding-right: 5px;
}
.fieldLabelLeft  {
	color : black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	text-align:left;
	padding-right: 5px;
}
.fieldLabelReq  {
	color : red;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-align:right;
	padding-right: 5px;
}
.fieldLabel  {
	color : black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-align:right;
	padding-right: 5px;
}
.fieldLabelNormal  {
	color : black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	text-align:right;
	padding-right: 5px;
}
.textLink:link {
	/*color : 334b84;*/
	color: #334b84;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration:none;
	padding: 2px;
}

.textLink:active {
	/*color : 334b84;*/
	color: #334b84;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration:none;
	padding: 2px;
}
.textLink:visited {
	/*color : 334b84;*/
	color: #334b84;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration:none;
	padding: 2px;
}
.textLink:hover {
	/*color : 334b84;*/
	color: #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	background-color:#334b84;
	text-decoration:none;
	padding: 2px;
}
.red 
{
	color : Red;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	font-style : italic;
}
.form 
{
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
}
input.radio
{
	background-color: DAD0B5;
	border : DAD0B5;
	border-color : DAD0B5;
	border-style : none;
}

/*/////////////////////////////////////////////
          BOX & TABLE DEFINITIONS  
/////////////////////////////////////////////*/
body {
	padding-top:0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.objBox
{
	border:1px solid #DAA520;
	padding: 2px;
	background-color: white;
}

.menuBox
{
	border:1px solid #DAA520;
	padding: 2px;
	width:140px;
	height: 600px;
	background-color:#DAA520;
}
.formBox
{
	border:1px solid #DAA520;
	padding: 5px;
	margin-top: 40px;
	width:350px;
	
}
.formBoxTitleBar
{
	border:1px solid #DAA520;
	background-color: #914848;
}
.formBoxTitleText
{
	color : white;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	width: 100%;
	text-align:center;
}
.whiteTable
{
	border:0px;
	padding: 0px;
	background-color: White;
}
.transparentTable
{
	border:0px;
	padding: 0px;
}

.italicW {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	font-style : italic;
}

.italic {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	font-style : italic;
}
/*/////////////////////////////////////////////
         		BAR MENU 
/////////////////////////////////////////////*/
.appMenuBar {
	background-color:#660000;
	border:1px solid #F5F4CD;
	border-top-color:#666666;
	border-left-color:#666666;
	border-right-color:#666666;
}

.appMenuSubBar {
	background-color:#cccc99;
	border:1px solid #F5F4CD;
	border-bottom-color:#666666;
	border-left-color:#666666;
	border-right-color:#666666;
}

.appMenuSubBarOff {
	background-color:#cccc99;
	border:1px solid #F5F4CD;
	border-bottom-color:#666666;
	border-left-color:#666666;
	border-right-color:#666666;
}

.appMenuLink {
	font-size: 12px;
	color:white;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	text-decoration:none;
	text-align:left;
}

.appMenuLink:visited {
	font-size: 12px;
	color:white;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	text-decoration:none;
	text-align:left;
}

.appMenuLink:hover {
	font-size: 12px;
	color:#660000;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	text-decoration:none;
	text-align:left;
	background-color:#F5F4CD;
}

.appMenuLink_disabled {
	font-size: 12px;
	color:gray;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	text-decoration:none;
	text-align:left;
}

.appSubMenuLink {
	font-size: 12px;
	color:#663300;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	text-decoration:none;
	text-align:left;
}

.appSubMenuLink:visited {
	font-size: 12px;
	color:#663300;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	text-decoration:none;
	text-align:left;
}

.appSubMenuLink:hover {
	font-size: 12px;
	color:#660000;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	text-decoration:none;
	text-align:left;
	background-color:#F5F4CD;
}

.appSubMenuLink_disabled {
	font-size: 12px;
	color:gray;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	text-decoration:none;
	text-align:left;
}

.alert 
{
	color : black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	text-align: left;
}
.alertRed 
{
	color:#660000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	font-style : normal;
}
.alertRed_right 
{
	color:#660000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	font-style : normal;
	text-align: right;
}
/*/////////////////////////////////////////////
         		BOX MENU 
/////////////////////////////////////////////*/

.siteTitle 
{
	color:#F5F4CD;	
	font-size : 18px;
	font-weight : bold;
	text-align: right;
	padding-right: 5px;
}

.titleBar 
{
	background-color:#DAA520;
	border-bottom:1px solid #000000;
	border-top:1px solid #FFCC00;
	border-left:1px solid #FFCC00;
	border-right:1px solid #000000;
}

.mainTitleText 
{
	color:#F5F4CD;
	font-size : 14px;
	font-weight : bold;
	text-align:center;
	padding:1px;
}

.subTitleText 
{
	color :#663300;
	font-size : 14px;
	font-weight : bold;
}

.menuFooterBar 
{
	background-color:#CCCC99;
	border:1px solid #9DBCB9;
}

.menuFooterLink {
	font-size: 12px;
	color:#003366;
	font-weight: normal;
	margin: 0px;
	padding: 3px;
	text-decoration:none;
}

.menuFooterLink:visited {
	font-size: 12px;
	color:#003366;
	font-weight: normal;
	margin: 0px;
	padding: 3px;
	text-decoration:none;
}

.menuFooterLink:hover {
	font-size: 12px;
	color:#000000;
	background-color:#CCCCCC;
	font-weight: normal;
	margin: 0px;
	padding: 3px;
	text-decoration:none;
}

.menuFooterLink_disabled {
	font-size: 12px;
	color: gray;
	margin: 0px;
	padding: 3px;
}

.menuLink {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#914848;
	font-weight: normal;
	margin: 0px;
	padding: 1px;
	background-color:#DAA520;
	text-decoration:none;
	width:140px;
	border: 1px solid #DAA520;
}

.menuLink:hover {
	font-size: 11px;
	color:#F5F4CD;
	font-weight: normal;
	margin: 0px;
	padding: 1px;
	background-color:#914848;
	text-decoration:none;
	width:140px;
	border: 1px groove silver;
}

.menuLink_disabled {
	font-size: 11px;
	color: gray;
	margin: 0px;
	padding: 1px;
	width:140px;
	border: 1px solid #DAA520;
	background-color:#DAA520;
}

/*/////////////////////////////////////////////
         		   D A T A
/////////////////////////////////////////////*/

.data {
	font-size: 11px;
	color:black;
	font-weight: normal;
}
.dataBold {
	font-size: 11px;
	color:black;
	font-weight: bold;
}
.dataReadOut {
	font-size: 13px;
	color:black;
	font-weight: bold;
}
.data_center {
	font-size: 12px;
	color:black;
	font-weight: normal;
	text-align: center;
}
.data_right {
	font-size: 12px;
	color:black;
	font-weight: normal;
	text-align: right;
	padding-right: 5px;
}
.data_substitute {
	font-size: 12px;
	color:black;
	font-weight: normal;
	background-color:#FFFF99;
}
.dataLink {
	font-size: 11px;
	color:#914848;
	font-weight: normal;
	padding: 3px;
	text-decoration:none;
}
.dataLink:active {
	font-size: 11px;
	color:#914848;
	font-weight: normal;
	padding: 3px;
	text-decoration:none;
}
.dataLink:visited {
	font-size: 11px;
	color:#914848;
	font-weight: normal;
	padding: 3px;
	text-decoration:none;
}
.dataLink:hover {
	font-size: 11px;
	color:#F5F4CD;
	font-weight: normal;
	padding: 3px;
	background-color:#914848;
	text-decoration:none;
}

.dataLink_disabled {
	font-size: 11px;
	color: gray;
	padding: 3px;
	text-decoration:none;
}

.icoLink {
	font-size: 11px;
	text-decoration:none;
}
.icoLink:active {
	font-size: 11px;
	text-decoration:none;
}
.icoLink:visited {
	font-size: 11px;
	text-decoration:none;
}
.icoLink:hover {
	font-size: 11px;
	text-decoration:none;
}

.alphaLink {
	font-size: 11px;
	color:#FF1C1C;
	font-weight: bold;
	padding: 3px;
	text-decoration:none;
	cursor:hand;;
}
.alphaLink:active {
	font-size: 11px;
	color:#FF1C1C;
	font-weight: bold;
	padding: 3px;
	text-decoration:none;
	cursor:hand;;
}
.alphaLink:visited {
	font-size: 11px;
	color:#FF1C1C;
	font-weight: bold;
	padding: 3px;
	text-decoration:none;
	cursor:hand;;
}
.alphaLink:hover {
	font-size: 11px;
	color:white;
	font-weight: bold;
	padding: 3px;
	background-color:#FF1C1C;
	text-decoration:none;
	cursor:hand;;
}
.alphaLink_disabled {
	font-size: 11px;
	color: gray;
	padding: 3px;
	text-decoration:none;
	font-weight: bold;
}
.dataHead
{	
	background-color:#8B4513;
	border:1px solid silver;
	border-bottom-color:black;
	border-left-color:black;
	border-right-color:#666666;
}
.data2Head
{	background-color:#cccc99;
	border:1px solid silver;
	border-bottom-color:#666666;
	border-left-color:#666666;
	border-right-color:#666666;
}

.dataGroupHead {
	font-size: 12px;
	color: white;
	padding: 2px;
	font-weight: bold;
	text-decoration:none;
}

.dataGroupHead:hover {
	font-size: 12px;
	color: maroon;
	padding: 2px;
	font-weight: bold;
	background-color:white;
	text-decoration:none;
}

.dataGroup2Head {
	font-size: 10px;
	color: maroon;
	padding: 2px;
	font-weight: bold;
	text-decoration:none;
}

.dataGroup2Head:hover {
	font-size: 10px;
	color: maroon;
	padding: 2px;
	background-color:white;
	font-weight: bold;
	text-decoration:none;
}

.sectionLink {
	font-size: 10px;
	color:white;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	right: 0px;
	top: 0px;
	left: 0px;
	text-decoration:none;
}


/*/////////////////////////////////////////////
         C O L U M N   H E A D S
/////////////////////////////////////////////*/

.colHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#F5F4CD;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	right: 0px;
	top: 0px;
	left: 0px;
	text-decoration:none;
}
.colHead_center {
	font-size: 11px;
	color:#F5F4CD;
	font-weight: bold;
	text-align: center;
	text-decoration:none;
}
.colHead_right {
	font-size: 11px;
	color:#F5F4CD;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	text-decoration:none;
}
.colHeadBkg {
	background-color:#000000;
	border:1px solid black;
}

.colSortLink {
	font-size: 12px;
	color:white;
	font-weight: bold;
	padding: 2px;
	text-decoration:none;
}

.colSortLink:visited {
	font-size: 12px;
	color:white;
	font-weight: bold;
	padding: 2px;
	text-decoration:none;
}

.colSortLink:hover {
	font-size: 12px;
	color:#660000;
	font-weight: bold;
	padding: 2px;
	text-decoration:none;
	background-color:#FFFFFF;
}

.colSortLink:active {
	font-size: 12px;
	color:white;
	font-weight: bold;
	padding: 2px;
	text-decoration:none;
}

.colSortLink_disabled {
	font-size: 12px;
	font-weight: bold;
	color: silver;
	margin: 0px;
	padding: 0px;
	right: 0px;
	top: 0px;
	left: 0px;
	background-color:#cccc99;
}

/*/////////////////////////////////////////////
         F O R M   E L E M E N T S
/////////////////////////////////////////////*/

.labelText {
	font-size: 12px;
	color:#663300;
	font-weight: normal;
}

.pageBoxTitle{
	font-size: 18px;
	color: white;
	font-weight: bold;
	background-color:#DAA520;
	border:1px solid black;
	padding: 10px;
	text-align: center;
}

.pageBoxText {
	font-size: 12px;
	color: black;
	font-weight: normal;
	padding: 5px;
}
.pageBoxSectionBar {
	font-size: 12px;
	color:#F5F4CD;
	font-weight: bold;
	padding: 2px;
	text-align:left;
	background-color:#cccc99;
	border:1px solid #F5F4CD;
	border-bottom-color:#666666;
	border-left-color:#666666;
	border-right-color:#666666;
}
.input_ORIG{
	font-size: 12px;
	color: black;
	font-weight: normal;
	background-color:#FDFBEE;
	border:1px solid #663300;
	padding: 2px;
}

.input{
	font-size: 12px;
	font-weight:bold;
	color: black;
	background-color: #e0eaef;
	border:1px;
	padding: 2px;
}
.select{
	font-size: 12px;
	font-weight:bold;
	color: black;
	background-color:#F5F4CD;
	border:0px;
	padding: 2px;
	
}

.textarea_ORIG{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: normal;
	background-color:#FDFBEE;
	border:1px solid #663300;
	padding: 2px;
}
.textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: black;
	background-color:#F5F4CD;
	border:0px;
	padding: 2px;
}

.formButton{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC00;
	font-weight: normal;
	background-color:#CE1317;
	border-bottom:1px solid black;
	border-right:1px solid black;
	border-top:1px solid silver;
	border-left:1px solid silver;
	padding: 2px;
	width: 100px;
	cursor:pointer;
	text-decoration:none;
	text-align: center;
	/*background-image: url(images/buttonBkg_blue.gif)*/
}


#dhtmltooltip{
	font-size: 11px;
	position: absolute;
	left: -300px;
	/*width: 150px;*/
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

.miniButton{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #660000;
	background-color:#FFCC00;
	border-bottom:1px solid black;
	border-right:1px solid black;
	border-top:1px solid silver;
	border-left:1px solid silver;
	padding: 0px;
	width: 15px;
	height: 15px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	/*background-image: url(images/buttonBkg_blue.gif)*/
}

