BODY {
	background: rgb(237, 236, 236);
	margin:0px;/*margin: 0 0 0 16px;*/
	padding: 0;

	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;

	color: black;
}

DIV#base {
	padding: 0 0 0 16px;
	background: rgb(237, 236, 236) url(./images/body.gif) repeat-y;
}

P {
	margin: 10px 0;

	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;

	color: black;
}

A {
	color: rgb(93, 113, 149);
/*	color: rgb(34, 62, 100); */
	text-decoration: none;
}

A:hover {
	color: rgb(34, 62, 100);
}

H1 {
	font-size: 15px;
	color: rgb(34, 62, 100);
	font-weight: normal;
}

H2 {
	margin: 0;
	padding: 4px 0 0 0;
	font-size: 14px;
	color: rgb(34, 62, 100);
	font-weight: normal;
}

H3, H4 {
	margin: 0;
	padding: 8px 0 0 0;
	font-size: 11px;
	color: rgb(34, 62, 100);
	font-weight: bold;
}

DIV#wrap {
	width: 808px;
	padding: 0;
	margin: 0;
}

DIV#bannerAd {
	position: absolute;
	left: 580px;
	top: 36px;
}

DIV#header {
	background: url(./images/header.gif);
	color: white;
	font-size: 11px;
	padding: 6px 16px;
	text-shadow: black 1px 0px 3px;
}

DIV#header A {
	color: white;
	text-decoration: underline;
}

DIV#header A:hover {
	color: rgb(192, 192, 192);
}

DIV#breadcrumbs {
	float: right;
}
DIV#breadcrumbs A {font-size:8pt;}

DIV#navigation {
	background: url(./images/navigation.gif) repeat-x;
	margin: 0;
	padding: 0;
	width: 808px;
	height: 27px;
	line-height: 27px;
	text-shadow: black 1px 0px 3px;
}

DIV#navigation UL {
	margin: 0;
	padding: 0;

	list-style: none;
}

DIV#navigation LI {
	display: inline;
}

DIV#navigation A {
	color: rgb(239, 239, 239);

	margin: 0;
	padding: 0 7px;
	text-decoration: underline;
	float: left;
}

DIV#navigation A:hover {
	color: rgb(192, 192, 192);
}

DIV#navigation A.selected {
	background-image: url(./images/navigationSelected.gif);
	background-position: 50% 100%;
	background-repeat: no-repeat;
}

DIV#subnavigation {
	border-bottom: 3px solid rgb(215, 215, 186);
	background-color: rgb(238, 238, 221);
	color: rgb(80, 80, 54);
	font-size: 12px;
	padding: 6px 16px;
}

DIV#subnavigation A {
	color: rgb(80, 80, 54);
	text-decoration: none;
}

DIV#subnavigation A:hover {
	color: black;
}

DIV#container {
}

DIV#content {
	background-color: white;
	margin: 9px;
	padding: 9px 9px 9px 9px;
	border: 1px solid rgb(93, 113, 149);
}

DIV#content .callout {
	font-size: 15px;
	color: rgb(34, 62, 100);
}

DIV#content A {
	text-decoration: none;
}

DIV#content A:hover {
}

.spoiler {
	background-color: black;
}

.spoiler A {
	color: black;
}

DIV#sidebar {
	padding: 10px;
}

DIV.sidebarBlock {
	margin: 0 0 20px 0;
}

DIV.sidebarBlock H2 {
	margin: 0;
	padding: 4px 0;
	font-size: 14px;
	color: rgb(34, 62, 100);
	font-weight: normal;
	border-top: 1px dotted rgb(151, 151, 151);
}

DIV.sidebarBlock P {
	font-size: 11px;
	margin: 4px 0;
	line-height: 120%;
}

DIV.sidebarBlock UL {
	margin: 0;
	padding: 0;
	list-style: none;
}

DIV#footer {
	font-size: 11px;
/*	position: fixed; */
	background: url(./images/header.gif);
	color: white;
	font-size: 11px;
	line-height: 24px;
	padding: 0 0 0 20px;
	text-align: center;
	width: 788px;
	w\idth: 808px;
	\width: 788px;
	text-shadow: black 1px 0px 3px;
/*	left: 16px; */
/*	bottom: 0px; */
	text-align:left;
	z-index:10000;
}

DIV#footer A {
	color: white;
	text-decoration: underline;
	font-size:8pt;
}

DIV#footer A:hover {
	color: rgb(192, 192, 192);
}



DIV.pager {
	padding: 4px;
	margin: 10px 0;
	font-size: 12px;
	
	text-align: right;
}

DIV#textActions {
	padding: 4px;
	margin: 5px 9px;
	font-size: 12px;
	text-align: center;
}

DIV#textActions A {
	color: black;
	text-decoration: none;
}

DIV#textActions A:hover {
	color: black;
	text-decoration: underline;
}

/* --- */

TABLE.pager {
	/*width: 580px;*/
	margin: 9px 9px 9px 9px;
	padding: 0 20px 0 0;
}

.pager A {
	color: #333333;
	text-decoration: none;
}

.pager A:hover {
	color: rgb(102, 102, 102);
}

.pager .currentPage {
	color: black;
	background-color: white;
	padding: 0 3px;
}

/* --- */

TABLE.data {
	margin: 9px 0 18px 0;
	border: 1px solid rgb(93, 113, 149);
	background-color: white;
}

TABLE.data TH {
	padding: 2px 4px;
	color: white;
	background-image: url(./images/link.gif);
	border-bottom: 1px solid rgb(93, 113, 149);
}

TABLE.data TH A {
	color: white;
	text-decoration: underline;
}

TABLE.data TD {
	padding: 2px 4px;
	border-bottom: 1px solid rgb(93, 113, 149);
}

TABLE.data TH.text, TABLE.data TD.text {
	text-align: left;
}

TABLE.data TH.number, TABLE.data TD.number {
	text-align: right;
}

TABLE.data TH.other, TABLE.data TD.other {
	text-align: center;
}

TABLE.data TD.selection {
	background-color: rgb(189, 206, 198);
}

TABLE.data TFOOT TD {
	padding: 2px 4px;
	background-image: url(./images/link.gif);
}

TABLE.pager TD {
	font-size: small;
	color: rgb(102, 102, 102);
}
		
TABLE.pager {
	margin-bottom: 6px;
}

LABEL {
	font-weight: bold;
	color: rgb(66, 66, 66);
}

/* === Floating Windows === */

DIV.popup {
	padding: 0;
	color: white;
	border: 1px solid rgb(62, 62, 62);
	font-size: 10px;

	position: absolute;
	
	width: 450px;
	text-align: left;
}

DIV.popup H1, DIV#content DIV.popup H1 {
	background: black;
	font-size: 14px;
	text-transform: none;
	margin: 0;
	padding: 4px 10px;
	color: white;
	/* text-shadow: black 1px 0px 3px;*/
}

DIV.popup DIV.inner {
	padding: 7px;
	background: rgb(83, 83, 83);
	/* filter: alpha(opacity=90);
	opacity: .90; */
}

DIV.popup LABEL {
	color: white;
}

DIV.popup H2 {
	margin: 3px 0px;
	font-size: 12px;
	color: white;
	text-shadow: black 1px 0px 3px;
}

DIV.popup P {
	margin: 5px 0;
	color: white;
	text-shadow: black 1px 0px 3px;
	font-size: 11px;
	line-height: 120%;
}

DIV.popup DIV.actions {
	padding: 5px 15px;
	text-align: right;
	background-image: url(./images/link.gif);
}

DIV.popup A {
	color: white;
	text-decoration: underline;
}


/* === Tooltips === */

#tooltipBusyIndicator {
}

#tooltipContents {
}

#tooltip {
	padding: 7px;
	background: rgb(83, 83, 83);
/*	filter: alpha(opacity=90);
	opacity: .90; */
	color: white;
	border: 1px solid rgb(62, 62, 62);
	font-size: 10px;

/*	display: none; */
	position: absolute;
	text-align: left;
	
	width: 300px;
}

#tooltip H1, DIV#content #tooltip H1 {
	font-size: 14px;
	margin: 3px 0px;
	color: white;
	text-shadow: black 1px 0px 3px;
}

#tooltip H2 {
	margin: 3px 0px;
	font-size: 12px;
	color: white;
	text-shadow: black 1px 0px 3px;
}

#tooltip P {
	margin: 2px 12px;
	color: white;
	text-shadow: black 1px 0px 3px;
	font-size: 11px;
	line-height: 120%;
}

#tooltip P A {
	color: white;
	text-decoration: underline;
}

#tooltip P A:hover {
	color: rgb(192, 192, 192);
}

#livePreview {
	display: none;
}

#livePreviewContents {
	margin-top: 2px;
	width: 488px;
	padding: 5px;
	border: 1px solid rgb(192, 192, 192);
	display: block;
	background-color: white;
}

A.action {
	color: rgb(83, 83, 83);
	text-decoration: none;

	border: 1px solid rgb(93, 113, 149);
	background-color: rgb(250, 250, 238);
}

A.action:hover {
	background-color: rgb(238, 238, 231);
}



DIV#rss IMG {
	margin: 12px 6px;
}

TABLE.gameListing {
	margin: 9px 0;
}

TD.gameBlock {
	border: 1px solid rgb(93, 113, 149);
	background: white;
}

TD.gameBlock H3 {
	font-size: 12px;
	margin: 0;
	padding: 2px 4px;
	background-image: url('./images/link.gif');
	border-bottom: 1px solid rgb(93, 113, 149);
	color: white;
}

TD.gameBlock H3 EM {
	float: right;
	font-weight: normal;
	font-style: normal;
}

TD.gameBlock P {
	margin: 2px 4px;
}

TD.gameBlock H4 {
	margin: 4px 4px 2px 4px;
}


DT {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 2px 4px;
	background-image: url('./images/link.gif');
	border-top: 1px solid rgb(93, 113, 149);
	border-left: 1px solid rgb(93, 113, 149);
	border-right: 1px solid rgb(93, 113, 149);
	color: white;
}

DT EM {
	float: right;
	font-weight: normal;
	font-style: normal;
}

DD {
	border: 1px solid rgb(93, 113, 149);
	background: white;
	margin: 0 0 12px 0;
	padding: 2px 4px;
}







DIV.recentPost {
	margin: 0;
	
	border-bottom: 1px dotted rgb(65, 65, 65);
}

DIV.activeTrade {
	margin: 0;

	border-bottom: 1px dotted rgb(65, 65, 65);
}


IMG.avatar {
	background-color: white;
	border: 1px solid rgb(215, 215, 186);
	padding: 2px;
}


/* --- Outer sidebar --- */

DIV#outerSidebar {
	position: absolute;
	top: 82px;
	left: 842px;
	width: 200px;
}

DIV#outerSidebar H2 {
	margin: 0 0 15px 0;
	color: rgb(144, 144, 144);
	font-size: 18px;
}

DIV#outerSidebar DIV.sidebarBlock {
	margin: 5px 0 5px 0;
	padding: 5px;
	background: white;
	color: black;
}

DIV#outerSidebar DIV.sidebarBlock H2 {
	margin: 0;
	padding: 4px 0;
	font-size: 14px;
	color: black;
	font-weight: normal;
	border-top: none;
	border-bottom: 1px dotted rgb(96, 96, 96);
}
