@charset "utf-8";
/* CSS
Author: Harel Daniely
Created: 20-06-09
Modified: 26-06-09
*/

/* Browser-specific styles
=====================================================================*/

/* Global Defaults
=====================================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,embed,object{margin:0;padding:0;}
table{border-collapse:collapse; border-spacing:0;}
fieldset,img,abbr{
	border:0;
}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{
	font-style:normal;
	font-weight:normal;
}
ul {list-style:none;}
caption,th {text-align:left;}
div { text-align: left; vertical-align: top; }
q:before,q:after{content:'';}
a,ins{text-decoration:none;}
strong {

}
cite { display: block; font-size: 0.9em; font-style: italic; text-align: right; }

/* Global Elements
=====================================================================*/

html { overflow-x: auto; height:100%;}
	/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */

body 
{
	background-color: #00163C;	
	text-align: center;
	line-height: 1.6em;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


/* Typographic Elements
=====================================================================*/

body{
	font-family: Arial, "Helvetica", sans-serif;
	font-size:13px;
	line-height:1.7em;
}


/* Headers
=====================================================================*/

h1 {
	color: #F0F0F0;
	font-size: 2.6em;
	font-weight: bolder;
	font-variant: normal;
	background-color: #000815;
	padding: 0.4em;
	margin-bottom: 1em;
	line-height: 1.5em;
	background-image: url(images/h1-bg.gif);
	background-repeat: repeat;
}

h2 {
	font-size: 1em;
	text-transform: uppercase;
	color: #014886;
	font-weight: bold;
	letter-spacing: 1.5px;
	margin-left: 20px;
}

h3 {
	font-size: 1.7em;
	line-height: 1.1em;
	color: #F60;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 100px;
}

h4 {
	font-size: .9em;
	text-transform: uppercase;
	color: #2575ad;
	letter-spacing: 1px;
	font-weight: bold;
	padding-bottom:1em;
}

h5 {
	font-size: 1.5em;
	line-height: 1.2em;
}

h6 {
	font-size:0.7em;
	font-weight: lighter;
	color: #666;
}

terms{
	font-size:10px;
}

/* List Elements
=====================================================================*/

ul li 
{
	height: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}

#main-text ul li 
{
	height: auto;
	margin: 0;
	padding: 0.5em;
	list-style-image: none;
	list-style-type: disc;
	margin-left: 20px;
}

li a {
	padding-top: 0px;
	padding-bottom: 0px;
}

dl {
	height: auto;
	margin: 0;
	list-style: none;

}

dl a {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;

}

dl a:hover {
	background-color: #ffffff;
}

dl img {
	float: left;
}
dt, dd {
	padding: 5px 7px;
}

dt {
	float: left;
	clear: left;
	width: 40px;
	color: #363636;
	font-size:.9em;
} 

dd {
	margin-left: 50px;
}


.alt-text { font-family: Georgia;text-transform: lowercase;}

p{
	padding-bottom:1.2em;
	margin-left: 20px;
	line-height: 2em;
}



/* Global Links
=====================================================================*/

a {
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}

a:link,
a:visited,
a:active
{
	background: transparent;
	color: #039;
	text-decoration: underline;
	
}

a:hover
{
	background: transparent;
	color: #ac3433;
	text-decoration: underline;
}

/* Grid
=====================================================================*/

/* layout styles */
.oneColFixCtr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#upper-strip{
	height: 30px;
	width: 960px;
	margin-top:-30px;
}

#upper-housing {
background-color:#003895;
color:#FFFFFF;
height:30px;
width:100%;
}
#sign-in{
	height: 88px; /* The "real" size is 128px, downed to 88 for the padding-top of 40px */
	width: 320px;
	margin-left:640px;
	/*background-image:url(images/signin-text.jpg);*/
	background-repeat: no-repeat;
	background-position: 1px 0px;
	padding-left:30px;
	padding-top:40px; /* becouse the padding-top needed to deceaes the height to 88px */
}
#sign-in-in{
	height: 88px; /* The "real" size is 128px, downed to 88 for the padding-top of 40px */
	width: 320px;
	margin-left:640px;

	background-position: 1px 0px;
	padding-left:30px;
	padding-top:40px; /* becouse the padding-top needed to deceaes the height to 88px */
}
#register{
	height: 352px;
	width: 320px;
	float:right;
	margin-top:3px;
	background-image: url(images/register-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align:center;

}

#register .pagebreak{
	padding-top:50px;
	padding-left:40px;
	line-height:3em;
}

#pagebreak input, select{
	font-size:12px;
	width:120px;
}


#bigbox{
	height: 352px;
	width: 640px;
	margin-top:3px;
}

/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#menu{
	position:relative;
	display:block;
	height:40px;
	font-size:13px;
	font-weight:bold;
	background-color: transparent;
	background-image: url(images/menu/bgOFF.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #003FA6;
}

#menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}
#menu ul li{
	display:block;
	float:left;
}
#menu ul li a{
	display:block;
	float:left;
	color:#00163C;
	text-decoration:none;
	height:23px;
	background-color: transparent;
	background-image: url(images/menu/bgDIVIDER.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
#menu ul li a.current{
	background-color: #fff;
	background-image: url(images/menu/bgON.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color:#F00;
}

#menu ul li a:hover{
	background-color: #fff;
	background-image: url(images/menu/bgON.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color:#003FA6;

}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */

#list-text{
	width: 260px; /* 320-padding-10 */
	background-color:#FFF;
	float:right;
	margin-right: -8px;
	padding: 20px;
	margin-left: 15px;
	margin-top: 40px;
	margin-bottom: 50px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 4px;
	border-left-width: 2px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background-image: url(images/box-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#main-text{
	background-color: #F0F0F0;
	width: 600px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
}

#footer{
	height: 81px;
	width: 960px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear:both;
}

.registernow{
	margin-top:45px;
}

.signin{
	margin-left:173px;
	margin-top: 3px;

}


/* Sub Page Ajastments
=====================================================================*/

#main-text.subpage{
	width:920px;
	height: auto;
}

#footer.subpage{
	padding-top:35px;
	background-image:url(images/footer2.jpg);
	font-size:11px;
	color:white;
	text-align:center;
}

#footer.subpage a{
	color:white;
}

#footer.subpage li {
	display: inline;
	border-right-style: solid;
	border-right-width: 2px;
	border-bottom-color: #999999;
	padding-right: 0.5em;
	padding-bottom: 0em;
	padding-left: 0.5em;
}

#footer.subpage li.last {
	border-right-style: none;
}

#footer.subpage table{
	text-align:left;
	font-size:11px;
	line-height:1.6em;
}

/* Registration Form
=====================================================================*/
.tbmain{ 
 /* Changes on the form */
 background: white !important; 
}

#main{
	margin-left:30px;
	margin-right:30px;
	line-height:2.2em;
}


span.required{
  font-size: 13px !important;
  color: red !important;
}

.submitbtn{
	text-align:center;
}

#main-text form{
/*	padding-top:10px;
	background-image: url(images/reg-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;	*/
}

input[type="submit"] {
	margin-top:10px;
	height: 28px;
	width: 76px;
	font-weight: bold;
}

#indexclick{
	height:130px;
	width:497px;
	margin-bottom:-130px;
}

input.boldbuttons{
background: transparent ;
display: block;
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;

}
.dynamicInput {
 border:1px solid gray; font: 11px arial width:250px;;
}
.dynamicInputbutton {
	border:1px solid gray; font: 11px arial; width:60px;
}

.risk{
	font-size:9px;
	color:#999;
	line-height: 1.4em;
}

table#forgotpassword{
	margin-left:280px;
}

.comissionhead{background-color:white;padding:10px;font-weight:bold;border:1px solid black;}
.comissionrow{padding:10px;font-weight:normal;border:1px solid black;}
