/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	background: #476686 url(images/body.gif);
	font-size: 10px;
	margin: 0;
	padding: 0 5px;
}

/* Misc stuff */
img {
	border: none;
}

/* Header and logo */
#maintable {
	border-style: solid;
	border-width: 0 2px 2px 2px;
	border-color: #284766;
	margin: 0 auto;
}

#logorow {
	background: url(images/logo_top.gif) top left repeat-x;
	text-align: center;
	padding: 0;
	min-height: 76px;
}

#logotop {
	background: url(images/logo_bottom.gif) bottom left repeat-x;
}

/* Navigation buttons */
.navrow {
	background: url(images/buttons.gif) top left repeat-x; 
	height: 40px;
	overflow: hidden;
	color: #FFA44A;
	text-align: center;
	font-size: 11px;
	padding-bottom: 2px;
	padding-top: 0;
}

.navrow a, .navrow a:visited {
	color: #585D61;
	text-decoration: none;
}

.navrow a:hover { 
	color: #FF7F00; 
	text-decoration: underline; 
}

/* Content and tables */
#contentrow {
	padding: 5px;
	background-color: #EDF0F5;
}

.tablebg {
	border: solid 1px #585D61; 
	background: #E6EAF0 url(images/cell.gif) top left repeat-x;
}

.row1, .row2, .row3, .forumrules, tr.row1 .row, tr.row2 .row, tr.row3 .row, .postbottom {
	border-left: solid 1px #F5F7F9;
	border-right: solid 1px #A1B3C6;
	border-top: solid 1px #F5F7F9;
	border-bottom: solid 1px #A1B3C6;
	background: #E6EAF0 url(images/cell.gif) top left repeat-x;
	padding: 4px;
}

th {
	color: #E7EBF0; 
	font-size: 11px; 
	font-weight: bold;
	background: #48698D url(images/th.gif) top left repeat-x;
	white-space: nowrap;
	padding: 0 5px;
	text-align: center;
	height: 26px;
	border-left: solid 1px #5B7EA4;
	border-right: solid 1px #48698D;
	border-top: solid 1px #57799D;
	border-bottom: solid 1px #48698D;
}

th a, th a:visited {
	color: #E7EBF0 !important;
	text-decoration: underline;
}

th a:hover {
	color: #FFF;
	text-decoration: underline;
}

td {
	padding: 2px;
}

/* Table header */
caption, .cap-div { 
	margin: 0; 
	padding: 0;
	background: url(images/hdr_mid.gif) top left repeat-x;
	white-space: nowrap;
	height: 27px;
	text-align: center;
}

.cap-left {
	background: url(images/hdr_left.gif) top left no-repeat;
}

.cap-right {
	background: url(images/hdr_right.gif) top right no-repeat;
	padding-top: 6px;
	height: 21px;
}

caption, caption h1, caption h2, caption h3, caption h4, caption span,
.cap-div, .cap-div h1, .cap-div h2, .cap-div h3, .cap-div h4, .cap-div span { 
	font-size: 12px;
	font-weight: bold;
	color: #E6EAF0;
}

caption h1, caption h2, caption h3, caption h4, caption span,
.cap-div h1, .cap-div h2, .cap-div h3, .cap-div h4, .cap-div span { 
	display: inline;
}

caption a, caption a:visited, .cap-div a, .cap-div a:visited {
	color: #E6EAF0;
	text-decoration: underline;
}

caption a:hover, .cap-div a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* Footer */
#wrapfooter {
	text-align: center;
	color: #666;
	padding-top: 10px;
}

.copyright {
	color: #666;
	font-weight: normal;
	font-size: 9px;
	line-height: 1.2em;
}

.copyright a, .copyright a:visited {
	color: #4E5159;
	text-decoration: none;
}

.copyright a:hover { 
	color: #FF7F00;
	text-decoration: underline;
}


/* Breadcrumbs */
p.breadcrumbs {
	margin: 0;
	padding: 0;
	float: left;
	color: #AAA;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}
