/* CSS Document */
body{
margin:5px;
margin-left:9px;
font-family: Arial, Geneva, Helvetica, sans-serif;
font-size: 12px;
}
#container{
width:764px;
}
#topnav{
font-size:12px;
display:block;
height:76px;
background-image:url(/thunder/images/header_logo.gif);
background-repeat:no-repeat;
padding-left:10px;
margin:0px;
}
#nav{
margin-top:-2px;
background-image:url(/images/head_navspace.gif);
background-repeat: repeat-x;
height:25px;
width:764px;
}
#nav img{
display:inline;
margin:0px;
}
#footer{
display:block;
border-top: 1px solid #666666;
margin-top:10px;
padding:10px;
}
#footer a{
text-decoration:underline;
color:#666666;
}
#footer a:hover{
text-decoration:none;
color:blue;
}
#content{
/*min-height:400px;*/
padding:10px;
}
#content h1{
font-size:14px;
font-weight:bold;
text-transform:capitalize;
margin-top:5px;
margin-bottom:5px;
border-bottom:1px solid #000000;
}
#content .boxit{
border:1px solid #CCCCCC;
margin:10px;
padding:5px;
}
#content td{
padding:10px;
}
#content .title{
color:#553E94;
font-weight:bold;
}
#content .invalid{
color:#990000;
font-weight:bold;
padding:5px;
border:1px solid #990000;
margin:5px;
}
a{
text-decoration:underline;
color:#666666;
}
a:hover{
text-decoration:none;
color:blue;
}
#content .bigtitle{
font-size:14px;
color:#553E94;
font-weight:bold;
margin-top:10px;
margin-bottom:10px;
display:block;
}
#content h2{
font-size:14px;
color:#999999;
border-bottom:1px solid #999999;
padding:5px;
display:block;
margin-top:10px;
margin-bottom:10px;
}
#content .datacell{
border-bottom:1px solid #CCCCCC;
}
#content .instructions{
font-size:12px;
font-style:italic;
display:block;
color:#333333;
border:1px solid #333333;
padding:5px;
margin-top:10px;
margin-bottom:10px;
}
#content .questions{
color:#000033;
font-weight:bold;
border-bottom:1px solid #CCCCCC;
}
#content .answers{
color:#006633;
font-weight:bold;
border-bottom:1px solid #CCCCCC;
}
a.go{
background-image:url(/thunder/images/go.gif);
background-repeat:no-repeat;
display:block;
width:65px;
height:30px;
color:white;
text-decoration:none;
font-weight:bold;
padding:5px;
padding-left:10px;
}
a:hover.go{
background-image:url(/thunder/images/go.gif);
background-repeat:no-repeat;
display:block;
width:65px;
height:30px;
text-decoration:none;
color:#CCCCCC;
font-weight:bold;
padding:5px;
padding-left:10px;
}
a.gobig{
background-image:url(/thunder/images/go_big.gif);
background-repeat:no-repeat;
display:block;
width:200px;
height:30px;
color:white;
font-size:12px;

text-decoration:none;
font-weight:bold;
padding:5px;

}
a:hover.gobig{
background-image:url(/thunder/images/go_big.gif);
background-repeat:no-repeat;
width:200px;
display:block;
height:30px;
text-decoration:none;
color:#CCCCCC;


}

.label{
color:black;
text-align:right;
vertical-align:top;
}
#content ol li{
display:block;
margin-left:-15px;
font-style:italic;
padding:10px;
}
.required{
border:2px solid red;
}
.requiredselect{
border:2px solid red;
color:red;
}

.buttonit{
border:1px solid black;
background-color:#D8D8D8;

font-weight:bold;

}



