body {
	background: #3A4151 url(images/back.gif) repeat;
	background-position: 50% 6px;
	margin: 0px;
	padding: 0px;
	color: #3C4E5F;	
	font: normal 12px/17px arial, verdana, helvetica, sans-serif;
}

h1 {
	font: normal 18px arial, verdana, helvetica, sans-serif;
}

img {
	border: none;
}

form, form input, form select{
	font: normal 11px verdana, arial, helvetica, sans-serif;
	margin: 0px;
}

fieldset {
	border: 2px solid #DEE3E7;
	padding: 0px;
}

legend {
	font: bold 10px verdana, arial, helvetica, sans-serif;
	color: #333;
	padding: 1px;
	margin: 0px;

}

a, a:visited {
	color: #376596;
	text-decoration: none;
}

a:hover {
	color: #999;
}

/* Main Layout

  Wrapper (corners) |
    				help
  - tall shrinks the header
  - full hides the menu
  	Header
  	Steps
  	SideBar | Content
 */
 

#wrapper{
	position: relative;
	z-index: 1;
	margin: 0px auto;
	margin-top: 10px;
	width: 758px;
	overflow: hidden;
	height: auto;
	background: #fff url(images/sidebar.gif) repeat-y;
	margin-bottom: 10px;
}


/* wrapper.full */
#wrapper.full #sidebar{
	display: none;
}

#wrapper.full {
	background-image: none;
}

#wrapper.full #content{
	width: 94%;
	margin-right: 3%;
	
	margin-left: 3%;
	
}

/* wrapper.tall */

#wrapper.tall #header{
	border: 0;
}

#wrapper.tall .secondary_logos {
	display: none;
}


#wrapper.tall #steps {
	display: block;
	visibility: visible;
	border: 1px solid red;
	
}



#wrapper.tall #sidebar{
	top: 125px;
}
#wrapper.tall #header{
	background: transparent url(images/header_background_short.jpg) no-repeat;
	height: 80px;
}


#corners{
	width: 758px;
	height: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: transparent url(images/corners.gif) no-repeat;
}

/********** help button ************/


#help{
	display: block;
	width: 33px;
	height: 39px;
	background: transparent url(images/help.gif) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20;
}

#help:hover{
	background-position: 0 -39px;
}

#help span{
	display: none;
}

#header{
	width: 100%;
	height: 120px;
	background: transparent url(images/header_background.jpg) no-repeat;
	text-align: right;
	font: bold 11px verdana, arial, helvetica, sans-serif;
	color: #333;
	Xborder-bottom: 80px solid #fff;
}


#header span{
	position: absolute;
	top: 25px;
	right: 30px;
	cursor: pointer;
}

#main_logo{
	position: absolute;
	top: 0px;
	left: 5px;
	
}

#team{
	position: absolute;
	top: -3px;
	left: 309px;
}

#existingApplicantsLink {
	text-align: center; 
	position: absolute; 
	right: 50px; 
	top: 5px;
}

.secondary_logos{
	float: right;
	margin: 60px 30px 0 0;
	display: inline;
}


#steps {
	width: 750px;
	overflow: visible;
	position: absolute;
	top: 100px;
	left: 27px;
}




/**
#header a{
	font: bold 10px verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	color: #333;
}

#header a:hover{
	color: #666;
}
*/







#gradient{
	margin: 0 auto;
	background: transparent url(images/gradient.gif) repeat-x;
	background-position: 50% 0;
	width: 100%;
	height: 416px;
	position: absolute;
	top: 0;
	
}


/**
#steps ul{
	list-style: none;
	top: 30px;
	margin: 0;
	padding: 0;
	width: 100%;
	font: bold 1.3em 'trebuchet ms', arial, helvetica, sans-serif;
	position: absolute;
}

#steps ul li{
	float: left;
	margin-right: 82px;
}

#steps ul li a{
	color: #3F6899;
}

#steps ul li.complete{
	padding-left: 25px;
	background: transparent url(images/check.gif) no-repeat;
	margin-right: 57px;
	color: #999;
}

#steps ul li a:hover, #steps ul li.current a{
	color: #E48F16;
}






*/

#breadcrumb {
	margin: 0px;
	position: absolute;
	top: 2px;
	font: 11px arial, verdana, helvetica, sans-serif;
	font-weight: bold;
}

#progressBar {
	width: 200px;
	height: 20px;
	position: absolute;
	top: 0px;
	right: 40px;
	background: transparent url(images/full_barsize.gif) no-repeat;	
}

#progressBarFilled{
	display: block;
	width: 40%;
	height: 20px;
	background: transparent url(images/current_barsize.gif) no-repeat;
	cursor: pointer;
}



#content{
	width: 515px;
	margin-left: 215px;	
	padding-top: 0px;
	padding: 0px;


}


#sidebar{
	width: 190px;
	backgroundX: transparent url(images/fade.jpg) no-repeat;
	position: absolute;
	top: 100px;
	left: 0;
}

#sidebar ul{
	width: 168px;
	list-style: none;
	margin: 20px 0 0 12px;
	padding: 0;
	display: block;
	position: relative;
}

#sidebar ul li a{
	display: block;
	height: 28px;
	background: #4D8BC6 url(images/sidebar_link.gif) repeat-x;
	background-position: 0 0;
	color: #fff;
	font: bold 11px/28px arial, verdana, helvetica, sans-serif;
	border-top: 1px solid #81AFD9;
	border-bottom: 1px solid #2D5B91;
	padding-left: 15px;
}

#sidebar ul li a:hover, #sidebar ul li a.current{
	background-position: 0 -29px;
	border-top: 1px solid #A0BCDC;
	border-bottom: 1px solid #4F7DA6;
	color: #2A5483;
}

.note{
	background: #FEFED5 url(images/shadow.gif) no-repeat;
	background-position: bottom right;
	padding: 15px 10px 15px 10px;
	text-align: justify;
	border: 1px solid #F7F7F7;
	border-width: 1px 0 0 1px;
	margin: 0px 0px 5px 0px;
}

.note h1, .note p{
	margin: 0;
}

.note p{
	margin-top: 10px;
}

.information h1{
	padding-left: 20px;
	background: transparent url(images/info.gif) no-repeat;
	background-position: 0 50%;
	color: #4D657D;
}

.error h1{
	padding-left: 45px;
	background: transparent url(images/alert.gif) no-repeat;
	background-position: 0 50%;
	color: #E54506;
	height: 30px;
	line-height: 30px;
}

#footer{
	float: left;
	clear: both;
	height: 20px;
	background: transparent url(images/corners_bottom.gif) no-repeat;
	width: 100%;
	text-align: center;
}

.zebra{
	background: #EEF2F6;
	width: 100%;
	border-collapse: collapse;
	color: #333;
	margin: 0;
	margin-top: 10px;
	width: 100%;
}

#content .zebra input{
	width: 30px;
}



.zebra tr{
	height: 25px;
}

.zebra td, .zebra th{
	padding: 1px;
	padding-left: 5px;
}

thead {
	background: #7A9DC0;
	color: #fff;
	font-weight: bold;
	text-align: left;
}

thead a, thead a:visited{
	color: #fff;
}

thead a:hover{
	text-decoration: underline;
	color: #fff;
}

.odd {
	background: #DDE5EE;
}

#sidebar h2{
	font: bold 10px verdana, arial, helvetica, sans-serif;
	color: #617F9D;
	margin: 25px 15px 10px 15px;
	border-bottom: 1px solid #7F9DBB;
	padding-bottom: 3px;
	width: 160px;
}

#sidebar form select{
	width: 160px;
	margin: 5px 1px;
}

#sidebar form input{
	width: 150px;
	margin: 5px 15px;
	padding: 1px 3px;
}




/*********** buttons ****************/

.button {
	width: 78px;
	height: 25px;
	border: none;
	cursor: pointer;
	float: left;
	clear: none;
	color: #fff;
	font: bold 12px verdana, arial, helvetica, sans-serif;
	text-align: center;
	padding: 0;
	padding-bottom: 3px;
	margin-top: 10px;
	Xborder: 1px solid black;
}


.button:hover{
	Xbackground-position: 0 -25px;
}

.button:focus{
	border: 0;
	background-color: transparent;
}

.green{	
	background: transparent url(images/green.gif) no-repeat;
	margin-right: 10px;
}

.blue{	
	background: transparent url(images/blue.gif) no-repeat;
	margin-right: 10px;
}

.red{	
	background: transparent url(images/red.gif) no-repeat;
	margin-right: 0;
}

.red_long{	
	background: transparent url(images/red_long.gif) no-repeat;
	margin-right: 0;
}

.previous, .next{
	color: #27A34D;
	height: 21px;
}










#sidebar input.search{	
	background: transparent url(images/search.gif) no-repeat;
	margin-top: 10px;
	float: none;
	width: 78px;
}


#wrapper.full .previous, #wrapper.full .next{
	position: relative;
	left: 330px;
}

.previous{
	background: transparent url(images/previous.gif) no-repeat;
	background-position: top left;
	text-align: right;
	width: 92px;
}

.next{
	background: transparent url(images/next.gif) no-repeat;
	background-position: top right;
	text-align: left;
	width: 60px;
	margin-left: 20px;
}

#wrapper.full .next{
	margin-right: 330px;
}
.previous:hover{
	background-position: bottom left;
}

.next:hover{
	background-position: bottom right;
}

input, select {
	float: left;
	clear: right;
}

label {
	float: left;
}

input{
	width: 190px;
	padding: 1px;
}

input:focus{
	background-color: #FEFED5;
	border: 1px solid #000;
	padding: 3px;
}



select {
	width: 195px;
}



a.menuHeading {
	font-weight: bold;
	color: #535456;
	text-decoration: none;
	background-image: url(images/menu_gradient.gif);
	background-repeat: repeat-x;
	background-position: top;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size:11px;
	
}
a.leftmenu1 {  padding-left: 30px; }
a.leftmenu1i {  padding-left: 10px; }

a.leftmenu2, a:visited.leftmenu2  {
	font-weight: normal;
	color: #376596;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size:11px;
	border-top: 1px solid #E5E6DE;
	padding-left: 30px;
}





/***

fieldset table{
	width: 100%;
	margin: 0px;
	padding: 0px;
}


***/




p {
	Xfloat: none;
	margin-left: 5px !important;
	width: 98% !important;
}


.navigatorRow {
	background: #EEF2F6;
	font: normal 12px/18px arial, verdana, helvetica, sans-serif;
	color: black;
	vertical-align: top;
	padding: 1px;
	padding-right: 3px;
	margin-bottom: 7px;
}


.hidden {
	visibility: hidden; 
	display: none;		
}

.textError {
	color: #300;
	background-color: #FFBABA;
	border: 1px solid #0b4865;
}


* html #navigatorBody {
	height: 350px;	
}
#navigatorBody {
	min-height: 300px;	
	margin: 0px; 
	padding: 0px; 
	width: 100%; 
}

* html #content {
	height: 400px;
}

#content {
	min-height: 340px;
}


/* Move to Hebrew CSS later */


.next_rtl {
	background: transparent url(images/previous.gif) no-repeat;
	color: #27A34D;
	height: 21px;
	font-size: medium;
}
.previous_rtl {
	background: transparent url(images/next.gif) no-repeat;
	background-position: top right;
	color: #27A34D;
	height: 21px;
	margin-left: 0px;
	font-size: medium;
}


