/* Normal, standard links. */

a:link {
	color: #DD1010;
}
a:visited {
	color: #DD1010;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #601010;
}

a img{

border: 0;

}
.styleheading {
	font-size: 16px;
	font-weight: bold;
	text-decoration:underline;
	color: #FF0000;
}
.stylebodytext {
	font-size: 12px;
	font-family:Verdana, Tahoma;
	color: #000000;
}
.stylebodyheading {
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight:bold;
}
.styletopheading {
	font-size: 18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight:bold;
	text-decoration: none;
}

/* Tables should show empty cells. */

table {
	empty-cells: show;
}

body {
	color: #000000;
	font-size: small;
 	font-family: verdana, sans-serif;
	background-color: #F6F3DC;
	margin: 0px;
	padding: 0px 10px 2px 10px;
	color:black;
	scrollbar-face-color: #cc0000;
	scrollbar-arrow-color: #550000;
	scrollbar-track-color: #E6E4CD;
	scrollbar-shadow-color: rgb(180,20,20);
	scrollbar-highlight-color: rgb(200,70,70);
	scrollbar-3dlight-color: #801010;
	scrollbar-darkshadow-Color: #501010;
}
/* Input boxes - just a bit smaller than normal so they align well. */

.input {
	color: #FFFFFF;
	font-size: 8pt;
	font-family: tahoma;
	font-weight: bold;
	border: 1px solid #FF0000;
	background-color: #CC0000;
}
input, button {
	font-size: 90%;
}
textarea {
	font-size: 100%;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* Selects are a bit smaller, because it makes them look even better 8). */

select {
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
}
/* Standard horizontal rule.. ([hr], etc.) */

hr, .hrcolor {
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #660000;
}

/* A quote, perhaps from another post. */

.quote {
	color: #000000;
	background-color: #EAEAEA;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}
/* A code block - maybe even PHP ;). */

.code {
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */

	border: 1px 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... */

.quoteheader, .codeheader {
	color: #FF0000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
	font:Verdana, Arial, Helvetica, sans-serif;
}
/* Generally, those [?] icons.  This makes your cursor a help icon. */

.help {
	cursor: help;
}
/* /me uses this a lot. (emote, try typing /me in a post.) */

.meaction {
	color: red;
}
/* The main post box - this makes it as wide as possible. */

.editor {
	width: 96%;
}
/* Highlighted text - such as search results. */

.highlight {
	background-color: red;
	font-weight: bold;
	color: black;
}

/* the today container in calendar */

.calendar_today {
	background-color: #00000;
}

.titlebg a:hover {
	color: #404040;
}
.titlebg2 {
	color: white;
}
/* same as titlebg, but used where bold text is not needed */

.titlebg2 a:link, .titlebg2 a:visited {
	color: white;
	font-style: normal;
	text-decoration: underline;
}
.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*/

.catbg {
	background-color: #F6F3DC;
	color: #ffffff;
	padding-left: 0px;
	padding-right: 0px;
}
.catbg2 {
	background-color: #D9D9D9;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3 {
	border-bottom: solid 1px #777777;
	background-repeat: repeat-x;
}
.catbg, .catbg2 {
	font-weight: bold;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */

.smalltext {
	font-size: x-small;
	font-family: verdana, sans-serif;
}

.vialtext {
	font-size: 7pt;
	font-family: Arial, Calibri;
	height: 14px;
	width: 50px;
}
.middletext {
	font-size: 90%;
}
.normaltext {
	font-size: small;
}
.largetext {
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif
}
/* 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;
}
/* Sometimes there will be an error when you post */

.error {
	color: red;
}

/* 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: white;
	text-decoration: none;
}
.mirrortab_back a:hover, .mirrortab_active_back a:hover {
	color: #EAEAEA;
	text-decoration: none;
}
.hintsClass {
	background-color: ##F6F3DC;
	border: 1px solid #800000;
	padding: 5px 5px 30px 5px;
}

.drop { position: absolute; width: 3;  filter: flipV(), flipH(); font-size: 40; color: #F6F3DC }
