/*
input,select,textarea {
    color: #FFFFFF;
}
*/
/* Server Status + PG List */
/*
.player_online_count {
background: #666;
text-align: left;
font-size: 14px;
padding: 4px;
}
.stattable {
border: 1px solid #666;
background: #333;
font-size: 13px;
}
.theader {
background: #555;
border-top: 1px solid #777;
border-left: 1px solid #777;
border-right: 1px solid #555;
border-bottom: 1px solid #555;
padding: 2px;
padding-left: 6px;
font-size: 14px;
font-weight: bold;
text-align: left;
}
.tdata {
padding: 2px;
padding-left: 6px;
border-right: 1px solid #666;
}

.table_header {
background: #3D3D3D;
font-weight: bold;
text-align: center;
border: none;

}
.alternate {
background: #444;
border: none;
}
.activesortfield {
background: #666;
}
.centrealign {
text-align: center;
}
.none_available {
padding: 5px;
font-size: 15px;
color: #66FF33;
}
.important {
font-weight: bold;
color: #FFEDC1;
}
.lpad12 {
padding-left: 12px;
}
.row {
background: #333;
}
.row_alternate_row {
background: #3A3A3A;
}
.row_alternate_row_active_row {
background: #4A4A4A;
color: #FFCC33;
}
.row_active_row {
background: #444;
color: #FFCC33;
}
*/
/* SS_STYLE */
/*
ul.ss_menu_hide{
    display: none;
    list-style: none;
}

ul.ss_menu_active, ul.ss_menu_hide, ul.ss_menu {
    font-size:18px;
    list-style-image:none;
    list-style-position:inside;
    list-style-type:none;
}

/*
#navigation a.menuItemActive{
    font-weight: bold;
    text-decoration: underline;
    display: inline;
}

a.menuItem
{
    display: inline;
}


ul.ss_menu_active li{
    padding-left: 20px;
    font-size: 15px;
}

ul.ss_menu {
    
    padding:0px;
}

ul.ss_menu li a {
background:#2E304F url(images/bg_menu.gif) repeat-y scroll 100% 0pt;
color:#CCCCCC;
display:block;
font-weight:bold;
margin:1px 0pt;
padding:5px;
text-decoration:none;
font-size: 10px;

ul.ss_menu li a:hover {
background-color:#141522;
color:#EE5C15;
}
ul.ss_menu li a:hover {
background-color:#393939;
background-image:none;
color:#434343;
text-decoration:none;
}

ul.ss_menu li{
    background:transparent url(../theme/images/bg_menu.gif) repeat scroll 0% 0%
}*/

html,body,.postdetails {
	color: white;
}

#cp-menu {
	float:left;
	width:200px;
}
#cp-main {
	float:left;
	width:879px;
}

a:link	{ color: #FC9049; text-decoration: none; }
a:visited	{ color: #FC9049; text-decoration: none; }
a:hover	{ color: #FC9049; text-decoration: none; }
a:active	{ color: #FC9049; text-decoration: none; }

.postauthor {
	color: white;
}

.postdetails {
	color: white;
}
.quotetitle, .attachtitle {
	color: white;
}

.postbody {
	font-size:14px;
}

