﻿/* Hirebridge Default Stylesheet */


BODY {
	COLOR: #fff;
	font-family: Arial, sans-serif;
	Font-size: 14px;
	background-color: #052E7D;
	text-align:center;

}

.sort {
	COLOR: #ffffff;
    font-family: Arial, sans-serif;
 	Font-size : 14px;
	FONT-WEIGHT: bold;
	white-space: nowrap;
	TEXT-DECORATION: none;
} 

A:link {
	COLOR: #fff;
	TEXT-DECORATION: underline;
	FONT-WEIGHT: normal;
}
A:visited {
	COLOR: #fff;
	TEXT-DECORATION: underline;
	FONT-WEIGHT: normal;
}
A:hover {
	COLOR: #fff;
	FONT-WEIGHT: normal;
	TEXT-DECORATION: none;
}
TABLE {
	COLOR: #fff;
	font-family: Arial, sans-serif;
    Font-size: 14px;
    table align: center;

}
TABLE.OuterPage {
	width: 100%;
	table align: center;
}
.SearchResultHead {
	FONT-WEIGHT: 900;
	Font-size: 14px;
	COLOR: #ffffff;
	BACKGROUND-COLOR: #08317B;
	padding: 5px;
	letter-spacing: 0px;
	text-align: left;
	white-space: nowrap;
}
.SearchResultRow {
	FONT-WEIGHT: 300;
	Font-size: 14px;
	height: 15px;
	line-height: 15px;
	padding: 5px;
	border-bottom: 0px dotted #fff;
	color: #fff;
}
.SearchResultRow A:link {
	COLOR: #fff;
	TEXT-DECORATION: underline;
	FONT-WEIGHT: normal;
}
.SearchResultRow A:visited {
	COLOR: #fff;
	TEXT-DECORATION: underline;
	FONT-WEIGHT: normal;
}
.SearchResultRow A:hover {
	COLOR: #fff;
	TEXT-DECORATION: none;
	FONT-WEIGHT: normal;
}
.SearchResultRow2 {
	FONT-WEIGHT: 100;
	Font-size: 14px;
	height: 1px;
	color: #fff;
	line-height: 14px;
	list-style-position: inside;
	list-style-type: circle;
	white-space: normal;
	padding: 14px;
}
.SearchResultRow A {
	COLOR: #fff;
}
TR.SearchRow1 {
	BACKGROUND-COLOR: #8598BD;
}
TR.SearchRow2 {
	BACKGROUND-COLOR: #8598BD;


}
TABLE.NavBg {
	margin-left: 5px;
	border-right: 0px dotted silver;
}
.NavTable {
	margin-left: 14px;
	margin-right: 1px;
}
.NavHeader {
	height: 30px;
	color: #fff;
	font-weight: 900;
	Font-size: 10pt
;
}
.NavRow {
	Font-size: 14px;
	COLOR: #fff;
	padding: 5px;
	line-height: 5px;
}
.NavHR {
	HEIGHT: 0px;
}
TD.TopHeaderCompany {
	color: #fff;
	font-weight: 900;
	font-size: 20px;
	text-align: left;
}
TD.TopHeaderBar1 {
	BACKGROUND-COLOR:  #fff;
	height: 2px;
}
TD.TopHeaderBar2 {
	BACKGROUND-COLOR: #3161ad;
	height: 18px;
	color: white;
	text-indent: 14px;
	Font-size: 14px;
	font-weight: 900;
}
TD.TopHeaderBar2 A:link, TD.TopHeaderBar2  A:visited {
	COLOR: white;
	TEXT-DECORATION: none;
	font-weight: 900;
}
TD.TopHeaderBar2 A:hover {
	COLOR: white;
	text-decoration: underline;
	font-weight: 900;
}
.InteriorHeader {
	height: 20px;
	color: #fff;
	font-weight: 900;
	font-size: 14px;
	padding-top: 14px;
	padding-bottom: 14px;

}
.InteriorHeader2 {
	COLOR: #fff;
	FONT-WEIGHT: 900;
	font-size: 14px;
	height: 14px;
	border-bottom: 0px dotted #fff;
	padding-top: 14px;
	padding-bottom: 14px;
}
.InteriorLabel {
	COLOR: #fff;
	FONT-WEIGHT: bold;
	Font-size: 14px;
	Width: 85px;
}
.InteriorLabel2 {
	COLOR: #fff;
	FONT-WEIGHT: normal;
	Font-size: 14px;
	Height: 14px;
	font-style: italic;
}
.InteriorPage {

width: 90%;
table-align: center;
margin-left: auto;
margin-right: auto;

}

.InteriorBody {
	COLOR: #fff;
	FONT-WEIGHT: normal;
	Font-size: 14px;
	padding: 1px;
}
.InteriorBodyA {
	COLOR: #fff;
	FONT-WEIGHT: 900;
	Font-size: 10pt
;
}
.InteriorTable { table align: center;

}
.InteriorStatus {
	COLOR: #fff;
	FONT-WEIGHT: 900;
	Font-size: 14px;
	padding: 5px;
}
.InteriorHR {
	border-bottom: 0px dotted #fff;
}
TD.ReferHeader {
	FONT-WEIGHT: 900;
	FONT-SIZE: 15px;
	COLOR: #fff;
	Height: 30px;
}
TD.ReferLabel {
	COLOR: #fff;
	FONT-WEIGHT: 900;
	Font-size: 10pt
;
}
TD.ReferBody {
	COLOR: #fff;
	FONT-WEIGHT: normal;
	Font-size: 14px;
}
TABLE.ReferTable {
	padding: 2px;
}

.button2 {
	display: inline-block;
	border: 1px solid #052E7D;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px Arial;
	font-weight: bold;
	padding: 5px 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-shadow:0px 0px 0px #444444;
	-moz-box-shadow: 0px 0px 0px 0px #444444;
	-webkit-box-shadow: 0px 0px 0px 0px #444444;
	box-shadow: 0px 0px 0px 0px #444444;
	color: #ffffff;
	background: #8598BD;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7F96BC), to(#63a6f2));
	background-image: -moz-linear-gradient(top,  #7F96BC,  #63a6f2);
	background-image:     -ms-linear-gradient(top, #7F96BC,  #63a6f2);
	background-image:      -o-linear-gradient(top, #7F96BC,  #63a6f2);
	background-image:         linear-gradient(top, #7F96BC,  #63a6f2);
	filter:  progid:DXImaGETransform.Microsoft.gradient(startColorstr='#7F96BC', endColorstr='#63a6f2');
}
.button2:hover {
	background: #7F96BC;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#63a6f2), to(#7F96BC));
	background-image: -moz-linear-gradient(top,  #63a6f2,  #7F96BC);
	background-image:     -ms-linear-gradient(top, #63a6f2,  #7F96BC);
	background-image:      -o-linear-gradient(top, #63a6f2,  #7F96BC);
	background-image:         linear-gradient(top, #63a6f2,  #7F96BC);
	filter:  progid:DXImaGETransform.Microsoft.gradient(startColorstr='#63a6f2', endColorstr='#7F96BC');
	text-decoration: none;
	color: #ffffff;
}
.button2:active {
	color: #ffffff;
	position: relative;
	top: 1px;
}

.button2:visited {
	text-decoration: none;
}

.button3 {
	border: 1px solid #fff;
	border-top: 1px solid #fff;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Arial, sans-serif;
	font-size: 9px;
	text-decoration: none;
	background-color: #f5f5f5;
	letter-spacing: 1px;
	margin-top: 2px;
}


.dropdown {
	font-family: Arial, sans-serif;

	font-size: 14px;
}
.SectionHeader {
	PADDING-RIGHT: 2px;
	BORDER-BOTTOM: #dddddd 1px solid;
	PADDING-LEFT: 2px;
	FONT-WEIGHT: bold;
	Font-size: 10pt;
	PADDING-BOTTOM: 2px;
	COLOR: #fff;
	LINE-HEIGHT: 20px;
	PADDING-TOP: 2px;
	WHITE-SPACE: nowrap;
	TEXT-ALIGN: left
}
.InputFieldLabel {
	font-family: Arial, sans-serif;
	Font-size: 10pt;
	height: 18px;
	COLOR: #fff;
	BACKGROUND-COLOR: #EEEEEE;
	TEXT-ALIGN: right;
	white-space: nowrap;
	font-weight: normal;
}
.InputFieldData {
	font-family: Arial, sans-serif;
	Font-size: 10pt;
	COLOR: #fff;
	font-weight: normal;
}
.ResumeBuilderCompanyTitle {
	FONT-WEIGHT: 900;
	FONT-SIZE: 14pt;
	COLOR: #fff;
	letter-spacing: 0px;
	text-align: left;
}

.ResumeBuilderRegularText {
	COLOR: #fff;
	font-size: 14px;
 font-family: Arial, sans-serif;
}
.ResumeBuilderCell {
	COLOR: #fff;
	font-size: 14px;
 font-family: Arial, sans-serif;
	padding-left: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
}




.ResumeBuilderCellRequired {
	COLOR: #fff;
	font-size: 14px;
 font-family: Arial, sans-serif;
	padding-left: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.ResumeBuilderCellQuestion {
	COLOR: black; 
	Font-Weight: 100;
	Font-size: 14px;
	font-family: Arial, sans-serif;

	text-align: left;
}


.ResumeBuilderInputBox {
	COLOR: #fff;
	Font-size: 14px;
	font-family: Arial, sans-serif;

 
}
.ResumeBuilderInputBoxRequired {
	background-color:;
	Font-size: 14px;
	font-family: Arial, sans-serif;

}
.ResumeBuilderTable {
	COLOR: #fff;
	Font-size: 14px;
	font-family: Arial, sans-serif;

}
.ResumeBuilderHeaderTable {
	COLOR: #fff;
	Font-size: 14px;
	font-family: Arial, sans-serif;

}
.title3 {
	COLOR: #fff;
	Font-size: 14px;
	font-family: Arial, sans-serif;

	font-weight: bold;
}

.ResumeBuilderBody {
	COLOR: black; 
	Font-size: 14px;
	font-family: Arial, sans-serif;
	margin-left : 14px;
}

.ResumeBuilderCompanyTitle {
	COLOR: #fff; 
	Font-size: 13pt;
	font-family: Arial, sans-serif;
}

.ResumeBuilderRegularText {
	COLOR: black; 
	Font-size: 14px;
	font-family: Arial, sans-serif;

;
}

.ResumeBuilderRegularTextBold {
	COLOR: black; 
	Font-Weight: bold;
	Font-size: 14px;
	font-family: Arial, sans-serif;

}


.ResumeBuilderCell {
	COLOR: black; 
	Font-size: 14px;
	font-family: Arial, sans-serif;
	text-align: left;
}


.ResumeBuilderCellBold {
	COLOR: black; 
	Font-size: 14px;
	Font-Weight: bold;
	font-family: Arial, sans-serif;
	text-align: left;
}



.ResumeBuilderCellLabel {
	COLOR: black; 
	Font-size: 14px;
	font-family: Arial, sans-serif;
	text-align: left;
	FONT-WEIGHT: 100;
}

.ResumeBuilderCellQuestion {
	COLOR: black; 
	Font-Weight: 100;
	Font-size: 14px;
	font-family: Arial, sans-serif;

	}


.ResumeBuilderTable {
	COLOR: black; 
	Font-size: 14px;
	font-family: Arial, sans-serif;

}

.ResumeBuilderHeaderTable {
	COLOR: black; 
	Font-size: 14px;
	font-family: Arial, sans-serif;

}

.ResumeBuilderSectionHead {
    FONT-WEIGHT: 900;
   Font-size: 14px;
	font-family: Arial, sans-serif;

    COLOR: #263566;	 
    padding: 14px;
	letter-spacing: 0px;
	text-align: left;
}


.ResumeBuilderCellRequired {
	COLOR: black; 
	Font-size: 14px;
	font-family: Arial, sans-serif;

}

.ResumeBuilderInputBox {
	COLOR: black; 
	Font-size: 14px;
	font-family: Arial, sans-serif;

}