/* - Common CSS Styles - */
body{
	margin: 0px;
	font-family: Verdana, Arial, helvetica;
	font-size: 10px;
	/* padding: 0px 100px 0px 100px;*/
}

/* TEXT */
.content {
	font-family: Verdana, Arial, helvetica;
	font-size: 10px;
}
.smallLinkText {
	font-family: Arial,Verdana,helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration : underline;
}

.smallLinkText1 {
	font-family: Verdana, Arial, helvetica;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.smallText {
	font-family: Verdana, Arial, helvetica;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}

.SubTitleText { /* UPPER CASE */
	font-family: Verdana, Arial, helvetica;
	font-size: 10px;
	text-transform: uppercase;
	color: #f28e00;
	font-weight: bold;
}

.errorText {
	font-family: Verdana, Arial, helvetica;
	font-size: 10px;
	color: #ff0000;
	font-weight: bold;
}
.errorText2 {
	font-family: Verdana, Arial, helvetica;
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
}

.colorText {
	font-family: Verdana, Arial, helvetica;
	font-size: 10px;
	color: #f28e00;
	font-weight: bold;
}

.colorText1 { /* black bold*/
	font-family: Verdana, Arial, helvetica;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

.colorText2 { /* black */
	font-family: Verdana, Arial, helvetica;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}

.colorText3 { /* orange */
	color: #FF8224;
}

.colorText4 {
	font-family	: Arial, Verdana, helvetica;
	font-size	: 14px;
	color		: #f28e00;
	font-weight	: bold;
}

.colorText5 {
	font-family	: Arial, Verdana, helvetica;
	font-size	: 14px;
	color		: #000000;
	font-weight	: bold;
}

.colorText6 {
	color: #8C9AA5;
	font-size: 14px;
}

.colorText7 { /* black */
	font-family: Verdana, Arial, helvetica;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
.colorText8 { /* White */
	font-family: Verdana, Arial, helvetica;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: Bold;
}
.colorText9 { /* Dark blue */
	font-family: Verdana, Arial, helvetica;
	font-size: 10px;
	color: #042863;
	font-weight: Bold;
}
.colorText10 { /* White */
	font-family: Verdana, Arial, helvetica;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
}
.colorText11 { /* Dark blue */
	font-family: Verdana, Arial, helvetica;
	font-size: 12px;
	color: #042863;
	font-weight: Bold;
}

.colorText12 {
	font-family: Verdana, Arial, helvetica;
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.uppercase {
	text-transform: uppercase;
}

.underline {
	text-decoration: underline;
}

/* pagination */
.pagination{
	font-size: 11px;
	font-weight: bold;
}
.pagination .linkText{
	color: #000000;
	text-decoration : underline;
}
.pagination .currentPage{
	font-weight: bold;
	color: #ff8224;
	text-decoration : none;
}
.pagination .OtherPage{
	font-weight: bold;
	color: #000000;
	text-decoration : underline;
}
/* end pagination*/

/* 
   Alignment for Floating Photo and Text Content 
   Note: Must specify "border" within <img>
*/
.contentPhotoSetting {
	float:left;
	border-left-width:0px; 
	border-top-width:0px; 
	border-bottom-width:0px; 
	border-color:#FFFFFF;
}

/* Div layer CSS - mainly for Navigator Menu at template.php*/
.divTable {
	width : 150px;
}

.divTopHidden {
	margin: 0px;
	position: absolute;
	z-index: 99;
	visibility: hidden;

}

.divTopAuto {
	margin: 0px; 
	position: absolute; 
	z-index: 99; 
}

.divBottomHidden {
	margin: 0px;
	position: absolute;
	z-index: 1;
	visibility: hidden;
}
.jobtitle_box {
	font-family: Verdana, Arial, helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #052766;
	width: 120px; 
	padding: 14px 0px 14px 18px;
	background: #dce1e5;
}
.jobdescription_box{
	font-family: Verdana, Arial, helvetica;
	font-size: 10px;
	padding: 12px 14px 12px 18px;
	background: #dce1e5;
	line-height: 13px;
	/*text-align:justify;*/
}

.job_list_title_box{
	font-family: Verdana, Arial, helvetica;
	font-size: 10px;
	line-height: 13px;
	background: #dce1e5;
	padding: 5px 5px 5px 5px;

}
.job_list_box{
	font-family: Verdana, Arial, helvetica;
	font-size: 10px;
	line-height: 13px;
	background: #dce1e5;

}
.job_list_box_padding{
	padding: 18px 12px 8px 18px;

}

.supplier_list_box{
	font-family: Verdana, Arial, helvetica;
	font-size: 10px;
	line-height: 13px;
	background: #dce1e5;

}
.supplier_list_box_padding{
	padding: 18px 12px 8px 18px;

}


.jobtitle_print_box {
	font-family: Verdana, Arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #052766;
	width: 120px; 
	padding: 14px 0px 14px 18px;
}
.jobdescription_print_box{
	font-family: Verdana, Arial, helvetica;
	font-size: 10px;
	padding: 12px 14px 12px 18px;
	line-height: 13px;
}
.color_inputbox{
	border: 1px solid #7f9db9;
	margin: 0 0 6px 0;
	font-family: arial, Verdana, helvetica;
	font-size: 12px;
	color: #000000;
}
.jobconfirmation_box{
 	color:#002758; 
	font-family: Arial, Verdana, helvetica; 
	font-size:16px; 
	font-weight:bold;
	padding: 90px 0px 0px 0px;
	background: #dce1e5;
}

.inputbox_fixsize{
	width : 305px;
	height: 20px;
}

