/* Normal, standard links. */

a:link {
	color: #cc3333;
	text-decoration: none;
}
a:visited {
	color: #951B1B;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Navigation links - for the link tree. */

a.frm_link:link,a.frm_link:visited {
	color: #A71F23;
	font-family:Trebuchet MS, verdana,sans serif,arial;
	font-size: 11px;
	text-decoration: none
}
a.frm_link:hover {
	text-decoration: underline
}
.frm_nav, .frm_nav:link, .frm_nav:visited {
	color: #DA8369;
	text-decoration: none;
	font-size: 12px;
}
a.frm_nav:hover {
	color: #A71F23;
	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, textarea, button {
	color: #000000;
	font-family: Trebuchet MS;
}
input, button {
	font-size: 90%;
}

textarea {
	font-size: 100%;
	color: #000000;
	font-family: Trebuchet MS;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select {
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	font-family: Trebuchet MS;
}

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

/* No image should have a border when linked */
a img {
border: 0;
}
/* A quote, perhaps from another post. */
.frm_quote {
	color: #323232;
	background-color: #F5E2C6;
	border: 1px solid #000000;
	margin: 2px;
	padding: 2px;
	FONT-FAMILY: Trebuchet MS,verdana,sans serif,arial;
	font-size:11px;
/*	line-height: 1.4em;*/
}

/* A code block - maybe even PHP ;). */
.frm_code {
	color: #000000;
	background-color: #dddddd;
	font-family: Trebuchet MS;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 6px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.frm_quoteheader, .frm_codeheader {
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.2em;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.frm_help {
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */

/* The main post box - this makes it as wide as possible. */
.frm_editor
{
	width: 96%;
}

/* Highlighted text - such as search results. */

/* Alternating backgrounds for posts, and several other sections of the forum. */
.frm_windowbg
{
	font-size: 10px;
	color: #000000;
	background-color: #FBF2E5;
	font-family: Trebuchet MS;
	border-width:thick;
	border-color:#000099;

	}
.frm_windowbg2
{
	font-size: 12px;
	color: #000000;
	background-color: #FBF2E5;
	font-family: Trebuchet MS;
}
.frm_windowbg3 {
	color: #000000;
	background-color: #FAEFDE;
}
/* the today container in calendar */

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.frm_titlebg, tr.frm_titlebg th, tr.frm_titlebg td, .frm_titlebg2, tr.frm_titlebg2 th, tr.frm_titlebg2 td
{
	color: White;
	font-size: 12px;
	font-style: normal;
	background-color: #c3624e;
	background-image: none;
	border-bottom: solid 1px #BA7777;
	border-top: solid 1px #FFFFFF;
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Trebuchet MS;
}
.frm_titlebg, .frm_titlebg a:link, .frm_titlebg a:visited {
	font-size: 12px;
	font-weight: bold;
	color: White;
	font-family: Trebuchet MS;
/*	font-style: normal;*/
}

.frm_titlebg a:hover {
	color: #A92A2A;
}
/* same as titlebg, but used where bold text is not needed */
.frm_titlebg2 a:link, .frm_titlebg2 a:visited {
	color: black;
	font-style: normal;
	font-family: Trebuchet MS;
	text-decoration: underline;
}

.frm_titlebg2 a:hover {
	text-decoration: underline;
}

/* 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*/
.frm_catbg , tr.frm_catbg td , .frm_catbg3 , tr.frm_catbg3 td {
	font-size: 12px;

	background-color: #A71F23;
	color: #CCCCCC;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Trebuchet MS;
}
.frm_catbg2 , tr.frm_catbg2 td {
	font-size: 12px;

	background-color: #A71F23;
	color: #CCCCCC;
	font-family: Trebuchet MS;
	padding-left: 10px;
	padding-right: 10px;
}
.frm_catbg, .frm_catbg2, .frm_catbg3 {

	background-repeat: repeat-x;
	color: #CCCCCC;
	font-family: Trebuchet MS;
}
.frm_catbg, .frm_catbg2 {
	font-weight: bold;
	color: #CCCCCC;
	font-family: Trebuchet MS;
}
.frm_catbg a:link, .frm_catbg a:visited , .frm_catbg2 a:link, .frm_catbg2 a:visited {
	color: White;
	text-decoration: none;
	font-family: Trebuchet MS;
}
.frm_catbg a:hover, .frm_catbg2 a:hover, .frm_catbg3 a:hover {
	text-decoration: underline;
	font-family: Trebuchet MS;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.frm_bordercolor {
	background-color: #a71f23;
	padding: 0px;
}

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

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.frm_smalltext {
	font-size: 10px;
	FONT-FAMILY: Trebuchet MS,verdana,sans serif,arial;
	color: #4D1010;
}
.frm_normaltext {
	color:#323232;
	FONT-FAMILY: Trebuchet MS,verdana,sans serif,arial;
	font-size:11px;
}
.frm_normaltext_red {
	color:#CD5B38;
	FONT-FAMILY: Trebuchet MS,verdana,sans serif,arial;
	font-size:11px;
}

/* Posts and personal messages displayed throughout the forum. */
.frm_post, .frm_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 ;). */
.frm_signature {
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.frm_error{
color: red;
}

/* added for queendon*/
/* page[]... */
.frm_frm_menulink {
	color: white;
	font-size: 11px;
	font-weight: bold;
	font-family: Trebuchet MS;
}
a.frm_frm_menulink {
	color: white;
	font-size: 11px;
	font-weight: bold;
	font-family: Trebuchet MS;
}

.submit-button
{
	 background-color: b8463c;
 	 border:3px solid;
 	 border-top-color:#c76e5d;
   border-left-color:#c76e5d;
   border-right-color:#af322f;
   border-bottom-color:#af322f;
	 color: #faf3e5;
	 font-family: arial, verdana, ms sans serif;
	 font-weight: bold;
	 font-size: 8pt;
		cursor:hand;
		cursor:pointer;
}
