/* Default CSS Stylesheet for a new Web Application project */
#wrapper
{
	margin-left: auto;
	margin-right: auto;
	width: 73em;
	text-align: left;
}

#printverison
{
	position:absolute;
}


#sidebar
{
	float:left;
	width: 17em;
	margin-left: 15px;
	margin-right: 5px;
	
}

#ContentArea
{
	float:left;
	width:53em;
	margin-top: 15px;
}


#footer
{
	clear: both;
	padding-top: 20px;
}


#MainMenu
{
	position: relative;
	margin-bottom: 9px;
	clear: both;
	background-color:#ff6600
}

#TopMenu
{
	padding-bottom: 20px;
}

#pageheader
{
	background-attachment: scroll;
	background-image: url(http://www.israelexperience.org.il/career/images/BrownLine.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-position: bottom left;
	padding-bottom: 15px;
	margin-bottom: 10px;
	margin-top: 0px;
}



#content
{
	font-size: 13px;
	color: #0067b4;
	line-height: 15pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#messagebox
{
	float: left;
	width: 250px;
	border: 4px solid #0067b4;
	padding: 5px;
	margin-left: 10px;
	
}

#loginbox
{
	float: left;
}

.dashboard_element
{
	margin-top: 10px;
	
	margin-right: 10px;
	padding: 15px;
	BORDER-RIGHT: #9fc000 3px solid; 
	BORDER-TOP: #9fc000 3px solid; 
	FONT-SIZE: 12px; 
	BORDER-LEFT: #9fc000 3px solid; 
	BORDER-BOTTOM: #9fc000 3px solid; 
}

.dashboard_element_title
{
	font-weight: bold;
	color: #386890;
	font-size: 16px;
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	letter-spacing: 1pt;
	font-variant: small-caps;
	padding-bottom: 5px;	
	margin-bottom: 15px;	
	border-bottom: #386890 3px solid;
}


.submit_button
{
	BORDER: #9fc000 3px solid; 
	FONT-WEIGHT: bold; 
	padding: 5px;
	FONT-SIZE: 9px; 
	CURSOR: hand; 
	COLOR: #ffffff; 
	
	BACKGROUND-COLOR: #386890; 
	margin:0px
}

.field
{
	BORDER-RIGHT: #386890 1px solid; 
	BORDER-TOP: #386890 1px solid; 
	FONT-SIZE: 12px; 
	BORDER-LEFT: #386890 1px solid; 
	WIDTH: 180px; 
	COLOR: #386890; 
	BORDER-BOTTOM: #386890 1px solid; 
	HEIGHT: 20px;
}


BODY
{
	font-size: 13px;
	color: #0067b4;
	line-height: 15pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	
}

TABLE
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 14px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}




H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}

H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
	


A:link	{	

	color:	#cc3e0d;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#d69600;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#cc3e0d;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#d69600;
	text-decoration:none;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	

	
UL
{
	margin: 0px;
}
UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.GreenImg
{
	border-right: #9fc000 4px solid;
	padding-right: 0px;
	border-top: #9fc000 4px solid;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: #9fc000 4px solid;
	padding-top: 0px;
	border-bottom: #9fc000 4px solid;
}

.OrangeImg2
{
	border-right: #9BC000 2px solid;
	padding-right: 0px;
	border-top: #9BC000 2px solid;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: #9BC000 2px solid;
	padding-top: 0px;
	border-bottom: #9BC000 2px solid;
}

.BtnID
{
	width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 1px;
	background-color: #9BC000;
	border-bottom-style: none;
	align: right;
}

.CareerBtnID
{
	width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 1px;
	background-color: #ffffff;
	border-bottom-style: none;
	align: right;
}

.popup
{
	
	z-index: 1000;
	display: none;
	overflow: auto;
	width: 700px;
	height: 65px;
	position: relative;
	filter:progid:DXImageTransform.Microsoft.Fade(duration=0.5);
	
}



.popup2
{
	z-index: 999;
	display: block;
	position: relative;
	filter: progid:DXImageTransform.Microsoft.Fade(duration=0.5);
	left: 0px;
	margin-top: 0px;
	
	
}

.popup3
{
	z-index: 1001;
	
	background-color:#33cc00;
	display: none;
	width: 150px;
	position: absolute;
	border-bottom: 2px solid #aa3000;
	border-top:2px solid #aa3000;
	border-left:2px solid #aa3000;
	border-right:2px solid #aa3000;	
}
.popup4
{
	border-right: blue 9px solid;
	border-top: blue 9px solid;
	z-index: 1000;
	filter: progid:DXImageTransform.Microsoft.Fade(duration=0.5);
	display: block;
	border-left: blue 9px solid;
	width: 150px;
	border-bottom: blue 9px solid;
	position: relative;
}


.Bezalel
{
	background-image: url(http://localhost/IE/Bezalel/Bezalel.gif);
	background-repeat:no-repeat;
	background-position:100% 0%;
}

.pic
{
	border-right: #c43725 2px solid;
	border-top: #c43725 2px solid;
	border-left: #c43725 2px solid;
	border-bottom: #c43725 2px solid;
}
	
.btnReg
{
	border-right: darkblue 1px double;
	border-top: darkblue 1px double;
	font-size: 11px;
	vertical-align: baseline;
	border-left: darkblue 1px double;
	width: 65px;
	cursor: hand;
	color: darkblue;
	border-bottom: darkblue 1px double;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 17px;
	background-color: steelblue;
	text-align: center;
}



.Menu
{
	font-weight: bold;
	font-size: 12px;
	color: #0067b4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}

.SubMenu
{
	
	font-size: 11px;
	color: #0067b4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	margin-bottom: 5px;
	
	
	
}

.SubMenuBrown
{
	
	
	font-size: 13px;
	color: #aa7800;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	margin-bottom: 15px;
	text-decoration: none;
	
	
	
}

.SubMenu2
{
	background-attachment: scroll;
	background-image: url(../images/BlueFill2.gif);
	margin-bottom: 15px;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

.SubMenu3
{
	background-attachment: scroll;
	background-image: url(../images/GreenFill2.gif);
	margin-bottom: 15px;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.short_track_logo
{
	float: left;
	margin:1px 0 0px 7px;
	font-weight:bold;
	font-size: 12px;
	border: 2px solid #0067b4;
	background-color:  #9fc000;
	padding: 2px 5px 1px 5px;
}

.short_track_logo_small
{
	display: inline;
	color: #FFFFFF;
	font-weight:bold;
	border: 2px solid #0067b4;
	background-color:  #9fc000;
	padding: 1px 5px 1px 5px;
}

.Title
{
	font-weight: bold;
	font-size: 16px;
	color: #0067b4;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	text-decoration: none;
}

.Title2
{
	font-weight: bold;
	font-size: 22px;
	color: #9fc000;
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	letter-spacing: 1pt;
	font-variant: small-caps;
	
}

.Title2_short
{
	font-weight: bold;
	font-size: 22px;
	color: #aa3000;
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	letter-spacing: 1pt;
	font-variant: small-caps;
	
}


.Title12
{
	font-weight: bold;
	font-size: 22px;
	color: #0067b4;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2pt;
	
	text-decoration:	none;
}

.Title3
{
	
	
	font-size: 11px;
	color: #0067b4;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:	none;
}

.Title4
{
	
	font-weight: bold;
	font-size: 14px;
	color: #0067b4;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1pt;
	text-decoration:	none;
}
.Title5
{
	
	font-weight: bold;
	font-size: 13px;
	color: #0067b4;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:	none;
}

.Title6
{
	
	font-weight: bold;
	font-size: 16px;
	color: #9BC000;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1pt;
	font-variant: small-caps;
	text-decoration:	none;
}

.Title16
{
	
	font-weight: bold;
	font-size: 16px;
	color: #9BC000;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1pt;
	
	text-decoration:	none;
}

.TitleInPage
{
	
	font-weight: bold;
	font-size: 16px;
	color: #9BC000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:	none;
}

.Title7
{
	
	font-weight: bold;
	font-size: 14px;
	color: #aa3000;
	font-family: Arial, Helvetica, sans-serif;
	
	text-decoration:	none;
}

.Title8
{
	
	font-weight: bold;
	font-size: 14px;
	color: #AA3000;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1pt;
	
}

.Title9
{
	
	font-weight: bold;
	font-size: 13px;
	color: #33cc00;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:	none;
}

.Title10
{
	
	font-weight: bold;
	font-size: 14px;
	color: #0067b4;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1pt;
	text-decoration:	none;
	font-variant: small-caps;
}


.textarea2
{
	border-right: #9BC000 2px solid;
	border-top: #9BC000 2px solid;
	border-left: #9BC000 2px solid;
	border-bottom: #9BC000 2px solid;
	
}

.text2
{
	border-right: #9BC000 2px solid;
	border-top: #9BC000 2px solid;
	border-left: #9BC000 2px solid;
	width: 130px;
	border-bottom: #9BC000 2px solid;
	height: 20px;
	
}

.text3
{
	border-right: #0067b4 2px solid;
	border-top: #0067b4 2px solid;
	border-left: #0067b4 2px solid;
	width: 200px;
	border-bottom: #0067b4 2px solid;
	height: 23px;
	font-size: 13px;
	
	
}
.text4
{
	border-right: #0067b4 2px solid;
	border-top: #0067b4 2px solid;
	border-left: #0067b4 2px solid;
	width: 350px;
	border-bottom: #0067b4 2px solid;
	height: 23px;
	font-size: 13px;
	
	
}

.submit2 
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	background-attachment: fixed;
	background-image: url(images/SendAdvance.jpg);
	padding-bottom: 0px;
	margin: 0px;
	width: 134px;
	color: #0067b4;
	border-top-style: none;
	padding-top: 0px;
	background-repeat: no-repeat;
	border-right-style: none;
	border-left-style: none;
	height: 24px;
	border-bottom-style: none;
	
}

.submit4
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	background-attachment: fixed;
	background-image: url(images/SendAdvance2.jpg);
	padding-bottom: 0px;
	margin: 0px;
	width: 160px;
	color: #0067b4;
	border-top-style: none;
	padding-top: 0px;
	background-repeat: no-repeat;
	border-right-style: none;
	border-left-style: none;
	height: 30px;
	border-bottom-style: none;
}


.pervious
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	background-attachment: fixed;
	background-image: url(images/SendAdvance.jpg);
	padding-bottom: 0px;
	margin: 0px;
	width: 134px;
	color: #0067b4;
	border-top-style: none;
	padding-top: 2px;
	background-repeat: no-repeat;
	border-right-style: none;
	border-left-style: none;
	height: 24px;
	border-bottom-style: none;
	cursor:hand;
}

.submit3
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	background-attachment: fixed;
	background-image: url(images/SendReg.jpg);
	padding-bottom: 0px;
	margin: 0px;
	width: 67px;
	color: #0067b4;
	border-top-style: none;
	padding-top: 0px;
	background-repeat: no-repeat;
	border-right-style: none;
	border-left-style: none;
	height: 24px;
	border-bottom-style: none;
}


.BoldLink
{
	font-weight: bold;
	font-size: 12px;
	color: #9BC000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:	none;
}

.RegText
{
	font-size: 12px;
	color: #0067b4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

.RegText2
{
	font-size: 10px;
	color: #0067b4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

P
{
	font-size: 12px;
	color: #0067b4;
	line-height: 15pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.PJournal
{
	font-size: 14px;
	color: #0067b4;
	line-height: 18pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.whitetext
{
	font-size: 12px;
	color: #ffffff;
	line-height: 15pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.smalltext
{
	font-size: 11px;
	color: #0067b4;
	line-height: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.tdblue
{

}

.bluefont
{
	font-size: 11px;
	color: #0067b4;
	line-height: 15pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:	none;
}

.orgText
{
	color: #9BC000;
}

.tableBlue
{
	border-right: #0067b4 1px solid;
	border-top: #0067b4 1px solid;
	border-left:#0067b4 1px solid;
	border-bottom: #0067b4 1px solid;
}


.TABLESmall
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 11px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.withbackground
{
	background-image: url(images/bg_ring_b.gif);
}



/* ----------------------------------------------------------------------------------------------------*/

.overnight
{
	color:#f26c00;
	margin: 10px 0 0 0;
}

.trip_day
{
	float: left;
	width: 600px;
	font-size:0.9em;
	margin: 10px 0px 10px 30px;
	border-bottom: 1px dashed #BBD9F9;
	padding-bottom: 20px;
}

.trip_day h2
{
	margin-top: 10px;
	font-size:1.2em;
}

.trip_pic
{
	float: right;
	width: 200px;
	font-size:1.3em;
	margin-left: 20px;
	
}

p.trip_remark
{
	font-size:1.05em !important;
}



/* ------------------------ social block -------------------------------------- */
#footer{
	color:#fff;
	font:11px Verdana,sans-serif;
}
#footer .share-block{
	padding:0 62px 97px 0;
	overflow:hidden;
	height:1%;
	font-size:12px;
}
.share-block .block-holder{
	float:right;
}
.share-block .title{
	font-weight:normal;
	color:#666;
	margin:0 0 8px 2px;
}
.share-block .holder{
	background: url(../images/bg-share-social.gif) no-repeat;
	width:628px;
	height:45px;
	padding:10px 10px 0 14px;
}
.share-block .become-fan-button{
	background: url(../images/btn-become-fan.gif) no-repeat;
	width:115px;
	height:23px;
	text-indent:-9999em;
	float:left;
	margin:5px 0 0;
}
.share-block .icons-list{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
.share-block li{
	float:left;
	padding:0 8px 0 0;
}

.youtube_title
{
color:#0067B4;
padding: 0px 10px;
text-align: center;
margin: 0 auto 0 auto;
font-size:16px;
font-weight:bold;
}

.youtube_title a
{
text-decoration:none;	
color:#0067B4;

}
