/*   General   */

#container a, a:link, a:visited, a:active {
    color:  #48b50c; 
}

a img{
	border:none;
}
#container {
	background: black;
	color: white;
}
#main-content h2 {
	border-bottom: solid 1px #373737;
}
.infobox{
	color: white;
}
.infobox h2 {
	color: white;
	background: #767676;
}
#buttonssmall img#ps3but{
	border: solid 1px #171717;
	-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
}

#buttonssmall img#gpubut{
	border: none;
}

.join-buttons#big img#ps3but{
	border: solid 1px #373737;
	-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
}
	
.join-buttons#big img#gpubut{
	border: none;
}
#sidebar {
	color: black;
}
#participants{
	color: white;
	background: #373737;
}
#uotd{
    border: 2px solid #373737;
}
.sciencebar {
	color: white;
}
#navbar a#def:hover {
	text-decoration: none;
}
#navbar a {
	color: white;
}
#adsbar li#def a{
	background: white;
	color:black;
}
#def span{
	padding: 0 3px;
	font-size: 10px;
	background: white;
	color:black;
	display:inline;
	text-decoration: none;
	line-height: 20px;
}
#footnote{
	color:white;
	background: black;
}
#peu {
	border-top: solid 1px #373737;
}
#news {
	color:black;
}
#columnleft{
        border-right: dotted 1px #373737;
}
#columnright{
        border-left: dotted 1px #373737;
}

html {
	background: black;
}

body {
}


/* black tables */

INPUT {
        FONT-SIZE: small;
	FONT-FAMILY: Helvetica, Arial, Sans Serif
}
SELECT {
        FONT-SIZE: small;
	FONT-FAMILY: Helvetica, Arial, Sans Serif
}
.news_date {
        FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #ffffff;
	FONT-STYLE: normal;
	FONT-FAMILY: Helvetica, Arial, sans-serif
}
TABLE {
	width: 100%;
        font-size:inherit;
	color: white; BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px
}
TABLE.bordered {
        BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid
}
TABLE.question {
        BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid; BORDER-BOTTOM: black 1px solid
}
TH {
        FONT-WEIGHT: bold;
	COLOR: black;
	BORDER-BOTTOM: black 1px solid;
	BACKGROUND-COLOR: #c0c0c0;
}

td.postheader {
    background-color: rgb(70,70,70);
    height: 24px;
    margin-left: 4px;
    padding-left: 8px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
}

td.threadline {
    text-align: left;
}

TD {
	background: black;
        BORDER-RIGHT: black 1px solid;
	BORDER-TOP: black 1px solid;
	BORDER-LEFT: black 1px solid;
	BORDER-BOTTOM: black 1px solid;
}
td em a {
	font-size: 16px;
	font-style:normal;
}
TD.bordered {
        BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid;
}
TD.indent {
        BORDER-LEFT: black 4px solid;
}
TD.heading {
        FONT-WEIGHT: bold;
	COLOR: white;
	BACKGROUND-COLOR: rgb(90,90,90);
}
td.fieldname {
        COLOR: white;
	BACKGROUND-COLOR: rgb(50,50,50);
	text-align: right;
}
TD.category {

}

.row0 {
        BACKGROUND-COLOR: rgb(70,70,70);
	text-align: left;
}

.row1 {
        BACKGROUND-COLOR: rgb(50,50,50);
	text-align: left;
}

.row_hd0 { background-color: #cffacf; }

.row_hd1 { background-color: #defade; }

TR.subtitle {
        FONT-WEIGHT: bold; COLOR: white; BACKGROUND-COLOR: rgb(90,90,90)
}
TR.message {
        BACKGROUND-COLOR: rgb(100,100,100)
}
INPUT {
        VERTICAL-ALIGN: middle
}
SELECT {
        VERTICAL-ALIGN: middle
}

/*
table {
	background: black;//#dbdbda;
	color: white;
	border: 2px solid #e8e8e8;
    	padding: 5px;
    	margin: 5px 0px;
    	-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
	font-size: 12px;
	width: 100%!important;
	width: auto;
}

table.noborder {
    border: none;
}

th {
    background-color: #c0c0c0;
    font-weight: bold;
    vertical-align: top;
}
*/
td {
    vertical-align: top;
    padding: 4px;
}
/*
td.bordered {
    border: 1px solid gray;
}

td.indent { border-left: 4px solid white; }

td.heading {
    font-weight: bold;
    margin: 4px 0px;
    padding: 8px;
    background-color: #d8d8d8;
}

td.fieldname {
    background-color: #eeeeee;
    text-align: right;
    padding-right: 10px;
    margin: 2px 0px;
}

td.fieldvalue {
    margin: 2px 0px;
    vertical-align: middle;
}

td.fieldname_error {
    background-color: #ff8888;
    text-align: right;
}

td.fieldvalue_error {
    background-color: #ff8888;
    font-weight: bold;
}

td.navbar {
    border: 0px;
    text-align: center;
    vertical-align: middle;
}

td.friend {
    background-color: #e8e8e8;
    text-align: center;
    vertical-align: middle;
}

.row0 {
    background-color: #d9d9d9;
    text-align: left;
}

.row1 {
    background-color: #eeeeee;
    text-align: left;
}

.row_hd0 { background-color: #cffacf; }

.row_hd1 { background-color: #defade; }

tr.message { background-color: #e0e0e0; }

input, select, textarea, .button {
    border: 1px solid #d8d8d8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 2px 4px;
    font-size: 12px;
}

input[type="button"], input[type="submit"], input.btn {
    margin: 2px 0px;
    background: #d4d0c8;
    margin-right: 0.5em;
    color: #203C66;
    border: 1px solid #a8a8a8;
    font-size: 12px;
    font-weight: normal;
}
*/
/*IE6 doesn't understand [type=XXXX] so we factor this out into its own*/ 
.button {
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 2px 4px;
    font-size: 12px;
    margin: 2px 0px;
    background: black;//#d4d0c8;
    margin-right: 0.5em;
    color: #203C66;
    /*border: 1px solid #a8a8a8;*/
    font-weight: normal;
    line-height: 2em;
}

.button:hover {
    background: #373737;
    text-decoration:none;
}
/*
input[type="button"]:hover, input[type="submit"]:hover, input.btn:hover, .forum_toplinks a:hover {
    background: #edece8;
}

img { border: 0px; }
*/
img.userimg { border: 0px; }

/*
//   Forum  

td.category , tr.subtitle{
    background-color: #dddddd;
    border: 0px;
    font-weight: bold;
    margin: 6px 0px;
}

th {
    font-weight: bold;
    margin: 4px 2px;
    padding: 4px;
}

td.postheader { 
    background-color: #eeeeee;
    height: 24px;
    margin-left: 4px;
    padding-left: 8px; 
    -moz-border-radius: 0px 0px 10px 10px; 
    -webkit-border-radius: 0px 0px 10px 10px; 
}
*/
td.postbody { 
    font-size: 9pt;
    margin-left: 4px;
    background-color: black;
}

td.postfooter {
    background-color: rgb(70,70,70); 
    height: 26px; 
    margin-left: 4px; 
    padding-left: 8px; 
    -moz-border-radius: 10px 10px 0px 0px; 
    -webkit-border-radius: 10px 10px 0px 0px; 
}
/*
tr.helpdeskseperator { height: 10pt; }

tr.postseperator {
    background-color: #c8c8c8;
    border: 1px solid #aaaaaa;
    margin: 4px 0px;
}
*/
td.threadline { text-align: left; }

td.numbers {
    text-align: center;
}

td.numbers {
    text-align: left;
}

td.lastpost {
}
ul.actionlist{
        list-style-type:none;
        margin: 0;
        padding: 0;
}
ul.actionlist li{
        float: left;
}
.title {
    font-size: 14px;
    font-weight: bold;
}

.description {
    font-size: 80%;
    font-weight: normal;
}

.authorcol {
    width: 136px;
    overflow: hidden;
}

div.authorcol { 
    background-color: transparent; 
    padding: 8px 5px; 
    width: 120px; 
    margin-left: 2px; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
} 

.authorinfo img { 
    border: 1px solid #a8a8a8; 
    margin: 3px 9px; 
} 

.authorcol input { margin: 4px 10px; } 

blockquote.postbody {
    border-left: 2px solid gray;
    padding: 2px 6px;
    margin: 0px 6px 0px 10px;
    font-style: italic;
	background-color: black;
} 
/*
#thread {
    width: 100%;
    table-layout: fixed;
    overflow: visible;
    word-wrap: break-word;
}

.forum_toplinks td {
    vertical-align: middle;
}

span.page_title {
    font-size: 24px;
    margin: 20px;
}

span.note {
    font-weight: normal;
    font-size: 0.9em;
    font-style: italic;
}

span.inboxunread {
    font-weight: bold;
}

span.highlight {
    background-color: #ffffcc;
}
*/
.nobr{
    white-space: nowrap;
}

.code {
    font-family: "Courier New", courier, monospace;
    display: block;
    margin-left: 5em;
    border-left: 3px solid #ccaaaa; 
    padding-left: 1em;
    white-space: nowrap;
    overflow: auto;
}

.smalltext {
    font-size: 13px;
}

.error {
    color: #ff0000;
    font-weight: bold;
    font-size: 1.1em;
}

.notice {
    color: #009900;
    font-weight: bold;
    font-size: 1.1em;
}

/*#preview {
    border: 2px solid #cccccc;
    background-color: #eeeeee;
    margin: 1em;
    padding: 0.2em;
}

#preview .header {
    font-weight: bold;
    font-size: 1.3em;
    border-bottom: 1px solid #cccccc;
}
*/

//   Server Status Page

td.running { background-color: #9aff4f; }

td.notrunning { background-color: #feff6f; }

td.disabled { background-color: #ff4f4f; }


.clear{
	clear: both;
	visibility:hidden;
	display:block;
	height:0;
	margin: 0;
}


/*   IE hack   */

* html body .code {
    white-space: normal;
}
