	@charset "utf-8";
/* CSS Document */


/* Global properties ======================================================== */
html {
	width: 100%
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	background: url(../images/body_top_bg.png) no-repeat scroll center top;
	margin: 0px;
	padding: 0px;
}
a {
	color: #428bca;
	outline: none;
	text-decoration: underline;
        cursor: pointer;
}
a:hover {
	text-decoration: none
}
img {
	border: none;
}
.clear {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
#container {
	width: 960px;
	margin: 0 auto;
	min-height:450px;
}
/*============font-face==============================*/


/*========================logo=================================*/
.main-logo {
	width: 100%;
	margin: 0 auto;
}
.fastfigs_logo img{width:219px; height:68px;}
.fastfigs_logo {
    float: left;
    height: 68px;
    margin: 14px 0 0 4px;
    width: 219px;
}
.head_search {
	width: 380px;
	float: left;
	height: 60px;
	background: url(../images/search_bg.jpg) no-repeat;
	margin: 10px 0 0 38px;
}
/*============================Header===================================*/
header {
	width: 100%;
	height: 40px;
	position: relative;
	margin: 0 auto;
}
.head_bg {
	width: 960px;
	float: left;
	height: 90px;
}
.top_login {
	width: auto;
	height: 25px;
	float: right;
}
.head_right {
	width: 650px;
	float: right;
	height: auto;
}
.head_login_left_bg {
	background: url(../images/top_box_left.png) no-repeat scroll left center;
	float: left;
	height: 31px;
	width: 30px;
}
.head_login_right_bg {
	background: url(../images/top_box_right.png) right no-repeat;
	width: 30px;
	height: 31px;
	float: left;
}
.head_login_center_bg {
	background: #000;
	width: auto;
	float: left;
	padding: 8px 0;
}
.head_login_center_bg a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #fff;
}
.head_login_center_bg a:hover {
	color: #e0e0e0;
}
/*============================Menu===================================*/
.menu {
	float: left;
	height: 46px;
	width: 647px;
	color: #8cc264;
	margin-top: 10px;
	background: url(../images/menu_bg.png) no-repeat;
	background-size:677px 46px;
}
.menu a {
	color: #8cc264;
	padding: 13px 0px 0;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif, sans-serif,;
	text-align: center;
	display: block;
	font-weight: bold;
        text-decoration: none;
}
.menu a:hover {
	color: #fff;
	text-decoration: none;
}
.menu a:focus {
	color: #fff;
	text-decoration: none;
}
.menu a:active {
	color: #fff;
	text-decoration: none;
}
.menu ul {
	margin: 0px;
	padding: 0px;
}
.menu li {
	height: 44px;
	width: auto;
	padding: 0 13px;
	float: left;
	text-align: center;
	list-style: none;
	position: relative;
	background: url(../images/div_line.png) right center no-repeat;
}
.menu li.last_menu {
	background: none;
}
.menu ul li ul {
	min-width: 150px;
	width: auto;
	position: absolute;
	display: none;
	background: #f1f1f1;
	top: 48px;
}
.menu ul li ul li {
	min-width: 170px;
	width: auto;
	padding: 10px 0;
	border-bottom: #999 dotted 1px;
	height: auto;
}
.menu ul li ul li:hover {
	width: 100%;
	padding: 10px 0;
	border-bottom: #999 dotted 1px;
	height: auto;
}
.menu ul li ul li a {
	font-size: 12px;
	padding: 0px 10px;
	text-align: left;
}
.menu ul li ul li a:hover {
	color: #999;
}
.menu ul li:hover ul {
	display: block;
}
/*======================container=================================*/
.container {
	width: 100%;
	float: left;
}
.inner_main {
	width: 960px;
	margin: 0 auto;
	height: auto;
}
.main_contentarea {
	width: 960px;
	height: auto;
	float: left;
	padding-bottom: 5px;
}
.Project_count_box {
	width: 941px;
	float: left;
	height: 84px;
	background: url(../images/post_count_bg.png) no-repeat;
	margin: 28px 10px 0 10px;
	background-size: 941px 84px;
}
.Project_count_numb {
	width: 745px;
	float: left;
	height: 70px;
	margin: 6px 0 0 110px;
}
.Project_count_box_tbl {
	width: 745px;
	float: left;
	height: 62px;
	font-weight: bold;
	font-size: 21px;
	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
}
.draft_main_box {
	width: 960px;
	float: left;
	height: auto;
}
.draft_box {
	background: url(../images/box_bg.png) no-repeat;
	/*background: url(../images/box_bg.png) no-repeat scroll 0 0 / 458px 282px;*/
	float: left;
	width: 458px;
	height: 280px;
	margin: 7px 0 0 15px;
}
.draft_box_title {
	background: url(../images/draft_box_icn.png) no-repeat scroll left center;
	color: rgb(255, 255, 255);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	height: 22px;
	margin-left: 93px;
	padding-top: 8px;
	text-align: left;
	text-indent: 18px;
	width: auto;
}
.draft_box_content {
	float: left;
	height: 230px;
	line-height: 20px;
	margin-top: 10px;
	width: 455px;
	margin-left: 1px;
}
table.draft_box_content th {
	color: #000;
	font-size: 14px;
	font-weight: bolder;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	background: #FFF;
}
table.draft_box_content tr:hover {
	background: #FFF;
}
table.draft_box_content tr td {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #025634;
}
table.draft_box_content tr td a {
	color: #025634;
	font-weight: normal;
}
table.draft_box_content tr td a:hover {
	color: #000;
	font-weight: normal;
}
table.draft_box_content tr:nth-child(odd) {
	background: #d8d8d8;
}
table.draft_box_content tr:nth-child(even) {
	background: none;
}
.draft_box_readmore {
	width: 77px;
	float: right;
	height: 34px;
	font-size: 12px;
	padding-top: 33px;
	padding-right: 20px;
}
.draft_box_readmore a {
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
}
.draft_box_readmore a:hover {
	color: #6C3;
}
.botom_main_box {
	width: 960px;
	float: left;
	height: auto;
	margin: 7px 0 0 15px;
}
.botom_box {
	background: url(../images/botom_box.png) no-repeat;
	width: 300px;
	height: 112px;
	float: left;
	padding-left: 16px;
	background-size:300px 114px;
}
.botom_box span {
	width: 284px;
	float: left;
	height: auto;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	padding-top: 5px;
}
.botom_box span.readmore {
	font-size: 11px;
	width: 140px;
	padding-top: 19px;
	color: #2aba7f;
}
.botom_box span.readmore a {
	color: #2aba7f;
	font-size: 11px;
	font-weight: normal;
}
.botom_box span.readmore a:hover {
	color: #FFF;
}
/*=======================footer ==============================*/
footer {
	width: 100%;
	float: left;
	height: 40px;
	margin-top: 0px;
	border-top: 1px #999 solid;
}
.main_footer {
	width: 960px;
	margin: 0px auto;
	float: left;
	height: 30px;
}
.copy_link {
	font-size: 11px;
	height: 20px;
	color: #666;
	float: left;
	padding-top: 15px;
	width: 960px;
	text-align: center;
}
.copy_link a {
	color: #035e38;
	font-weight: normal;
	font-size: 11px;
}
.copy_link a:hover {
	text-decoration: underline;
}
/*=======================login==============================*/

.form_bg {
	width: 880px;
	float: left;
	height: auto;
	background: #f7f6f6;
	border: 1px solid #034a2d;
	border-radius: 15px 15px 15px 15px;
	margin: 44px 0 0 22px;
}
.form_title {
	background: url(../images/form_title_bg.png) no-repeat;
	width: 468px;
	height: 49px;
	float: left;
}
.form_title span {
	background: url(../images/login_icon.png) left center no-repeat;
	float: left;
	font-weight: bold;
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
	margin: 3px 0 0 20px;
	height: 30px;
	text-indent: 36px;
	padding-top: 10px;
}
.form_tbl {
	width: 680px;
	height: auto;
	float: left;
	margin: 15px 0 0 200px;
}
.form_tbl table {
	width: 680px;
	height: auto;
	float: left;
	line-height: 45px;
	color: #087246;
	padding-bottom: 20px;
}
.form_tbl table td a {
	color: #087246;
	font-size: 12px;
}
.form_tbl table td a:hover {
	color: #000;
	font-size: 12px;
}
/*=======================Forgot password==============================*/

.forgtpass_title {
	background: url(../images/form_title_bg.png) no-repeat;
	width: 468px;
	height: 49px;
	float: left;
}
.forgtpass_title span {
	background: url(../images/forgt_pas_icon.png) left center no-repeat;
	float: left;
	font-weight: bold;
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
	margin: 3px 0 0 20px;
	height: 30px;
	text-indent: 36px;
	padding-top: 10px;
}
/*=======================Register==============================*/

.register_title {
	background: url(../images/form_title_bg.png) no-repeat;
	width: 468px;
	height: 49px;
	float: left;
}
.register_title span {
	background: url(../images/Emp_register.png) left center no-repeat;
	float: left;
	font-weight: bold;
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
	margin: 3px 0 0 20px;
	height: 30px;
	text-indent: 36px;
	padding-top: 10px;
}
/*======================= Job Management ==============================*/

.job_title {
	background: url(../images/form_title_bg.png) no-repeat;
	width: 468px;
	height: 49px;
	float: left;
}
.job_title span {
	background: url(../images/job_manage_icon.png) left center no-repeat;
	float: left;
	font-weight: bold;
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
	margin: 3px 0 0 20px;
	height: 30px;
	text-indent: 36px;
	padding-top: 10px;
}
.job_main_innr {
	width: 900px;
	float: left;
	height: auto;
	background: #f0f0f0;
	border: 1px solid #094129;
	margin: 7px 0 0 9px;
	border-radius: 5px 5px 0 0;
}
.job_innr_title {
	width: 880px;
	float: left;
	/*height: 35px;*/
	height: 15px;
	background: url(../images/inner_form_title_bg.png) repeat-x;
	border: 1px solid #094129;
	color: #fff;
	font-size: 14px;
	padding: 10px;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}
.job_innr_tbl {
	width: 857px;
	float: left;
	height: auto;
	padding: 10px 0 10px 10px;
}
.job_innr_tbl table {
	width: 857px;
	float: left;
	height: auto;
	color: #292929;
	margin-left: 25px;
}
.job_innr_tbl1 {
	width: 445px;
	float: left;
	height: auto;
	padding: 10px 0 10px 2px;
	line-height: 35px;
}
.job_innr_tbl1 table {
	width: 420px;
	float: left;
	height: auto;
	color: #292929;
	margin-left: 10px;
}
.joblog_main {
	width: 900px;
	float: left;
	height: auto;
	margin: 20px 0 2px 9px;
}
.joblog_main_content {
	width: 900px;
	float: left;
	height: 200px;
	overflow-x: hidden;
}
.joblog_main_innr {
	width: 900px;
	float: left;
	height: auto;
	background: #fff;
	border: 1px solid #094129;
	border-radius: 5px 5px 0 0;
}
.joblog_innr_tbl {
	float: left;
	height: auto;
	margin: 10px 0 10px 15px;
	width: 869px;
	min-height:200px;
}
.joblog_emp_title {
	background: url(../images/chat_icon.png) left no-repeat;
	width: 405px;
	height: auto;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	padding-left: 20px;
}
.joblog_emp_comment {
	width: 392px;
	height: auto;
	float: left;
	font-size: 12px;
	color: #666;
	font-style: italic;
	padding-top: 3px;
	line-height: 20px;
	padding-left: 10px;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 10px;
	margin-top: 5px;
}
.joblog_emp_left {
	width: 415px;
	float: left;
	height: auto;
	border-right: 2px dotted #999;
}
.job_filelog {
	width: 400px;
	height: auto;
	float: left;
	font-size: 12px;
	color: #666;
	font-style: italic;
	padding-top: 3px;
	line-height: 20px;
	padding-left: 10px;
}
ul.job_filelog li {
	background: url(../images/pdf_icn.png) left center no-repeat;
	float: left;
	font-style: normal;
	padding-left: 22px;
	line-height: 25px;
	width: 357px;
}
ul.job_filelog li span {
	width: auto;
	padding-left: 50px;
	color: #333;
	float: right;
}
ul.job_filelog li a {
	color: #108354;
}
ul.job_filelog li a:hover {
	color: #000;
}
.joblog_draft_title {
	width: auto;
	height: auto;
	float: left;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	padding-right: 20px;
}
.job_draft_filelog {
	background: url(../images/pdf_icn.png) left center no-repeat;
	float: left;
	font-style: normal;
	padding-left: 22px;
	line-height: 19px;
	font-weight: normal;
	width: 370px;
	padding-top: 8px;
}
.job_draft_filelog span {
	width: auto;
	padding-left: 50px;
	color: #333;
	float: right;
	font-size: 11px;
	color: #918f8f;
	font-style: italic;
}
.job_draft_filelog a {
	color: #108354;
}
.job_draft_filelog a:hover {
	color: #000
}
.joblog_emp_right {
	width: 415px;
	float: left;
	height: auto;
	margin-left: 15px;
}
.job_draft_main_log {
	width: 400px;
	float: left;
	height: auto;
	border-bottom: 2px #999 dotted;
	padding-bottom: 8px;
}
.job_draft_main_log1 {
	width: 400px;
	float: left;
	height: auto;
	padding-bottom: 8px;
	margin-top: 15px;
	background: #f0f0f0;
	padding: 8px;
}
.joblog_report_tbl {
	width: 860px;
	float: left;
	height: auto;
	margin: 15px;
}
.joblog_report_tbl table {
	width: 860px;
	float: left;
	height: auto;
	color: #000;
	border: none;
	line-height: 26px;
}
.joblog_report_tbl table a {
	color: #076e44;
}
table.joblog_report tr:nth-child(odd) {
	background: #f2f1f1;
}
table.joblog_report tr:nth-child(even) {
	background: #ddf0e8;
}
.draft_row {
	width: 100% !important;
	height: auto;
	background: #f2f1f1;
	color: #4e4c4c;
	font-size: 12px;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #cbcbcb;
	padding: 5px;
        //margin: 5px 15px 0px;
        float: right;
}
#job_log_display td {
    width: 100%;
}
.drft_cmnt {
	width: 400px;
	float: left;
	height: auto;
	color: #4e4c4c;
	font-size: 12px;
	padding-bottom: 5px;
	line-height: 18px;
}
.drft_cmnt span {
	width: 400px;
	float: left;
	height: auto;
	font-size: 11px;
	color: #918f8f;
	font-style: italic;
}
.emp_row {
	width: 100% !important;
	float: left;
	height: auto;
	background: #ddf0e8;
	color: #4e4c4c;
	font-size: 12px;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #cbcbcb;
	padding: 5px;
        margin: 5px 0px 0px;
}
.emp_cmnt {
	width: 400px;
	float: left;
	height: auto;
	color: #4e4c4c;
	font-size: 12px;
	padding-bottom: 5px;
	line-height: 18px;
}
.emp_cmnt span {
	width: 400px;
	float: left;
	height: auto;
	font-size: 11px;
	color: #918f8f;
	font-style: italic;
}
.download_joblog {
	width: 850px;
	float: left;
	height: auto;
	color: #353535;
	margin:8px 0 19px 8px
}
.download_joblog label {
	float: left;
	width: 155px;
}
.downlod_file {
	background: url(../images/zip_icn.png) left center no-repeat;
	float: left;
	font-style: normal;
	padding-left: 22px;
	line-height: 19px;
	font-weight: normal;
	width: 370px;
}
.downlod_file a {
	color: #045e39;
}
/*======================= Job Post ==============================*/

.jobpost {
	width: 900px;
	float: left;
	height: auto;
	margin: 15px 0 0 15px;
}
.jobpost_title {
	height: auto;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding-bottom: 5px;
	border-bottom: 1px #999 solid;
	margin-bottom: 15px;
	background: none !important;
}
.jobpost_field {
	color: #045e39;
	font-size: 14px;
	font-weight: bold;
	width: 211px;
}
.jobpost_field a {
	color: #045e39;
	font-size: 14px;
	font-weight: bold;
}
.jobpost table {
	width: 900px;
	float: left;
	height: auto;
}
.jobpost table tr {
	line-height: 40px;
}
.jobpost_report {
	width: 880px;
	height: auto;
	float: left
}
.jobpost_report_tbl {
	width: 880px;
	float: left;
	height: auto;
	line-height: 25px;
}
table.jobpost_report_tbl tr:nth-child(odd) {
	background: #F7F6F6;
}
table.jobpost_report_tbl tr:nth-child(even) {
	background: #e9eaec;
}
.next_btn {
	text-align: right;
	float: right;
	padding: 3px 10px;
	font-weight: bold;
	background: #060;
	border-radius: 5px 5px 5px 5px;
	margin: 10px 0 10px 0;
}
.next_btn:hover {
	background: #000;
}
.next_btn a {
	color: #FFF;
}
.chat_icn {
	background: url(../images/chat_icon.png) left no-repeat;
	float: left
}
/*======================= Draft_profile ==============================*/

.tab_menu {
	float: left;
	height: 35px;
	width: 100%;
	color: #8cc264;
	margin-top: 15px;
	border-bottom: 1px solid #004f2e;
}
.tab_menu a {
	color: #8cc264;
	padding: 13px 0px 0;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif, sans-serif,;
	text-align: center;
	display: block;
}
.tab_menu a:hover {
	color: #fff;
	text-decoration: none;
}
.tab_menu a:focus {
	color: #fff;
	text-decoration: none;
	background: #004f2e;
}
.tab_menu ul {
	margin: 0px;
	padding: 0px;
}
.tab_menu li {
	width: auto;
	margin-right: 2px;
	float: left;
	text-align: center;
	list-style: none;
	position: relative;
	//text-decoration:underline;
}
.tab_menu li.active a {
	border-bottom: 1px solid #fff;
	background: #004f2e;
	color: #FFF;
	padding: 9px 15px;
	border-bottom: none;
}
.tab_menu li.active a:hover {
	background: #eeeeee;
	padding: 9px 15px;
	color: #004f2e;
	border-bottom: none;
}
.tab_menu li a {
	border: 1px solid #ccc;
	padding: 9px 15px;
	text-decoration: none;
	background-color: #eeeeee;
	border-bottom: none;
	outline: none;
	color: #004f2e;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
.tab_menu li a:hover {
	border: 1px solid #004f2e;
	padding: 9px 15px;
	text-decoration: none;
	background-color: #004f2e;
	border-bottom: none;
	outline: none;
	color: #fff;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
.main_dash {
	width: 920px;
	float: left;
	height: auto;
	background: #f7f6f6;

}
.left_dash {
	width: 285px;
	float: left;
	height: auto;
}
.draft_info_box {
	width: 283px;
	float: left;
	height: auto;
	background: #FFF;
	border: 1px solid #c2c2c2;
	margin-top: 10px;
}
.draft_info_img {
	width: 75px;
	float: left;
	height: 85px;
	margin: 10px;
}
.drafr_welcome {
	color: #999999;
	float: right;
	font-size: 14px;
	height: auto;
	margin-top: 10px;
	width: 180px;
}
.drafr_welcome span {
	color: #004F2E;
	float: left;
	font-size: 18px;
	height: auto;
	line-height: 18px;
	width: 180px;
}
.drafr_welcome-1 {
	color: #999999;
	float: right;
	font-size: 14px;
	height: auto;
	margin-top: 10px;
	width: 180px;
}
.drafr_welcome-1 span {
	color: #004F2E;
	float: left;
	font-size: 11px;
	height: auto;
	line-height: 18px;
}
.drafr_welcome span a {
	width: 180px;
	float: left;
	height: auto;
	font-size: 11px;
	color: #004f2e;
	line-height: 15px;
}
.inbox_tag {
	width: 263px;
	float: left;
	height: auto;
	padding: 10px;
	border-bottom: 1px solid #CCC;
	font-size: 14px;
	color: #004f2e;
	font-weight: bold;
}
.inbox_area {
	width: 230px;
	float: left;
	height: auto;
	margin: 10px 0 10px 25px;
}
.inbox_area ul {
	margin: 0;
	padding: 0;
}
.inbox_area ul li {
	float: left;
	height: auto;
	line-height: 25px;
	list-style: none;
}
.inbox_area ul li a {
	color: #757374;
	font-size: 12px;
}
.inbox_area ul li a:hover {
	color: #063;
	font-size: 12px;
}
.inbox_area ul li a span {
	text-align: left;
	width: 109px;
	float: left;
}
.inbox_area ul li a span:hover {
	color: #063;
	font-size: 12px;
	font-weight: bold
}
.right_dash {
	width: 597px;
	float: left;
	height: auto;
	border: 1px solid #c2c2c2;
	margin: 10px 0 10px 10px;
	background: #fff;
        padding-bottom: 15px;
}
.job_comp_box {
	width: 533px;
	float: left;
	height: auto;
	background: #eef0ef;
	padding: 7px 10px;
	margin-top: 8px;
}
.job_comp_box_img {
	width: 55px;
	float: left;
	height: 60px;
}
.job_comp_box_content {
	width: 455px;
	float: left;
	height: auto;
	margin-left: 10px;
}
.job_comp_tbl {
	font-size: 12px;
	width: 455px;
	float: left;
	height: auto;
	text-align: left;
}
.job_comp_tbl th {
	font-size: 12px;
	color: #004f2e;
	font-weight: bold;
	font-size:13px;
	text-align:left;
}
.job_comp_tbl a {
	color: #004f2e;
	font-size:13px;
}
/*add new css by shashi*/
.workhead {
	color: #004F2E;
	font-family: Trebuchet MS;
	font-size: 22px;
	font-weight: bold;
	margin: 20px 0px 20px 15px;
}
.form_tbl-1 table {
	color: #087246;
	float: left;
	height: auto;
	line-height: 35px;
	padding-bottom: 20px;
	width: 680px;
}
.inp_ddl {
	border: 1px solid #B7B7B7;
	border-radius: 4px;
	height: 33px;
	padding-bottom: 4px;
	padding-right: 5px;
	padding-top: 4px;
	width: 252px;
}
a.icon {
	background: url("../images/table_icon_1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #393939;
	display: block;
	float: none;
	height: 24px;
	margin: 0 8px 0 0;
	width: 24px;
}
.changepass a {
	color: #004F2E;
	font-weight: bold;
}
.job_comp_box {
	background: none repeat scroll 0 0 #EEF0EF;
	float: left;
	height: auto;
	margin-top: 0px;
	padding: 7px 10px;
	width: 554px;
}
.job_comp_box_content {
	float: left;
	height: auto;
	margin-left: 10px;
	width: 455px;
}
.p-none {
	padding: 0 !important;
	border: none !important;
}
.alertnorecord {
	background: url("../Images/error.jpg") no-repeat scroll 115px 15px #EDDBE3;
	border: 1px solid #E8D1DF;
	border-radius: 4px;
	color: #BD4247;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 15px 15px 15px 140px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	width: 350px;
}
.form_tbl-2 {
	margin: 20px 0 0 20px;
	width: 875px;
	float: left;
	height: auto;
}
.form_bg {
	background: none repeat scroll 0 0 #F7F6F6;
	border: 1px solid #034A2D;
	border-radius: 15px;
	float: left;
	height: auto;
	margin:15px 0 0 22px;
	min-height: 460px;
	width: 920px;
}
.thickbox {
	color: #087246;
	font-size: 12px;
}
.form_tbl-2 table {
	color: #087246 !important;
	line-height: 35px;
}
.MenuTab .ajax__tab_header {
	background-color: #FFFFFF;
	border-bottom: 1px solid #004F2E;
	color: #AA976B;
	font-size: 13px;
	font-weight: bold;
}
.ajax__tab_inner {
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #004F2E;
	border-color: #CCCCCC #CCCCCC -moz-use-text-color;
	border-image: none;
	border-radius: 5px 5px 0 0;
	border-style: solid solid none;
	border-width: 1px 1px medium;
	color: #004F2E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 1px;
	margin-right: 1px;
	outline: medium none;
	padding: 9px 15px;
	text-decoration: none;
}
.ajax__tab_default .ajax__tab_header {
	height: 26px;
	margin-top: 24px;
}
.white {
	color: #fff;
	font-weight: normal;
	text-decoration:underline;
}
.draft_info_img {
	float: left;
	height: auto;
	margin: 10px;
	width: 75px;
}
.popup-header {
	font-size: 14px;
	margin: 0;
	padding-left: 10px;
	float: left;
}
.margin-ziro {
	margin: 0;
	padding: 0;
	line-height: 0 !important;
}
.msg-txt > p {
	padding: 0;
	margin: 0px;
}
.emptyRatingStarNew {
    background:url(../images/gold_star1.jpg !important);
}
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
}
.rating > span {
  display: inline-block;
  position: relative;
  width: 1.1em;
  font-size:30px;
  color:gray;
}
.rating > span:hover:before,
.rating > span:hover ~ span:before {
   content: "\2605";
   position: absolute;
}
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  float:left;
}
.rating > span:hover:before,
.rating > span:hover ~ span:before {
   content: "\2605";
   position: absolute;
}
.rating > span:hover:before {
   content: "\2605";
   position: absolute;
   
}
.inp_box.inp86{background:url(../images/text_box_86.png) center no-repeat !important;}
.ajax__fileupload {
    border: 1px solid rgb(211, 211, 211);
    height: 25px;
    overflow: auto;
    padding: 4px;
}
.ajax__fileupload_selectFileButton {
    background-color: rgb(33, 33, 33);
    color: rgb(208, 208, 208);
    cursor: pointer;
    display: block;
    font-size: 13px;
    height: 24px;
    line-height: 24px;
    margin-right: 4px;
    text-align: center;
    width: 80px;
}
#ctl00_ContentPlaceHolder1_AjaxFileUpload1_SelectFileContainer > input {
    cursor: pointer;
    float: left;
    margin-top: -24px;
}
.confirmBox1 {
    background: url("../Images/confirmation-icon.gif") no-repeat scroll 15px 15px rgb(245, 253, 245);
    border: 1px solid rgb(215, 215, 215);
    color: rgb(0, 128, 0);
    margin: 90px 90px 77px 119px;
    padding: 15px 15px 15px 45px;
}
.alert {
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 18px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    margin : 10px;
}
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
   height:30px;
}
.alert .close {
    line-height: 28px;
    position: relative;
    right: -21px;
    top: -2px;
}
button.close {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}
.close {
  vertical-align:middle
  font-size: 20px;
   float: right;
  font-weight: bold;
  line-height: 60px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  margin-right:20px;
}
a.icon-2 
{
background: url("../images/table_icon_2.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: table;
    float: none;
    height: 24px;
    margin: 0 auto 0 auto;
    width: 24px;
}
.alert-success {
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #468847;
}

.marginvalue {
    width: 60px;
}

a.icon-6 {
    background: url("../images/table_icon_6.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 24px;
    margin: 0 8px 0 0;
    width: 24px;
}

/*--------------------------Draftsman's Profile :-------------------------------*/
.width_contact{width: 920px; margin: 0 auto;}
.contact_visiable{width: 100%; visibility: visible;}
.text_decoration_none{text-decoration:none;}
.contact_height{height:100%;display:block;}
.visibility{visibility: visible;}
.width_contact_bg{background:#F7F6F6; float:left; width:920px;}
.font_size_profile{font-size:18px !important;}
.profile_table{color:#004F2E; font-size: 11px; font-weight: bold; line-height: 10px;margin-top: 35px; width:100%;}
.inbox_area_div{max-height:250px;overflow-y:auto;width:262px!important;margin-left:14px;}
.title_color{color:#0066FF;}
.margin_top_profile{margin-top:20px;}
.draftman_title{font-weight: bold; font-size: 13px;}
.border_bottom_none{border-bottom:none;}
.draftman_section{line-height: 35px; width:645px; margin-left:20px;}
.padding_bottom_fix{padding-bottom: 5px;}
.width_auto{width:auto;}
/*--------------------------End Draftsman's Profile :-------------------------------*/
.draftman_register{margin: 20px 0 0 20px; width: 875px;}
.draftman_register_td{width: 140px; text-align: left;vertical-align: top;}
.draftman_register td{width: 140px; text-align: left;vertical-align: top;}
.draftman_span{color: #F00;}
.draftman_table{width: 90px; line-height: 10px; width: auto; padding-bottom: 0px;}
.draftman_visibility{display: none;}
.draftman_width{width: 140px; text-align: left;}
.draftman_new_table{width: 90px; line-height: 10px; width: auto; padding-bottom: 0px;}
.draftman_error{display: none; color: Red; padding-left: 2px;}
.draftman_lineheight{line-height: 15px}
.draftman_password{color:Red;display:none;}
.draftman_textarea_width{width: 245px !important;}
.draftman_new_tab{width: 250px;}
.draftman_new_tab_chk{width: 110px;}
.draftman_color_pick{color: #666}
.draftman_erroe_1{color: Red; padding-left: 2px;}

.innertab_height{height:unset !important;}

.valueshide
{
    text-align: center;
}
.alternate-row
{
    padding-left: 8%;
}
.job_log_space
{
    margin: 5px;
}
.validatorcss
{
    color: #ff0000;
}

ul.tsc_pagination { margin:4px 0; padding:0px; height:100%; overflow:hidden; font:12px \'Tahoma\'; list-style-type:none; }
ul.tsc_pagination li { float:left; margin:0px; padding:0px; margin-left:5px; }
ul.tsc_pagination li:first-child { margin-left:0px; }
ul.tsc_pagination li a { color:black; display:block; text-decoration:none; padding:7px 10px 7px 10px; }
ul.tsc_pagination li a img { border:none; }
ul.tsc_paginationC li a { color:#707070; background:#FFFFFF; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; border:solid 1px #004f2e; padding:6px 9px 6px 9px; }
ul.tsc_paginationC li { padding-bottom:1px; }
ul.tsc_paginationC li a:hover,
ul.tsc_paginationC li a.current { color:#FFFFFF; box-shadow:0px 1px #004f2e; -moz-box-shadow:0px 1px #004f2e; -webkit-box-shadow:0px 1px #004f2e; }
ul.tsc_paginationC01 li a:hover,
ul.tsc_paginationC01 li a.current { color:#ffffff; text-shadow:0px 1px #004f2e; border-color:#004f2e; background:#004f2e; background:-moz-linear-gradient(top, #004f2e 1px, #004f2e 1px, #004f2e); background:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #FFFFFF), color-stop(0.02, #004f2e), color-stop(1, #004f2e)); }
ul.tsc_paginationC li a.In-active {
   pointer-events: none;
   cursor: default;
}

.job_title_border{
    border: none;
}
.commentbox {
    border: 1px solid;
    border-radius: 5px;
    margin: 4px 5px 8px 0;
    padding: 0px 15px 3px 0px;
}
.divhead {
    background-color: #016337;
    color: #ffffff;
    line-height: 25px;
    vertical-align: top;
	padding-left:10px;
	font-weight:bold;
}

.comment-box-emp-width
{
    width:500px; 
}

.comment-box-draft-width
{
     width:500px;
     
}

.draft_comment_view {
    float: left;
    width: 509px !important;
    margin-left: -174px;
}