/*
Set the behavior of standard elements
*/
body{
background:#001c4f;
font-size:12pt;
margin:0;
padding:0;
text-align:center;
font-family:Arial,Helvetica,Geneva,"Lucida Console",sans-serif;
}
a,
a:link,
a:visited,
a:active,
a:hover{
color:#36f;
text-decoration:underline;
}
img{
border:0;
}
h1{
font-size:14pt;
}
h2{
font-size:12.5pt;
}
h3{
font-size:11pt;
}
/*
'win' is our overcontainer element, but will not be used in
pages without the 'rounded paper' layout
'page' is the container we cap with the rounded corner
graphics
'adsense' is the right container with our adsense tower
'nav' is the left column and its contained elements
make up the navigation menu and icons
'pagehigh/low' are the rounded corner graphics
*/
#win{
margin:8px 0 10px 0;
}
#page{
width:755px;
background-color:#fff;
margin:0 auto 0 auto;
padding:0;
z-index:10;
text-align:center;
}
#pagelow{
position:relative;
bottom:10px;
margin:0;
padding:0;
}
#pagehigh{
position:relative;
top:10px;
margin:0;
padding:0;
}
#adsenselinkgroup{
margin:auto;
}
#nav{
width:134px;
position:absolute;
top:170px;
text-align:center;
z-index:15;
margin:0 4px 0 -370px;
display:inline;
}
#nav2{
width:132px;
border:1px solid #36c;
background:#36c;
}
.navhead{
text-align:center;
margin:0;
padding:5px 2px 5px 2px;
width:128px;
color:#339;
vertical-align:middle;
font-size:10pt;
font-weight:bold;
}
.navhead a,
.navhead a:link,
.navhead a:visited,
.navhead a:active,
.navhead a:hover{
color:#fff;
text-decoration:none;
}
#navl{
text-align:left;
margin:0;
padding:0;
background-color:#ccc;
font-size:9pt;
vertical-align:middle;
font-weight:bold;
}
.nav_a{
display:inline;
height:25px;
line-height:25px;
margin-right:-5px;
background-color:#ccc;
padding:0;
font-size:9pt;
text-align:center;
vertical-align:middle;
font-weight:bold;
}
.nav_a a,
.nav_a a:link,
.nav_a a:visited,
.nav_a a:active{
margin:0;
border:1px solid #36c;
padding:5px 10px 5px 10px;
background-color:#ccc;
color:#36c;
text-decoration:underline;
}
.nav_a a:hover{
background:#eee;
}
/*
'main' is the center container
'logo' is the site logo
'title' is what the page is about
'indexmain' is the outlined box for sitemap and indexes
*/
#main{
margin:0 160px 0 146px;
text-align:left;
float:center;
}
#header{
height:110px;
}
#logo{
float:left;
display:inline;
margin:5px 0 0 15px;
}
#banner{
float:right;
display:inline;
margin:15px 5px 0 0px;
}
#title{
font-size:14pt;
font-weight:bold;
text-align:left;
}
#adminmain{
margin:0 5px 0 158px;
width:582px;
text-align:left;
}
#indexmain{
margin:0 10px 0 10px;
width:735px;
text-align:left;
}
/*
other rules
*/
.centerbox{
text-align:center;
}
.resultsgap{
height:3500px;
vertical-align:middle;
}
/*
for link text that doesn't look like a link
*/
.l a,
.l a:link,
.l a:visited,
.l a:active,
.l a:hover{
color:#000;
text-decoration:none;
}
/*
datashed stuff
*/
.datashedInfo {
padding:3px;
margin:0;
font-size:8pt;
color:#ccc;
}
.datashedInfo a{
color:#ccf;
}
a.logoutAHREF{
border:1px #ccc solid;
display:block;
float:right;
color:#fff;
background:#36c;
margin:0;
padding:5px;
vertical-align:middle;
font-size:10pt;
font-weight:bold;
}
.partnertable{
border:2px solid #36c;
margin-bottom:25px;
}
.partnertable tr td{
vertical-align:top;
width:190px;
border-right:1px solid #36c;
border-left:1px solid #36c;
}
.partnertable tr td table tr td{
border:0;
}
.partnertitle{
font-weight:bold;
background:#36c;
color:#fff;
}
.partnertitle a,
.partnertitle a:link,
.partnertitle a:visited,
.partnertitle a:active,
.partnertitle a:hover{
display:block;
margin:5px;
text-decoration:none;
color:#fff;
}
.partnerdesc{
color:#000;
font-size:8px;
}
.partnerdesc a,
.partnerdesc a:link,
.partnerdesc a:visited,
.partnerdesc a:active,
.partnerdesc a:hover{
display:block;
margin:5px;
color:#000;
text-decoration:none;
}
.agentintro{
float:right;
width:200px;
border:2px solid #eee;
padding:5px;
}