/* Company ID 6023 */

.sort {
	COLOR: #ffffff;
    FONT-FAMILY:  Arial, Helvetica, sans-serif;
 	Font-size : 11px;
	FONT-WEIGHT: bold;
	white-space: nowrap;
	TEXT-DECORATION: none;
} 

A:link {
	COLOR: #000000;
	TEXT-DECORATION: underline;
	FONT-WEIGHT: normal;
}
A:visited {
	COLOR: #000000;
	TEXT-DECORATION: underline;
	FONT-WEIGHT: normal;
}
A:hover {
	COLOR: #000000;
	FONT-WEIGHT: normal;
	TEXT-DECORATION: underline;
}
TABLE, BODY {
	COLOR: black;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	Font-size: 11px;
}
TABLE.OuterPage {
	width: 100%;
}
.SearchResultHead {
	FONT-WEIGHT: 900;
	FONT-SIZE: 11px;
	COLOR: #ffffff;
	BACKGROUND-COLOR: #000000;
	padding: 5px;
	letter-spacing: 0px;
	text-align: left;
	white-space: nowrap;
}

.SearchResultHead A:link {
	TEXT-DECORATION: none;
	FONT-WEIGHT: normal;
	COLOR: #ffffff;

}
.SearchResultHead A:visited {
	TEXT-DECORATION: none;
	FONT-WEIGHT: normal;
	COLOR: #ffffff;

}
.SearchResultHead A:hover {
	TEXT-DECORATION: none;
	FONT-WEIGHT: normal;
	COLOR: #ffffff;

}

.SearchResultRow {
	FONT-WEIGHT: 300;
	FONT-SIZE: 11px;
	height: 15px;
	line-height: 11px;
	padding: 5px;
	border-bottom: 0px dotted #000000;
}
.SearchResultRow A:link {
	COLOR: black;
}
.SearchResultRow A:visited {
	COLOR: black;
}
.SearchResultRow A:hover {
	COLOR: black;
}
.SearchResultRow2 {
	FONT-WEIGHT: 100;
	FONT-SIZE: 11px;
	height: 1px;
	color: black;
	line-height: 10px;
	list-style-position: inside;
	list-style-type: circle;
	white-space: normal;
	padding: 10px;
}
.SearchResultRow A {
	COLOR: black;
}
TR.SearchRow1 {
	BACKGROUND-COLOR: #ffffff;
}
TR.SearchRow2 {
	BACKGROUND-COLOR: #f5f5f5;
}
TABLE.NavBg {
	margin-left: 5px;
	border-right: 0px dotted silver;
}
.NavTable {
	margin-left: 10px;
	margin-right: 1px;
}
.NavHeader {
	height: 30px;
	color: black;
	font-weight: 900;
	font-size: 11px;
}
.NavRow {
	font-size: 11px;
	COLOR: black;
	padding: 5px;
	line-height: 5px;
}
.NavHR {
	HEIGHT: 1px;
}
TD.TopHeaderCompany {
	color: black;
	font-weight: 900;
	font-size: 20px;
	text-align: left;
}
TD.TopHeaderBar1 {
	BACKGROUND-COLOR:  black;
	height: 2px;
}
TD.TopHeaderBar2 {
	BACKGROUND-COLOR: #3161ad;
	height: 18px;
	color: white;
	text-indent: 10px;
	font-size: 11px;
	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: black;
	font-weight: 900;
	font-size: 11px;
}
.InteriorHeader2 {
	COLOR: black;
	FONT-WEIGHT: 900;
	font-size: 11px;
	height: 10px;
	border-bottom: 1px dotted Black;
}
.InteriorLabel {
	COLOR: black;
	FONT-WEIGHT: bold;
	font-size: 11px;
	Width: 85px;
}
.InteriorLabel2 {
	COLOR: black;
	FONT-WEIGHT: normal;
	font-size: 11px;
	Height: 10px;
	font-style: italic;
}
.InteriorPage {
	Margin-top: 7px;
	Margin-left: 10px;
	Padding-right: 20px;
	width: 95%;
}
.InteriorBody {
	COLOR: black;
	FONT-WEIGHT: normal;
	Font-size: 11px;
	padding: 5px;
}
.InteriorBodyA {
	COLOR: black;
	FONT-WEIGHT: 900;
	Font-size: 11px;
}
.InteriorTable {
}
.InteriorStatus {
	COLOR: black;
	FONT-WEIGHT: 900;
	Font-size: 11px;
	padding: 5px;
}
.InteriorHR {
	border-bottom: 0px dotted Black;
}
TD.ReferHeader {
	FONT-WEIGHT: 900;
	FONT-SIZE: 15px;
	COLOR: black;
	Height: 30px;
}
TD.ReferLabel {
	COLOR: black;
	FONT-WEIGHT: 900;
	font-size: 11px;
}
TD.ReferBody {
	COLOR: black;
	FONT-WEIGHT: normal;
	font-size: 11px;
}
TABLE.ReferTable {
	padding: 2px;
}

.button2 {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	border:2px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:2px 13px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
.button2:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	text-decoration:none;
}
.button2:active {
	position:relative;
	top:1px;
	text-decoration:none;
}
.button2 a:visited {
	text-decoration:none;
}

.button3 {
	border: 1px solid Black;
	border-top: 1px solid Black;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1qpx;
	text-decoration: none;
	background-color: #f5f5f5;
	/* letter-spacing: 1px; */
	margin-top: 2px;
}
.dropdown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.SectionHeader {
	PADDING-RIGHT: 2px;
	BORDER-BOTTOM: #dddddd 1px solid;
	PADDING-LEFT: 2px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	PADDING-BOTTOM: 2px;
	COLOR: #000000;
	LINE-HEIGHT: 20px;
	PADDING-TOP: 2px;
	WHITE-SPACE: nowrap;
	TEXT-ALIGN: left
}
.InputFieldLabel {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	height: 18px;
	COLOR: black;
	BACKGROUND-COLOR: #EEEEEE;
	TEXT-ALIGN: right;
	white-space: nowrap;
	font-weight: normal;
}
.InputFieldData {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	COLOR: black;
	font-weight: normal;
}
.ResumeBuilderCompanyTitle {
	FONT-WEIGHT: 900;
	FONT-SIZE: 14pt;
	COLOR: Black;
	padding: 5px;
	letter-spacing: 0px;
	text-align: left;
}
.companyname {
}
.ResumeBuilderRegularText {
	COLOR: black;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.ResumeBuilderCell {
	COLOR: black;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.ResumeBuilderCellRequired {
	COLOR: black;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.ResumeBuilderInputBox {
	COLOR: black;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width: 300px;
}
.ResumeBuilderInputBoxRequired {
	background-color:;
	width: 300px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.ResumeBuilderTable {
	COLOR: black;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.ResumeBuilderHeaderTable {
	COLOR: black;
	font: 11px Arial, Helvetica, sans-serif;
}
.title3 {
	COLOR: black;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
}