/* Normal, standard links. */
a:link
{
	color: #999900;
	text-decoration: none;
}
a:visited
{
	color: #5E7500;
	
	text-decoration: none;
}
a:hover
{
	color: #5E7500;
	text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #FF00CC;
	text-decoration: none;
	font-weight: bold;
}
a.nav:hover
{
	color: #FF99FF;
	text-decoration: none;
}

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

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	color: #000000;
	font-size: small;
	font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 12px 30px 4px 30px;
}
.mybg{
	background-color: #FFFFFF;
	border: 1px dotted #000000;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
	font-family: verdana, sans-serif;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* 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;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .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. */
.quote
{
	color: #000000;
	background-color: #D7DAEC;
	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: #99FF00;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	line-height: 30px;
	/* Put a nice border around it. */
	border: 2px 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;
	font-weight: bold;
}

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

/* 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: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	color: #000000;
	background-color: #F7FFD2;
}
.stickybg
{
	color: #000000;
	background-color: #CCFF00;
}
.windowbg2
{
	color: #000000;
	background-color: #F9FFE1;
}
.windowbg3
{
	color: #000000;
	background-color: #F9FFE1;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #FFFFFF;
}

/* 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
{
	color: #666666;
	font-style: normal;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #F1FFB9;
	background-repeat: repeat;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC00;
	height: 25px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: #666666;
	font-style: normal;
}

.titlebg a:hover
{
	color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: black;
	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 , tr.catbg td , .catbg3 , tr.catbg3 td
{
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	height: 19px;
	font-size: 12px;
	background-color: #FDFFF0;
}
.catbg2 , tr.catbg2 td
{
	color: #006699;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	height: 19px;
	font-size: 12px;
	background-color: #FDFFF0;
}
.catbg, .catbg2, .catbg3
{
	/*border-bottom: solid 1px #375576;*/
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: #000000;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: #000000;
	text-decoration: none;
	padding-top: 6px;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #000000;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #C2D2E9;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	border: 1px solid #C0F000;
	background-color: #FDFFF0;
	padding-top: 5px;
	padding-right: 18px;
	padding-bottom: 8px;
	padding-left: 18px;
}

.mytborder
{
	padding: 1px;
	background-color: #F3F7FA;
	border: 1px solid #ABC1E0;
	color: #CC9900;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
	border: 0px solid #CDDBED;
	color: #474846; /* erkank #999900; */
	background-color: #FFFFFF; 
}

/* 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;
}


/* 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
{
	color: white;
	text-transform: uppercase;
	vertical-align: middle;
	height: 30px;
}
.maintab_back, .maintab_active_back
{
	color: white;
	text-decoration: none;
	font-size:  9px;
	vertical-align: middle;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
	font-weight: bold;
}

.maintab_first
{
	width: 10px;
	background-color: #CCCC00;
	color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8C8C00;
	border-bottom-color: #8C8C00;
	border-left-color: #8C8C00;
}
.maintab_back
{
	background-color: #CCCC00;
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8C8C00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8C8C00;
}
.maintab_last
{
	width: 8px;
	background-color: #CCCC00;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #8C8C00;
	border-right-color: #8C8C00;
	border-bottom-color: #8C8C00;
}
.maintab_active_first
{
	width: 6px;
	color: #000000;
	background-color: #FFFF80;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8C8C00;
	border-bottom-color: #8C8C00;
	border-left-color: #8C8C00;
}
.maintab_active_back
{
	width: 6px;
	color: #000000;
	background-color: #FFFF80;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8C8C00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8C8C00;
}
.maintab_active_last
{
	width: 6px;
	color: #000000;
	background-color: #FFFF80;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #8C8C00;
	border-right-color: #8C8C00;
	border-bottom-color: #8C8C00;
}

/* 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: #696934;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #000000;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: #000000;
	text-transform: uppercase;
	vertical-align: middle;
	height: 30px;
}
.mirrortab_back, .mirrortab_active_back
{
	color: #696934;
	text-decoration: none;
	font-size: 9px;
	vertical-align: middle;
	padding: 6px 6px 2px 6px;
	font-family: tahoma, sans-serif;
	font-weight: bold;
}

.mirrortab_first
{
	width: 10px;
	background-color: #CCCC00;
	color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8C8C00;
	border-bottom-color: #8C8C00;
	border-left-color: #8C8C00;
}
.mirrortab_back
{
	background-color: #CCCC00;
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8C8C00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8C8C00;
}
.mirrortab_last
{
	width: 8px;
	background-color: #CCCC00;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #8C8C00;
	border-right-color: #8C8C00;
	border-bottom-color: #8C8C00;
}
.mirrortab_active_first
{
	width: 6px;
	color: #000000;
	background-color: #FFFF80;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8C8C00;
	border-bottom-color: #8C8C00;
	border-left-color: #8C8C00;
}
.mirrortab_active_back
{
	width: 6px;
	color: #000000;
	background-color: #FFFF80;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8C8C00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8C8C00;
}
.mirrortab_active_last
{
	width: 6px;
	color: #000000;
	background-color: #FFFF80;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #8C8C00;
	border-right-color: #8C8C00;
	border-bottom-color: #8C8C00;
}

/* 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: #696934;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #000000;
	text-decoration: none;
}

/* The AJAX notifier */
#ajax_in_progress
{
	color: #000000;
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #FFCC00;
}
.info{
	background-position: top;
}
.leftcatbg
{
	height: 30px;
	width: 20px;
	background-color: #FDFFF0;
}
.middlecatbg
{
	height: 30px;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: left;
	background-color: #FDFFF0;
}
.rightcatbg
{
	height: 30px;
	width: 24px;
	background-color: #FDFFF0;
}
.lefttitlebg
{
	background-image: url(images/new/titlebg_02.gif);
	height: 30px;
	width: 20px;
}
.middletitlebg
{
	background-image: url(images/new/titlebg_04.gif);
	height: 30px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
.righttitlebg
{
	background-image: url(images/new/titlebg_06.gif);
	height: 30px;
	width: 24px;	
}

.mybutton,.mybutton a:visited,.mybutton a:link
{
	color: #FF00CC;
	background-color: #FFEAFF;
	border: 1px solid #FFA8EE;
	text-align: center;
	cursor: pointer;
	
}
.overmybutton
{
	color: #FF00CC;
	background-color: #FFFFFF;
	border: 1px solid #FF00CC;
	text-align: center;
	cursor: pointer;
	
}
.mytext,.mytext a:visited,.mytext a:link
{
	color: #006393;
	background-color: #FFEAFF;
	border: 1px solid #FFA8EE;
	
	
	
}
.overmytext
{
	color: #006393;
	background-color: #FFFFFF;
	border: 1px solid #FF00CC;
	

	
}
.focusmytext
{
color: #006393;
	background-color: #FFFFFF;
	border: 1px solid #99FF00;
	
}
.boarddesc {
	font-size: 11px;
	color: #828080; /*erkank #b3b68d; */
	font-family: Tahoma;
}
.linkboard {
	font-size: 9;
	
}
.pt{
	font-size: x-small;
	color: #686868;
}
.pt1{
	font-size: x-small;
	color: #666666;
}
.boxbox{
	color: #000000;
	background-color: #EAF4FF;
	border: 1px solid #C2D2E9;
	font-size: 12px;
	text-align: left;
}
#footerarea
{
	color: #000000;
	background-color: #FFFFFF;
}
.mbasebottom
{
	color: #000000;
	background-color: #009900;
	background-image: url(images/new/images/basebottom_04.gif);
	height: 20px;
}
.leftindex
{
	background-image: url(images/new/images/a1base_09.gif);
	width: 43px;
}
.rightindex
{
	background-image: url(images/new/images/a1base_11.gif);
	width: 37px;
}
.bottomindex
{
	background-image: url(images/new/images/a1base_16.gif);
	height: 38px;
}
.leftcorner
{
	background-image: url(images/new/images/a1base_15.gif);
	height: 38px;
	width: 43px;
}
.rightcorner
{
	background-image: url(images/new/images/a1base_17.gif);
	height: 38px;
	width: 37px;
}
.toprightcorner
{
	background-image: url(images/new/images/a1base_05.gif);
	height: 30px;
	width: 37px;
}
.topleftcorner
{
	background-image: url(images/new/images/a1base_01.gif);
	height: 30px;
	width: 43px;
}
.topmiddlecorner
{
	background-image: url(images/new/images/a1base_03.gif);
	height: 30px;
}
.titlebgline{
	border: 1px solid #CCCC00;
}
.childtext
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999900;
	text-decoration: none;
}
.childtext a ,.childtext a:link,.childtext a:hover,.childtext a:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999900;
	text-decoration: none;
}