/* Default CSS Stylesheet for a new Web Application project */
BODY
{
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.tblMainOutter
{
	background-color: Silver;
}
.tblMainInner
{
	background-color: White;
}
.cellBack1
{
	height: 50px;
}
.cellBack2
{
	background-color: black;
}
.topMenuLinkText
{		
	font-size: 7pt;
	color: black;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
	font-weight: bold;
}
.topMenuLinkText:hover
{	
	font-size: 7pt;
	font-weight: bold;
	color: red;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
}
.topMenu2LinkText
{		
	font-size: 7pt;
	font-weight: bold;
	color: black;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
}
.topMenu2LinkText:hover
{
	font-weight: bold;
	font-size: 7pt;
	color: whitesmoke;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
}
.leftMenuLinkText1
{		
	font-size: 7pt;
	color: black;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
	font-weight: bold;
}
.leftMenuLinkText1:hover
{
	font-weight: bold;
	font-size: 7pt;
	color: red;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
}
.gridLink1
{		
	font-size: 7pt;
	color: Navy;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
}
.gridLink1:hover
{	
	font-size: 7pt;
	color: red;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
}
.gridLink2
{		
	font-size: 8pt;
	color: Navy;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
}
.gridLink2:hover
{	
	font-size: 8pt;
	color: Red;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
}
.gridLink3
{		
	font-size: 7pt;
	color: Blue;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
}
.gridLink3:hover
{	
	font-size: 7pt;
	color: Red;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
}
.gridLink4
{		
	font-size: 8pt;
	font-weight: bold;
	color: Navy;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
}
.gridLink4:hover
{	
	font-size: 8pt;
	font-weight: bold;
	color: Red;	
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
}

.gridText1
{		
	font-size: 7pt;
	color: Black;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
}
.linkText1
{		
	font-size: 8pt;
	font-weight: bold;
	color: black;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
}
.linkText1:hover
{	
	font-size: 8pt;
	font-weight: bold;
	color: red;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
}
.linkText2
{		
	font-weight: bold;
	font-size: 9pt;
	color: Blue;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
}
.linkText2:hover
{
	font-weight: bold;
	font-size: 9pt;
	color: Red;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
}
.linkText3
{		
	font-size: 10pt;
	color: Black;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
}
.linkText3:hover
{	
	font-size: 10pt;
	color: red;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
}
.linkText4
{		
	font-size: 8pt;
	color: #b0c1d9;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
}
.linkText4:hover
{	
	font-size: 8pt;
	color: red;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
}
.linkBottomText1
{		
	font-size: 9pt;
	color: Gray;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
}
.linkBottomText1:hover
{	
	font-size: 9pt;
	color: Black;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
}
.textbox1
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 8pt;
	filter: progid:dximagetransform.microsoft.shadow(color= 'silver' , direction=135, strength=4);
	border-left: black 1px solid;
	color: black;
	border-bottom: black 1px solid;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	height: 18px;
	background-color: white;
	text-decoration: none;
}
.textbox2
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 8pt;
	filter: progid:dximagetransform.microsoft.shadow(color= 'silver' , direction=135, strength=4);
	border-left: black 1px solid;
	color: black;
	border-bottom: black 1px solid;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	height: 18px;
	background-color:'#b0c1d9';
	text-decoration: none;
}
.parahead1
{		
	font-size: 7pt;
	color: white;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
}
.paraLabelHead1
{
	font-weight: bold;
	font-size: 7pt;
	color: #556f93;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';	
	text-decoration: none;
}
.paraLabelHead2
{
	font-size: 7pt;
	font-weight: bold;
	color: Black;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
}
.paraLabelHead3
{
	font-size: 10pt;
	font-weight: bold;
	color: Gray;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
}
.paraLabelHead4
{
	font-size: 10pt;
	font-weight: bold;
	color: Black;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
}
.paraLabelHead5
{
	font-size: 10pt;
	font-weight: bold;
	color: Navy;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
}
.paraMessageHead1
{
	font-size: 8pt;
	color: black;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
}
.paraInfoText1
{
	font-size: 8pt;	
	color: black;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
}
.paraInfoText2
{
	font-size: 8pt;
	color: black;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-align: justify;
	text-decoration: none;
}
.paraInfoText3
{
	font-size: 7pt;
	color: Gray;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';	
	text-decoration: none;
}
.paraText1
{
	font-size: 8pt;	
	color: black;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
}
.paraBottomText1
{		
	font-size: 9pt;
	color: Gray;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
}
.errorText1
{
	font-size: 8pt;
	color: Red;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
}
.messagesInfoText1
{
	font-size: 8pt;	
	color: Black;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
}
.paraDateHead1
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
}
.paraJobPostHead1
{	
	font-size: 8pt;
	color: black;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	text-decoration: none;
}
.tblHidden
{
	display: none;
}
.button1
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 7pt;
	border-left: black 1px solid;
	color: black;
	border-bottom: black 1px solid;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	background-color: gainsboro;
	text-decoration: none;
}