/* Normal, standard links. */
a:link
{
	color: #00B2EE;
	text-decoration: none;
}
a:visited
{
	color: #aaa;
	text-decoration: none;
}
a:hover
{
	color: #FFFF00;
	text-decoration: underline;
}
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	font-variant: small-caps;
	font-weight: 700;
	color: #aaa;
	text-decoration: none;
}
a.nav:hover
{
	color: #5e5e5e;
	text-decoration: underline;
}
/* Tables should show empty cells. */
table {
	empty-cells: show;
}
/* By default (td, body..) use verdana in black. */
body, td, th , tr {
	line-height: 115%;
	color: #dcdcdc;
	font-size: small;
	font-family: tahoma, verdana, sans-serif;
}
/* The main body of the entire forum. */
body {
	 background: #00008B;
	 padding: 20px 0px 0px 0px;
	 margin: 0;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button {
	 color: #000;
	 font-family: Arial,Helvetica, verdana, sans-serif;
}
input, button {
	 color: #000;
	 font-size: 90%;
	 font-family: Arial,Helvetica, verdana, sans-serif;
}
input, textarea {
	 color: #000;
	 font-size: 90%;
}
textarea {
	 color: #000;
	 font-family: verdana, sans-serif;
	 font-size: 100%;
}
/* 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: #000;
	 font-family: verdana, sans-serif;
}
/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor {
	 height: 1px;
	 border: 0;
	 color: #666666;
	 background-color: #515151;
}
/* No image should have a border when linked */

a img {
	 border: 0;
}
/* A quote, perhaps from another post. */
.quote, .code
{
	border-top: 1px solid #000000;
	border-right: 1px solid #3a3a3a;
	border-bottom: 1px solid #3a3a3a;
	border-left: 1px solid #000000;
	color: #e3e3e3;
	padding: 8px;
	margin: 0 15px 8px 15px;
	background-color: #1a1a1a;
}
.quote
{
	font-size: x-small;
	line-height: 1.4em;
}
/* A code block - maybe even PHP ;). */
.code
{
	font-family: Arial, "courier new", "times new roman", monospace;
	line-height: 1.3em; /* 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: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	line-height: 25px;
	height: 25px;
	padding: 1px;
	margin-left: 15px;
	vertical-align: middle;
}
/* 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: #EEE;
	background-color: #00000;
}
.windowbg2 {
	color: #EEE;
	background-color: #00000;
}
.windowbg3 {
	 color: #EEE;
	background-color: #00000;
}
/* the today container in calendar */
.calendar_today {
	 background-color: #393939;
	 color: #ececec;
	 font-weight: bolder;
	 text-align: center;
}
/* 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: #FFF;
	font-style: normal;
	background: url(images/titlebg.jpg) repeat-x #292929;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: #FFF;
	font-style: normal;
}
.titlebg a:hover
{
	color: #d5d5d5;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: #FFF;
	font-style: normal;
	text-decoration: underline;
}
.titlebg2 a:hover
{
	color: #d5d5d5;
	text-decoration: underline;
}
/* 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: #e3e3e3;
font-style: normal;
background-color: #282828;
background-image: none;
border-bottom: dashed 1px #5d5d5d;
border-top: solid 0px #FFFFFF;
background-repeat: repeat-x;
padding-left: 10px;
padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
font-weight: bold;
color: #e3e3e3;
font-style: normal;
}
.titlebg a:hover
{
color: #ffffff;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
color: #e3e3e3;
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: #FFF;
	 padding-left: 10px;
	 padding-right: 10px;
	 background: #202020 url(images/catbg.jpg) repeat-x;
}
.catbg2, tr.catbg2 td {
	 color: #FFF;
	 padding-left: 10px;
	 padding-right: 10px;
	 background: #202020 url(images/catbg.jpg) repeat-x;
}
.catbg, .catbg2 {
	 font-weight: 700;
	 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;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor {
background-color: #000000;
padding: 0px;
}
/* This is used on tables that should just have a border around them. */
.tborder {
padding: 0px;
margin: 0px;
border: 0px solid #696969;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext {
	 font-size: 80%;
	 font-family: verdana, sans-serif;
}
.middletext {
	 line-height: 18px;
	 text-indent: 10px;
	 font-family: verdana, sans-serif;
}
.normaltext {
	 font-size: small;
	 font-family: verdana, sans-serif;
}
.largetext {
	 font-size: large;
	 font-family: verdana, 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: #ff0000;
}
.inputs
{
 font-family: Arial,Helvetica,Sans-serif,serif;
 font-size: 11px;
 font-weight: 700;
 color: #e3e3e3;
 background-color: #383838;
 border: 1px solid #5d5d5d;
 padding-left: 3px;
 background-image: url(images/img/bg_input.gif);
 background-repeat: repeat-x;
 background-position: top left;
}
.button {
 font-family: Arial,Helvetica,Sans-serif,serif;
 font-size: 11px;
 font-weight: 700;
 color: #000000;
 background-color: #efefef;
 border-top: 0px solid #fcfcfc;
 border-left: 1px solid #ffffff;
 border-right: 1px solid #ffffff;
 border-bottom: 1px solid #000000;
 padding-left: 10px;
 padding-right: 10px;
 padding-top: 2px;
 padding-bottom: 2px;
 height: 21px;
 background-image: url(images/img/bg_button.gif);
 background-repeat: repeat-x;
 background-position: top left;
}
/* 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: #a1a1a1;
	text-transform: uppercase;
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	color: #a1a1a1;
	text-decoration: none;
	font-size:  11px;
	vertical-align: top;
	padding: 6px;
	font-family: arial, sans-serif;
	font-weight: 700;
}
.maintab_first
{
	display: none;
}
.maintab_back
{
}
.maintab_last
{
	display: none;
}
.maintab_active_first
{
	display: none;
}
.maintab_active_back
{
	background: #222;
}
.maintab_active_last
{
	display: none;
}
/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited
{
	color: #a1a1a1;
	text-decoration: none;
}
.maintab_active_back a:link , .maintab_active_back a:visited
{
	color: #5d5d5d;
	text-decoration: none;
}
.maintab_back a:hover, .maintab_active_back a:hover
{
	text-decoration: overline;
}
/* definitions for the main tab, active means the tab reflects which page is displayed */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: #a1a1a1;
	text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: #a1a1a1;
	text-decoration: none;
	font-size:  11px;
	vertical-align: top;
	padding: 6px;
	font-family: arial, sans-serif;
	font-weight: 700;
}
.mirrortab_first
{
	display: none;
}
.mirrortab_back
{
}
.mirrortab_last
{
	display: none;
}
.mirrortab_active_first
{
	display: none;
}
.mirrortab_active_back
{
	background: #222;
}
.mirrortab_active_last
{
	display: none;
}
/* how links behave in main tab. */
.mirrortab_back a:link , .mirrortab_back a:visited
{
	color: #a1a1a1;
	text-decoration: none;
}
.mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: #fff;
	text-decoration: none;
}
.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	text-decoration: overline;
}
#wrapper {
	width: 85%;
	min-width: 720px;
	margin: 0px auto 0px auto;
}
#header {
	 position: relative;
	 height: 129px;
	 overflow: hidden;
	 background: url(images/img/header-bg3.png) 0 0 repeat-x;
}
#head-r {
	 height: 129px;
	 background: url(images/img/header-right3.png) 100% 0 no-repeat;
	padding-right: 0px;
}
#head-l {
	 background: url(images/img/header-left3.png) 0 0 no-repeat;
	padding-left: 0px;
}
#logo {
	 position: absolute;
	 top: 15px;
	 left: 25px;
	 display: block;
	 width: 293px;
	 height: 114px;
	 cursor: pointer;
	 background: url(/4cmain/tp-images/Image/4clogoclearsmall.png) no-repeat;
}
#userarea {
	 height: 50px;
	 float: right;
	 padding: 20px 25px 0 0;
	 text-align: right;
	 font-size: 11px;
	 color: #ededed;
	 font-family: verdana, tahoma, sans-serif;
}
#userarea a:link, #userarea a:visited {
	 color: #aaa;
}
#userarea a:hover {
	 color: #5d5d5d;
	 text-decoration: underline;
}
#searcharea {
	 float: right;
	 padding: 35px 25px 0 0;
	 margin: 0;
	 clear: both;
}
#toolbar {
	 background: url(./images/img/toolbar-bg.png) 0 0 repeat-x;
	 margin: 0;
	 padding: 0;
	 height: 38px;
}
#toolbar-l {
	background: #323232 url(images/img/toolbar-l.png) 0 0 no-repeat;
	padding-left: 20px;
	border-left: 1px solid #6D6D6D;
	clear: both;
}
#toolbar-r {
	background: #323232 url(images/img/toolbar-r.png) 100% 0 no-repeat;
	padding-right: 20px;
	border-right: 1px solid #6D6D6D;
}
/* template main menu  */
#menu {
	font-weight: 700;
	width: 90%;
	margin-left: 7px;
	background-color: #323232;
	height: auto;
	text-decoration: none;
}
#menu ul {
	margin: 0px 0px 0px 10px;
	padding-left: 0px;
	list-style-type: none; 
	list-style-image: none; 
	float: left;
	text-decoration: none;
}
#menu ul li {
	float: left; 
	display: block; 
	padding-left: 0px; 
	height: 38px;
	text-decoration: none;
}
#menu ul li a:link,#menu ul li a:visited, #menu ul li a:active, #menu ul li a:hover {
	height: 30px;
	display: block;
	color: #ffffff;
	font-size: 10px;
	padding: 10px 10px 0px 10px;
	background-image: url(images/img/line.png);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	text-decoration: none;
}
#bodyarea {
	background: url(./images/img/bodyareabg.png) 0 0 repeat-x #000000;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 1px solid #6d6d6d;
	border-bottom: 0px solid #6d6d6d;
	border-right: 1px solid #6d6d6d;
	border-top: 0px solid #6d6d6d;
	padding-bottom: 20px;
}
.catsbg {
	background: url(images/img/toolbar-bg.png) 0 0 repeat-x;
	height: 32px;
	line-height: 32px;
	padding: 0;
	margin: 0;
	color: #FFF;
	font-size: 14px;
}
.catsbg a:link, .catsbg a:visited {
	color: #FFF;
}
.catsbg a:hover {
	text-decoration: underline;
}
.catsbg-l, td.catsbg-l {
	background: #323232 url(images/img/toolbar-l.png) 0 0 no-repeat;
	padding-left: 10px;
}
.catsbg-r {
	background: #323232 url(images/img/toolbar-r.png) 100% 0 no-repeat;
	padding-right: 10px;
}
td.msgtitle-m {
	background: url(images/img/msgtitle-m.png) repeat-x;
	height: 29px;
	line-height: 29px;
	padding: 0 10px;
	margin: 0;
}
td.msgtitle-l {
	background: #323232 url(images/img/msgtitle-l.png) 0 0 no-repeat;
	padding-left: 10px;
}
td.msgtitle-r {
	background: #323232 url(images/img/msgtitle-r.png) 100% 0 no-repeat;
}
td.msgtitle-m, td.msgtitle-l, td.msgtitle-r, .msgtitle a:link, .msgtitle a:visited {
	color: #FFF;
	font-size: 11px;
}
td.msgtitle a:hover {
	color: #FFF;
	font-size: 11px;
	text-decoration: overline;
}
#footer {
	 background: url(images/img/footer-bg.png) 0 100% repeat-x;
}
#foot-r {
	 height: 39px;
	 background: url(images/img/footer-right.png) 100% 100% no-repeat;
}
#foot-l {
	 background: url(images/img/footer-left.png) 0 100% no-repeat;
}
#footerarea {
	text-align: center;
	font-size: 11px;
	font-variant: small-caps;
	padding: 10px;
	color: #ededed;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: 1px solid #6d6d6d;
	border-bottom: 1px solid #6d6d6d;
	border-right: 1px solid #6d6d6d;
}
#footerarea a:link, #footerarea a:visited {
	color: #dcdcdc;
}
#footerarea a:hover {
	color: #5d5d5d;
	text-decoration: none;
}
#ajax_in_progress
{
	background: #323232;
	border: solid 2px #206FE5;
	color: #FFF;
	text-align: center;
	position: absolute;
	font-weight: bold;
	font-size: 14pt;
	padding: 3px;
	width: 40%;
	top: 0;
	left: 30%;
	margin-top: 10%;
}
html>body #ajax_in_progress
{
	position: fixed;
}