/****
	Standard html elements.
****/

/* By default (td, body..) use verdana in black. */
body
{
	font-family: Times, Verdana, Tahoma, Sans-serif, serif;
	font-size: small;
	color: #494949;
	background: #52525C url("images/bg_body.gif") top left repeat-x;
	margin: 0px;
	padding: 0 0 25px 0;
}

.body-border
{
	border: 1px solid #000000;
	padding: 6px;
	background: #ffffff;
}

/* No image should have a border when linked */
a img { border: 0; }

/* Normal, standard links. */
a:visited, a:link, a:active
{
	color: #961616;
	text-decoration: none;
}

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

/* Tables should show empty cells. */
table { empty-cells: show; }

/* Input boxes - just a bit smaller than normal so they align well. */
input { font-size: 90%; }
textarea { font-size: 100%; }
textarea, select, option
{
	background-color: #ffffff;
	border: 1px solid #000000;
	color: #000000;
}
/* All input elements that are checkboxes or radio buttons. */
input.check {}
/* Selects are a bit smaller, because it makes them look even better 8). */
select { font-size: 90%; font-weight: normal;}
label { color: #494949; }

/****
	Use this to control the width of your theme.
****/
#widthControl
{
	width: 880px;
	text-align: left;
	padding-top: 20px;
}

/****
	This is the main forum navigation at the top of the page.
****/
.forumnav a
{
	font-weight: bold;
	color: #961616;
	text-decoration: none;
	margin-right: 8px;
}
.forumnav a:hover { text-decoration: underline; }

/****
	The styles for the dropdown menus.
****/
.drop-down
{
	position:absolute;
	border: 2px solid #494949;
	background-color:#f9f9f9;
	padding: 2px;
}

a.subNav-link:link, a.subNav-link:visited, a.subNav-link:active, .subNav-link a, .subNav-link
{
	color: #000000;
	text-decoration: none;
	border: 0;
	display: block;
	background-color: #e8e8e8;
	text-align: left;
	padding-left: 5px;
	line-height: 20px;
	vertical-align: middle;
}

a.subNav-link:hover, .subNav-link a:hover, .subNav-link:hover
{
	color: #000000;
	text-decoration: none;
	border: 0;
	background-color: #ffffff;
}

/****
	This is for the topic tools link on the display template.
****/
a.topic-tools:link, a.topic-tools:visited, a.topic-tools:active
{
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	padding: 5px 5px 5px 5px; /* top right bottom left */
	text-decoration: none;
}
a.topic-tools:hover
{
	text-decoration: none;
}
td.catbg div table tr td a.subNav-link
{
	font-weight: normal;
	color: #000000;
}

/* These are the links in Pages [ 1 ], 2, 3, ... */
a.navPages:link, a.navPages:visited, a.navPages:active
{
	color: #00699d;
	text-decoration: underline;
}
a.navPages:hover
{
	color: #00699d;
	text-decoration: none;
}

.mainnav
{
	background: #575b5e url("images/catbg.jpg") top left repeat-x;
}
.mainnav a.mainnav-link:link, .mainnav a.mainnav-link:active, .mainnav a.mainnav-link:visited, .mainnav a.mainnav-link:hover
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

/* This is the news fader text color */
#smfFadeScroller
{
 color: #494949;
}

/* The linktree navigation links. */
.linktree-nav a:link, .linktree-nav a:visited, .linktree-nav a:active
{
	color: #000000;
	text-decoration: none;
}
.linktree-nav a:hover
{
	color: #000000;
	text-decoration: underline;
}

/* This is for the poll option's fieldset. */
.pollOptions
{
	border: 1px solid #000000;
	padding: 8px;
}

.pollOptions legend
{
	color: #000000;
}

/* This is the poll bar on topics with polls. Works if you have the mod installed. */
.poll-bar
{
	width: 100px;
	white-space: nowrap;
	text-align: left;
	background: url("images/pollbg.gif") center left no-repeat;
}

/****
	This is the topic author's name on the message index.
****/
.topic-author, .topic-author a, .topic-author a:link, .topic-author a:visited, .topic-author a:active, span.topic-author a, span.topic-author a:link, span.topic-author a:visited, span.topic-author a:active
{
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

.topic-author a:hover
{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

/* This is for the post author information on each post. */
ul.postauthorinfo
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.postauthorinfo li
{
	font-size: x-small;
	text-align: left;
	margin: 2px 0 2px 0;
	padding: 2px 0 2px 3px;
	list-style-type: none;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #acacac;
	background-color: #acacac;
	margin-left: 0px;
}

/* A quote, perhaps from another post. */
.quote, .code, .phpcode
{
	border: 1px solid #494949;
	color: #494949;
	padding: 8px;
	margin: 0 15px 8px 15px;
	background-color: #f9f9f9;
	overflow: auto;
}
.quote
{
	font-size: x-small;
	line-height: 1.4em;
}
/* A code block - maybe even PHP ;). */
.code, .phpcode
{
	font-family: "courier new", "times new roman", monospace;
	line-height: 1.3em; /* Don't wrap its contents, and show scrollbars. */
	/*white-space: nowrap;*/
	max-height: 24em;
}
/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	line-height: 25px;
	height: 25px;
	padding: 1px;
	margin-left: 15px;
	vertical-align: middle;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: #d7ffd2;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
/*.windowbg a, .windowbg2 a, .windowbg3 a, .windowbgpinned a, .windowbg2pinned a, .tborder a, */
.windowbg, .windowbg2, .windowbg3, .windowbgpinned, .windowbg2pinned, .tborder
{
	color: #494949;
}
.windowbg { background: #ffffff; }
.windowbg2 { background: #e7e7e7; }
.windowbg3 { background: #e7e7e7; } /* Null in my themes, make it the same as windowbg2 */

td.posterinfoCol
{
	border-right: 1px solid #494949;
	background-color: #f9f9f9;
}

/****
	This is the username of the poster.
****/
a.postername:link, a.postername:visited, a.postername:active
{
	display: block;
	padding: 3px 5px 3px 5px;
	background: #e7e7e7;
	border: 1px solid #acacac;
	text-align: left;
	color: #000000;
	text-decoration: none;
}
a.postername:hover
{
	background: #efefef;
	border: 1px solid #acacac;
	color: #000000;
	text-decoration: none;
}

/* the today container in calendar */
.calendar_today
{
	background-color: #ffffff;
	color: #000000;
	font-weight: bold;
	border: 1px solid #494949;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, .titlebg2 td
{
	color: #000000;
	font-style: normal;
	background: #b7b9ba url("images/titlebg.gif") top left repeat-x;
	font-weight: normal;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #8c8c8c;
	border-top: 1px solid #ffffff;
}
.titlebg2 label { color: #000000; }
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: #000000;
	font-style: normal;
}

.titlebg a:hover
{
	color: #000000;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited, td.titlebg table tr td a:hover
{
	color: #000000;
	font-style: normal;
	text-decoration: underline;
}

.titlebg2 a:hover
{
	text-decoration: underline;
	color: #000000;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg, td.catbg , tr.catbg td , .catbg3 , tr.catbg3 td, .menulist li#dropdownTitle
{
	background: #5a5e61 url("images/catbg.jpg") top left repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}
.catbg2 , tr.catbg2 td, td.catbg2
{
	background: #5a5e61 url("images/catbg.jpg") top left repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: #ffffff;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: #ffffff;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #ffffff;
}
.cat-whiteText
{
	color: #000000;
}

/* This is the titles for the columns on the board index */
.column-title, td.column-title
{
	text-align: center;
	vertical-align: middle;
	color: #000000;
	font-style: normal;
	background: #ffffff;
	font-weight: bold;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #acacac;
	padding: 0px;
}

/* This is the border arround the topic posts and quick reply. */
.displayborder
{
	padding: 0px;
	border: 1px solid #757575;
	background-color: #acacac;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 0px;
	border: 1px solid #757575;
	background-color: #acacac;
}
.tborder td
{
/*	color: #000000;*/
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	/*overflow: auto;*/
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	background-position: left bottom;
	color: white;
	text-transform: capitalize;
	vertical-align: middle;

}
.maintab_back, .maintab_active_back
{
	color: white;
	text-decoration: none;
	font-size:  11px;
	vertical-align: middle;
	padding: 6px 2px 10px 2px;
	font-family: tahoma, sans-serif;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding: 4px 10px 4px 10px;
	vertical-align: middle;
	border-bottom: 3px solid #000000;
	margin-bottom: 5px;
	margin-top: 5px;
}
.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 3px solid #ffffff;
}

/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	background-position: left top;
	color: white;
	text-transform: capitalize;
	vertical-align: middle;

}
.mirrortab_back, .mirrortab_active_back
{
	color: white;
	text-decoration: none;
	font-size: 11px;
	vertical-align: middle;
	padding: 10px 2px 6px 2px;
	font-family: tahoma, sans-serif;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding: 4px 10px 4px 10px;
	vertical-align: middle;
	border-bottom: 3px solid #000000;
	margin-bottom: 5px;
	margin-top: 5px;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 3px solid #ffffff;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #2f2f2f;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
}

/****
	Things that really don't need changed so shouldn't get much attention...
****/

.help { cursor: help; } /* Generally, those [?] icons.  This makes your cursor a help icon. */
.meaction { color: #a500be; } /* /me uses this a lot. (emote, try typing /me in a post.) */
.editor { width: 96%; } /* The main post box - this makes it as wide as possible. */
.error { color: red; } /* Sometimes there will be an error when you post */
	/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext { font-size: x-small; }
.middletext { font-size: 11px; }
.normaltext { font-size: small; }
.largetext { font-size: large; }

/****
	The wrapper for the forms.
****/
.forum-body { background: #ffffff; }
.wtb { background: url("images/wtb.gif") top left repeat-x; } /* wrapper top border */
.wrb { background: url("images/wrb.gif") top right repeat-y; } /* wrapper right border */
.wbb { background: url("images/wbb.gif") bottom left repeat-x; } /* wrapper bottom border */
.wlb { background: url("images/wlb.gif") top left repeat-y; } /* wrapper left border */

/****
	Testing
****/
.time{ 
  color: #000000;
  font-size: 14px; 
  font-family:"Times New Roman", Times, serif;
  vertical-align: top;
  height: 20px;
}