﻿@import url("layout.css");
@import url("cssTabs.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
    background-color: #343f4a;
    background-image: url('../images/body-bg.gif');
    background-repeat: repeat-x;
    background-attachment: scroll;
}
#container {
	width: 846px;
	margin: 0 auto;
	background-color: transparent;
    background-image: url('../images/container-bg.gif');
    background-repeat: repeat-y;
    background-attachment: scroll;

}
#betaSticker 
{
    width:61px; 
    height:55px; 
    position: absolute; 
    top:0px; 
    right:0px; 
    display: block;
}
#masthead {
    color:#ffffff;
	width: 826px;
	height:100px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
	background-image:url('../images/banner-bg.gif')
}
#masthead img 
{
    border:0px;
}
#masthead a 
{
    color:#ffffff;
}
#masthead a:hover 
{
    color:#D8A800;
}
#masthead a:visited
{
    color:#ffffff;
}
#masthead a:visited:hover 
{
    color:#D8A800;
}
#masthead h1
{
    color:#ffffff;
    margin-bottom:-20px;
    margin-top:-20px
}
/*#sidebar {
	width: 826px;
    margin-top:66px;
	background-color: #d3d3d3;
	position: relative;
	clear: both;
	overflow: auto;
	margin-left: 10px;
	z-index:1;
}*/
#sidebar {
	width: 826px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow:visible;
}
#content {
	width: 786px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	position: relative;
	overflow: auto;
	padding-right: 20px;
}
#content a 
{
    color:Black;
}
#content a:hover 
{
    color:#D8A800;
}
#content a:visited
{
    color:#A80F2A;
}
#content a:visited:hover 
{
    color:#D8A800;
}
  
#footer {
	text-align: center;
	clear: both;
	width: 826px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;

	background-image:url('../images/footerfade.gif');
	background-repeat:repeat-x;


}
#masthead img {
	float: right;
    width: 298px;
    height: 93px;
    cursor:pointer;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
}
/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #000;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #000;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.login
{
    font-size: 0.9em;
	text-align: right;
	margin-top:-10px;
	margin-right: 10px;
	float:right;
}
.titleName
{
    font-size:x-large;
    font-weight:bold;
    margin-left:6px;
}
.titleLarge
{
    font-size:x-large;
    font-weight:bold;
}
.subtitleName
{
    font-size:large;  
    margin-left:6px;
}
.Warning
{
    color:Red;
    font-style:italic;
    font-weight:bold;
    font-size:x-large;
}
.WarningMed
{
    color:Red;
    font-style:italic;
    font-weight:bold;
    font-size:medium;
}
.gain
{
    color:Green;
}
.loss
{
    color:#CC0A0A;
}
.Selected
{
    background-color:#ffffcc;
}
.Unselected
{
    background-color:#E0E0E0;
}
.input
{
    background-color:#BDF84F;
}
.RadioListPayment td
{
    vertical-align:top;
}
.RadioListPayment input
{
    vertical-align:bottom;
}
.AlternateRow
{
    background-color:#E2E9FD;
}
.PositionChange
{
    background-color: #FFFFAE;
}
.PositionBuy
{
    background-color: #C6FFAA;
}
.HeaderFooter
{
    font-weight:bolder; 
    font-size:medium; 
    color: #ffffff; 
    background-color: #450000;
}
.SubHeader
{
	background-color:#D9D9E6;
	color:Black;
	font-weight: bold;
}
.finePrint
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: smaller;
    font-weight: bold;
}
.smallHeader
{
	font-size: .8em;
	font-weight:bold;
}
.preFooter
{
	font-size: .85em;
}
.tbPortValue
{
	border:solid 1px red;
}
.registerTable td
{
	padding-top:2px;
	padding-bottom:2px;
	padding-left:4px;
}
#tooltip
{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	color:#fff;
}