
@charset "utf-8";


/* The container */
.hmcontainer {
  display: block;
  position: relative;
  padding-left: 35px; padding-top:5px;padding-bottom:5px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; 
}
/* Hide the browser's default checkbox */
.hmcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.hmcheckmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.hmcontainer:hover  {
  background-color: #ccc;
}
/* On mouse-over, add a grey background color */
.hmcontainer:hover input ~ .hmcheckmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.hmcontainer input:checked ~ .hmcheckmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.hmcheckmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.hmcontainer input:checked ~ .hmcheckmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.hmcontainer .hmcheckmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}




/* BPO Photo Flow CSS Document */
/* PAGE SET UP */
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	background: #000000 url(../images/bg-color.jpg) repeat-x center top;
	text-align: center;
	color: #000000;
	padding: 0;
	margin: 0;
	border: 0; 
	outline: 0;
}

.blue{color:blue; }
#jobdesc{ font-size:11px;}
img {
	border: 0;
}
.thrColAbsHdr #container { 
	position: relative;
	width: 936px;  
	background: #FFFFFF;
	padding: 0;
	margin: 5px auto; 
	border: 1px solid #000000;
	text-align: left;
	border: 0px;
	border-style: solid;
	border-color: #000000;
} 

h1{
    font-weight: bold;
	font-size: 20px;
	line-height: 150%;
    color: navy;
}
h2{
    font-weight: bold;
	font-size: 18px;
	line-height: 150%;
    color: navy;
}
h3{
    font-weight: bold;
	font-size: 17px;
	line-height: 150%;
    color: navy;
}
h4{
    font-weight: bold;
	font-size: 16px;
	line-height: 150%;
    color: navy;
}
h5{
    font-weight: bold;
	font-size: 15px;
	line-height: 150%;
    color: navy;
}
h6{
    font-weight: bold;
	font-size: 14px;
	line-height: 150%;
    color: navy;
}

/* HEADER */
.thrColAbsHdr #header {
	background: url(../images/bpo_noflash_header_top.jpg) no-repeat left top;
	height: 110px; 
	padding: 0;  
} 


/* LOGIN BOX */
.thrColAbsHdr #gologin {
	position: absolute;
	z-index: 2;
	top: 1px;
	right: 1px;
	width: 320px;
	height: 65px; 
	background: url(../../images/loginbox.png) no-repeat; 
	padding: 0;
	margin: 0;
	margin: auto;
}
.login {
	width:120px;
	font-size:10px;
}
.login-text {
	font-size:10px;
}

/* LOGINERROR */
.thrColAbsHdr #gologin_error {
	position: absolute;
	z-index: 1;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background: #ffffff; 
	color: #FF0000;
	top: 60px;
	right: 1px;
	width: 320px;
	height: 20px; 
	padding-top: 3px;
	margin: auto;
}

/* INDEX MAIN CONTENT */
.thrColAbsHdr #mainContent { 
	margin: 0 220px; 
	padding: 0px 10px 10px 10px; 
}
.thrColAbsHdr #mainContent li { 
	margin-left: 8px;
}
/* 1 COL MAIN CONTENT */

#col1mainContent {width:800px;}
.thrColAbsHdr #col1mainContent { 
	margin: 0; 
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.thrColAbsHdr #col1mainContent li { 
	margin-left: 6px;
}
/* SIDE BAR 1 MAIN CONTENT */
.thrColAbsHdr #sidebar1 {
	position: absolute;
	background: #EBEBEB url(../images/manager.jpg) no-repeat center top;
	line-height: 100%;
	top: 463px;
	left: 8px;
	width: 191px; 
	padding: 120px 10px 15px 10px; 
}
.thrColAbsHdr #sidebar1 li {
	margin-left: 9px;
}
.thrColAbsHdr #sidebar1 h3 {
	text-align:center;
}
/* SIDE BAR 2 MAIN CONTENT */
.thrColAbsHdr #sidebar2 {
	position: absolute;
	background: #EBEBEB url(../images/camera.jpg) no-repeat center top;
	top: 463px;
	right: 8px;
	width: 197px; 
	padding: 120px 10px 15px 10px;
}

/* 2 COL MAIN CONTENT */
.thrColAbsHdr #col2mainContent { 
	margin: 0px 390px 0px 0px; 
	padding: 0px 10px 10px 10px; 
}

/* SIDE BAR 2 COL CONTENT */
.thrColAbsHdr #col2sidebar1 {
	position: absolute;
	top: 140px;
	right: 4px;
	width: 370px; 
	padding: 0px 10px 10px 10px; 
}

/* SPLIT COL CONTENT 1 */
.thrColAbsHdr #split_sidebar1 {
	float: left;
	width: 448px; 
	padding: 0px 10px 10px 10px; 
}

/* SPLIT COL CONTENT 1 */
.thrColAbsHdr #split_sidebar2 {
	float: right;
	width: 448px; 
	padding: 0px 10px 10px 10px; 
}

/* INDEX MAIN FLASH AD AREA*/
.thrColAbsHdr #displaybar {
	background: #000000 url(../images/bpo_noflash_image.jpg) no-repeat left top;
	height: 200px;
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0; 
} 

/* INDEX OPTIONS*/
.thrColAbsHdr #optionbar {
	height: 120px;
	padding: 0;
	margin: 0;
	border: 0; 
	outline: 0;
} 

/* INDEX OPTIONS IMAGES & LINKS */
.thrColAbsHdr #optionbartab1 {
	position: relative;
	float: left;
	width: 234px;
	height: 120px;
	padding: 0; 
	background-color: #000000;
} 
.thrColAbsHdr #optionbartab2 {
	position: relative;
	float: left;
	width: 234px;
	height: 120px;
	padding: 0; 
	background-color: #000000;
} 
.thrColAbsHdr #optionbartab3 {
	position: relative;
	float: left;
	width: 234px;
	height: 120px;
	padding: 0;  
	background-color: #000000;
} 
.thrColAbsHdr #optionbartab4 {
	position: relative;
	float: left;
	width: 234px;
	height: 120px;
	padding: 0;  
	background-color: #000000;
} 

/* FOOTER */
.thrColAbsHdr #footer {
	/* background: #000000 url(../images/bpo_footer.jpg) no-repeat center top;*/
	background: #777777;
	font-size: 10px;
	height: 30px;
	padding: 0;
} 
.thrColAbsHdr #footer p {
	margin: 0; 
	padding: 8px 10px;
}

/* CLEARS */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0;
	margin: 0;
	padding: 0;
}
/* Link */
a {
    color:#3a251d;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}

/* MENU BUTTONS */
.thrColAbsHdr #topmenu {

	float:right;
	width: 936px;
	height: 25px; 
	padding: 0;
}

/* TOP MENU */
.thrColAbsHdr #topmenu ul {
    padding:0;
    margin:0;
    list-style:none;
    float:right;
}

.thrColAbsHdr #topmenu li {
    float:left;
    display:block;
}

.thrColAbsHdr #topmenu li a {
    float:left;
    display:block;
    position:relative;
    height:25px;
    line-height:28px;
    overflow:hidden;
    color:#3a251d;
  
    padding:0 6px 0 0;
    font-size:12px;
    font-weight:bold;
}

.thrColAbsHdr #topmenu li a.green {
    color:red;

}

.thrColAbsHdr #topmenu li a span {
    display:block;
    float:left;
    color:#000;
;
    padding:0 6px 0 13px;
    cursor:pointer;
}

.thrColAbsHdr #topmenu li a.green span {
    display:block;
    float:left;
    color:White;

    padding:0 6px 0 13px;
    cursor:pointer;
}


.thrColAbsHdr #topmenu li a:hover {

    text-decoration:none;
}

.thrColAbsHdr #topmenu li a.active {

    text-decoration:none;
}
.thrColAbsHdr #topmenu li a:hover span {

}

.thrColAbsHdr #topmenu li a.active span {

}
.thrColAbsHdr #col1mainContent td {
	padding: 5px;
}
 .jobs td table {padding: 2px;}
 .suggest_link {font-size:12px;
				background-color: #FFFFFF;
				padding: 2px 6px 2px 6px;
			}
			.suggest_link_over {font-size:12px;
				background-color: lightgreen;
				padding: 2px 6px 2px 6px;
			}
			
			#search_suggest {font-size:12px;
				position: absolute; 
				background-color: #FFFFFF; 
				text-align: left; 
							
			}
			
			.question{font-size:15px;
			color:blue;
			}
			.answer{padding-top:2px; font-size:12px;}
			
			
			
			.paginate {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
a.paginate {
border: 1px solid #000080;
padding: 2px 6px 2px 6px;
text-decoration: none;
color: #000080;
}
a.paginate:hover {
background-color: #000080;
color: #FFF;
text-decoration: underline;
}
.messagebox{font-size:11px;
	position:absolute;
	width:auto;
	margin-left:5px;
	color:red;/*border:1px solid #c93;
	background:#ffc;
	padding:3px;*/
}
.messageboxok{font-size:11px;
	position:absolute;
	width:auto;
	margin-left:5px;
	color:green;
	/*/border:1px solid #349534;
	background:#C9FFCA;
	//padding:3px;/
	font-weight:bold;*/
	
	
}
.messageboxerror{font-size:11px;
	position:absolute;
	width:auto;
	margin-left:5px;
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding:3px;
	font-weight:bold;
	color:red;
}

.messagebox2{font-size:11px;
	position:absolute;
	width:auto;
	margin-left:5px;
	/*border:1px solid #c93;
	background:#ffc;
	padding:3px;*/
	color:red;
}
.messageboxok2{font-size:11px;
	position:absolute;
	width:auto;
	margin-left:5px;
	
	color:green;
	
}
.messageboxerror2{font-size:11px;
	position:absolute;
	width:auto;
	margin-left:5px;
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding:3px;
	font-weight:bold;
	color:red;
}

.isreq{ color:red;}
 table {font-size:12px;}
 