/* Normal, standard links. */
a:link,a:visited {
	 font-size: 1em;
	 font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	 color: #595959;
	 text-decoration: none;
}
a:hover {
	 color: #7bbb17;
	 text-decoration: underline;
}
/* Navigation links - for the link tree. */

.nav, .nav:link, .nav:visited {
	 font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	 padding-bottom: 6px;
	 padding-top: 6px;
	 text-transform: capitalize;
	 font-variant: small-caps;
	 font-size: 2em;
	 color: #f56a1e;
	 text-decoration: none;
}
a.nav:hover {
	 color: #7cb817;
	 text-decoration: underline;
}
/* Navigation links - for the link tree. */
span.pathway 
{
	display: block;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #212B32;
	font-weight: normal;
}
span.pathway img 
{
	margin: 0px 10px;
	vertical-align: middle;
}
div#pathway 
{
	margin-bottom: 10px;
	padding-left: 8px;
}
/* Tables should show empty cells. */
table {
	 empty-cells: show;
}
/* By default (td, body..) use verdana in black. */
body, td, th, tr 
{
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #7f7f7f;
	font-size: 13px;
	line-height: 135%;
}
/* The main body of the entire forum. */
body 
{
	background-image: url(./images/header_bg.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 0px;
	width: 970px;
	background-color: #191919;
	padding: 0px 15px 0 15px;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-style: normal;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: black;
	background: #3f3f3f;
	border: 1px solid #4d4d4d;
	padding: 2px;
}
input, button
{
	font-size: 90%;
}
textarea
{
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 1.2em;
	color: black;
	background: #3f3f3f;
}
/* 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;
	background: #629410;
}
/* 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
{
	border-color: #33750c;
	border-right-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-bottom-style: dotted;
	border-left-width: 1px;
	border-bottom-width: 1px;
	color: white;
	background-color: #478d08;
	margin: 1px;
	padding: 10px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	margin-left: auto;
	margin-bottom: 6px;
	margin-right: auto;
	margin-top: 1px;
	border-color: #ffd65b;
	border-right-width: 1px;
	border-left-style: dotted;
	border-bottom-style: dotted;
	border-right-style: dotted;
	border-top-style: none;
	border-left-width: 1px;
	border-bottom-width: 1px;
	color: #000000;
	background-color: #ddffa0;
	font-family: "courier new", "times new roman", monospace;
	font-size: small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	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
{
	color: white;
	border-color: #33750c;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-style: dotted;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	background: #3c7510;
	padding: 5px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}
.codeheader
{
	margin-top: 6px;
	border-color: #ffd65b;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-style: dotted;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	background: #80bf07;
	color: black;
	padding: 5px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}
.quoteheader a:link
{
	color: white;
	text-decoration: none;
}
.inputs { 
	color: #212B32;
	border: 2px solid #EFF7EF;
	background: url(images/bgsearch.gif);
	text-indent: 0.2cm;
}
.inputs:hover {
	border: 2px solid  #fff;
}
.submit:hover {
	background: url(images/bgsearch.gif);
	border: 2px solid #fff;
}
/* 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 {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	border-color: #2d2d2d;
	border-width: 1px;
	border-style: solid;
	background-color: #252525;
	color: #3f3f3f;
	font: 11px;

}
.windowbg2 {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	border-color: #212121;
	border-width: 1px;
	border-style: solid;
	background: #191919;
	color: #2b2b2b;
	font: 11px;
}
.windowbg3 {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	border-color: #4c4c4c;
	border-width: 1px;
	border-style: solid;
	background: #3f3f3f;
	color: #595959;
	font: 1em;
}

.windowbg3 a {
	color: white;
}
/* the today container in calendar */
.calendar_today {
	 background-color: #f6f6f6;
}
/* 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 {
	 border-style: none;
	 color: white;
	 font-style: normal;
	 background:  #3f3f3f;
	 padding-left: 10px;
	 padding-right: 10px;
	 line-height: 14px;
}
.titlebg, .titlebg a:link, .titlebg a:visited {
	 font-weight: bold;
	 color: white;
	 font-style: normal;
	 font-size: 12px;
}
.titlebg a:hover {
	text-decoration: underline;
}
/* same as titlebg, but used where bold text is not needed */

.titlebg2 a:link, .titlebg2 a:visited {
	 color: #ffffd2;
	 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: #7f7f7f;
	 padding-left: 10px;
	 padding-right: 10px;
	 background: #3f3f3f;
}
.catbg2, tr.catbg2, .catbg3 td { 
	 color: #fff;
	 padding-left: 10px;
	 padding-right: 10px;
	 background: #999999;
}
.catbg, .catbg2 {
}
.catbg, .catbg2 {
	 font-weight: bold;
	 font-size: 12px;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
	 font-size: 95%;
	 color: #fff;
	 text-decoration: none;
}
.catbg a:link, .catbg a:visited, .catbg2 a:link, .catbg2 a:visited {
	 color: #fff;
	 text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover {
	 text-decoration: underline;
}
.catbgf {
	border-style: none;
	text-transform: uppercase;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	height: 24px;
	line-height: 20px;
	color: white;
	font-weight: bold;
	background-color: #996633;
	background-image: url(images/cat_bg.gif);
	background-position: left top;
	padding-left:5px;
	padding-right:0;
	padding-top:0;
	padding-bottom:0
}

.catbgf-l {
	border-style: none;
	border-width: 0px;
	background: no-repeat 0 0;
	position: relative
}
.catbgf-r {
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	border-width: 0px;
	background: no-repeat 100% 0;
	position: relative
}
.catbgf a:link
{
	font-size: 1em;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
}
.catbgf a:visited
{
	color: white;
	text-decoration: none;
}
.catbgf a:hover
{
	text-decoration: underline;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor {

	 padding: 0px; 
	 background: black; 
}
/* This is used on tables that should just have a border around them. */
.tborder {
	 padding: 0px;
	 border: solid 1px #191919; 
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: x-small;
}
.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;
}
/* 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, .mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {

	 color: yellow;

	 vertical-align: top;

	 text-transform: capitalize;

}



.maintab_back, .maintab_active_back, .mirrortab_back, .mirrortab_active_back {

	 font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	 color: black;
	 text-decoration: none;
	 font-size: .95em;
	 padding: 5px 10px 5px 10px;
	 background: #6cb11d;
	 background-image: url(images/maintab_bg.gif);
	 background-position: top left;
	 background-repeat: repeat-x;
}



.maintab_first,.mirrortab_first {

	 display: none;

}



.maintab_back,.mirrortab_back {}



.maintab_last,.mirrortab_last {

	 display: none;

}



.maintab_active_first, .mirrortab_active_first {

	 display: none;

}



.maintab_active_back, .mirrortab_active_back {

	 background-repeat: repeat-x;

	 background-image: url(images/maintab_active_bg.gif);

	 border-style: none;

	 background-color: #f0f544;
	 background-position: left top;

}



.maintab_active_last, .mirrortab_active_last {

	 display: none;

}

/* how links behave in main tab. */



.maintab_back a:link, .maintab_back a:visited, .mirrortab_back a:link, .mirrortab_back a:visited {

	 color: black;

	 text-decoration: none;

	 font-weight: bold;

}



.maintab_active_back a:link, .maintab_active_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited {

	 color: white;

	 text-decoration: none;

	 font-weight: bold;

}



.maintab_back a:hover, .maintab_active_back a:hover, .mirrortab_back a:hover, .mirrortab_active_back a:hover {

	 text-decoration: underline;
	 color: white;

}
#hello {
	 float: left;
	 padding-left:10px;
	 padding-top:10px;
	 font-size: 14px;
	 color: #6A0101;
	 font-family: Trebuchet MS; 
	 Font-weight: bold;
}
#header{ height: 170px; background-color: #191919; position:relative; overflow:hidden; background: repeat-x;}
#head-r{background-color: white; background: 0 0 no-repeat; position:relative}
#head-l{background-color: white; background: 100% 0 no-repeat; position:relative}
#logo {
	 visibility: show;
	 position: absolute;
	 top: 25px;
	 display: block;
	 width: 630px;
	 height: 81px;
	 cursor: pointer;
	 background: url(./images/logo.gif) no-repeat;
}
#userarea {
	 font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	 height: 78px;
	 float: right;
	 padding: 25px 25px 0 0;
	 text-align: right;
	 font-size: 1em;
	 color: black; 
}

#userarea b {
	 line-height: 1.6em;
	 font-size: 1.4em;
	 color: #8ad11b; 
}

#userarea a:link, #userarea a:visited {
	 border-bottom-style: none;
	 color: white;
	 text-decoration: none;
}
#userarea a:hover {
	 border-bottom-color: #c5561a;
	 color: orange;
	 text-decoration: none;
	 border-bottom: 1px dotted;
}
#toolbar {
	height: 70px;
	background: #000000 url(images/mootools_03.png) repeat-x;
	margin-left: 15px; 
	margin-right: 15px; 

}
#mainarea {
	 margin: 0; 
}
#footer{ 
color: #7f7f7f; 
background: none; 
text-align:center; 
margin-top:0; 
padding:0; 
font-size:12px;
font-family:optima,verdana,sans-serif;
}
#footer-l{ 
background:none;
}
#footer-r{
 background:none;  
 height: 39px;
}
#footerarea {
	 text-align: center;
}
#footerarea {
	font-family: Tahoma;
	font-size: 10px;
	color: #454545;
	text-decoration: none;
	float: center;
}
#footerarea a:link {
	font-family: Tahoma;
	font-size: 10px;
	color: #454545;
	text-decoration: none;
	float: center;
}
#footerarea a:visited {
	font-family: Tahoma;
	font-size: 10px;
	color: #454545;
	text-decoration: none;
}
#footerarea a:hover {
	font-family: Tahoma;
	font-size: 10px;
	color: orange;
	text-decoration: underline;
	float: center;
}
#footerarea a:active {
	font-family: Tahoma;
	font-size: 10px;
	color: #111;
	text-decoration: none;
}
/* The AJAX notifier */
#ajax_in_progress {
	 background: #f56a1e;
	 color: white;
	 text-align: center;
	 font-weight: bold;
	 font-size: 18pt;
	 padding: 3px;
	 width: 100%;
	 position: fixed;
	 top: 0;
	 left: 0;
}

#sag {
	background: 100% 0 repeat-y;
}

#sol {
	background: 0 0 repeat-y;
}

#alt {
	background: 0 100% repeat-x;
}

#altsag {
	background: 100% 100% no-repeat;
}

#altsol {
	background: 0 100% no-repeat;
}

#ust {
	background: 0 0 repeat-x;
}

#ustsag {
	background: 100% 0 no-repeat;
}

#ustsol {
	background: 0;
	padding: 15px;
}
#searcharea {
	position: absolute;
	bottom: 15px;
	right: 20px;
	top: 80px;
	height: 58px;
	width: 199px;
	background: no-repeat;
	overflow: hidden;
}

#arama .inputbox {
	padding-left: 4px;
	padding-bottom: 0;
	padding-right: 4px;
	padding-top: 2px;
	margin-left: 10px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 8px;
	background: #3c3c3c;
	color: black;
	border: none;
	width: 180px; 
	height: 17px;
}

* html #arama .inputbox {
	margin-top: 8px;
}

#navb{
background-color: #f56a1e;
position:relative; 
height:37px; 
overflow:hidden; 
background: repeat-x;
}
#navb-r{height:37px; background: 0 0 no-repeat; position:relative}
#navb-l{height:37px; background: 100% 0 no-repeat; position:relative}

#arama {
	 float: right;
	 margin-top: 1px;
	 overflow: hidden;
	 width: 240px;
	 margin-left: 0px;
	 margin-bottom: 5px;
	 margin-right: 15px;
	 height: 35px;
	 background: url(images/search_bg.gif) no-repeat;
}

* html #arama {
	 margin-right: 8px;
}

#kwick { 
	width: 100%; 
} 
#kwick .kwicks { 
margin: 0px; 
padding: 0px; 
background : transparent; 
display : block; 
height : 70px; 
} 
#kwick li { 
float : left; 
margin : 0; 
padding : 0; 
list-style : none; 
} 
#kwick .kwick { 
display : block; 
cursor : pointer; 
overflow : hidden; 
height : 70px; 
width : 78px; 
} 
#kwick .kwick span { 
display : none; 
} 
#kwick .opt0 { 
background-color : transparent; 
outline : none; 
} 
#kwick .opt1 {
	background-color:transparent;
	 outline: none
}

#kwick .opt2 {
	background-color:transparent;
	 outline: none
}

#kwick .opt3 {
	background-color:transparent;
	 outline: none
}

#kwick .opt4 {
	background-color:transparent;
	 outline: none
}

#kwick .opt5 {
	background-color:transparent;
	 outline: none
}

#kwick .opt6 {
	background-color:transparent;
	 outline: none;
}

#kwick .opt7 {
	background-color:transparent;
	 outline: none
}

#kwick .opt8 {
	background-color:transparent;
	 outline: none
}

#kwick .opt9 {
	background-color:transparent;
	 outline: none
}

#kwick .opt10 {
	background-color:transparent;
	 outline: none
}

#kwick .opt11 {
	background-color:transparent;
	 outline: none
	 border-right: 0px none;
}
#sag1 {
	background: white 100% 0 repeat-y;

}

#sol1 {
	background: 0 0 repeat-y;
}

#alt1 {
	background: 0 100% repeat-x;
}

#altsag1 {
	background: 100% 100% no-repeat;
}

#altsol1 {
	background: 0 100% no-repeat;
}

#ust1 {
	background: 0 0 repeat-x;
}

#ustsag1 {
	background-image: url(./images/header_bg.gif);
	background-repeat: repeat-x;
	background-color: #191919;
}

#ustsol1 {
	padding: 15px;
}