/*
 * @author: VIVEK KUMAR BROHMA
 */
.left
{
	display: block;
    float: left;
    width: 800px;
    margin-right: 7px;
}
#category_head
{
	height: 33px;
}
#job_results_link
{
	font-weight: bold;
	margin: 5px 20px 0 0;
}
.category_head
{
	float: left;
	width: 798px;
	margin: 0px 0px 5px 7px;
	background-color: #EFEFEF;
	border: 1px solid #E0E0E0;
}
.category_head h1
{
	max-width: 550px;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
	font-size: 1.5em;
	line-height: 24px;
	color: #0C3242;
}
.category_head span{
	float: left;
	margin-top:12px;
}
.detail-container
{
	float: left;
	padding: 0 0 0 5px;
	border: 1px solid #BEBEBE;
	min-height: 5px;
	width: 793px;
	margin: 0 5px 10px 7px;
    color: #000000;
    overflow: hidden;
    font-family: verdana;
}
.detail-container h2
{
	border-bottom: 1px dotted #D2D2D2;
    font-size: 1.1em;
    margin: 0;
    padding: 0;
}
#job-specification
{
	padding: 5px 0 0px;
	border-bottom: 1px dotted #D2D2D2;
}
#job-specification p
{
	margin: 3px 0;
	padding: 0;
}
#job-description
{
	margin: 10px 0 0;
}
#job-description p
{
	margin: 3px 0;
	padding: 0;
}
#job-description h2
{
	background-color: #EFEFEF;
    font-size: 1.1em;
    margin: 0 -5px;
    padding: 0 5px;
}
.apply-container
{
	float: right;
	width: 100%;
}
.apply-container #apply-button
{
	background-color: #29AB37;
    color: #FFFFFF;
    display: block;
    font-family: arial;
    font-size: 16px;
    padding: 2px;
    text-align: center;
    text-decoration: none;
    width: 104px;
    float: right;
    margin: 5px 20px 10px;
}
.apply-container #apply-button-disable
{
	background-color: #B1CAB3;
    color: #FFFFFF;
    display: block;
    font-family: arial;
    font-size: 16px;
    padding: 2px;
    text-align: center;
    text-decoration: none;
    width: 104px;
    float: right;
    margin: 5px 20px 10px;
}
.apply-container #apply-button:hover
{
	background-color : #188020
}
.apply-container #apply-button a
{
    border: 2px solid #FFFFFF;
    color: #FFFFFF !important;
    display: block;
    font-family: arial;
    font-size: 16px;
    height: 28px;
    line-height: 27px;
    margin: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: baseline;
    width: 100px;
}
.apply-container #apply-button-disable span
{
	cursor: wait;
    border: 2px solid #FFFFFF;
    color: #FFFFFF !important;
    display: block;
    font-family: arial;
    font-size: 16px;
    height: 28px;
    line-height: 27px;
    margin: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: baseline;
    width: 100px;
}
#applied-button {
	background-color: #29AB37;
	color: #FFFFFF;
	display: block;
	font-family: arial;
	font-size: 16px;
	padding: 1px;
	text-align: center;
	text-decoration: none;
	width: 200px;
	height: 34px;
	line-height: 34px;
	float: right;
	margin: 0 20px 10px;
}
#applied-button span {
	border: 2px solid #fff;
	padding: 4px 9px 4px 9px;
}
.grey-bg
{
	background-color: #EFEFEF;
}
.fix-margin
{
	margin-left: -5px !important;
	padding-left: 5px !important;
}
.company-weblink
{
	margin: 0;
	padding: 0 10px 5px 0;
	text-align: right;
}
.company-weblink a
{
	font-style: italic;
}
.jobs_right
{
	margin-top: 10px;
}
.add_slot_top{
	float: left;
	margin: 10px 0 20px 40px;
}
.notice{
	float: left;
	margin: -10px 0 10px 10px;
}
.square_adds{
	float: left;
	width: 375px;
	margin-left: 25px;
}
#square_adds_bottom{
	width: 800px;
	float: left;
	margin: 35px 0 35px 0px;
}
.job_date{
	float: right;
	font-weight: normal;
	margin: 0 10px 0 0;
}
.social_share{
	width: 110px;
	float: right!important;
	margin-right: 20px;
}
.social_share img{
	width: 16px;
	height: 16px;
}
.custom_alert_box {
	margin: 35px 5px 15px 0px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height: 17px;
	background-color: #efefef;
	border: 1px solid #d2d2d2;
	padding: 14px;
	font-family: arial;
	font-size: 14px;
	color: #000;
}
.custom_alert_box a{
	text-decoration: none;
	font-size: 12px;
	color: #FFF;
	background-color: #9c9c9c;
	padding: 4px 7px;
	border: 1px solid #848484;
	border-radius: 4px;
}
.custom_alert_box a:hover{
	text-decoration: none;
	color: #FFF;
}
.howto_apply_main{
	height: auto;
	float: left;
	margin: 0px auto 10px auto;
	width: 100%;
}
.howto_apply_main a{
	text-decoration:none;
}
.howto_apply_main a:hover{
	text-decoration:none;
}