﻿
body 
{
   font-family: Tahoma, Arial, Helvetica;
   font-size: 11px;
}

table
{
   font-family: Tahoma, Arial, Helvetica;
   font-size: 11px;
}

input
{
   font-family: Tahoma, Arial, Helvetica;
   font-size: 11px;
}
.footerlink {	
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#000000;
	text-decoration: none;
}
.HeaderMain
{
   font-family: Arial, Helvetica, sans-serif;
   font-size:16px;
   font-weight:bold;
   color:Black;
   text-align:center;
   padding-top:10px;
   padding-bottom:10px;
}
.HeaderSubMain
{
   font-family: Arial, Helvetica, sans-serif;
   font-size:14px;
   font-weight:bold;
   color:Black;
   text-align:left;
   padding-top:10px;
   padding-bottom:5px;
}
.Red
{
	color:#e17029;
}
.Normal
{
   font-family: Tahoma, Arial, Helvetica;
   font-size: 11px;
}

.NonBold
{
   font-family: Tahoma, Arial, Helvetica;
   font-size: 11px;
   font-weight:normal;
}

.ReqTableRow
{
   padding-left:5px; 
   padding-top:5px;
   padding-bottom: 5px;
   width: 149px;
   font-family: Tahoma, Arial, Helvetica;
   font-size: 11px;
   color: black;
   font-weight:bold;
}   

.RequiredField
{
   font-family: Tahoma, Arial, Helvetica;
   font-size: 11px;
   color: black;
   font-weight:bold;
}
.HeadingTitle
{
   font-family: Tahoma, Arial, Helvetica;
   font-size: 13px;
   font-weight: bold;
   color: inherit;
}
.TableHeader
{
   background-color: #BBBBBB;
   font-family: Tahoma, Arial, Helvetica;
   font-size: 13px;
   font-weight: bold;
}
.TableSubHeader
{
   font-family: Tahoma, Arial, Helvetica;
   border-bottom: solid 2px #BBBBBB;
   padding-top: 5px;
   font-size: 12px;
   font-weight: bold;
}
.Button
{
   font-family: Tahoma, Arial, Helvetica;
   font-size: 11px;
   color: black;
   font-weight:bold;
}
.combobox
{
   font-family: Tahoma, Arial, Helvetica;
   font-size: 11px;
}
.LocationList
{
   font-family: Tahoma, Arial, Helvetica;
   font-size: 11px;
   font-weight: bold;
}
.JobReqLocationTitle
{
   font-family: Tahoma, Arial, Helvetica;
   font-size: 11px;
   font-weight: bold;
   text-align: center;
   background-color: Gray;
   color: White;
}
.RequirementHeader
{
   background-color: Gray;
   color:White;
   font-size:11px;
   font-weight: bold;
   height:20px;
   vertical-align:middle;
   text-align:center;
}
.RequirementRow
{
}
.TextUnderline
{
    FONT-FAMILY: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal; 
    text-decoration:underline;
}
.imagelink
{
   text-decoration: none;
}
.TextLink
{
   text-decoration: underline;
   cursor:pointer;
   color:Red;
}
.Link
{
   cursor:pointer;
}
/*Font for the Error Messages with the Resume Builder*/
.RequiredFieldRed
{
    FONT-FAMILY: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 9px;
    FONT-WEIGHT: bold;
    color:Red;
}

/*Style for Error Message on the Resume Builder - Self Identify*/
.RequiredFieldRB
{
    FONT-FAMILY: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 9px;
    FONT-WEIGHT: bold;
    color:Red;
    padding-left: 20px;
}

/*Style for Resume Builder - Self Identify Control */
.NumberList
{
    FONT-FAMILY: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
	font-weight: normal;
	padding-top: 0px;
	margin-top: 0px;
}


#pnlResume
{
   overflow:auto;
   height:100%;
   width:100%;
}



