/* jumpstar Login */

body {
	background-color:#e7e7e7;
	margin:0;
	padding:0;
	font:normal 11px tahoma;
	line-height:18px;
	color:#000000;
	background-image:url(../images/pagebg.jpg);
	
	background-repeat:repeat-x;
	background-position:top;
}

a:link { 
	font-size:12px;
	font-weight:bold; 
	text-decoration:underline; 
	color:#62849A;
}

a:visited { 
	font-size:12px;
	font-weight:bold; 
	text-decoration:underline; 
	color:#7b7b7b;
}

a:hover, a:active { 
	font-weight:bold; 
	text-decoration:none; 
	color:#7b7b7b;
}

h1 { 
	
color:#62849A;
font-size:14px;
height:40px;
padding:0 5px;

}

h2 { 
	font:bold 11px tahoma;
	color:#ee2d24;
	margin:0 0 10px 0;
	padding:0;
}

h3 { 
	font:bold 11px tahoma;
	color:#000000;
	margin:0 0 10px 0;
	padding:0;
}

p { 
	margin:0 0 10px 0;
	padding:0;
	color:#525252;
	font-family:Helvetica,verdana,arial,sans-serif;
	font-size:10pt;

}

/* Home Page Stucture */

#main_container {
	width:984px;
	margin: 0 auto;
	background-color:#ffffff;
}

#banner {
	width:984px;
	height:200px;
	background-color:#ffffff;
	background-image:url(../images/topbanner.jpg);
	background-repeat:no-repeat;
	background-position:left;
	border-bottom:solid 2px #000000;
}
#bannerEN {
	width:984px;
	height:200px;
	background-color:#ffffff;
	background-image:url(../images/topbanner.jpg);
	background-repeat:no-repeat;
	background-position:left;
	border-bottom:solid 2px #000000;
}
#bannerFR {
	width:984px;
	height:200px;
	background-color:#ffffff;
	background-image:url(../images/gfx_banner_FR.jpg);
	background-repeat:no-repeat;
	background-position:left;
	border-bottom:solid 2px #000000;
}

.title {
	color:#62849A;
	font:bold 16px Arial, Helvetica, sans-serif;
	height:20px;
}

.logo {
	padding:5px 0 0 10px;
}

#content {
	width:984px;
	background-color:#ffffff;
}

.left_side {
	width:413px;
	padding:40px 40px 0 40px;
	text-align:justify;
}

.right_side {
	width:453px;
	padding:40px 0 0 40px;
}

.flash_detect {
	width:100%;
	text-align:center;
	padding:10px 0 30px 0;
}

#footer {
	width:984px;
	height:40px;
	text-align:center;
	background-color:#cccccc;
	border-top: solid 2px #000000;
	border-bottom: solid 2px #000000;
	padding: 20px 0 0 0;
}

#login_footer_message {
	width: 960px;
	height: 100px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	text-align: justify;
	border: solid 0px red;
	color: #7A7A7A;
}




/* Buttons */

#btn_grey {
	background-color:#000000;
	background-image:url(../images/bg_btn.gif);
	background-repeat:repeat-x;
	background-position:left;
	text-align:center;
}

#btn_grey a:link { 
	font-weight:bold; 
	text-decoration:none; 
	color:#000000;
}


#btn_grey a:visited { 
	font-weight:bold; 
	text-decoration:none; 
	color:#000000;
}

#btn_grey a:hover, a:active { 
	font-weight:bold; 
	text-decoration:underline; 
	color:#000000;
}

#login_table {
	width: 300px;
	height: 160px;
	text-align: justify;
	float:left;
	border: solid 0px red;
	color: #7A7A7A;
	
}

.login_btn {
	width:60px;
	height:20px;
	border: solid 1px gray;
	background-image:url(../images/bg_btn.gif)
}

.login_btn_hov {
	width:60px;
	height:20px;
	border: solid 1px gray;
	background-image:url(../images/bg_btn2.gif)
}
