#sidebarheader {
background-color: #006699;
}

#maincontent {
border-right: 1px solid #669999;
}

a:link
{
    color: #016699;
}
a:visited
{
    color: #016699;
}
a:hover
{
    color: #666;
}

.subheader{
	font-size: 12px;
    line-height: 12pt;
    color: #03669d;
    padding: 10px 0 5px 0;
    font-weight: bold;
    border: 0px;
	clear:both;
}

.header{
	font-size: 14px;
    line-height: 14pt;
    padding: 6px 0 0 0;
	margin: 0 0 6px 0;
    font-weight: bold;
	color:#666;
	border-bottom: 1px solid #ccc;
	clear:both;
}

h1{
	margin:0 0 0 0;
}

.sideImg{
	width:35%;
	margin:0px;
    padding: 5px 0 0 15px;
    float: right;
	display:block;
}

.previewListing{
	padding: 10px; 
	margin: 0;
	width:80%;
	background-color:#e2e2e2;
}

/* careerFairsTable.ascx styles */
#careerFairsBox {
    width: 400px;
    height: 400px;
    overflow: auto;
    padding:2px;
    border:solid 1px #ddd;
}

table.rpt_careerFairs {
    
}

table.rpt_careerFairs th {
    text-align: left;
}

table.rpt_careerFairs tr:hover {
    cursor: pointer;
}

table.rpt_careerFairs tr.soldout {
    cursor: auto;
    color: #ccc;
}

table.rpt_careerFairs tr.soldout td:first-child:after { 
    content: " (sold out)";
}

table.rpt_careerFairs td {
    width: 25%;
}

table.rpt_careerFairs tr.highlight {
    background-color: #03699d;
    color: #fff;
}

.empSection {
	margin: 4px 10px 14px 0;
	width: 100%
}
.empSection h1 {
	text-transform: uppercase;
	background: none;
    color: #000000;
    font-size: 11px;
    line-height: 13px;
    padding: 0;
}
.empSection p {
	padding-bottom: 0;
}

.fairEventCancelled {
    font-weight:bold;
    color: Red;
}

.dgGeographicRegions {
    border: none;
    width: 100%;
}
    
.dgGeographicRegions td {
    border:none;
    padding: 2px;
    text-align: left;
}
    
.gvRegionEmpAreaListingStats {
    width: 100%;
}
    
.gvRegionEmpAreaListingStats th {
    border: solid 1px #e0e0e0;
}

.gvRegionEmpAreaListingStats th:first-child {
    text-align:left;
}

.gvRegionEmpAreaListingStats td {
    padding: 2px;
    text-align: center;
    border: solid 1px #e0e0e0;
}
    
.gvRegionEmpAreaListingStats td:first-child {
    text-align: left;
}
