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

 a:hover
{
	color: #FC3636;
	text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #9B3030;
	text-decoration: none;
}
a.nav:hover
{
	color: #FC3636;
	text-decoration: underline;
}

td.navtree
{
	text-align: left;
}

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

/* By default (td, body..) use Tahoma in black. */
td
{
	color: #560A0A;
	font-size: 10pt;
	font-family: Verdana, Arial, sans-serif;
}

body {
	font-size: 10pt;
	font-family: Verdana, Arial, sans-serif;
	background-color: #E1B4E1;
	scrollbar-base-color: ##889BD8;
	margin-top:0px;
	margin-bottom:20px;
	margin-left:5px;
	margin-right:5px;
	background-attachment: scroll;
	background-image: url(../../../images/elements/bg-gradient-2.gif);
	background-repeat: repeat;
	cursor:crosshair;
	padding: 0px;
	}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-size: 9pt;
	color: #4C0505;
	font-family: Verdana, Arial, sans-serif;
	background-color: #FCF3F3;
}

/* Checkboxes shouldn't have a background color. */
input.check
{
	background-color: transparent;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 9pt;
	font-weight: normal;
	color: #4C0505;
	font-family: Verdana, Arial, sans-serif;
	background-color: #F9EEEE;
}

/* Standard horizontal rule.. */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #3E0404;
	background-color: #BF7878;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #380202;
	background-color: #F6DADA;
	border: 1px solid #3E0404;
	margin: 1px;
	padding: 1px;
	font-size: 9pt;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #380202;
	background-color: #F6DADA;
	border: 1px solid #3E0404;
	padding: 1px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	width: 99%;
	margin: 1px auto 1px auto;
	white-space: nowrap;
	overflow: auto;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #3E0404;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 9pt;
}

/* Generally, those [?] icons. */
.help
{
	cursor: help;
}

/* /me uses this a lot. */
.meaction
{
	color: #9C4141;
}

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

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

/* Alternating backgrounds... */
.windowbg
{
	color: #560A0A;
	background-color: #EFD7EF;
	background-image: url(../../../images/ltgradpink2.jpg);
}
.windowbg2
{
	color: #560A0A;
	background-color: #FFF8CC;
	background-image: url(../../../images/ltgradtan.jpg);
}

/* Titles - such as table headers. */
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
	color: #440404;
	font-style: normal;
	background-color: #D7EFD5;
	background-image: url(../../../images/ltgradgrn2.jpg);
}
.titlebg a:hover
{
	color: #6C1414;
}

/* This is used for categories, page indexes, and several other areas in the forum. */
.catbg, .catbg18, .catbg24, .catbg25, .catbg28, .catbg30, .catbg35, .catbg36, .catbg40, .catbg41, .catbg50
{
	background-color: #BEB3C0;
}

.catbg18
{
	background-image: url(../../../images/baubles/bauble_mid_18.gif);
}

.catbg24
{
	background-image: url(../../../images/baubles/bauble_mid_24.gif);
}

.catbg25
{
	background-image: url(../../../images/baubles/bauble_mid_25.gif);
}

.catbg28
{
	background-image: url(../../../images/baubles/bauble_mid_28.gif);
}

.catbg30
{
	background-image: url(../../../images/baubles/bauble_mid_30.gif);
}

.catbg35
{
	background-image: url(../../../images/baubles/bauble_mid_35.gif);
}
.catbg36
{
	background-image: url(../../../images/baubles/bauble_mid_36.gif);
}
.catbg41
{
	background-image: url(../../../images/baubles/bauble_mid_41.gif);
}
.catbg50
{
	background-image: url(../../../images/baubles/bauble_mid_50.gif);
}

.catbg, .catbg40
{
	background-image: url(../../../images/baubles/bauble_mid_40.gif);
}

/* This is used for a category that has new posts in it... to make it light up. */
.catbg2
{
	background-color: #CCCCCC;
}

.catbg, .catbg2, .catbg18, .catbg24, .catbg25, .catbg28, .catbg30, .catbg35, .catbg36, .catbg40, .catbg41, .catbg50
{
	font-weight: bold;
	color: #255621;
}

.catbg a, .catbg2 a, .catbg18 a, .catbg24 a, .catbg25 a, .catbg28 a, .catbg30 a, .catbg35 a, .catbg36 a, .catbg40 a, .catbg41 a, .catbg50 a
{
	font-weight: bold;
	color: #F1C7C7;
}

.catbg a:hover, .catbg2 a:hover, .catbg18 a:hover, .catbg24 a:hover, .catbg25 a:hover, .catbg28 a:hover, .catbg30 a:hover, .catbg35 a:hover, .catbg36 a:hover, .catbg40 a:hover, .catbg41 a:hover, .catbg50 a:hover
{
	font-weight: bold;
	color: #E99898;
}

/* The borders around things. */
.bordercolor
{
	background-color: #3E0404;
}
.tborder
{
	border: 1px solid #3E0404;
}

/* Default font sizes. */
.smalltext
{
	font-size: 9pt;
	font-family: Verdana, Arial, sans-serif;
}
.normaltext
{
	font-size: 10pt;
}
.largetext
{
	font-size: 11pt;
}
td.menubarF {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #660033;
	font-weight: bold;
	height: 31px;
	background-image: url(../../../images/elements/menuback.jpg);
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: top;
	padding: 3px 0px 0px;
	margin: 0px;
}
td.menubarF a:link {
	color: #FFFFFF;
	text-decoration: none;
} /* active link */
td.menubarF a:visited {
	color: #FFFFFF;
	text-decoration: none;
} /* active link */
td.menubarF a:active {
	color: #FFFFFF;
	text-decoration: none;
} /* active link */
td.menubarF a:hover {
	color: #ff6666;
	text-decoration: underline;
} /* active link */

.forumdiv1
{
padding: 12px 30px 4px 30px;
}

