/* sktnet.css */
/* Main */
html , body {
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #000;
background-color: #ddd;
position: absolute;
width: 1000px;
margin: auto;
padding: 0;
}
p {
font-size: 12px;
line-height: 17px;
text-align: justify;
margin: 10px;
}
h1 {
margin-bottom: 3px;
}
h2 {
font-size: 16px;
line-height: 18px;
font-weight: bold;
border-bottom: 1px dotted #798A3C;
}
h3 {
font-size: 13px;
line-height: 15px;
font-weight: bold;
}
ul {
margin: 7px 20px;
padding: 0;
}
li {
font-size: 11px;
list-style-type: none;
}
img {border: none;}
hr {width: 225px;}
abbr {cursor: help;}
.cen {text-align: center;}
.hide {visibility: hidden;}


/* Links */
a {
color: #798A3C;
font-weight: bold;
text-decoration: none;
padding: 0 3px;
}
a:link:hover {
color: #17578d;
}
a:visited {color: #798A3C;}
a:visited:hover {
color: #17578d;
}

/* Tables */
table {
border: 1px solid #555;
margin: 10px 0 10px 0;
}
td {
font-size: 10px;
padding: 3px;
margin: 10px;
border: 1px solid #333;
}
th {
font-size: 12px;
text-align: center;
font-weight: bold;
}
.thumb {
width: 250px;
text-align: center;
}
.large {float: left;}


/* Sections */
#nav {
margin: 200px 0 0 0;
font-weight: bold;
}
#nav ul {
list-style: none;
padding: 0;
margin: 0;
}
#nav li {
float: left;
display: inline;
font-size: 11px;
margin: 0;
padding: 0 10px;
border: 1px dotted #ddd;
border-bottom: 1px solid #17578d;
}
#nav a {
display: block;
color: #111;
padding: 5px 0;
margin: 0;
color: #798A3C;
}
#nav .active {
color: #17578d;
background-color: #eee;
padding: 5px 10px !important;
border: 1px solid #17578d !important;
border-bottom: 1px solid #eee !important;
}
#nav li:hover {
background-color: #eee;
border: 1px solid #17578d !important;
border-bottom: 1px solid #eee !important;
}
#logo {
float: right;
margin: 0;
padding: 0;
}
#ads {
position: absolute;
margin: 333px 10px 0 10px;
}
#content {
min-height: 300px;
background-color: #eee;
padding: 0 10px;
border: 1px solid #17578d;
margin: -3px 0 0 0;
}
.footer {
font-size: 10px;
line-height: 15px;
text-align: center;
padding: 0 0 3px 0;
margin: auto;
}
.id {
text-align: right;
font-size: 10px;
color: #777;
}
.sub {
border-bottom: 1px solid #17578d;
margin: 0 -11px;
padding: 0 0 5px 0;
display: block;
font-weight: bold;
}
.sub li {
font-size: 10px;
margin: 0 !important;
padding: 0 10px !important;
list-style: none;
display: inline;
}
.sub .active {
color: #17578d;
padding: 5px 10px !important;
}
.tabs li {
background-color: #eee;
float: right;
display: inline;
padding: 3px;
margin: -8px 0 0 2px;
border: 1px solid #17578d;
border-top: 1px solid #eee;
}

/* Forms */
form {margin: auto;}
fieldset {border: 0;}
label { font-size: 12px;}
input, textarea, select {
color: #ddd;
background-color: #303033;
font-family: Arial, Sans-Serif;
font-size: 12px;
border: 1px solid #c0dB5A;
}
