/* generic styles, defaults and such */
body 
{
	font-size: 12px;
}
td
{
	font-size: 12px;
	vertical-align: top;
	border-collapse: collapse;
}
a {
	color: #CC0000 ;
}
/* table.plain is used to override inheritance */
table, table.plain, table.dataentry 
{
	border-collapse: collapse;
	border: 0;
	empty-cells: show;
}
table.dataentry td {
	border: none ;
	padding: 5px ;
	vertical-align: middle ;
}

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 #e0e0e0;
	empty-cells: show;
}
table.profile td {
	margin: 0;
	padding: 3px;
	border: 2px solid #e0e0e0;
}

/* this is the main table used on most pages */
.tableDisplay {
	border: 1px solid #235577 ;
	width: 100%;
	background: white ;
}
.tableDisplay td {
	padding: 6px;
	border: 1px solid #333333 ;
}

tr.tableHeader td
{
	background-image: url(/themes/default/images/tableHeaderBG.jpg);
	background-repeat: repeat-x;
	background-color: #333333; /* in case there is no background image or it doesn't load */
	color: #ffffff ;
	font-weight: bold;
}
tr.tableSubheader td, tr.tableSubheader td a
{
	background-color: #DDCCCC ;
	font-weight: bold ;
	color: #000000 ;
}
tr.tableInfo {
	background-color:	#DDCCCC ;
	color:				#000000 ;
}

tr.tableRow0 td
{
	color: #000000 ;

}
tr.tableRow1 td
{
	background-color: #eff4f6 ;
	color: #000000 ;
}
td.postAuthorInfo
{
	background-color: #CCCCCC ;

}
td.postContent
{

}
td.tablePages {
	text-align:			right ;
}

.signature {
	border-top: 1px dashed #999999;
}
.edit_notice {
	font-style: italic;
}
div.signature p {
	margin: 0;
}

span.title {
	font-size: 24px;
	font-weight: normal;
	font-variant: small-caps;
}
div.title {
	border-bottom: 1px solid #235577;
}
textarea#body {
	width: 450px;
	height: 250px;
}

.formBox, .formDropDown {
	width: 250px;
	font-size: 11px;
}
div.code {
	font-size: 11px;
	border: solid thin #0000CC;
	background-color: #FFFFCC;
	white-space: nowrap;
	overflow:auto;
	display:block;
	width:500px;
}
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-size: 10px;
	color: #000000;
	margin-top: 20px;
}


.postLinks, .postLinks a {
	font-size: 0.9em;
}
.topMenu, .topMenu a {
	color: #235577;  /* dark blue */
}

.button {
	font-size:			11px ;
	background-color:	#999999 ;
	color:				black ;
	vertical-align:		middle ;
	border:				1px solid black ;
	margin:				0 ;
	padding:			3px 9px ;
}
A.button {
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	line-height: 14px;
}
h1.threadTitle {
	margin:					0 ;
	font-size:				2em ;
	padding-bottom:			3px ;
}
td.pagination {
	padding-top: 5px;
	padding-bottom: 5px;
}

li.login, li.logout {
	background-color:		#BBBBBB ;
	border:					3px solid #BBBBBB ;
	color:					white ;
	padding-left:			6px ;
	padding-right:			6px ;
}

input {
	background-color:		#EEEEEE ;
	border:					1px solid black ;
	margin:					1px ;
	padding:				4px ;
}

/* Tooltips */
a.info {
    background-color:		#FFFF80 ;
    border:					1px solid black ;
    color:					#000000 ;
    font-weight:			normal ;
    padding:				2px 6px ;
    position:				relative ;
    text-align:				center ;
    text-decoration:		none ;
    vertical-align:			middle ;
    z-index:				24 ;
}

a.info:hover {
	background-color:		#CC0000 ;
	z-index:				25 ;
}

a.info span {
	display:				none
}

a.info:hover span {
    background-color:		#FFFF80 ;
    border:					1px dotted #333333 ;
    color:					#333333 ;
    display:				block ;
    font-size:				80% ;
    left:					-5em ;
    padding:				3px ;
    position:				absolute ;
    text-align:				center ;
    top:					2em ;
    width:					15em ;
}

/* New post flag */
span.newpost {
	background-color:		#CC0000 ;
	color:					white ;
	font-size:				80% ;
	padding:				2px 5px ;
}

/* Code */
blockquote.code {
	font-family:			Courier New, Courier, fixed ;
}

/* User info popup window from chat room */
table.userInfo {
	padding:				3px ;
	width:					390px ;
}

table.userInfo td {
	border-bottom:			1px solid #CCCCCC ;
	padding:				3px 0 ;
}

table.userInfo td.name {
	font-size:				120% ;
}

table.userInfo td.avatar {
	text-align:				center ;
}

table.userInfo td.data {
}

table.userInfo td.close {
	text-align:				right ;
}

div#help-wrapper {
	margin:					5px ;
	width:					750px ;
}

