body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CBAAAA;
}

a:link {
	color: #900;
}

a:visited {
	color: #c00;
}

table#mainTable {
	text-align: left;
	width: 98%;
	border: 2px solid #000;
}

table#mainTable tr.headerRow {
	background-color: #EEE7E7;
}

table#mainTable tr.headerRow a {
	color: #000;
	text-decoration: none;
}

table#mainTable tr.headerRow a:hover {
	text-decoration: underline;
}

table#mainTable tr.headerRow fieldset {
	background-color: #E3DEDE;
	line-height: 185%;
	font-weight: bold;
	font-family: Verdana;
}

table#mainTable tr.titleRow td {
	background-color: #5E2B2B;
	color: #fff;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

table#mainTable tr.titleRow  h1 {
	font-size: 150%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

table#mainTable tr.contentRow h3, table#mainTable tr.contentRow h2 {
	margin-top: 0;
}

table#mainTable tr.contentRow {
	background-color: #F2EADE;
	moo4: F7F1E4;
	moo3: F2EADE;
	moo2: EBE5E5;
	moo: F3EDED;
}

table#mainTable tr.footerRow td {
	background-color: #D7CACA;
	moo: E4D9D9;
	color: #000;
	font-size: 80%;
	text-align: left;
	border-top: 1px solid #000;
	padding: 10px 5px 10px 5px;
}

table#mainTable tr.footerRow a {
	color: #000;
}

table#mainTable tr.contentRow table#photoTable a img {
	display: block;
}

tr.row {
        background-color: #efefef;
}

tr.altrow {
        background-color: #e2e2e2;
}

table#forumtable {
        font-family: Verdana, arial, sans-serif;
        font-size: 80%;
	border-color: #600;
	border-width: 1px 1px 0 0;
	border-style: solid;
	width: 100%;
}

table#forumtable td, table#forumtable th {
	border-color: #000;
	border-width: 0 0 1px 1px;
	border-style: solid;
}

tr.tableHeaderRow, tr.tableHeaderRow td, tr.tableHeaderRow th {
	background-color: #c5c5c5;
	color: #000;
	border-bottom: 1px #000 solid;
	font-weight: bold;
}

tr.tableHeaderRow th {
	font-size: 120%;
	padding: 5px 3px 5px 3px;
}

table#forumtable th, table#forumtable tr.pagerow {
        color: yellow;
        background-color: #000;
        font-weight: bold;
        text-align: left;
}

table#forumtable tr.row, table#forumtable td.col, table#forumtable tr.mrow {
        background-color: #ddd;
}

table#forumtable tr.altrow, table#forumtable td.altcol, table#forumtable tr.altmrow {
        background-color: #efefef;
}

table#forumtable tr.forumrow {
	background-color: #ccc;
	font-weight: bold;
}

borderless {
	border-style: none;
}


table#forumtable tr.delrow {
        background-color: #fcc;
}

table#forumtable tr.pagerow {
        text-align: right;
}

table#forumtable tr.adrow {
	background-color: #ff9;
}

table#forumtable fieldset {
        border: 1px solid #000;
        padding: 6px;
        width: 350px;
        margin: 10px;
}

table#forumtable legend {
        padding: 2px;
        color: #000;
}

table#forumtable table td, table#forumtable table th {
	border-width: 0 0 0 0;
}

.bordered {
	border: 1px #000 solid;
}


