html { background: #f8f8f8; /* background-image: url("/images/shapes/body_bg.gif"); */}

body { color:#3a3a3a; font-size: 12px; font-family:arial,sans-serif; }
select, input { font-family:arial,sans-serif; }
ul {list-style: none}
table { margin-bottom: 0px; }
table tr td { vertical-align: middle; }
input::-moz-focus-inner /*Remove button padding in FF*/ { border: 0; padding: 0; }
button::-moz-focus-inner { border: 0; }


h1 { font-size: 23px; margin-bottom: 0px; }
h2 { font-size: 22px; margin-bottom: 0px; }
h3 { font-size: 18px; margin-bottom: 0px; }
h4 { font-size: 14px; margin-bottom: 0px; }
h5 { font-size: 13px; margin-bottom: 0px; }
h6 { font-size: 13px; margin-bottom: 0px; }
		
a { text-decoration: none; cursor: pointer; }
a:HOVER { text-decoration: underline; }	
a img { border: none; }
a:FOCUS{outline: none; border: none;}
		
.grayed { color:gray; }
.star {color:#d40001;}

.hidden { display: none !important;}

.f_left { float: left; }
.f_right { float: right; }
		
.al_left { text-align: left; }
.al_right { text-align: right; }
.al_center { text-align: center; }

.justify { text-align: justify; }
.underline { text-decoration: underline; }
	
.field_err, .failure, .success {  list-style: none; font-size: 16px; padding-left: 5px; padding-right: 5px; }
.field_err, .failure { background: #fbe3e4; color: #8a1f11; }
.success    { background: #e6efc2; color: #264409; }

/*
.dt_table {	border: 1px solid #d8d8d8; width: 100%;	text-align: right; margin-bottom: 20px; }
.dt_table th { text-align: right; padding: 2px; }
.dt_table td { text-align: right; padding: 2px; }
.even {	background-color: #EFFBEF; }
.odd { background-color: white; }*/

.dt_table {
    border-collapse: collapse;
    border-right: 1px solid #E3F1FE;
    border-top: 1px solid #E3F1FE;
    width: 100%;
}

.dt_table a:link {
    border-bottom: 1px dotted #FFBAC8;
    color: #66A3D3;
    text-decoration: none;
}
.dt_table a:visited {
    border-bottom: medium none;
    color: #D42945;
    text-decoration: none;
}
.dt_table a:hover,.dt_table a:focus {
    border-bottom: 1px solid #F03B58;
    color: #F03B58;
    text-decoration: none;
}
.dt_table a, .dt_table a:link, .dt_table a:visited {
    border: medium none;
}

.dt_table caption {
    caption-side: top;
    color: #9BA9B4;
    font-size: 0.94em;
    letter-spacing: 0.1em;
    margin: 1em 0 0;
    padding: 0;
    text-align: center;
}
.dt_table tr.odd td, tr.odd .column1 {
    background: url("/images/shapes/table_bg.gif") no-repeat scroll 0 0 #F4F9FE;
}
.dt_table .column1 {
    background: none repeat scroll 0 0 #F9FCFE;
}
.dt_table td {
    border-bottom: 1px solid #E3F1FE;
    border-left: 1px solid #E5EFF8;
    color: #678197;
    padding: 0.3em 1em;
    text-align: right;
    vertical-align: top;
}
.dt_table th {
    border-bottom: 1px solid #E3F1FE;
    border-left: 1px solid #E5EFF8;
    color: #678197;
    font-weight: normal;
    padding: 0.3em 1em;
    text-align: left;
}
.dt_table thead th {
    background: url("/images/shapes/table_th_bg.png") no-repeat scroll 0 0 #FEF5ED;
    color: #888; 
    font-weight: bold;
    font-size: 1.2em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: right;
}

.nowrap { white-space: nowrap; }

.bold14 { font-size: 14px; font-weight: bold; }
.pad10 { padding: 10px; }
.select_box { width:135px; font-size:12px; }

.author_details {
	font-size: 12px !important; color: #5c5c5c; margin-top: 0px; margin-bottom: 5px;
}

/*BUTTONS*/
.mrgrs { margin-right: 5px; }
.mrgls { margin-left: 5px; }
.mrgrls { margin-left: 5px; margin-right: 5px; }
.mrgtbs { margin-top: 5px; margin-bottom: 5px; }

.genBtn {
	border: #000 1px solid;
	padding-left: 6px; padding-right: 6px;
	padding-bottom: 0px; padding-top: 0px;
	text-align: center;
	text-decoration: none;
	white-space:nowrap;
	display: inline-block;
	cursor: pointer;
	font-weight: bold;
	background: url(/images/shapes/gen_btn_bg.png) #eee 0px 0px repeat-x;	
	height: 24px;
	line-height: 24px;
	vertical-align: bottom;
	outline: none;
}

.genBtnOk {
	background-color: #8D8E8F;	
	border-color: #6B6F76;
	border: #000 1px solid;
}

.genBtn input, .genBtn a {
	margin: 0px;
	border: 0px;
	padding: 0px;
	outline-style: none;
	background: none transparent scroll repeat 0% 0%;
	white-space:nowrap;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	color: #fff !important;
	cursor: pointer;
	font-weight: bold; 
	height: 22px;
	outline: none;
	display: block;
}

.genBtn a {
	line-height: 24px;
	display: block;
}

.genBtnOk input, .genBtnOk a {
	color: #fff
}

.ad_href {
	font-size: 22px;
	line-height: 54px;
}

/*JQUERY*/
.ui-datepicker-trigger { vertical-align: middle; margin-left: 2px; }

/* IMAGES */
.wf_img_330x220_wrapp {  width: 344px; height: 220px; background: transparent url("/images/shapes/img_frame_330x220.png") no-repeat; text-align: center;}
.wf_img_330x220 { width: 330px; height: 220px; margin: 0px auto; background-repeat: no-repeat;}

.wf_img_158x118_wrapp { width: 158px; height: 118px; background-image: url("/images/shapes/img_frame_158x118.png"); background-repeat: no-repeat; text-align: center; }
.wf_img_158x118 { background-position: center center; display: inline; width: 158px; height: 118px; float:right; background-repeat: no-repeat; text-decoration: none; }

.wf_img_120x80_wrapp { width: 140px; height: 100px; background-image: url("/images/shapes/img_frame_140x100.png"); background-repeat: no-repeat; text-align: center; }
.wf_img_120x80 { background-position: center center; display: inline; width: 140px; height: 100px; float:right; background-repeat: no-repeat; text-decoration: none; }

.wf_img_120x80_wrapp_2 { width: 140px; height: 100px; background: url("/images/shapes/img_frame_140x100.png") no-repeat; text-align: center; }
.wf_img_120x80_2 { width: 120px; height: 80px; padding-top: 10px; background-repeat: no-repeat;}

.wf_img_120x80_wrapp_3 { width: 150px; height: 110px; background: url("/images/shapes/img_frame_150x110.png") no-repeat; text-align: center; }
.wf_img_120x80_3 { width: 120px; height: 80px; padding-top: 15px; background-repeat: no-repeat;}

.wf_img_120x80_wrapp_4 { width: 140px; height: 100px; background: url("/images/shapes/img_frame_140x100_b.png") no-repeat; text-align: center; }
.wf_img_120x80_4 { width: 120px; height: 80px; padding-top: 10px; background-repeat: no-repeat;}

.wf_img_wrap_90x60 { width: 100px; height: 70px; background: url('/images/shapes/img_frame_100x70.png') no-repeat; }
.wf_img_90x60 {	width: 90px; height: 60px; padding-top: 5px; padding-right: 5px; background-repeat: no-repeat;}

.wf_img_wrap_60x40 { width: 68px; height: 48px;	background: url('/images/shapes/img_shadow_68x48.png') no-repeat; }
.wf_img_wrap_60x40_no_prov { width: 68px; height: 48px;	background: url('/images/shapes/img_shadow_68x48_prov.png') no-repeat; }
.wf_img_60x40 { background-repeat: no-repeat; height: 38px; padding-right: 6px; padding-top: 4px; width: 58px; }

/* image frame for service page, topic etc*/

.intro_pic_frame {
  	height:186px; 
	width:297px;
    background-image: url('/images/shapes/img_frame_297x186.png'); 
    background-repeat: no-repeat;
    vertical-align: middle;
    padding-top: 10px;
}
  		
.intro_pic {
	height:166px; 
	width:275px;
	background-repeat:no-repeat;
	text-align: center;
}

.wf_img_400x265_wrapp { width: 424px; height: 289px; background: transparent url("/images/shapes/img_frame_424x289.png") no-repeat; padding-top: 12px; text-align: center;}
.wf_img_400x265 { width: 400px; height: 265px; margin: 0px auto; background: no-repeat center center;}
.wf_img_265x400_wrapp { height: 424px; width: 289px; background: transparent url("/images/shapes/img_frame_289x424.png") no-repeat; padding-top: 12px; text-align: center;}
.wf_img_265x400 { height: 400px; width: 265px; margin: 0px auto; background: no-repeat center center;}

.wf_img_200x132_wrapp { width: 218px; height: 148px; background: transparent url("/images/shapes/img_frame_200x132.png") no-repeat; padding-top: 8px; text-align: center; }
.wf_img_200x132 { width: 200px; height: 132px; margin: 0px auto; background: no-repeat center center;}

.container_24 { 
	/*background:  url("/images/bg.png") fixed repeat-y 50% 0px;	*/		
	/*background: url('/css/960/img/24_col.gif') repeat-y;*/
}
				
/*HEADER*/
#header {
  /*background: url("/images/he_IL/portals/scheme/purple/header_side_bg.png") repeat-x;*/
  height: 126px;
  margin-top:10px;	
  margin-bottom:10px;
}

#header #header_inner {
  /*background: url("/images/he_IL/portals/scheme/purple/header_mid_bg.png") no-repeat;*/
  height: 126px;
}

#header_top {
 height: 95px;
}

#header_top #logo{
    margin-top: 20px;
	height: 66px;	
	/*width: 649px;*/
}

#header_bottom {	 
	height: 20px;
}

#header_bottom, #header_bottom a {
	color: #FFF;
	font-size: 13px;
}


#header_bottom #right_links{
   float:right;
   margin-right: 5px;  
}

#header_bottom #left_links{
   float:left;
   margin-left: 5px;
}

/*#header h1 .logo_alt {
	position: absolute;
	z-index: 0; 
	right: 100px;	
	display: none;
}*/

#header #search_box { margin-top: 32px; }		
#header #search_box_start {
	float: right;
	background: url('/css/rtl/shapes/search_box_right.png') no-repeat; 
	background-repeat: no-repeat;
	height: 42px; width: 12px; }
		
#header #search_box_middle {
	float: right;
	background-repeat: repeat-x; 
	background-image: url('/css/rtl/shapes/search_box_mid.png'); 
	width: 330px;
	height: 42px;
}

#header #search_box_end {
	float: right;
	height: 42px;
	width: 42px;
}

#header #query {	
	padding: 0px; 
	outline: none;
	border-style:none;
	border: 0px;
	text-align:right; 
	text-indent: 4px;
	vertical-align:middle;
	font-size:15px; 
	font-weight: bold;
	color:gray; 
	border: 1px solid #EDEDED;
	margin-top: 5px;	
	height: 26px;
	line-height: 26px;
	width: 174px;	  
}

#header .search-sel-box {
	width: 115px !important;
	border: 1px solid #EDEDED !important;
	height: 26px !important;
	margin-top: 5px;
	margin-right: 5px;
	padding-right: 30px;
	position: relative;
	height: 26px;
    line-height: 26px;
    font-size: 15px;
	text-decoration: none;
	color:gray;
	outline: none;
	vertical-align: middle;
	background: #fff;
	display: inline-block;
	cursor: default; 
	font-weight: bold;
}

#header #search_btn {
	background: url("/css/rtl/shapes/search_box_btn_left.png") no-repeat;
	height: 42px;
	width: 42px;
	outline: none;
	border: none;
	border-collapse:collapse;
	cursor: pointer;
}
	
/*BREADCRUMBS*/
.category_path
{
	text-align:right;
	text-indent:22px;
	color:#0E67AB; 
	font-size:14px;
	font-weight: normal;
	vertical-align: middle;
	height: 24px;
	line-height: 22px;
	margin-top: 2px;
    margin-right:0px;
	text-decoration: none;
	margin-bottom: 5px;
}

/* CATEGORIES NAVIGATION BAR */
#col1, #col2 {
	margin-top: 10px;
}

#cat_nav_bar {
	background: url("/images/shapes/cat_nav_bar_bg.png") no-repeat center center;
	height: 41px;
	margin-bottom:20px;
}

#cat_nav_bar table td {
   vertical-align: middle;
}

.navigation_btn {
	font-size: 14px;
	font-weight: bold;
	width: 54px;
	vertical-align: middle;	}

#content { margin-top:0px; padding-top:0px; }

#content_area { }

.block {
	/*display: block;*/
	border:1px solid #bbbbbb;
	background-color:#ffffff;
	margin-bottom:20px;
	/*position:relative;*/
}

.block .block_inside { 
	/*display: block;*/
	border:1px solid #ffffff;
	background: #ffffff url("/images/shapes/block_bg.jpg") repeat-x;	
	padding:20px;
	text-align: right;
	/*overflow:auto;*/
}

.block .block_inside_no_pad { 
	/*display: block;*/
	border:1px solid #ffffff;
	background: #ffffff url("/images/shapes/block_bg.jpg") repeat-x;	
	/*overflow:auto;*/
}

.block .block_inside p {
	font-size: 14px;	
}

/*BLOCK for Homepage*/
.block_home {
	border:1px solid #EEEEEE;
	background-color:#ffffff;
	margin-bottom:20px;
}

.block_home .block_inside { 
	border:1px solid #ffffff;
	background: #EAF1F7;	
	padding:20px;
	text-align: right;
}

.block_home .block_inside_pad_s { 
	border:1px solid #ffffff;
	background: #EAF1F7;	
	padding:10px;
	text-align: right;
}

.round_box_w230_top {
	background: url("/images/shapes/round_box_w230_top.png") no-repeat;
	width: 230px;
	height: 9px;	
}

.round_box_w230_bottom {
	background: url("/images/shapes/round_box_w230_bottom.png") no-repeat;
	width: 230px;
	height: 9px;	
	margin-bottom: 10px;
}

.round_box_w230_mid {
	background-color: #EAF1F7;
	width: 230px;	
}

.round_box_204x36 {
	background: url("/images/shapes/round_box_204x36.png") no-repeat;
	width: 204px; height: 36px;
	margin: 0px auto;
}


/* CONTACT DETAILS */
#portalContactDetails {
  
}

/*TITLES*/
.title_underline {
	background: url('/images/shapes/title_underline_dots.png') repeat-x;
	height: 3px;
	width: 100%;
	margin-bottom:15px;
}

/* ARTICLES AND ITEMS */
.item_container .item_img {
	float: right; 
	margin-left: 10px;
    margin-right: 10px;
    background-repeat: no-repeat; 
    background-image: url('/images/shapes/img_frame_140x100.png');
    width: 140px; height: 100px;	
}

.item_container .item_title { text-decoration: none; font-size: 14px; font-weight: bold; color: #3a3a3a; }
.item_container .item_separator { height: 6px; border-right: 5px solid; margin-bottom: 10px; margin-top: 10px; }

.item_container .item_desc {
	text-align: justify;
	font-size: 13px;
	line-height: 1.3em;	
	overflow:hidden;	
}

.item_container .item_desc p { 
   margin-bottom: 10px;
}

.item_container .item_text {
	margin-right: 10px;
}

/* ARTICLES SMALL */
.item_s_container { margin-top: 8px; }
.item_s_container .item_img { float: right; margin: 5px; }
.item_s_container .item_title { text-decoration: none; font-size: 14px; font-weight: bold; color: #3a3a3a; }
.item_s_container .item_separator { height: 2px; border-right: 5px solid; margin-bottom: 10px;  }
.item_s_container .item_text { margin-right: 80px; padding: 5px; }
.item_s_container .item_text p { text-align: justify; font-size: 14px; margin-bottom: 10px; }


/*TOPICS*/
#rel_topics_title {
    margin-right: 10px;
    margin-left: 10px;
    border-right: 5px solid;
    font-size: 17px;
    padding-right: 5px;
    text-align: right;
}

#rel_topics {
   margin-top: 10px; 
   list-style: circle;
   text-align: right;
}

#rel_topics li {
    float: right;
    width: 90px;
    line-height: 1.4em
}

/*FOOTER*/
#footer {
	margin-top:10px;
	background: #2D3338 url("/images/shapes/footer_bg.gif") repeat-x;
	/*min-height: 200px;*/
	height:240px;
	color: #cacaca;
} 	
	
.sitelinks, .sitelinks_last {
   line-height: 1.5em;	
   font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
   margin-top:20px;	
}

.sitelinks { background: url("/images/shapes/footer_sep.png") repeat-y left;
	height: 100px;
	margin-bottom: 10px;
}

.sitelinks .title, .sitelinks_last .title {
	font-size: 12px;
	font-weight: bold;
	color: #6d8397;
}

.sitelinks li a, .sitelinks_last li a  {
	font-size: 11px;
	color: #cacaca;
}

#footer #regulations {
	margin-top: 10px;
	font-size: 11px;
	margin-bottom: 15px;	
	text-align: justify;
}

#footer #footer_hr {
	margin-bottom: 5px;
	height: 2px;
	background: url("/images/shapes/footer_sep_hr.png") repeat-x;
}

#footer #copyright {
}

/*PAGER NAVIGATION*/
#pager_nav {
   text-align: center;
   margin-right: 150px;
   margin-top: 10px;
}

#pager_nav li
{
    float:right;
    margin: 0px;	
}

.navigation_page
{
	background-image: url(/images/rtl/icons/navigation_page.png);
	background-repeat: no-repeat;
	vertical-align:middle;
	text-align:center;
	width:30px;
	height:30px;
	color: #3c3c3c;
	line-height: 30px;
	font-size:14px;
	font-weight: bold;
}

.navigation_current
{
	background-image: url(/images/rtl/icons/navigation_current.png);
	background-repeat: no-repeat;
	vertical-align:middle;
	text-align:center;
	width:30px;
	height:30px;
	color: #3c3c3c;
	line-height: 30px;
	font-size:14px;
	font-weight: bold;
} 

.navigation a, .navigation_page a, .navigation_current a { text-decoration:none; color: #b8b8b8; }

/*PROVIDER IMAGES CAROUSEL*/
#random-images-cont p {
	font-size: 14px;
	text-align: justify;
}

#random-images-carousel {
	margin-right: 0px;	
}

.hp-random-img-wrapp {
	margin: 0px auto;
}

.hp-random-img {
	vertical-align: text-bottom;
	margin-right: 20px;
}

.hp-random-img .provider-lnk {
	font-size: 12px;
	text-align: center;
	line-height: 1.3em;
	font-weight: bold;
}

.hp-random-img .provider-gallery-lnk {
	font-size: 11px;
	text-align: right;
	line-height: 1.3em;
	font-weight: normal;
	background: url("/images/rtl/icons/summary_arrow.png") no-repeat right 5px;
	padding-right: 10px;
	margin-right: 8px;
}

/* float images*/
#random-images-float {
	margin-right: 0px;	
}

.hp-random-img-float {
	float: right;
	width: 200px;
	margin-right: 0px;
	margin-top: 15px;	
	padding-bottom: 10px;
	height: 160px;
	overflow: hidden;
}

.hp-random-img-float-no-title {
	float: right;
	width: 200px;
	margin-right: 0px;
	margin-top: 15px;	
	padding-bottom: 10px;
	height: 135px;
	overflow: hidden;
}
