body {
	margin: 1px 50px 10px 50px;
	padding: 0;
	background: #858585;
	color: #222222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
img {
	border: 0;
}
form {
	margin: 0;
	padding: 0;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	color: #0066CC;
}
#pagelayout {
	background: #dddddd;
}
/* Header */
#header {
	background: url(/forum/theme/header.gif) #2b5283 repeat-x 0px -252px;
}
#header-right {
	padding-right: 12px;
	background: url(/forum/theme/header.gif) no-repeat right;
}
#header-left {
	padding: 10px 0 0 12px;
	background: url(/forum/theme/header.gif) no-repeat;
	height: 116px;
}
#header2 {
	background: url(/forum/theme/header.gif) #7ca2d0 repeat-x;
}
#header-left2 {
	background: url(/forum/theme/header-left.gif) no-repeat left;
	height: 126px;
}
#header-left span {
	display: none;
}
#header-right2 {
	background: url(/forum/theme/header-right.gif) no-repeat right;
	height: 126px;
}
#header-logo {
	float: left;
}
#header-logo a {
	width: 235px;
	display: block;
	height: 126px;
}
#main-left {
	background: url(/forum/theme/main-sides-bg.gif) repeat-y left #dddddd;
	padding-left: 12px;
}
#main-right {
	background: url(/forum/theme/main-sides-bg.gif) repeat-y right #dddddd;
	padding-right: 12px;
}
#forum-content {
	background: #dddddd;
	padding: 5px;
}
#main-content {
	background: #dddddd;
	padding: 5px;
}
#main-content p {
	margin: 0px;
}
#main-content a {
	color: #0066CC;
}
#main-content a:visited {
	color: #0066CC;
}
#main-content a:active {
	color: #009900;
}
#main-content a:hover {
	color: #0099FF;
	text-decoration: none;
}
#bar-content {
	background: #dddddd;
	padding: 0px 6px 0px 6px;
	/*border: solid 1px #cc0000;*/
}
#bar-content p {
	margin: 0px;
}
#topbar-tile {
	background: url(/forum/theme/bar-tile.gif) repeat-x;
}
#topbar-left {
	background: url(/forum/theme/bar-left.gif) no-repeat left;
	height: 22px;
}
#topbar-left p {
	padding: 3px 8px;
}
#topbar-right {
	background: url(/forum/theme/bar-right.gif) no-repeat right;
	height: 22px;
}


#titlebar-tile {
	background: url(/forum/theme/titlebar-tile.gif) repeat-x;
}
#titlebar-left {
	background: url(/forum/theme/titlebar-left.gif) no-repeat left;
	height: 36px;
}
#titlebar-left p {
	padding: 5px 8px;
}
#titlebar-right {
	background: url(/forum/theme/titlebar-right.gif) no-repeat right;
	height: 36px;
}
#titlebar-box {
	border: solid 1px #b2c9e0;
	border-top: 0;
	padding: 5px;
}
#titlebar-box dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #666666;
}
#titlebar-box dd {
	margin-left: 20px;
	text-align: justify;
}

#header-banner {
	padding: 10px 0 15px 0;
	text-align: center;
	height: 60px;
}

/* Footer */
#footer {
	clear: both;
	background: url(/forum/theme/footer.gif) #2b5283 repeat-x 0px -200px;
	height: 100px;
}

#footer-right {
	background: url(/forum/theme/footer.gif);
	background-repeat: no-repeat;
	background-position: center right;
	height: 100px;
}

#footer-left {
	background: url(/forum/theme/footer.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 100px;
}

.fauxbutton {
	border: 1px solid #a0b2cc;
	background: url(/forum/theme/button_tile.gif) repeat-x 0px 0px #c4d7e8;
	color: #444c55;
	font-size: 100%;
	padding: 2px;
	vertical-align: middle;
	outline: none;
}
.fauxbutton:active {
	background: url(/forum/theme/button_tile.gif) repeat-x -0px -50px #e6f1fb;
	outline: none;
}
.fauxbutton[disabled], .fauxbuttonr[disabled] {
	border: 1px solid #b6b6b6;
	background: url(/forum/theme/button_tile_disabled.gif) repeat-x 0px 0px #d6d6d6;
	color: #666666;
	font-size: 100%;
	padding: 2px;
	vertical-align: middle;
	outline: none;
}
.fauxbuttonr {
	border: 1px solid #ccaaaa;
	background: url(/forum/theme/button_tile_red.gif) repeat-x 0px 0px #ecc8c8;
	color: #684545;
	font-size: 100%;
	padding: 2px;
	vertical-align: middle;
	outline: none;
}
.fauxbuttonr:active {
	background: url(/forum/theme/button_tile_red.gif) repeat-x -0px -50px #fee9e9;
	outline: none;
}