/* 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: #E5E6EA url(images/body.gif);
	font-size: 10px;
	margin: 0;
	padding: 0 10px;
}

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

/* Header and logo */
#maintable {
    margin: 0 auto;
}

#mainrow {
    border-left: solid 1px #5A657A;
    border-right: solid 1px #5A657A;
    border-bottom: solid 1px #5A657A;
    background: #fff url(images/borders.gif);
    padding: 0 2px 2px;
}
#mainrow>div, #logorow, .navrow, #contentrow {
    margin-left: 0;
    margin-right: 0;
    border-left: solid 1px #5A657A;
    border-right: solid 1px #5A657A;
}
#mainrow>div#contentrow, #contentrow {
	border-bottom: solid 1px #5A657A;
}

#logorow { 
    background: #1D1F26 url(images/logo_bg.gif) top left repeat-x; 
}
#logo1 { 
    background: url(images/logo_left.jpg) top left no-repeat; 
    padding: 0; 
    min-height: 71px;
    max-height: 71px;
    height: 71px;
    overflow: hidden;
    text-align: center;
}
#logo2 { 
    background: url(images/logo_right.jpg) top right no-repeat; 
    padding: 0; 
    min-height: 71px;
}
#logo-text {
    padding-top: 2px; /* adjust this to center your logo */
}

#contentrow { background: #EFF0F3 url(images/content.gif); padding: 4px 7px; }

/* Navigation buttons */
.navrow {
	height: 40px;
	overflow: hidden;
	color: #ACB1C5;
	background: #fff url(images/navbar.gif) top left repeat-x;
	border-top: solid 1px #5A657A;
	border-bottom: solid 1px #5A657A;
	text-align: center;
	font-size: 11px;
	padding: 4px;
}
/* * html .navrow { padding: 0; } */
.navrow b, .navrow strong { font-weight: normal; }
.navrow a, .navrow a:visited {
	color: #E9EBEE;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
.navrow a:hover { 
	color: #fff; 
	text-decoration: underline; 
}

/* Content and tables */
.tablebg {
	border: solid 1px #5A657A; 
    background: #fff url(images/table.gif);
}
.block-start .tablebg, .block-start .tablebg .block-start .tablebg { 
    border-top-width: 0; 
}
.block-start .tablebg .tablebg { 
    border-top-width: 1px; 
}

.row1, .row2, .row3, .legend, .forumrules, tr.row1 .row, tr.row2 .row, tr.row3 .row, .postbottom {
	background: #DDDFE4 url(images/cell.gif) top left repeat-x;
	border-left: solid 1px #818999;
	border-top: solid 1px #677184;
	border-bottom: solid 1px #5A657A;
	border-right: solid 1px #747D8F;
	padding: 4px;
}
th {
	color: #E8EAEE; 
	font-size: 11px; 
	font-weight: bold;
	background: #697283 url(images/th.gif) top left repeat-x;
	border: solid 1px #3D4657;
	white-space: nowrap;
	padding: 0 5px;
	text-align: center;
	height: 20px;
}
th a, th a:visited {
	color: #E8EAEE !important;
	text-decoration: underline;
}
th a:hover {
	color: #fff;
	text-decoration: underline;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}
.catdiv, .cat, .cathead {
	height: 24px;
	padding: 0 3px;
	background: #E7E9EC url(images/cathead.gif) top left repeat-x;
	border-left: solid 1px #818999;
	border-top: solid 1px #677184;
	border-bottom: solid 1px #5A657A;
	border-right: solid 1px #747D8F;
}

.cat, .cathead {
	text-indent: 4px;
}

/* Table header */
caption, .cap-div { 
	margin: 0; 
	padding: 0;
	background: url(images/hdr_mid.gif) top left repeat-x;
	white-space: nowrap;
	height: 21px;
	text-align: left;
}
.cap-left {
	background: url(images/hdr_left.gif) top left no-repeat;
	padding-left: 17px;
}
.cap-right {
	background: url(images/hdr_right.gif) top right no-repeat;
	padding-right: 17px;
	padding-top: 5px;
	height: 16px;
}
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: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #F3F4F6;
}
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: #F3F4F6;
	text-decoration: underline;
}
caption a:hover, .cap-div a:hover {
	color: #fff;
	text-decoration: underline;
}

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

.copyright {
	color: #666;
	font-weight: normal;
	font-size: 9px;
	line-height: 1.2em;
}
.copyright a, .copyright a:visited {
	color: #666;
	text-decoration: none;
}
.copyright a:hover { 
    color: #414E66; 
	text-decoration: underline;
}


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