﻿body
{
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}
table
{
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}
input
{
	font-family: Arial;
	font-size: 12px;
}
select
{
	font-family: Arial;
	font-size: 12px;
}
textarea
{
	font-family: Arial;
	font-size: 12px;
}
span
{
	font-family: Arial;
	font-size: 12px;
}
a
{
	font-family: Arial;
	font-size: 12px;
	color: #0000CC;
	text-decoration: underline;
}
a:active
{
	font-family: Arial;
	font-size: 12px;
	color: #0000CC;
	text-decoration: underline;
}
a:visited
{
	font-family: Arial;
	font-size: 12px;
	color: #0000CC;
	text-decoration: underline;
}
a:hover
{
	font-family: Arial;
	font-size: 12px;
	color: rgb(102,0,0);
	text-decoration: underline;
}
h1
{
	font-family: Arial;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}
.errorText
{
	font-family: Arial;
	font-size: 12px;
	color: Red;
	text-decoration: none;
	font-weight: bold;
}

.dgMain
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	border-collapse: collapse;
}
.dgHeader
{
	background-color: #D96D0D;
	font-family: Arial;
	font-size: 12px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.dgHeader A:LINK
{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
.dgHeader A.VISITED
{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
} 
.dgHeader A.HOVER
{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
} 
.dgItem
{
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}
.dgAltItem
{
	background-color: GrayText;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}
.dgHover
{
	background-color: #FFFFCC;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}
.dgHoverPointer
{
	background-color: #FFFFCC;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	cursor:pointer;
}
.dgHighlight
{
	background-color: #FFFF00;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}
.darkcell
{
	background-color: #323C8C;
}
.lightCell
{
	background-color: #D8E4F4;
}
.mediumCell
{
	background-color: #71A3AF;
}
.lightCellBorderRight
{
	background-color: white; 
	BORDER-RIGHT: Black 1px solid;
}
.mediumCellBorderRight
{
	background-color: #71A3AF; 
	BORDER-RIGHT: Black 1px solid;
}
.borderAll
{
	border-color:Black; 
	border-width:1px; 
	border-style:solid; 
	border-collapse:collapse;
}
.borderTop
{
	border-top: Black 1px solid;
}
.borderBottom
{
	border-bottom: Black 1px solid;
}
.borderRight
{
	border-right: Black 1px solid;
}
.messageDiv
{
	border-style:solid;
	border-width:2px;
	border-color:Black;
	padding:2,2,2,2;
}
.errorDiv
{
	border-style:solid;
	border-width:2px;
	border-color:Red;
	padding:2,2,2,2;
}
.logoFont
{
	font-family: Arial;
	font-size: 28px;
	color: black;
	text-decoration: none;
}
.headerFont
{
	font-family: Arial;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}
.jobAppHeaderFont
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: Black;
	text-decoration: none;
}
.tabText
{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.tabLink:LINK
{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
.tabLink:VISITED
{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
} 
.tabLink:HOVER
{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
} 