* {
margin:0;
padding:0;
outline:none;
}

body {
background:url(../images/body.jpg) top repeat-x #050507;
font:70% Verdana;
color:#ACACB0;
}

a {
color:#99FF00;
}

a:hover {
text-decoration:none;
}

#header {
margin:10px auto 10px;
height:60px;
display:block;
background:url(images/logo.jpg) top center no-repeat;
}

h1.main_title {
font:170% Century Gothic;
color:#fff;
font-weight:bold;
margin:20px auto 0;
text-align:center;
}

h3 {
font-weight:bold;
}

h1.main_title a {
color:#fff;
text-decoration:none;
}

#container {
background:#151521;
padding:5px;
}

#navigation {
background:#181825;
border-top:1px solid #2E2E47;
padding:12px 0;
font:100% Georgia;
color:#fff;
text-transform:uppercase;
}

#nav li {
list-style:none;
display:inline;
margin-right:0px;
}

#nav a {
padding:12px;
color:#ACACB0;
text-decoration:none;
margin-right:0px;
}

#nav a:hover {
background:url(../images/nav_link_active.jpg) top repeat-x;
color:#fff;
}

#nav a.active {
background:url(../images/nav_link_active.jpg) top repeat-x;
color:#fff;
font-weight:bold;
}

#inner_container {
background:url(../images/inner_container.jpg) top repeat-x #181824;
}

#sidebar {
padding:10px;
float:right;
background:#232436;
color:#bdbdc1;
}

#container #sidebar h2 {
font-size:90%;
margin:10px 0;
}

#container #sidebar p {
text-indent:0;
font-size:90%;
line-height:17px;
}

#content {
font-size:125%;
text-transform:none;
font-weight:lighter;
text-align:left;
margin:-5px;
}
html>body #content {
margin:1px 5px;
}

#content a {
color:#66B5FF;
text-decoration:none;
}

#content a:hover {
color:#0066CC;
}

#content a.active {
color:#0066CC;
font-weight:bold;
}

#content b {
text-decoration:none;
font-weight:bold;
color:#66B5FF;
}

#content b:hover {
color:#0066CC;
}

#content h3 {
font-weight:bold;
color:#FFFFFF;
#padding:5px 0 0 0;
text-decoration:underline;
}

#p {
margin:10px 0;
line-height:20px;
text-indent:25px;
}

#p.note {
padding:20px;
background:#2D2D44;
color:#fff;
}

#container h1 {
font:170% Arial;
color:#fff;
margin:15px 0;
}

#container h2 {
font:110% Verdana;
color:#fff;
font-weight:bold;
margin:25px 0 15px;
}

#container ul {
margin:10px 15px;
}

#container ul li {
margin:10px 0;
}

#container img {
background:#070713;
}

#content table {
color:#FFFFFF;
background:#1E1E2D;
font-size:85%;
}
html>body #content table {
font-size:90%
}

th {
color:#fff;
padding:0 0 10px;
text-align:left;
}

.hlt td {
background-color: #424242;
}

#footer {
background:#151521;
padding:0 0 15px;
}
html>body #footer {
padding:0 0 20px;
}

.popup{
position:relative;
z-index:0;
}

.popup:hover{
background-color:transparent;
z-index:50;
}

.popup span img{ 
border-width: 0;
padding: 2px;
}

.popup span{ 
position:absolute;
background:#1E1E2D;
padding:1px;
border:none;
visibility:hidden;
color:#FFFFFF;
text-decoration:none;
font-size:75%;
width:127px;
height:98px;
}
html>body .popup span {
width:129px;
height:100px;
}

.popup:hover span{ 
visibility:visible;
left:-125px;
bottom:25px; 
}
