h1,h2,h3{
	color:#383838;
}

.num {
  text-align: right !important;
}
#footer {
    position: absolute;
    bottom: 0;
    right: 0;
}

/*
.detailsMenu{
	float:left;
	width:160px;
	height:120px;
	margin-left:60px;
	margin-top:50px;
    text-align:left;
}
.detailsMenu ul li{
	font-size:14px;	
}
.detailsMenuTable tr td{
	border-bottom: 1px solid gray;
	padding-top:10px;	 
} 


.detailsForm{
	float:left;
	width:450px;   
	margin-left:0px;
	text-align:left;
	color: #000000;
} 

.detailsForm.details-rules{
	font-size: 13px;
}

.detailsForm h2{
   text-align:center;
}

.detailsForm input[type="text"] {
	width: 210px;
}

.mailTable tr:last-child{
	text-align:center;
}*/

.banner{
	width:800px;	
}

.pgb-logo{
	width:150px;
	text-align:left;
	margin-left:60px;
	margin-top:10px;
	float:left;  
}

.pgb-menu{
	width:500px;
	text-align:left;
	margin-left:90px; 
	float:left; 
}

.footer{
	width:730px;
	margin:auto;
	height:20px;
	border-top: 1px dotted Gray;
	text-align:left;
	font-family: Verdana;
	color: #AFA4A4;
    font-size: 10px;
    font-weight: normal;
    padding-bottom:10px;
    margin-top:30px;
}

.banner-bottom-div{
	height:10px;
	background:#007C7B;
	width:717px;
	margin:auto;
	margin-top:-4px;

}

.login-title{
	color: #383838;
	font-size:16px;
  padding: 10px;
	
}
.banner-bottom-title{
	margin:auto;
	font-family: Verdana;
	color: #AFA4A4;
    font-size: 10px;
    font-weight: normal;
    margin-top: 2px;
	width:680px;
	text-align:left;
}

.color-strip{
	background-color:#BDFF45;
	height:10px;
	width:430px;
}

.black-line{
	height:10px;
	background-color:black;
    margin-left:300px;
    width:458px;
}

.green-line{
	background:#BDFF45;
	width:400px;
	margin-left:40px;
	height:6px;
	margin-top:-10px;
	border:1px dotted Gray;
}

.msg{
	color:Red;
	width:500px;
	margin:auto;
	text-align:center;
	padding:5px;
}

.msg3{
	color:Red;
	width:150px;
	margin:auto;
	text-align:center;
}

.msg2{
	color:Red;
	width:100px;
	margin:auto;
	padding:10px;
}

.menu-div{
	float:left;
	height:40px;
}

.interviewer-logout{
	width:100px; 
	float:right;
}

.right{
	margin-right:100px;
}

.mailContent{
	width:250px;
	height:150px;
	
}

.center{
	text-align:center;
}

.clear{	
	clear:both;
}

.error{
	font-size:14px;
	font-weight:bold;
	color:Red;
	padding:2px;
}

#register-table{
	margin:auto;
}

#register-table td{
	padding:5px;
}

#register-table select{
  width:170px;	
}

.text{
	width:300px;
	text-align:center;	
}

.informationTable{
	margin-top:20px;
  width: 40%;
}

.informationTable td{
	padding:5px;
  width: 50%;
}

.informationTable input[type=text] {
  width: 200px;
}


/*change password form
.change-password-form{
	margin-left:300px;
	margin-top:50px;
}

.change-password-form div{
	width:550px;
	margin:5px;
}

.change-password-form div:last-child{
    width:100px;
    margin-left:100px;
    padding-top:10px;
}

.change-password-form label{
	display:inline-block;
	width:100px;
}

.change-password-form .message{
	color:Red;
	margin:15px 0 10px 0;
}*/

#tableCandidateOrders{
	/*border-collapse:collapse;*/
	color:#222222;
} 

#tableCandidateOrders th{
	color:#fff;	
}
 
#tableCandidateOrders td,
#tableCandidateOrders th{
	/*border:1px solid #222222;*/
	padding:5px 8px;
}

#tableCandidateOrders th{
	background:#007C7B
}

#tableCandidateOrders td{
	background:#F0F0F0;
}

.form-orders{
	width:750px;	
	margin-left:40px;
}

.dialog-file-upload{ 
	display:none;
	text-align:center;
}

.dialog-file-upload input[type="button"]{
	margin-top:30px;
}

.file-upload .ui-widget-header{
	border:none;
	background: rgba(200,200,200,0.8);
	color:#333333; 
}

.file-upload .ui-widget-content .ui-icon {
    background-image: url("/css/images/ui-icons_222222_256x240.png");
}

.add-contract, .add-questionnaire{
	display:block;
}

.dialog-interviewerlogin {
	border-radius:0;
}

.dialog-interviewerlogin  .ui-widget-header {
    background: none;
    border: none;
    border-radius:0;
    border-bottom: 1px solid #DEDEDE;
    color: gray;
    margin-bottom:20px;
}

.ui-widget-header .ui-dialog-titlebar-close:after{
    display:block;
	content: "x";
	width:20px;
	height:20px;
	color:gray; 
	font-size:16px;
	position:absolute;
	top:-2px;
	right:-8px;
	font-weight:normal
}

.ui-widget-header .ui-dialog-titlebar-close .ui-icon-closethick{
	display:none;
}

.ui-widget-header .ui-state-hover{
	border:none !important;
	background:none !important;
	background-image:none !important;
}
