/* generic styles, defaults and such */
body 
{
	font-family: arial;
	font-size: 12px;

}

.replyLink {
font-size: 18px;
text-decoration:none;
	border-bottom: 1px dashed;
}

td
{
	font-family: arial;
	font-size: 12px;
	vertical-align: top;
	border-collapse: collapse;
}
a {
	color: #000;
	text-decoration:none;
	border-bottom: 1px dashed;
}

.noStyle {
text-decoration:none;
	border: 0px;
}


#footer {
text-align:right;
margin:20 0 0 0;
width:100%;
}

/* table.plain is used to override inheritance */
table, table.plain 
{
line-height:25px;
	border-collapse: collapse;
	border: 0;
	empty-cells: show;
}
table.pmheaders 
{
	border-collapse: collapse;
	border: 0;
	empty-cells: show;
}
table.pmheaders td {
	margin: 0;
	padding: 3px;
	border: 1px solid #cccccc;
}
table td, table.plain td {
	margin: 0;
	padding: 0;
	border: 0;
}

table.profile
{
	border-collapse: collapse;
	border: 2px solid #000;
	empty-cells: show;
}
table.profile td {
	margin: 0;
	padding: 3px;
	border: 2px solid #000;
}

/* this is the main table used on most pages */
.tableDisplay {
	border: 1px solid #000; /* dark blue */
	width: 100%;
}
.tableDisplay td {
	padding: 6px;
	border: 1px solid #000;  /* dark blue */
}

tr.tableHeader td
{
	background-image: url(/themes/default/images/tableHeaderBG.jpg);
	background-repeat: repeat-x;
	background-color: #000; /* in case there is no background image or it doesn't load */
	color:#fff;
	font-weight: bold;
}

tr.tableHeader td a
{
	color:#fff;
}

tr.tableSubheader td, tr.tableSubheader td a
{
	background-color: #cfcfcf; /* light blue */
	font-weight: bold;
	color: #000;
}
tr.tableRow0 td
{
	color: #000;  /* dark blue */

}
tr.tableRow1 td
{
	background-color: #eff4f6; /* practically white! */
	color: #000;  /* dark blue */
}
td.postAuthorInfo
{
	background-color: #cdd9de; /* light blue */

}
td.postContent
{

}


.signature {
	border-top: 1px dashed #999999;
}
.edit_notice {
	font-style: italic;
}
div.signature p {
	margin: 0;
}

h1 {
	font-family: arial;
	color:#000;
	font-weight: normal;
	font-variant: small-caps;
}
h1 a {
	font-family: arial;
	text-decoration:none;
	color:#000;
}


div.title {
	border-bottom: 1px solid #235577;
}
textarea#body {
	width: 450px;
	height: 250px;
}

.formBox, .formDropDown {
	width: 250px;
	font-family: arial;
	font-size: 11px;
}
div.code {
	font-size: 11px;
	border: solid thin #0000CC;
	background-color: #FFFFCC;
	white-space: nowrap;
	overflow:auto;
	display:block;
	width:97%;
}
div.quotedText {
	background-color: #e0e0e0;
	padding: 5px;
	margin-left: 10px;
}

table#forumList div.forumName {

}
table#forumList div.forumDesc {
	margin-left: 15px;
	font-style: italic;
}
p.error {
	background-color: ffcccc;
	color: black;
	font-weight: bold;
	border: 1px solid black;
	padding: 5px;
	margin-left: 20px;
	width: 460px;
}
p.success {
	font-weight: bold;
	border: 1px solid black;
	padding: 5px;
	margin-left: 20px;
	width: 460px;
}

.footer {
	font-family: arial;
	font-size: 10px;
	color: #000000;
	margin-top: 20px;
}





.button {
	font-size: 14px;
	background-image: url(/themes/default/images/buttonBG.jpg);
	background-repeat: repeat-x;
	background-color: #fff; /* in case there is no background image or it doesn't load */
	color: #000;
	font-weight: bold;
	height: 25px;
	vertical-align: middle;
	border: 1px solid black;
	margin: 0;
	border-bottom:0px;
}

a.button {
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	line-height: 14px;
}