/*
 Main Styles - do not change
*/
body,html {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

form {
	display: inline;
}

div {	position: relative;
}

.ikon {	margin-bottom: -2px;
}


a.ad_nav {
	color: #003366;
}

table.grider, table.grider th, table.grider td {
	color: #000;
	font-size: 11px;
}

table.grider th {
	background-color: #d0d0d0;
	padding: 4px;
	color: #000;
}

table.grider td {
	padding: 2px;
}

table.grider tr {
	color: #000;
}

div.clearer {
	clear: both;
}

#login_error {
    color: red;
}

div.legal_selection {
	width:246px; 
	height:20px; 
	border:1px solid #CCC; 
	float: left; 
	margin-right: 6px; 
	margin-bottom: 6px;
}

table.thankyou {
	border: 1px solid #CCCCCC;
	background-color: #F1F1F1;
	margin: 20px auto;
}

div#lightbox_login {
	width: 265px;
	height: 237px;
	background: transparent url(../images/universal/bg_login.gif) top left no-repeat;
	padding: 0;
	color: #666;
}

#lb_login_submit {
	position: absolute;
	top: 190px;
	left: 70px;
}

div#lb_login_username {
	position: absolute;
	top: 50px;
	left: 15px;
}

div#lb_login_password {
	position: absolute;
	top: 100px;
	left: 15px;
}

div#lb_login_registration {
	position: absolute;
	top: 150px;
	left: 15px;
	padding: 3px;
	width: 224px;
	border: 1px dashed #666;
	background-color: #e0e0e0;
	font-size: 11px;
}


legend {
	font-weight: bold;
}

div.msg {
	text-align:center;
	margin: 6px auto 6px auto;
	border: 1px solid #666;
	background-color:#e0e0e0;
	padding: 5px;
}
div.msgerror {
	text-align:center;
	margin: 6px auto 6px auto;
	border: 1px solid #666;
	background-color:#cc9898;
	padding: 5px;
}

fieldset {
	border: 1px solid #4E6E8E;
	margin-bottom: 15px;
}

#historic_tab, #return_tab, #quant_tab {
	padding: 4px 10px;
	width: auto;
	border: 1px solid #CCC;
	background-color: #F2F2F2;
	margin-right: 2px;
}

#historic_tab.tab_selected, #return_tab.tab_selected, #quant_tab.tab_selected {
	border: 1px solid #000;
	background-color: #000;
	color: #FFF;
}