body {
	background: #ffffff;
	color: #ffffff;
	line-height: 1.4;
	
	font-family: luxi sans, trebuchet ms, bitstream vera sans, sans-serif;
	font-size: 13px;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover, a:active {
	color: #FF8000;
	text-decoration: none;
}

#container {
	width: 97%;
	background: #ffffff url(../../../images/DarkOrange/container.png) top left repeat;
	border: 0px solid #FFFFFF;
	color: #000000;
	padding: 0px;
	margin: auto auto;
	text-align: left; /* IE 5 fix */
	font-size: 13px;
}

#content {
	font-size: 13px;
	/* FIX: Make internet explorer wrap correctly */
	margin: 20px 20px 0px 20px;
}

.menu ul {
	color: #000000;
	font-weight: bold;
	text-align: right;
	height: 80px;
	padding: 0px 14px 4px 0px
}

.menu ul a:link {
	color: #000000;
	text-decoration: none;
}

.menu ul a:visited {
	color: #000000;
	text-decoration: none;
}

.menu ul a:hover, .menu ul a:active {
	color: #FF8000;
	text-decoration: none;
}

#panel {
	color: #000000;
	font-family: luxi sans, trebuchet ms, bitstream vera sans, sans-serif;
	font-size: 13px;
	padding: 0px;
	margin: 20px 20px 0px 20px;
}

#panel a:link {
	color: #000000;
	text-decoration: none;
}

#panel a:visited {
	color: #000000;
	text-decoration: none;
}

#panel a:hover, #panel a:active {
	color: #FF8000;
	text-decoration: none;
}

table {
	color: #000000;
	font-family: luxi sans, trebuchet ms, bitstream vera sans, sans-serif;
	font-size: 13px;
	margin: auto auto;
	width: 100%;
}

.tborder {
	background: #000000 url(../../../images/DarkOrange/table_bg.png) top left repeat;;
	font-size: 13px;

	
	
padding: 0px 12px 0px 12px;	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

.thead {
	background: #FFC300 url(../../../images/DarkOrange/thead.png) top left repeat-x;
	color: #333333;
	font-family: bitstream vera sans, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 9px 4px 0px 4px;
	margin: auto auto;
}

.thead a:link {
	color: #333333;
	text-decoration: none;
}

.thead a:visited {
	color: #333333;
	text-decoration: none;
}

.thead a:hover, .thead a:active {
	color: #333333;
	text-decoration: underline;
}

.tcat {
	background: #333333 url(../../../images/DarkOrange/subheader.png) repeat-x;
	color: #ffffff;
	font-family: bitstream vera sans, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height:30px;
	padding:0px 6px 0px 6px;
}

.tcat a:link {
	color: #ffffff;
}

.tcat a:visited {
	color: #ffffff;
}

.tcat a:hover, .tcat a:active {
	color: #FF8000;
	text-decoration: none;
}

.trow1 {
	background: #FFFFFF url(../../../images/DarkOrange/trow1.png) top left repeat-x;
	font-size: 13px;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
}

.trow2 {
	background: #FFFFFF url(../../../images/DarkOrange/trow1.png) top left repeat-x;
	font-size: 13px;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
}

.trow_shaded {
	background: #000000 url(../../../images/DarkOrange/bottom.png) repeat-x;
	font-size: 13px;
}

.trow_sep {
	background: #000000 url(../../../images/DarkOrange/seperator.png) repeat-x;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
}

.tfoot {
	background: #333333 url(../../../images/DarkOrange/subheader.png) repeat-x;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	height:30px;
	padding:0px 6px 0px 6px;
}

.tfoot a:link {
	color: #ffffff;
	text-decoration: none;
}

.tfoot a:visited {
	color: #ffffff;
	text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
	color: #FF8000;
	text-decoration: none;
}

.bottommenu {
	background: url(../../../images/DarkOrange/bottom.png) repeat-x;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	padding: 17px 4px 8px 4px;
	text-align:center;
}

.bottommenu a:link {
	color: #ffffff;
	text-decoration: none;
}

.bottommenu a:visited {
	color: #ffffff;
	text-decoration: none;
}

.bottommenu a:hover, .bottommenu a:active {
	color: #FF8000;
	text-decoration: none;
}

.navigation {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	vertical-align: bottom;
}

.navigation a:link {
	text-decoration: none;
}

.navigation a:visited {
	text-decoration: none;
}

.navigation a:hover, .navigation a:active {
	text-decoration: none;
}

.navigation .active {
	color: #FF8000;
	font-size: 16px;
	font-weight: bold;
	vertical-align: bottom;
}

.smalltext {
	font-size: 13px;
}

.largetext {
	font-size: 16px;
	font-weight: bold;
}

input.textbox {
	background: #ffffff;
	color: #000000;
	border: 1px solid #F000000;
	padding: 1px;
}

textarea {
	background: #ffffff;
	color: #000000;
	border: 1px solid #000000;
	padding: 2px;
	font-family: Verdana;
	line-height: 1.4;
	font-size: 13px;
}

select {
	background: #ffffff;
	border: 1px solid #FF8000;
}

.editor {
	background: #ffffff;
	border: 1px solid #FF8000;
}

.editor_control_bar {
	background: #fff;
	border: 1px solid #FF8000;
}

.toolbar_normal {
	background: #ffffff;
	border: 1px solid #ffffff;
}

.toolbar_hover {
	background: #FFAC50;
	border: 1px solid #FF8F00;
}

.toolbar_clicked {
	background: #FFC963;
	border: 1px solid #FF8F00;
}

.autocomplete {
	background: #fff;
	border: 1px solid #FF8000;
	color: black;
}

.autocomplete_selected {
	background: #FFC963;
	color: #000;
}

.popup_menu {
	background: #FF8000;
	border: 1px solid #FF8000;
}

.popup_menu .popup_item {
	background: #ffffff;
	color: #000;
}

.popup_menu .popup_item:hover {
	background: #FFC963;
	color: #000;
}

.trow_reputation_positive {
	background: #ccffcc;
}

.trow_reputation_negative {
	background: #ffcccc;
}

.reputation_positive {
	color: green;
}

.reputation_neutral {
	color: #444;
}

.reputation_negative {
	color: red;
}

/* Additional CSS (Master) */
img {
	border: none;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.menu ul {
	list-style: none;
	margin: 0;
}

.menu li {
	display: inline;
	padding-left: 5px;
}

.menu img {
	padding-right: 5px;
	vertical-align: top;
}

#panel .links {
	margin: 0;
	float: right;
}

.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
}

img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}

.pagenav {
	font-weight: bold;
}

.pagenavbit {
	padding-left: 3px;
}

.pagenavbit a {
	text-decoration: none;
}

.pagenavcurrent {
	font-weight: bold;
	padding-left: 3px;
}

hr {
	background-color: #000000;
	color: #000000;
	height: 1px;
	border: 0px;
}

#copyright {
	font: 11px Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 10px 0 0 0;
}

#debug {
	float: right;
	text-align: right;
	margin-top: 0;
}

.quote_header {
	background: #fff;
	border: 1px dashed #000;
	border-bottom: 0;
	color: #000;
	font-weight: bold;
	margin: 8px auto 0 auto;
	padding: 4px;
}

.quote_body {
	background: #fff;
	border: 1px dashed #000;
	border-top: 0;
	color: #000;
	padding: 4px;
	margin: 0 auto 8px auto;
}

.code_header {
	background: #fff;
	border: 1px dashed #000;
	border-bottom: 0;
	color: #000;
	font-weight: bold;
	margin: 8px auto 0 auto;
	padding: 4px;
}

.code_body {
	background: #fff;
	border: 1px dashed #000;
	border-top: 0;
	color: #000;
	padding: 4px;
	margin: 0 auto 8px auto;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 12px;
}

.usercpnav {
	list-style: inside;
	padding: 0;
	margin: 0;
}

.usercpnav li {
	padding: 1px;
	font-size:11px
}

.usercpnav .pmfolders {
	/* PM folders on the UCP Nav menu */
}

.subforumicon {
	border: 0;
	vertical-align: middle;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

form {
	margin: 0;
	padding: 0;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	display: block;
	padding: 3px;
	text-decoration: none;
	white-space: nowrap;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
}

.autocomplete {
	text-align: left;
}

/* Additional CSS (Custom) */
.profile {
background-color: #F5F5FF;
border-top: 2px solid #999;
border-left: 2px solid #999;
border-bottom: 2px solid #000;
border-right: 2px solid #000;
padding: 10px;
}

.welcome {
background-color:#738FBF;
font-size:11px;
font-weight:bold;
font-family:tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
padding: 3px 6px 3px 6px;
white-space: nowrap;
}

.welcome a {
 
color:#fff;
}

.welcome a:hover {
 
color:#fff;
text-decoration:underline;
}

.welcome a:visited {
color:#fff;
}

#copyright {
font-size:11px;
text-align: center;
}

#copyright a {
 
color:#000; 
text-decoration:none;
}

#copyright a:hover {
 
color:#000;
text-decoration:underline;
}

.welcome_bottom {
font-size: 11px;
font-weight: bold;
padding: 3px 6px 3px 6px;
white-space: nowrap;
}

.quote_header {
background-color: transparent;
color:#000;
padding: 2px 2px 0px 2px;
font-weight: bold;
border: 0;
}

.quote_body {
background: #ffffff url(../../../images/DarkOrange/trow3.png) top left repeat-x;
border: 1px solid #cccccc;
padding: 8px;
}

.code_header {
background-color: transparent;
color:#000;
padding: 2px 2px 0px 2px;
font-weight: bold;
border: 0;
}

.code_body {
background: #ffffff url(../../../images/DarkOrange/trow3.png) top left repeat-x;
border: 1px solid #cccccc;
padding: 8px;
}

.trow3 {
background: #ffffff url(../../../images/DarkOrange/trow3.png) top left repeat-x;
border: 1px solid #ffffff;
font-weight:bold;
padding: 1px;
font-size: 11px;
}

.expcolimage {
padding-top: 4px;
}

#copyright {
color:#fff;
font-size:11px;
text-align: center;
}

#copyright a {
 
color:#fff; 
text-decoration:none;
}

#copyright a:hover {
 
color:#fff;
text-decoration:underline;
}

.logo {
padding: 20px 0px 4px 20px;
}

.thead2 {
background: #000000 url(../../../images/DarkOrange/thead3.png) top left repeat-x;
width: 100%;
text-align:right;
font-weight:bold;
color:#ffffff;
}

.thead2 a {
color:#ffffff;
}

.thead2 a:hover {
color:#FF8000;
}

.thead2 a:visited {
color:#ffffff;
}

.tfoot2 {
background: url(../../../images/DarkOrange/tfoot.png) top left repeat-x;
width: 100%;
}

.thead3 {
background: #000000 url(../../../images/DarkOrange/tablesmall/thead.png) top left repeat-x;
width: 100%;
}

.tfoot3 {
background: url(../../../images/DarkOrange/tablesmall/tfoot.png) top left repeat-x;
width: 100%;
}

