body {
    background: #000000;
    font-family: Tahoma, Verdana, sans-serif;
scrollbar-3dlight-color: #212121;
scrollbar-arrow-color: #000000;
scrollbar-base-color: #0033ff;
scrollbar-darkshadow-color: #212121;
scrollbar-face-color: #0033ff;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-track-color: #212121;
}

#cont {
    width: 760px;
    margin: 0 auto;
    text-align: left;
    background: black;
    border: 1px solid #00008B;
    font-size: 12px;
}

#header {
    background: #00008B;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    padding-left: 10px;
}

a:active, a:link, a:visited {  
font-weight: bold; 
color: #0033ff; 
text-decoration: none; 
cursor:;}
a:hover {  
font-weight: normal; 
color: #FFFFFF; 
text-decoration: line-through; 
text-transform: lowercase;
cursor: crosshair;}
}

/* sidebar */

#sidebar {
    width: 200px;
    float: right;
    font-size: 11px;
}

#sidebar .box {
    margin: 3px;
    border: 1px solid #00008B;
    background: #000000;
    padding: 1px;
}

#sidebar .box h3 {
    margin: 0;
    background: #00008B;
    color: #ffffff;
    font-size: 12px;
    padding: 2px;
    border: 1px solid #00008B;
    border-left: 1px solid #00008B;
    border-top: 1px solid #00008B;
}

#sidebar ul {
    margin: 3px;
    margin-left: 20px;
    list-style-type: square;
    color: #00008B;
}

#sidebar ul li {
    margin-bottom: 3px;
}

#sidebar #rsslink {

}


/* main */

#main {
    width: 550px;
}

#main .box, #main .post, #install .box {
    margin: 3px;
    margin-bottom: 10px;
    border: 1px solid #00008B;
    padding: 1px;
}

#main h2, #install h2 {
    margin: 0;
    background: #000000;
    font-size: 12px;
	color:white;
    padding: 2px;
    border: 1px solid #00008B;
    border-left: 1px solid #00008B;
    border-top: 1px solid #00008B;
}

#main .post h2 a {
    text-decoration: none;
	font-size: 10px;
}

#main .post .date, #main .comment .date {
    color: #00008B;
    font-size: 11px;
}

#main .post p, #install p {
    margin: 8px;
	color:white;
	font-size: 10px;
}

#main .post .info, #main .adminopt {
    border-top: 1px dotted #00008B;
    font-size: 11px;
	color: white;
}

#main .post .info a, #main .adminopt a {
    border-right: 1px dotted #00008B;
    padding-left: 8px;
    padding-right: 8px;
    text-decoration: none;
}

#main .post .info a:hover, #main .adminopt a:hover {
    background: lightblue;
    color: #000;
	text-decoration: line-through;
}

#main .comment {
    margin: 3px;
    margin-bottom: 5px;
    border: 1px solid #00008B;
    padding: 1px;
    font-size: 11px;
    padding: 2px;
}

/* forms */
#main .commentform, #main .postform {
    padding-left: 15px;
    font-size: 11px;
	font-color:white;
}

#main .commentform span, #main .postform span, #main #loginform span, #install span {
    display: block;
    margin-top: 8px;
    font-weight: bold;
	font-color:white;
}

#main .commentform input, #main .postform input, #main #loginform input, #install input, #install select {
    background: #000000;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 11px;
	font-color:white;
    width: 150px;
    border: 1px solid #00008B;
}

#main .commentform textarea, #main .postform textarea {
    background: #000000;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 11px;
	font-color:white;
    width: 350px;
    border: 1px solid #00008B;
}


#main .commentform .btn, #main .postform .btn, #main #loginform .btn {
    display: block;
	font-color:white;
}

#main .commentform .err, #main .postform .err, #install .err {
    border: 1px solid #00008B;
}


#main .adminopt {
    margin-top: 15px;
}

.clear {
    clear: both;
}


.htmleditbox {
    padding: 2px;
    float: left;
	font-color:white;
}

.htmleditbox a {
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
    padding: 4px;
    border: 1px dotted #cad8dd;
    width: 20px;
    text-align: center;
    display: block;
}

.htmleditbox a:hover {
    border: 1px dotted #00008B;
}


#posttable, #statictable {
    width: 100%;
}

#posttable .head td, #statictable .head td {
    background: #000000;
    color: #fff;
    font-weight: bold;
}

#posttable .td0 {
    width: 300px;
}

#posttable .td1, #posttable .td3, #postable .td4 {
    width: 30px;
}

#posttable .stripes0 td, #statictable .stripes0 td {
    background: #000000;
}

#statictable .td0, #statictable .td1 {
    width: 200px;
}

#footer {
    background: #00008B;
    color: #fff;
    font-size: 11px;
    text-align: center;
}

#footer a {
    color: #fff;
}

#rsslink {
    font-size: 10px;
    color: #2e4047;
    text-decoration: none;
    margin-left: 10px;
    border: 1px solid #e6eef0;
    border-bottom: 1px solid #577986;
    padding: 1px;
}

#rsslink:hover {
    border: 1px solid #577986;
    border-bottom: 1px solid #fff;
    background: #fff;
}

#install small {
    display: block;
    margin-left: 15px;
}

#install select {
    width: 200px;
}


