body {
	background: #999;
	color: #000;
	font-family: Verdana;
	font-size: small;
}
a:link {
	color: #a60404;
	text-decoration: none;
}
a:visited {
	color: #a60404;
	text-decoration: none;
}
a:hover, a:active {
	color: #e13f3f;
	text-decoration: underline;
}
#container {
	width: 95%;
	background: #fff;
	border: 1px solid #111;
	color: #e5e5e5;
	margin: auto auto;
	padding: 0px;
}
#content {
	background: #e5e5e5;
	/* FIX: Make internet explorer wrap correctly */
	width: auto !important;
	padding: 8px;
	background-image: url(images/bg_cont.gif) top left repeat-x;
}
.menu ul {
	color: #000000;
	font-weight: bold;
	text-align: right;
	padding: 4px;
}
.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: #4874a3;
	text-decoration: none;
}
#panel {
	background: #bcbcbc;
	color: #000000;
	font-size: 10px;
	border: 1px solid #D4D4D4;
	padding: 8px;
	
}
.tborder {
	background: #999;
	width: 100%;
	margin: auto auto;
	border: 1px solid #333;
}
.thead {
	background: #515151 url(images/thead_bg.gif) top left repeat-x;
	color: #ffffff;
	font-size: small;
}
.thead a:link {
	color: #ffffff;
	text-decoration: none;
}
.thead a:visited {
	color: #ffffff;
	text-decoration: none;
}
.thead a:hover, .thead a:active {
	color: #ffffff;
	text-decoration: underline;
}
.tcat {
	background: #CCC;
	color: #000000;
	font-size: x-small;
}
.tcat a:link {
	color: #000000;
}
.tcat a:visited {
	color: #000000;
}
.tcat a:hover, .tcat a:active {
	color: #000000;
}
.trow1 {
	background: #ffffff;
	color: #111;
}
.trow2 {
	background: #fefefe;
	color: #000;
}
.trow_shaded {
	background: #eee;
}
.trow_sep {
	color: #fff;
}
.tfoot {
	background: #515151 url(images/thead_bg.gif) top left repeat-x;
	color: #ffffff;
	font-size: x-small;
}
.tfoot a:link {
	color: #ffffff;
	text-decoration: none;
}
.tfoot a:visited {
	color: #ffffff;
	text-decoration: none;
}
.tfoot a:hover, .tfoot a:active {
	color: #ffffff;
	text-decoration: underline;
}
.bottommenu {
	background: #fff;
	color: #000000;
	border: 1px solid #333;
	padding: 8px;
}
.navigation {
	color: #333;
	font-size: small;
	font-weight: bold;
}
.smalltext {
	color: #333;
	font-family: Verdana;
	font-size: xx-small;
}
.largetext {
	font-family: Verdana, Arial, sans-serif;;
	font-size: small;
	font-weight: bold;
}
textarea, input, select, object {
	font-size: small;
}

/* Additional CSS (Master) */
.clear {
	clear: both;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.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: x-small Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 10px 10px 10px 10px;
	background-color: #666666;
	background-image: url(images/middle.gif);
	border-top: 1px solid #333333;
}
#copyright a {
	color: #fefefe;
}
#copyright a:hover {
	color: #fefefe;
}
#copyright a:visited {
	color: #fefefe;
}

#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: monospace;
}
.usercpnav {
	list-style: inside;
	padding: 0;
	margin: 0;
}

.usercpnav li {
	padding: 1px;
	font-family: Verdana;
	font-size:11px
}

.usercpnav .pmfolders {
	/* PM folders on the UCP Nav menu */
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}
/* Additional CSS (Custom) */
#topbox {
	background-color: #000000;
	height: 25px;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#linetopbox {
	background-color: #272727;
	background-image: url(images/linetopbox.gif);
	height: 5px;
	font-size: 1px;
}
#floor {
	background-color: #484848;
	background-image: url(images/floor.gif);
	height: 22px;
	font-size: 1px;
}
big {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e13f3f;
}
#linefloor {
	background-color: #3f403f;
	height: 2px;
	font-size: 1px;
}
#brick {
	background-color: #5a0101;
	background-image: url(images/brick.gif);
	height: 121px;
	font-size: 1px;
	text-align: center;
}
#linebrick {
	background-color: #000;
	height: 2px;
	font-size: 1px;
}
#middle {
	background-color: #555;
	background-image: url(images/middle.gif);
	height: 71px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	margin: 0px;
}
#linemiddle {
	background-color: #666;
	background-image: url(images/linemiddle.gif);
	height: 34px;
	font-size: 1px;
	pading: 0px;
	margin: 0px;
}
#grey {
	background-color: #313131;
	height: 2px;
	font-size: 1px;
}
.mmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 4px;
	margin: 0px;
}
.mmenu a {
	color: #FFFFFF;
}
.mmenu a:hover {
	color: #e13f3f;
	text-decoration: none;
}
.mmenu a:visited {
	color: #FFFFFF;
}
