/* Normal, standard links. */
a:link {
	color: #003300;
	text-decoration: none;
}
a:visited {
	 color: #000000;
	 text-decoration: none;
}
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited {
	 color: #0000FF;
	 text-decoration: none;
}
a.nav:hover {
	 color: #356EA6;
	 text-decoration: underline;
}
a:hover {
	 color: #000000;
	 text-decoration: underline;
}
#linktree
{
	padding: 10px 5px 20px 5px;
}
/* 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: 12px;
	line-height: 130%;
	font-family: verdana, sans-serif;
}

#advert11 {
	height: 600px;
	width: 160px;
	clear: both;
	float: right;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
#money111 {
	height: 600px;
	width: 160px;
	background-repeat: no-repeat;
	background-image: url(img/wonadvert.jpg);
}

/* The main body of the entire forum. */
body 
{
	margin: 0;
        color: #000000;
	padding: 0px 0 0 0;
	background-color: #FFFFFF;
	background-image: url(images/cn.jpg);
	background-repeat: no-repeat;
	background-position: 5px top;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #FFFFFF;
	font-family: verdana, sans-serif;
	border: 2px solid #000000;
	padding: 2px;
	background-color: #000000;
}
input, button
{
	font-size: 90%;
}
textarea
{
	font-size: 100%;
	color: #000000;
	font-family: verdana, sans-serif;
	background-color: #CCFF99;
}
/* 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: #f0f0f5;
}
/* 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: #A8BEE6;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	font-style: italic;
	line-height: 1.4em;
}
/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	background: #d2d2d2;
	color: #1c1c1c;
	padding: 5px;
	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%;
}
/* 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;
}
/* 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: #273F6F;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #000000;
}
.windowbg2 {
	color: #273F6F;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.windowbg3 {
	color: #273F6F;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
/* 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 {
	color: #eee;
	font-style: normal;
	border-bottom: solid 1px #f2f2f2;
	border-top: solid 1px #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 18px;
	background-color: #FFFFFF;
	background-image: url(images/img/menu.jpg);
	background-repeat: repeat-x;
}
.titlebg, .titlebg a:link, .titlebg a:visited {
	 font-weight: bold;
	 color: #eee;
	 font-style: normal;
	 font-size: 12px;
}
.titlebg a:hover {
	 color: #333;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited {
	 color: #eee;
	 font-style: normal;
	 text-decoration: none;
}
.titlebg2 a:hover {
	 color: #333;
	 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;
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: url(images/img/menu.jpg);
}
.catbg2, tr.catbg2, .catbg3 td { 
}
	 color: #fff;
	 padding-left: 10px;
	 padding-right: 10px;
	 background: url(./images/catbg.jpg) repeat-x;
}
.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;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor {
	 background-color: #dddada;
	 padding: 0px;
}
/* This is used on tables that should just have a border around them. */
.tborder {
	color: #eee;
	padding: 1px;
	border: 1px solid #1D4EB9;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	color: #202020;
	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;
}
/* 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
{
}
.maintab_back, .maintab_active_back
{
	padding: 1px;
	border: solid 1px #aaa;
	background: white;
}
.maintab_first
{
}
.maintab_back
{
}
.maintab_last
{
}
.maintab_active_first
{
}
.maintab_active_back
{
}
.maintab_active_last
{
}
/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	display: block;
	padding: 4px;
	background: #f6f6f6;
	float: left;
	margin-right: 1px;
	font-size: x-small;
	color: black;
}
.maintab_active_back a:link , .maintab_active_back a:visited
{
	background: #356EA6;
	color: white;
	text-decoration: none;
}
.maintab_back a:hover, .maintab_active_back a:hover
{
	background: #356EA6;
	color: white;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
}
.mirrortab_back, .mirrortab_active_back
{
	padding: 1px;
	border: solid 1px #aaa;
	background: white;
}
.mirrortab_first
{
}
.mirrortab_back
{
}
.mirrortab_last
{
}
.mirrortab_active_first
{
}
.mirrortab_active_back
{
}
.mirrortab_active_last
{
}
/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	display: block;
	padding: 4px;
	background: #f6f6f6;
	float: left;
	margin-right: 1px;
	font-size: x-small;
	color: black;
}
.mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	background: #356EA6;
	color: white;
	text-decoration: none;
}
.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	background: #356EA6;
	color: white;
	text-decoration: none;
}
#wrapper {
	margin: 0 auto;
}
#header {
	position: relative;
	height: 290px;
	overflow: hidden;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(images/control1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-bottom-style: none;
}
#head-r {
	height: 277px;
	background-color: transparent;
}
#head-l {
	
	background-repeat: no-repeat;
	background-position: 0 0;
}
#logo {
	position: absolute;
	top: 20px;
	left: 25px;
	display: block;
	width: 616px;
	height: 277px;
	cursor: pointer;
}
#userarea {
	height: 65px;
	float: right;
	padding: 10px 25px 0 0;
	text-align: right;
	font-size: 1em;
	color: #003300;
	font-family: optima, serif;
}
#userarea a:link, #userarea a:visited {
	color: #0099FF;
	text-decoration: none;
	border-bottom: 1px dotted #FEFEFE;
}
#userarea a:hover {
	color: #FF0000;
	text-decoration: none;
	border-bottom: 1px dotted #121212;
}
#search {
	 float: right;
	 padding: 25px 25px 0 0;
	 margin: 0;
	 clear: both;
}
.inputs {
	color: #000;
	font-weight: normal;
	border: 3px solid #000000;
	text-indent: 0.2cm;
	background-color: #FFFFFF;
}
.inputs:hover {
	border: 3px solid #F9EE52;
}
#toolbar {
	background: #2A74AA url(./images/img/mainNavigatBg.gif) repeat-x;
	font-size: 1.0em;
	height: 32px;
}
#mainNavigat{height:32px;background: url(images/img/menu.jpg) repeat-x;}
#mainNavigat ul {margin:0 0 0 10px;}
#mainNavigat li {
	display:block;
	float:left;
	background: url(images/img/menu2.jpg) right repeat-y;
}
#mainNavigat a:link,#mainNavigat a:visited {
	display:block;
	padding:9px 16px;
	color: #FFFFFF!important;
	text-decoration: none;
	font-family: tahoma;
	font-size: 12px;
	line-height: 10px;
}
#mainNavigat li#active {
	text-decoration: none!important;
	background-color: #FFFFFF;
}
#mainNavigat  ul li a:hover {
	text-decoration: none!important;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: right;
	color: #FFFFFF;
}
#mainNavigat #active a:link,#mainNavigat #active a:visited {
	color: #006600!important;
}
#mainarea {
	padding: 10px;
	background-color: #CCFF99;
	background-repeat: repeat-x;
	background-position: 0 0;
	color: #003300;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	
}
#cover {
	background-color: #CCFF99;
	margin: 0px;
}
#footer {
	height: 78px;
	background: #FFFFFF url(images/footer.jpg);
	color: #000000;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #BEC7E6;
	border-bottom: 1px solid #BEC7E6;
	clear: both;
	margin: 0px;
}
#footerarea {
	 text-align: center;
	 padding: 10px;
}
#footerarea {
	font-family: Tahoma;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
#footerarea a:link {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#footerarea a:visited {
	font-family: Tahoma;
	font-size: 10px;
	color: #FF0000;
	text-decoration: none;
}
#footerarea a:hover {
	font-family: Tahoma;
	font-size: 10px;
	color: #FF0000;
	text-decoration: underline;
}
/* 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;
}

.imageiuo
{
	float:left;
	padding: 5px;
	margin-bottom: 30px;
	clear: both;
}