html, body, #container {
min-height:100%;
height:100%;
background:#222;
color:#fff;
font:normal 11px verdana;
}
html>body, html>body #container {
height:auto;
}
body {
margin:0;
padding:0;
}
a {
color:#00fb1e;
}
a:hover {
color:#00b916;
text-decoration:none;
}
#container {
width:100%;
position:absolute;
top:0;
left:0;
}
#header {
width:100%;
height:73px;
background:#444;
color:#fff;
margin:0 -1px;
padding:3px 0 0 0;
margin-bottom:0.25em;
}
#headercontent {
margin-left:193px;
}
#nav {
}
#content {
height:auto;
width:auto;
margin-left:0.25em;
}
#footer {
width:100%;
clear:both;
position:absolute;
bottom:0 !important;
bottom:-1;
left:0;
background:#444;
border:none;
margin:5px 0 0 0;
padding:2px 0 0px 0;
text-align:center;
font:normal 12px Times, serif;
}
/*h1 a:link, h1 a:hover, h1 a:active, h1 a:visited {
position:absolute;
width:135px;
height:135px;
display:block;
background-image:url(/images/bf2e.jpg);
background-repeat:no-repeat;
text-decoration:none;
overflow:hidden;
}*/
#logo {
background-image: url("/images/bf2e-2.jpg");
width:193px;
height:73px;
position:absolute; /*needed to use z-index */
top:0;
left:0;
overflow:visible;
cursor:hand;
margin:0;
padding:0;
}
/*#logo a {
display:block;
background-position:0% 0% !important;
text-decoration:none;
}*/
#notice {
width:640px;
text-align:center;
background:#6f1111;
padding:0.5em;
margin:0.5em 0 1.5em 0;
color:#fff;
font-weight:bold;
border:1px solid #888;
}
#notice a {
color:#8eb3d2;
}
#update, #cached {
text-align:left;
margin:2px 0 6px 0;
}
#update a:link, #update a:hover, #update a:visited {
color:#ff7800; !important
}
#update a {
padding:2px 0.75em 3px 0.7em;
display:inline;
border:1px solid;
border-color:#aaa #000 #000 #aaa;
background-color:#444;
}
#update a:hover {
padding:2px 0.75em 3px 0.7em;
position:relative;
top:1px;
left:1px;
border-color:#000 #aaa #aaa #000;
color:#c55d00;
}
#cached a:link, #cached a:hover, #cached a:visited {
color:#fff; !important
}
#cached a {
padding:2px 0.75em 3px 0.7em;
display:inline;
border:1px solid;
border-color:#aaa #000 #000 #aaa;
background-color:#444;
text-decoration:none;
}
#cached a:hover {
padding:2px 0.75em 3px 0.7em;
position:relative;
top:1px;
left:1px;
border-color:#000 #aaa #aaa #000;
color:#fff;
text-decoration:none;
 
}
.dots, a.dots {
color:#fff;
text-decoration:none;
border-bottom:1px dotted #ccc;
}
a:hover.dots {
color:#fff;
border-bottom:1px solid #ccc;
}
#smalltext {
font-size:10px;
font-weight:normal;
}
.current {
font-weight:bold;
/*text-decoration:underline;*/
/*color:#00b916;*/
color:#ccc;
}
