/* Normal, standard links. */
a:link
{
	color: #00008B;
	text-decoration: none;
}
a:visited
{
	color: #00008B;
	text-decoration: none;
}
a:hover
{
	color: #C12869;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	text-decoration: none;
}
a.nav:hover
{
	color: #cc3333;
	text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	text-decoration: none;
}
a.nav:hover
{
	color: #cc3333;
	text-decoration: underline;
}

/* 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: 14px;
	font-family: Tahoma, Verdana, Arial, "Arial Unicode MS", "Bitstream Vera Sans", "Lucida Grande", Helvetica, sans-serif;
}

/* The main body of the entire forum. */
body
{
	background: #fff url(images/bgbody.gif) repeat-x center bottom;
	margin: 0px;
	padding: 12px 30px 4px 30px;
}

/*Modified User Greeting and Current Time*/
.header {
	background:transparent url(images/logo.jpg) top center repeat-x;
	margin:0 auto;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
	font-family: Tahoma, Verdana, Arial, "Arial Unicode MS", "Bitstream Vera Sans", "Lucida Grande", Helvetica, sans-serif;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	color: #000000;
	font-family: Tahoma, Verdana, Arial, "Arial Unicode MS", "Bitstream Vera Sans", "Lucida Grande", Helvetica, 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: Tahoma, Verdana, Arial, "Arial Unicode MS", "Bitstream Vera Sans", "Lucida Grande", Helvetica, 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: 14px;
	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: #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, #preview_body
{
	color: #000000;
	background: #E1E6EB url(images/windowbg.gif) repeat-y;
}
.windowbg_hover:hover, .windowbg_hoverHover
{
	background: url(images/over.gif) #E3E5F0 no-repeat top right;
    border: 0px;
	color: #A94B0B;
	padding: 5px;
	margin: 0px;
	cursor: pointer;
}
.windowbg2
{
	color: #000000;
	background: #FBFCFD url(images/windowbg2.gif) repeat-x;
}
.windowbg2_hover:hover, .windowbg2_hoverHover
{
	background: #FBFBFD;
	cursor:pointer;
}
.windowbg3
{
	color: #000000;
	background: #CBD7E2 url(images/windowbg3.gif) repeat-y;
}
.windowbg_hover3:hover, .windowbg_hover3Hover
{
	background: #D0D5ED;
	cursor:pointer;
}
.windowbg4
{
	color: #000000;
	background-color: #FFFFFF;
}
.row
{ 
	background: #FBFCFD url(images/windowbg2.gif) repeat-x;
}
.rowb
{
	background: url(images/over.gif) #FBFBFD no-repeat bottom right;
    border: 0px;
	padding: 5px;
	margin: 0px;
	cursor:pointer;
}
/* 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: black;
	font-style: normal;
	background: url(images/titlebg.gif) #F5F1D0 repeat-x left bottom;
	border-bottom: solid 1px #9BAEBF;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: black;
	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
{
	background: url(images/catbg.gif) #88A6C0 repeat-x;
	color: #00008B;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background: url(images/catbg2.gif) #A1BFD9 repeat-x;
	color: #00008B;
	padding-left: 10px;
	padding-right: 10px;
}
.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: #00008B;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: #00008B;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #C12869;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #ADADAD;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 1px;
	border: 1px solid #696969;
	background-color: #FFFFFF;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: Tahoma, Verdana, Arial, "Arial Unicode MS", "Bitstream Vera Sans", "Lucida Grande", Helvetica, 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;
}

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


/* TABS */ 
.maintab_first,.mirrortab_first {
	background:url(images/tab.gif) center left no-repeat;
	width:16px;
	}
.maintab_last,.mirrortab_last {
	background:url(images/tab.gif) center right no-repeat;
	width:16px;
	}
.maintab_back,.mirrortab_back,.maintab_active_first,.maintab_active_back,.maintab_active_last {
	background:url(images/tab_back.gif) center left repeat-x;
	font-size: 100%;
	padding:7px 0px 10px;
	}
.maintab_back,.maintab_back a:link,.maintab_back a:visited,.mirrortab_back,.mirrortab_back a:link,.mirrortab_back a:visited {
	color:#C12869;
	}

/* 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;
}
/*Display border radius*/
.wrapper
{	
background: #ECEDF3;	
border: 1px solid #ECEDF3;	
margin-top: 0 auto;	
-moz-border-radius: 10px;
}
.wrapper2 {	
background: #F6F6F6;	
border: 1px solid #F6F6F6;	
margin: 0 auto;	
-moz-border-radius: 10px;
}

/*Display random news */
.news {	
background: #F6F6F6;	
border:2px dashed #696969;
margin: 10px auto;
padding: 7px;
-moz-border-radius: 10px;
}

/*	Color Bar CSS Class	*/
.colorbar {
	width:500px;
}
.colorcell {
	height:18px;
}
.colorbox {
	border-color:#808080;
	border-width:1px;
	border-style:solid;
	width:18px;
	height:18px;
	overflow:hidden;
}
.colorboxspacer {
	width:18px;
	height:18px;
}

/* MOD New Style Message Icon */
#newstyleMI { width: 94%; border: 1px solid #7f9db9 }
#newstyleMI input { margin: 5px 10px 5px 15px }

/*tooltipreplace*/
.tooltip {
background:transparent none repeat scroll 0 0;
border:0 none;
max-width:350px;
padding:1px;
}
.titletip, tr.titletip th, tr.titletip td {
background-image:url(images/manu.png);
border:medium none;
color:#FFFFFF;
font-style:normal;
padding:5px;
-moz-border-radius: 7px;
}

/*Warning Internet Explorer 6?! */
.xplorer {
background-color:#FFE4E9;
border:2px dashed #D8A259;
color:black;
margin:2ex;
padding:2ex;
}
.xplorer a:hover {
color:#CC3333;
font-weight:bold;
text-decoration:underline;
}

/*Custom global html style*/
.newstip
{
	color: #fff;
	font-style: normal;
	background: url(images/manu.png);
	border: 1px solid #696969;
	margin: 0 auto;
	padding: 5px;
}
.thx-dis 
{
	background:none;
	color: red;
	font-size: 18px;
	font-family: Arial, sans-serif;
	vertical-align: top;
	}

/*manu bar style*/
#menubar {
background:transparent;
display:block;
position:relative;
height: 20px;
margin: 10px 0 15px 10px;
padding: 0;
}
/* remove the list style */
	#menu {
		margin:0; 
		padding:0; 
		list-style:none;
	}	
	
		/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
		#menu li {
			float:left; 
			display:block; 
			width:110px; 
			background:#ccc; 
			position:relative;
			z-index:500; 
			margin:0 1px;
			-moz-border-radius: 15px;
		}
		
		/* this is the parent menu */
		#menu li a {
			display:block; 
			padding:3px 0 3px 0; 
			font-weight:700;  
			text-decoration:none; 
			color:#fff; 
			text-align:center; 
			color:#333;
		}

		#menu li a:hover {
			color:#fff;
		}
	
		/* you can make a different style for default selected value */
		#menu a.selected {
			color:#f00;
		}
	
		/* submenu, it's hidden by default */
		#menu ul {
			position:absolute; 
			left:0; 
			display:none; 
			margin:0 0 0 -1px; 
			padding:0; 
			list-style:none;
		}
		
		#menu ul li {
			width:110px; 
			float:left; 
			border-top:1px solid #fff;
			-moz-border-radius: 15px;
		}
		
		/* display block will make the link fill the whole area of LI */
		#menu ul a {
			display:block;  
			padding: 3px 0 3px 0; 
			color:#666;
		}
		
		#menu ul a:hover {
			text-decoration:underline;	
		}

		/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
		*html #menu ul {
			margin:0 0 0 -2px;
		}

		/*nCode Image Resizer*/
table.ncode_imageresizer_warning, table.ncode_imageresizer_warning td {
	background-color:#FEFEE1;
	display:none;
}
table.ncode_imageresizer_warning {
	border:1px solid #CCCDCD;
	color:#000000;
	display:none;
}
table.ncode_imageresizer_warning td {
	color:#FF0000;
	display:none;
	font-family:Tahoma,Verdana,Arial,"Arial Unicode MS","Bitstream Vera Sans","Lucida Grande",Helvetica,sans-serif;
	font-size:14px;
	text-decoration:none;
	vertical-align:middle;
}
table.ncode_imageresizer_warning td.td1 {
	display:none;
	padding:5px;
}
