﻿/* CSS General */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, table, iframe, fieldset, input, textarea, p, blockquote, th, td
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Tahoma, Times New Roman;
}
body
{
	direction: rtl;
}
table
{
	border-collapse: collapse;
	border-spacing: 0px;
}
fieldset, img
{
	border: 0px;
}
address, caption, cite, code, dfn, em, th, var
{
	font-style: normal;
	font-weight: normal;
}
dl, ol, ul
{
	list-style: none;
}
abbr, acronym
{
	border: 0px;
}
b, .b, strong
{
	font-weight: bold;
}
.dir_right
{
	direction: rtl;
}
.dir_left
{
	direction: ltr;
}
.dir_side
{
	direction: rtl;
}
.dir_inverse
{
	direction: ltr;
}
.align_right
{
	text-align: right;
}
.align_left
{
	text-align: left;
}
.align_center
{
	text-align: center;
}
.align_top
{
	vertical-align: top;
}
.align_bottom
{
	vertical-align: bottom;
}
.d_none
{
	display: none;
}
.w100
{
	width: 100%;
}

div.wrapper
{
	width: 780px;
	direction: rtl;
	margin: 0px auto;
}
div.wrapper_popup
{
	vertical-align:top;
	width: 550px;
	height:520px;
	direction: rtl;
	margin: 0px auto;
}
.clear
{
	clear: both;
}


/* CSS For Header */
div.header
{
	width: 100%;
	height: 125px;
	background: #FFFFFF;
	position: relative;
	margin-bottom: 25px;
}
div.header div.tabs
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
div.header div.tabs ul
{
	width: 100%;
	height: 40px;
	background: url(../../Images/1.HE/Tabs/tabs_bottom.gif) right bottom repeat-x;
}
div.header div.tabs ul li
{
	float: right;
	font-size: 16px;
	font-weight: bold;
	margin-left: 4px;
	margin-bottom: 4px;
	text-align: center;
	line-height: 35px;
}
div.header div.tabs ul li a
{
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
}
div.header div.tabs ul li.off
{
	background: url(../../Images/1.HE/Tabs/tab_off.gif) right top no-repeat;
	width: 158px;
	height: 36px;
}
div.header div.tabs ul li.off a
{
	color: #037EAF;
}	
div.header div.tabs ul li.on
{
	background: url(../../Images/1.HE/Tabs/tab_on.gif) right top no-repeat;
	width: 158px;
	height: 36px;
}
div.header div.tabs ul li.on a
{
	color: #FFFFFF;
}

/* CSS For Logo */
div.header div.logo
{
	float: left;
}
div.header div.logo h1
{
	background: url(../../Images/1.HE/General/logo.gif) no-repeat;
	width: 129px;
	height: 100px;
	margin-top: 15px;
	overflow: hidden;
}
div.header div.logo h1 a
{
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}

/* CSS for Exit */
div.header div.exit
{
	position: absolute;
	top: 30px;
	right: 0px;
	font-size: 13px;
}
div.header div.exit a
{
	text-decoration: underline;
	color: #3E3D77;
	font-weight: bold;
}
div.header div.exit a em
{
	cursor: pointer;
}
div.header div.exit a em img
{
	background: url(../../Images/1.HE/General/x.gif) right 3px no-repeat;
	width: 20px;
	height: 15px;
}



p.border_top
{
	background: url(../../Images/1.HE/General/border_top.gif) left no-repeat;
	height: 19px;
}
p.border_bottom
{
	background: url(../../Images/1.HE/General/border_bottom.gif) left no-repeat;
	height: 19px;
}
p.border_bottom em img
{
	background: url(../../Images/1.HE/General/border_bottom_right.gif) right no-repeat;
	height: 19px;
}
em.crnr_t_l img
{
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../../Images/1.HE/General/crnr_t_l.gif) left top no-repeat;
	width: 12px;
	height: 11px;
}
em.crnr_t_r img
{
	position: absolute;
	right: -1px;
	top: 0px;
	background: url(../../Images/1.HE/General/crnr_t_r.gif) right top no-repeat;
	width: 12px;
	height: 11px;
}
em.crnr_b_l img
{
	position: absolute;
	left: 0px;
	bottom: -1px;
	background: url(../../Images/1.HE/General/crnr_b_l.gif) left bottom no-repeat;
	width: 12px;
	height: 11px;
}
em.crnr_b_r img
{
	position: absolute;
	right: -1px;
	bottom: -1px;
	background: url(../../Images/1.HE/General/crnr_b_r.gif) right bottom no-repeat;
	width: 12px;
	height: 11px;
}
em.crnr_b_r2 img
{
	position: absolute;
	right: -1px;
	bottom: -1px;
	background: url(../../Images/1.HE/General/crnr_b_r.gif) right bottom no-repeat;
	width: 12px;
	height: 11px;
}
em.crnr_b_r_inner img
{
	position: absolute;
	right: 0px;
	bottom: 4px;
	background: url(../../Images/1.HE/General/crnr_b_r_inner.gif) right bottom no-repeat;
	width: 12px;
	height: 11px;
}


/* CSS for Search */
div.search_wrapper
{
	clear: both;
	display: block;
}
div.search
{
	width: 671px;
	position: relative;
	top: -14px;
	background: #EAF3F7;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}
div.search div.search_status
{
	padding: 0px 5px;
}
div.search div.search_status p
{
	position: relative;
	height: auto;
	line-height: 32px;
	padding-bottom: 5px;
	color: #037EAF;
}
div.search div.search_status dl
{
}
div.search div.search_status dl dt
{
	color: #037EAF;
	float: right;
	margin-left: 20px;
	padding: 4px 0px 5px;
}
div.search div.search_status dl dd
{
	float: right;
	padding: 3px 0px 0px;
	margin-left: 20px;
}

div.free_search
{
	width: 671px;
	margin-bottom: 10px;
	position: relative;
	background: #EAF3F7;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}
div.free_search div.search_status
{
	padding: 0px 5px;
	height: 32px;
}
div.search_status
{
}
div.free_search div.search_status dl
{
}
div.free_search div.search_status dl dt
{
	color: #000000;
	float: right;
	margin-right: 20px;
	margin-left: 10px;
	padding: 4px 0px 5px;
}
div.free_search div.search_status dl dd
{
	float: right;
	padding: 3px 0px 5px;
	margin-left: 20px;
}
div.free_search div.search_status dl dd input
{
	background: #FFFFFF;
	border: 1px solid #829FBA;
	width: 283px;
	height: 20px;
}



/* CSS for Search Form */
div.search_form
{
	clear: both;
	display: table;
	font-size: 13px;
	font-weight: bold;
	padding:0px 10px 0px 10px;
}
div.search_form_candidate
{
	clear: both;
	display: table;
	font-size: 13px;
	font-weight: bold;
	padding:0px 10px 0px 10px;
}
div.search_form td.sf, div.search_form_candidate td.sf
{
	height: 60px;
}
div.search_form div.sf, div.search_form td.sf
{
	width: 150px;
}
div.search_form div.sf2, div.search_form td.sf2
{
	width: 10px;
}
div.search_form_candidate div.sf, div.search_form_candidate td.sf
{
	width: 249px;
	margin-left: 23px;
}
div.search_form div.sf_big
{
	width: 430px;
}
div.duble div.sf
{
	float: right;
	width: 112px;
	
}
tr.title
{
	background: #CAE8F6;
	height: 25px;
	color: #0073BD;
}
td.search_canidate_list
{
	vertical-align: top;
}
table.search_canidate_list
{
	margin-bottom: 10px;
}
table.search_canidate_list a
{
	color: #000000 !important;
	text-decoration: none;
}
table.search_canidate_list a img
{
	position: relative;
	top: 3px;
	right: 5px;
}
table.search_canidate_list td
{
	text-indent: 10px;
}
table.search_canidate_list .odd
{
	background: #F5FBFD;
	line-height: 24px;
}
table.search_canidate_list .even
{
	background: #EAF3F7;
	line-height: 24px;
}

input.cal
{
	border: 1px solid #829FBA;
	background: #FFFFFF;
	width: 90px;
	height: 20px;
}
img.cal
{
	width: 25px;
	height: 16px;
	background: url(../../Images/icon_cal.gif) left no-repeat;
}
select.big
{
	background: #FFFFFF;
	width: 208px;
	height: 20px;
}
select.input_popup
{
	background: #FFFFFF;
	width: 297px;
	height: 20px;
}
select.small
{
	background: #FFFFFF;
	width: 95px;
	height: 20px;
}
select.middle
{
	background: #FFFFFF;
	width: 149px;
	height: 20px;
}
select.middle_canidate
{
	background: #FFFFFF;
	width: 125px;
	height: 20px;
}
input.label_short
{
	border: 1px solid #829FBA;
	background: #FFFFFF;
	width: 120px;
	height: 20px;
}
input.label_long
{
	border: 1px solid #829FBA;
	background: #FFFFFF;
	width: 208px;
	height: 20px;
}
input.input_popup
{
	border: 1px solid #829FBA;
	background: #FFFFFF;
	width: 297px;
	height: 20px;
}
input.label_words
{
	border: 1px solid #829FBA;
	background: #FFFFFF;
	width: 300px;
	height: 20px;
}
input.phone
{
	border: 1px solid #829FBA;
	background: #FFFFFF;
	width: 95px;
	height: 20px;
	margin-left: 1px;
}
select.phone
{
	background: #FFFFFF;
	width: 51px;
	height: 20px;
}
textarea.big
{
	border: 1px solid #829FBA;
	background: #FFFFFF;
	width: 500px;
	height: 136px;
	overflow: auto;
	margin-bottom: 10px;
}


/* CSS for PopUp */
div.popup_wrapper
{
	margin: 5px auto;
	width: 629px !important;
	direction: rtl;
}

div.popup_wrapper div.logo
{
	position: relative;
	top: -5px;
	left: 10px;
	float: left;
}
div.popup_wrapper div.popup_form
{
	padding: 10px 15px 0px;
	font-size: 13px;
	font-weight: bold;
	text-align:right;
}
div.popup_wrapper div.popup_form a
{
	color: #0092CC;
}
div.popup_wrapper div.popup_form div
{
	margin-bottom: 10px;
}
div.popup_wrapper div.popup_form div p
{
	width: 105px;
	float: right;
}
div.popup_wrapper div.popup_form div div.popup_area
{
	width: 196px;
	border: 1px solid #7F9DB9;
	background: #FFFFFF;
}
div.popup_wrapper div.popup_form div.popuop_hidden
{
	display: none;
}
div.popup_wrapper div.popup_form label span.required
{
}
div.popup_wrapper div.logo img
{
	width: 127px;
	height: 95px;
	background: url(../../Images/1.HE/PopUp/logo.gif) no-repeat;
	margin-left: 5px;
}
table.popup_wrapper
{
	width:750px !important;
	background-color: #EAF3F7;
}
div.crnr_top_left
{
	float: left;
	width: 20px;
	height: 15px;
	background: url(../../Images/1.HE/PopUp/crnr_top_left.gif) left top no-repeat;
}
div.crnr_top_right
{
	float: right;
	width: 20px;
	height: 15px;
	background: url(../../Images/1.HE/PopUp/crnr_top_right.gif) right top no-repeat;
}
div.crnr_bottom_left
{
	float: left;
	width: 20px;
	height: 15px;
	background: url(../../Images/1.HE/PopUp/crnr_bottom_left.gif) left top no-repeat;
}
div.crnr_bottom_right
{
	float: right;
	width: 20px;
	height: 15px;
	background: url(../../Images/1.HE/PopUp/crnr_bottom_right.gif) right top no-repeat;
}

input.input_text_big
{
	width: 196px;
	height: 20px;
	border: 1px solid #7F9DB9;
	background: #FFFFFF;
}
input.input_file_big
{
	width: 280px;
	height: 20px;
	border: 1px solid #7F9DB9;
	background: #FFFFFF;
}
input.input_text_small
{
	width: 130px;
	height: 20px;
	border: 1px solid #7F9DB9;
	background: #FFFFFF;
}
select.select_prefix
{
	width: 59px;
}
textarea.input_textarea
{
	width: 297px;
	height: 173px;
	border: 1px solid #7F9DB9;
	background: #FFFFFF;
}
textarea.input_popup
{
	width: 297px;
	height: 95px;
	border: 1px solid #7F9DB9;
	background: #FFFFFF;
}
textarea.comment_popup
{
	width: 390px;
	height: 400px;
	border: 1px solid #7F9DB9;
	background: #FFFFFF;
}
p.form_button
{
	position: relative;
	top: 0px;
	left: -350px;
}
p.extra_details
{
	position: relative;
	top: 0px;
	left: -5px;	
}

div.new_agent
{
	position: relative;
	top: 0px;
	left: 30px;	
	font-size:12px;
}

div.search_box_wrapper
{
	clear: both;
	padding:0px 10px 0px 10px;
}
div.search_box
{
	width: 160px;
	margin-left: 10px;
	position: relative;
	background: #EAF3F7;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}
div.search_box_full
{
	width: 650px;
	margin-left: 10px;
	position: relative;
	background: #EAF3F7;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}
div.search_box_popup
{
	width: 550px;
	margin-left: 10px;
	position: relative;
	background: #EAF3F7;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}
div.search_box_large
{
	clear: both;
	padding:0px 10px 0px 10px;
	width: 780px;
	position: relative;
	background: #EAF3F7;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}
div.search_box_middle
{
	clear: both;
	padding:0px 10px 0px 10px;
	width: 350px;
	position: relative;
	background: #EAF3F7;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}
table.search_box_full
{
	width: 650px !important;
}
table.search_box_middle
{
	width: 350px !important;
}
div.search_box_big
{
	width: 208px;
	margin-left: 10px;
	position: relative;
	background: #EAF3F7;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}
div.search_form_candidate div.search_box
{
	width: 335px;
	margin-left: 10px;
	position: relative;
	background: #EAF3F7;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}
div.search_box_big div
{
	padding: 5px 10px;
}
div.search_box div
{
	padding: 5px 10px 5px 10px;
}
div.search_box_full div
{
	padding: 5px 10px 5px 10px;
}
div.search_box_large div
{
	padding: 5px 10px 5px 10px;
}
div.search_box2
{
}
div.search_box dt
{
	color: #037EAF;
}
div.search_box_full dt
{
	color: #037EAF;
}
div.search_box_large dt
{
	color: #037EAF;
}
div.search_box_middle dt
{
	color: #037EAF;
}
div.search_form_candidate div.search_box dt
{
	color: #037EAF;
	font-size: 18px;
}
div.search_box_full dt
{
	color: #037EAF;
	font-size: 18px;
}
div.search_box_large dt
{
	color: #037EAF;
	font-size: 18px;
}
div.search_box_middle dt
{
	color: #037EAF;
	font-size: 18px;
}
div.search_box_full dd
{
	margin-bottom: 8px;
}
div.search_box_big dd
{
	margin-bottom: 8px;
}
div.search_form_candidate dd
{
	margin-bottom: 5px;
}
div.search_form_candidate div.search_box p
{
	float: right;
	width: 80px;
}
div.search_box_full p
{
	float: right;
	width: 150px;
}
div.search_box_large p
{
	float: right;
	width: 150px;
}


td.inner_btn
{
	padding:10px 5px 5px 5px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}
td.inner_btn a.inner_btn
{
	background: url(../../Images/1.HE/btn_bg.gif) left no-repeat;
	color: #FFFFFF;
	line-height: 20px;
	text-decoration: none;
	padding:5px 10px 5px 10px;
}
div.inner_btn
{
	float: left;
	width: 76px;
	height: 24px;
	margin-left: 10px;
	position: relative;
	background: url(../../Images/1.HE/btn_bg.gif) left no-repeat;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
div.inner_btn a
{
	width: 100%;
	height: 100%;
	display: block;
	color: #FFFFFF;
	line-height: 20px;
	text-decoration: none;
}

div.btns_wrapper
{
	margin: 3px 0px 4px;
	clear: both;
	padding:0px 10px 0px 10px;
}
div.btns_wrapper div
{
	width: 100px;
	height: 24px;
	margin-left: 10px;
	position: relative;
	background: url(../../Images/1.HE/btn_bg.gif) left no-repeat;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
div.btns_wrapper div a
{
	width: 100%;
	height: 100%;
	display: block;
	color: #FFFFFF;
	line-height: 20px;
	text-decoration: none;
}
div.btns_wrapper td
{
	font-size: 13px;
	font-weight:bold;
	padding:0 5px 0 5px;
	white-space:nowrap;
}


div.search_reasult
{
	clear: both;
	padding:0px 10px 0px 10px;
}
div.search_reasult th
{
	color: #037EAF;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}
div.search_reasult td
{
	line-height: 22px;
	border-top: 1px solid #7F9DB9;
	text-align: center;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 0px;
}
div.search_reasult tr.odd
{
	background: #F5FBFD;
}
div.search_reasult tr.even
{
	background: #EAF3F7;
}
div.search_reasult tr.odd td, div.search_reasult tr.even td
{
	font-size: 11px !important;
}
div.search_reasult td a
{
	color: #0073BD;
}
div.search_reasult select
{
	width: 90px;
	height: 20px;
}
img.icon_cv
{
	width: 18px;
	height: 18px;
}
img.icon_cv_word
{
	width: 18px;
	height: 18px;
	background: url(../../Images/icons/icon_cv_word.gif) no-repeat;
}

tr.search_paging
{
	margin-bottom: 10px;
}
tr.search_paging table
{
	margin: 0px auto;
}
tr.search_paging td
{
	border: 0px;
	background: #FFFFFF;
	padding: 0px 5px;
}
tr.search_paging a
{
	color: #228EB9;
}
.search_paging_keywords table
{
	margin-top: 10px !important;
}
.search_paging_keywords td
{
	background: #EAF3F7 !important;
}

/*tr.search_paging div
{
	float: right;
	color: #228EB9;
}
tr.search_paging div.paging_prev, tr.search_paging div.paging_next
{
	width: 90px;
}
tr.search_paging div.paging_prev em
{
	position: relative;
	top: 5px;
	float: right;
	cursor: pointer;
}
tr.search_paging div.paging_next em
{
	position: relative;
	top: 5px;
	float: left;
	cursor: pointer;
}
tr.search_paging div.paging_prev em img
{
	width: 30px;
	height: 17px;
	background: url(../../Images/1.HE/Paging/paging_prev.gif) right no-repeat;
	text-align: right;
}
tr.search_paging div.paging_next em img
{
	width: 30px;
	height: 17px;
	background: url(../../Images/1.HE/Paging/paging_next.gif) left no-repeat;
	text-align: left;
}
tr.search_paging div.paging_numbers
{
	width: 590px;
	text-align: center;
}*/








/* CSS by Itzik - Login */
.login_wrapper
{
	float: left;
}
.login_title
{
	padding-top: 30px;
	padding-bottom: 25px;
	text-align: center;
	font-size: 24px;
	color: #2A2B6C;
}
.login_label
{
	width: 85px;
	text-align: right;
}
.login_input
{
}
.login_input input
{
	width: 205px;
	height: 22px;
	background: #FFFFFF;
	border: 1px solid #7F9DB9;
}
.login_error
{
	width: 80px;
	padding-right: 10px;
}
.login_spacer
{
	height: 15px;
}

.label_copyright
{
	margin-top: 5px;
	width: 100%;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #2A2B6C;
}
.login_btn
{
	background: url(../../Images/1.HE/General/btn_login_bg.png) no-repeat;
	width: 63px;
	height: 25px;
}
.btn_bg
{
	background: url(../../Images/1.HE/General/btn_login_bg.png) no-repeat;
	width: 63px;
	height: 25px;
	float: right;
	margin-left: 5px;
}
.button_bg
{
	background: url(../../Images/button.gif) no-repeat;
	width: 110px;
	height: 25px;
	float: right;
	margin-left: 5px;
}

.login_btn_link, .btn_bg a
{
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	line-height: 20px;
	color: #FFFFFF !important;
	font-size: 13px !important;
	font-weight: bold;
	text-decoration: none;
}
.login_btn_link a, .btn_bg a
{
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	color: #FFFFFF !important;
	font-size: 13px !important;
	font-weight: bold;
	text-decoration: none;
}
td.required_text
{
	height: 20px;
}




.ajax__calendar_container
{
	z-index: 99999 !important;
}
.search_radio_btn td
{
	padding-left: 10px;
}
.finding_candidate
{
	width: 100%;
	text-align: center;
	color: #037EAF;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}


dl.users_companies dt
{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
.companies_list
{
	width: 317px;
	height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
	margin-bottom: 20px;
	padding:10px 5px 0px 0px;

	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #7F9DB9;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-face-color: #FEFEFE;
	scrollbar-highlight-color: #809EBA;
	scrollbar-shadow-color: #809EBA;
	scrollbar-track-color: #FDFEFE;
}
.companies_list table
{
	width: 100%;
}
.companies_list table tr
{
	height: 30px;
}

.title_remarks
{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #0092CC;
	text-decoration: underline;
}



.w_220
{
    width: 220px !important;
}
.search_input_txt {width: 250px !important;}
.linkButton {color: #0073bd; font-weight: bold; font-size: 13px; margin: 0px 3px;}
.linkButtonDis {color: #000 !important; font-weight: bold; font-size: 13px; margin: 0px 3px;}
.linkButtonDiv {display: none;}
.paging_side_right,
.paging_side_left
{
	width: 50px;
}



/*  Fake File Upload - Start*/
        div.fileinputs {
	        position: relative;
        }

        div.fakefile {
	        position: absolute;
	        top: 0px;
	        left: 0px;
	        z-index: 1;
	        vertical-align: middle;
        }
        div.fakefile img{
	        vertical-align: bottom;
        }
        div.fakefile input{
	        vertical-align: top;
            width:322px;
            color:#6B6B6B;
        }

        input.file {
	        position: relative;
	        text-align: right;
	        -moz-opacity:0 ;
	        filter:alpha(opacity: 0);
	        opacity: 0;
	        z-index: 2;
	        vertical-align: middle;
        }
/*  Fake File Upload - End */

.moreJobsLink {
    background: url("../../Images/moreJobsLink.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    font: bold 12px/13px Arial,Helvetica,sans-serif;
    height: 29px;
    margin: 3px 39px 0 0;
    text-align: center;
    width: 106px;
    padding:4px 0 0 0;
}
.moreJobsLink:hover {
    background-position:right top;
    text-decoration: underline;
}
        
.shortDesc p {
    color: #505F6A;
    font: 14px Arial,Helvetica,sans-serif;
    padding: 0px 3px 0;
}

/* Applicant Request Form - Start*/
.applicantReqBody
{
    width:242px!important;
    background-color:transparent;
}

.applicantReqBody .popup_wrapper
{
    border:0;
    width:242px!important;
}
.applicantReqBody .popup_wrapper .tdHeader
{
    height:26px;
    background:transparent url(../../Images/portalHeader.PNG) no-repeat;
    direction:ltr; 
    vertical-align:middle
}
.applicantReqBody .popup_wrapper .login_title
{
    font-size:20px; 
    color:White; 
}
.applicantReqBody .popup_wrapper .contentTr
{
    height:195px!important;
}
.applicantReqBody .popup_wrapper .shortDesc
{
    width:240px;
    padding:10px 0 0;
}
.applicantReqBody .popup_wrapper DIV.inputs
{
    width:240px;
}
.applicantReqBody .popup_wrapper .status
{
    height:149px;
}

/* WIDE */
.applicantReqBodyWide
{
    width:469px!important;
    background-color:transparent;
}

.applicantReqBodyWide .popup_wrapper
{
    border:0;
    width:469px!important;
}
.applicantReqBodyWide .popup_wrapper .tdHeader
{
    height:26px;
    background:transparent url(../../Images/portalHeaderWide.png) no-repeat;
    direction:ltr; 
    vertical-align:middle
}
.applicantReqBodyWide .popup_wrapper .login_title
{
    font-size:20px; 
    color:White; 
}
.applicantReqBodyWide .popup_wrapper .contentTr
{
    height:175px!important;
}
.applicantReqBodyWide .popup_wrapper .shortDesc
{
    width:400px;
    padding:10px 0 0;
}
.applicantReqBodyWide .popup_wrapper DIV.inputs
{
    width:400px;
}
.applicantReqBodyWide .popup_wrapper .status
{
    height:120px;
    padding:20px 0 0;
    width: 420px;
}
.applicantReqBodyWide .popup_wrapper .status SPAN
{
    /*font-size: 18px;*/
}
/* Applicant Request Form - End*/