body {
	background-color:#6699CC;
	margin:0;
	padding:0;
	font-size:9pt;
	font-family:verdana,arial,sans-serif
}
#loginMainBox{
	background-color:white;
	padding: 5px;
	font-family:verdana,arial,sans-serif;
	border:2px solid #000055;
	width: 935px;
}
#loginMainBox .section{
	float:left;
	min-height:23em;
	font-size:11pt;
}		
#loginMainBox .box{
	border:1px solid #cccccc;
	padding: 15px;
	margin-left:1em;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 430px;
}		
#loginMainBox .section h1, #loginMainBox .section h2{
	font-family:georgia,times new roman,serif;
	font-size:16pt;
	margin-bottom:20px;			
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;			
	color:#981B1E;
}		
#loginMainBox .section h2{
	font-size:12pt;
	margin:0;
	color:black;
}
#loginMainBox div#left {
	width:27em; 
	padding-bottom: 43px;
}
a:link, a:visited {
	color:#2020A0;
	cursor:pointer;
}
a {
	cursor:pointer;
	color:#225588;
	text-decoration:none;
}		
a.pointerLink {
	background:transparent url(../images/arrow_clickhere.gif) no-repeat scroll left center;
	padding-left:1.2em;
}	

.login_links{
	padding-bottom: 9px;
}
	
#loginMainBox #username{ width:20em;}
#loginMainBox #password{ margin-bottom:1em;width:20em;}
.loginError{
	color:red;
	font-size:small;
	font-weight:bold;
	padding:1em;
	width:90%;
	margin: 0px;
	margin-left: 3px;
	font-size:11pt;
	font-family:arial;
}
#page, #header{
  margin-top:0;
  margin-bottom:0;  
}	
#page{
  margin:0px auto;
  width: 970px;  
}
#header{
    margin:0;
    margin-top: 3%;
    width: 945px;
    border-top: 2px solid #000055;
    border-left: 2px solid #000055;
    border-right: 2px solid #000055;
    background: url("/images/header-area-gradient-100px.png") repeat-x scroll left top transparent;
}

div.fasb-logo{height:100px;}

h1.fasb-logo{
        height: 100%;
        width: 100%;
        position: relative;
}

#logo{
        background: url("/images/splash.s.png") no-repeat scroll 25px 12px;
        background-color: transparent;
        display: block;
        height: 100%;
        width: 100%;
}


.bottomBox {
	border:1px solid #AAAAAA;
	height:6.7em;
	margin-bottom:1em;
	padding-bottom:0;
}


.bottomHeader {
	background-color:#DAE6F3;
	border-bottom:1px solid #AAAAAA;
	color:black;
	font-size:12pt;
	font-weight:normal;
	padding:0.3em 0.5em 0.1em .8em;
}

.bottomBox .body {
	padding:7.3px 1em;
}
#expiredDetails a{
	text-decoration:underline;
}

#expiredDetails li{
 list-style:disc outside none !important;
 margin-left:2em;
}

#expiredDetails ul{
	margin-top:10px;
	font-size:12pt;
}

#expiredDetails {
	font-size:13pt;
	line-height:22px;
	margin-bottom:10px;
	margin-top:10px;
	color:black;
	font-weight:normal;
}

#expiredDetails .highlight{
	font-weight:bold;
}

div.hintText {
	color:#888888;
	font-size:9pt;
	margin-top:4px;
	margin-bottom:1em;
}

#loginMainBox .section fieldset {
	float: left;
}

#loginMainBox .section fieldset.last {
	float: none;
	margin-top: 5px;	
}

#loginMainBox .section fieldset h2 {
	margin-bottom: 5px;	
}

div#links {
	padding-bottom: 12px;
	padding-top: 8px
}