/*GENERAL SETTINGS ----------------------------*/


/* By default (td, body..) use verdana in black. */
body, td, th, tr
{
	color: #000000;
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
}

/* The main body of the entire forum. */
body, html{
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	color: #222;
	margin:0px;
	background: #efefef url('images/layout/bodybg.jpg') repeat-x;
	background-position:top;
	}


h2 a:hover, h3 a:hover {

	text-decoration: none;
	color:#ffffff;
	}

a, a:link, a:visited {
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 11px;
	text-decoration:none;
	color:#d02739;
	}

a:hover, a:active {
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 11px;
	color: #8d8d8d;
	text-decoration: none;
}


/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button, select
{
	color: #414040;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 11px;
	padding: 2px;
	background-color: #f3f3e4;
	border: 1px solid #d02739;
	-moz-border-radius:  3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;

}
input, button, option
{
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
}

textarea
{
	font-size: 11px;
	color: #414040;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	background-color: #f3f3e4;
	border: 1px solid #a9bfd4;
	-moz-border-radius:  3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;

}


#container {
	margin: 0 auto;
	background: url(images/layout/tablebg.jpg);
}



/*CONTENTS ----------------------------*/

#contents {
	padding: 0 5px;
}



/* Navigation links - for the link tree. */


/* menu */
#nav {
	margin: 0 auto;
	background: #e2e2e2;
	padding: 0;
	height: 35px;
	text-align:center;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-style: normal;
	font-size: 12px;
	text-align: left;
	-moz-border-radius:  5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
}

#nav a {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #2c2727;
}

#nav a:hover, #nav li:hover a {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #ffffff;
}

#nav ul {
	padding: 0;
	margin: 0 auto 0 5px;
	list-style: none;
}

#nav li {
	margin: 0;
	padding: 10px 15px;
	float: left;
	display: block;
	list-style: none;
	border-left: #d7d7d7 solid 1px;
	border-right: #b8b8b8 solid 1px;
}

#nav li:hover {
	margin: 0;
	padding: 10px 15px;
	float: left;
	display: block;
	list-style: none;
	background-color: #d5112e;
	border-left: #d7d7d7 solid 1px;
	border-right: #b8b8b8 solid 1px;
}

/* Breadcrumb */
.breadcrumb {
	margin: 10px 5px;
	padding: 5px;
	font-size: 10px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	color: #747474;
}

.breadcrumb a {
	color: #1c0607;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #d02739;
	text-decoration: none;
}

/* Categories */
.categories {
	background: #d02739;
	color: #ffffff;
	font-size: 18px;
	font-family: verdana;
	font-weight: bolder;
	text-transform: lowercase;
	text-indent: 10px;
	letter-spacing: -2px;
	padding: 10px;
	margin: 0;
	margin-bottom: 2px;
	-moz-border-radius:  3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;
	}
	
.categories a{
	color: #ffffff;
	text-decoration: none;
	font-family: verdana;
	text-transform: lowercase;
	font-size: 18px;
	}	

.categories a:hover{
	color: #9b8aad;
	text-decoration: none;
	font-family: verdana;
	text-transform: lowercase;
	font-size: 18px;
	}	

/* whole table of the forums */
.allforums {
	background-color: #ebebeb;
	color: #353434;
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	margin: 0;
	margin-bottom: 20px;
	padding: 1px;
	}
	
/* Alternating backgrounds for posts, and several other sections of the forum. */
.alt1 {
	background-color: #ffffff;
	padding: 7px;
	}

.alt2 {
	background-color: #f2f2f2;
	padding: 10px;
	line-height: 15px;
	}

.alt2:hover {
	background-color: #ebebeb;
	padding: 10px;
	}

.alt3 {
	background-color: #f2f2f2;
	padding: 7px;
	}

.alt23 {
	background-color: #e1e1e1;
	padding: 10px;
	}
	
.forumlink {
	font-size: 13px;
	color: #dd4192;
	padding: 2px 0;
	}

.forumlink a {
	font-size: 13px;
	color: #d02739;
	}

.forumlink a:hover {
	font-size: 13px;
	color: #9b8aad;
	text-decoration: none;
	}

.child3 {
	background-color: #ffffff;
	}
	
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext {
	font-size: 10px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	}
	
.smalltext a, .smalltext a:hover{
	font-size: 10px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	}

.middletext {
	font-size: 12px;
	}
	
.normaltext {
	font-size: 11px;
	}

.largetext {
	font-size: 15px;
	}
	
	

/* CONTENTS -------------- */


/* 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: #2c2828;
	font-style: normal;
	font-size: 11px;
	background-color: #ebebeb;
	padding: 5px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-size: 11px;
	font-weight: bold;
	color: #2c2828;
	font-style: normal;
}

.titlebg a:hover
{
	font-size: 11px;
	text-decoration: none;
	color: #404040;
}


.members {
	background-color: #f3c7c7;
	color: #151515;
	font-size: 11px;
	padding: 5px;
	margin-bottom: 2px;
	-moz-border-radius:  3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;
	text-align: center;
	}
	
	
/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader {
	color: #282828;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.2em;
	padding: 5px;
	}
	
/* A quote, perhaps from another post. */
.quote {
	color: #605b5c;
	background-color: #efefef;
	margin: 10px auto;
	padding: 5px 10px;
	font-size: 11px;
	line-height: 18px;
	width: 80%;
}

/* A code block - maybe even PHP ;). */
.code {
	color: #333;
	background-color: #efefef;
	font-family: arial;
	font-size: 11px;
	line-height: 18px;
	margin: 1px auto;
	padding: 5px;
	width: 90%;
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

	
/*FOOTER ----------------------------*/
#footer{
	text-align:center;
	border-top: 1px solid #333;
	margin-top: 15px;
	padding: 5px;
	background-color: #f0f0f0;
	color: #777474;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}





/* 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: 0px none;
	color: #777777;
	background-color: #777777;
}

/* No image should have a border when linked */
a img
{
	border: 0px none;
}

/* 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;
}

/* the today container in calendar */
.calendar_today
{
	background-color: #f1f1f1;
}


/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: #d02739;
	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 {
	background: #f98c97;
	color: #111;
	padding: 5px;
	}

.catbg2, tr.catbg2 td
{
	
	border: 1px solid #777;
	color: #111;
	padding-left: 10px;
	padding-right: 10px
}

.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: #111;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited, .catbg2 a:link, .catbg2 a:visited
{
	color: #111;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #111;
}

.catbgnew {
	height: 29px;
	line-height: 29px;
	color: #b7b9b3;
	font-weight: bold;
	background: url('images/catbg-m.gif') repeat-x 0 0;; padding-left:5px; padding-right:0; padding-top:0; padding-bottom:0
}

.catbgnew-l {
	background: url('images/catbg-l.gif') no-repeat 0 0;
	padding-left: 8px;
	position: relative
}
.catbgnew-r {
	background: url('images/catbg-r.gif') no-repeat 100% 0;
	padding-right: 8px;
	position: relative
}
.catbgnew a:link
{
	color: #b7b9b3;
	text-decoration: none;
}
.catbgnew a:visited
{
	color: #b7b9b3;
	text-decoration: none;
}
.catbgnew a:hover
{
	text-decoration: underline;
}



/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 18px;
	font-size: 11px;
}

/* 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;
}
.maintab_back, .maintab_active_back
{
	color: white;
	text-decoration: none;
	font-size:  9px;
	font-family: tahoma, sans-serif;
	vertical-align: middle;
	height: 30px;
}
.maintab_first
{
	background-image: url(images/nav_l.gif);
	background-repeat: no-repeat;
	width: 5px;
}
.maintab_back
{
	background-image: url(images/nav.gif);
	background-repeat: repeat-x;
}
.maintab_back:hover
{
	background-image: url(images/nav.gif);
	background-repeat: repeat-x;
}
.maintab_last
{
	background-image: url(images/nav_r.gif);
	background-repeat: no-repeat;
	width: 5px;
}
.maintab_active_first
{
	background-image: url(images/catbg2.gif);
	background-repeat: repeat-x;
	width: 5px;
}
.maintab_active_back
{
	background-image: url(images/catbg2.gif);
	background-repeat: repeat-x;
}
.maintab_active_last
{
	background-image: url(images/catbg2.gif);
	background-repeat: repeat-x;
	width: 5px;
}

/* 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: White;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #F5F5F5;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	background-position: left top;
	color: white;
	text-transform: uppercase;
	vertical-align: top;

}
.mirrortab_back, .mirrortab_active_back
{
	color: white;
	text-decoration: none;
	font-size: 9px;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: tahoma, sans-serif;
}

.mirrortab_first
{
	background-image: url(images/nav_l.gif);
	background-repeat: no-repeat;
	width: 5px;
}
.mirrortab_back
{
	background-image: url(images/nav.gif);
	background-repeat: repeat-x;
}
.mirrortab_last
{
	background-image: url(images/nav_r.gif);
	background-repeat: no-repeat;
	width: 5px;
}
.mirrortab_active_first
{
	background-image: url(images/catbg2.gif);
	background-repeat: repeat-x;
	width: 5px;
}
.mirrortab_active_back
{
	background-image: url(images/catbg2.gif);
	background-repeat: repeat-x;
}
.mirrortab_active_last
{
	background-image: url(images/catbg2.gif);
	background-repeat: repeat-x;
	width: 5px;
}

/* 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: #F5F5F5;
	text-decoration: none;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}



/* menu end */
.mid{
	position:relative;
	top:0px;
	z-index:1;
	left:40px;
	width: 900px;
	margin-top:20px;
}

.content_column{
}
#content{
padding:10px 30px;
}
.add{
text-align:center;
}
.add img{
margin:0 auto;
padding:5px;
}

.userarea{
	font-style: italic;
	padding:10px;
	margin-bottom:10px;
	width:320px;
	list-style:none;
	position:absolute;
	text-align:left;
	float: left;
	top:50px;
	left: 620px;
	color:#111;
	font-family:Trebuchet MS, Lucida Grande, Verdana, Georgia, Sans-Serif;
}
.userarea h3,
.userarea ul,
.userarea li

{
padding:0px;
margin:0px;
list-style:none;


}

.userarea a, .userarea a:visited{
color:#222;
text-decoration:underline;

}


.userarea p{
padding:0px;


}

.userarea img{
padding:3px;
border:1px solid #000;
background-color:#000;
margin:5px;


}
.bar {
	color: #f5f5f5;
	margin:0px;
	font-size:1.4em;
	background-image: url('images/custom/bar.gif');
	background-repeat: no-repeat;
	height:30px; padding-left:22px; padding-right:10px; padding-top:4px; padding-bottom:0px


}

.bar a{
	color:#f5f5f5;
}	
	
.footer{

position:relative;

}




small {
	
	font-size: 0.9em;
	
	}

h2.pagetitle {
	font-size: 1.4em;
	color:#019d62;
	}


	
.aligncenter { display:block; margin-left:auto; margin-right:auto; }
.alignleft { display:block; margin-right:10px;  }
.alignright { display:block; margin-left:10px; }


acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}
	
.post  small{
	margin:0px;
	padding:0px;
	

	}
	
.post  small span{
	color:#222;
	font-size:1.0em;

	}
	
.post h2,
.post h3
 {

	margin:0px;
	padding:0px;


}
.post h2 a,
.post h3 a
{
	color:#019d62;
	font-size:20px;
	font-weight:bold;
}


/*	Begin Headers */

h2.pagetitle {
	margin-top: 10px;
	text-align: left;
	padding:0px;
	margin-bottom:0px;
}
.alt {
	background-color: #e3f2cf;
	border:1px solid #c8e5a0;

	}
.alt {
	margin: 0;
	padding: 10px;
	}


a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
.searchbg {
	color:#ffffff;
	background: #F5F5F5 url('images/custom/bottom-menu-bg.jpg');
	height:51px;
	padding-top:4px;
	border-top: 1px solid #333;
}
#searchbar {
	position: absolute;
	top: 323px;
	right: 30px;
	height: 36px;
	width: 210px;
	background: url(images/custom/searchbox.gif) no-repeat;
	overflow: hidden;
}

#searchbar .inputbox {
	background: transparent;
	color: #666;
	padding: 3px 3px 0;
	border: none;
	margin: 13px 0 0 25px;
	width: 170px;
	height: 12px;
	font-size: 10px;
	font-family: tahoma, sans-serif;
}
.time-date {
	font-size: 11px;
	float: left;
	padding: 25px 40px 2px 35px;
	color: #999;
	background: url(images/custom/clock.png) 0 100% no-repeat;
}