 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #E5E5E5;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}
img { margin:0px; padding:0px;}
/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #616656;  }
a:hover		{  text-decoration: underline; color : #616656; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; /* border: 1px #98AAB1 solid; */}
.bodyline .head	{ background-color: #221e1b; /* border: 1px #98AAB1 solid; */ }
/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 2px #cecece solid; }


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #EFEFEF; }
td.row2	{ background-color: #DEE3E7; }
td.row3	{ background-color: #D1D7DC; }


/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #FFFFFF;
		background-image: url(../imageset/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #ffffff; font-size: 11px; font-weight : bold;
	background-color: #797f6b; height: 25px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(../imageset/cellpic1.gif);
			background-color:#d8dacf; border: #cecece; border-style: solid; height: 28px;
}


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px;}
td.row3Right,td.spaceRow {
	background-color: #D1D7DC; border: #FFFFFF; border-style: solid; }

th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #000000;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #616656; }
a.gen,a.genmed,a.gensmall { color: #616656; text-decoration: underline; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #616656; text-decoration:none; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #ffffff;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #616656}
a.cattitle		{ text-decoration: underline;  color : #616656; }
a.cattitle:hover{ text-decoration: none;}


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #616656; }
a.forumlink 	{ text-decoration:underline; color : #616656; }
a.forumlink:hover{ text-decoration:none; color : #616656; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #797f6b;}
a.nav			{ text-decoration: none; color : #616656; }
a.nav:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #616656; }
a.topictitle:visited { text-decoration: none; color : #616656; }
a.topictitle:hover	{ text-decoration: underline; color : #616656; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #616656;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #616656; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link	{ text-decoration: none; color : #616656 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}


/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #DEE3E7; border-style: none; }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

html, body {
	min-height: 100%;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #414141;
	font-size: 11px;
	position: relative;
}
body.mainForm { background:url(../imageset/bg.gif) center top no-repeat; }
#container { width:1003px; }
html/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

>body, html>body  #container {
	height: auto;
}

/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */

body {
	margin: 0;
	font-family: Arial, sans-serif; 
}
/*#container { width:1005px; margin:auto; }*/
#main {
	margin-bottom: 0em;
	height: auto;
	padding: 0em;
}

/***************************************
#footer
{
	background-image: url(../imageset/footer_link.gif);
	background-repeat: repeat-x;
	clear: both;
	font-family: Georgia;
	font-size: 11px;
	height: 226px;
	position: relative;
	width: auto;
	margin-top: 10px ;
}
#footer-credit
{
	background-image: url(../imageset/footer.gif);
	background-repeat: repeat-x;
	color: #686662;
	font-family: Georgia;
	font-size: 11px;
	height: 50px;
	padding-top: 10px;
	text-align: center;
	
}
#footer-credit a
{
color:#686562;
text-decoration:underline;
}
#footer-credit a:hover
{
color:#f6f6f4;
text-decoration:none;	
}
***************************************/

#footer
{
	background-image: url(../imageset/footer_link.gif);
	background-repeat: repeat-x;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/* height: 226px; */
	position: relative;
	width: auto;
	margin-top: 10px ;
	background-color: #D8DACF; /* Added by Vojin */
	height: 200px; /* Added by Vojin */
	_height: 220px;
}

.fblock02, .fblock03  {
	width: 140px!important;
}

#footer-credit
{
	background-image: url(../imageset/footer.gif);
	background-repeat: repeat-x;
	color: #686662;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 28px;
	padding-top: 15px;
	/* text-align: center; */
	padding-left: 370px;
	
}


.contain-temp{float: left;
	width: 245px;
	height: auto;
	line-height: 16px;
	white-space: normal;}
	
	
	.donw-credit-temp{
	font-size: 13px;
	font-weight: bold;
	color: #797D62;
	line-height: 20px;
}
	.donw-credit-temp span{
	font-size: 13px;
	font-weight: bold;
	color: #000;
}
.mess-demo{
	background-image: url(../imageset/demo-mess.gif);
	background-repeat: no-repeat;
	height: 131px;
	width: 771px;
}


.footer-container
{
	/* width: 570px;
	margin: 0 auto;
	padding-left:35px; */
	
	/* margin-left: 225px; */
	width: 570px;
	_width: 700px;
	margin-left: 325px;
	padding-top: 45px;
	clear: both;
}
.footer-link
{
	border-right-color: #FFFFFF;
	border-right-style: dashed;
	border-right-width: 1px;
	color: #6a604c;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	left: 253px;
	line-height: 18px;
	margin-right: 20px;
	width: 240px;
	height:130px;
}

.footer-link h1
{
	background-image: url(../imageset/title_info.gif);
	background-repeat: no-repeat;
	height: 21px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	width: 210px;
}
.footer-link h2
{
	background-image: url(../imageset/title_network.gif);
	background-repeat: no-repeat;
	height: 21px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	width: 120px;
}
.footer-link_in
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin-left: 2px;
}
.footer-link01
{
	color: #6a604c;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	left: 253px;
	line-height: 18px;
	width: 240px;
}
.footer-link02
{
	color: #6a604c;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	left: 253px;
	line-height: 18px;
	width: 100px;
}
.footer-link02 h2
{
	background-image: url(../imageset/title_partner.gif);
	background-repeat: no-repeat;
	height: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	width: 199px;
}

.contain-temp{float: left;
	width: 245px;
	height: auto;
	line-height: 16px;
	white-space: normal;}
	
	
	.donw-credit-temp{
	font-size: 13px;
	font-weight: bold;
	color: #797D62;
	line-height: 20px;
}
	.donw-credit-temp span{
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#top {
	background-image: url(../imageset/top.gif);
	height: 33px;
	background-repeat: no-repeat;
}
#top-header {
	background-image: url(../imageset/top_header.gif);
	background-repeat: no-repeat;
	height: 74px;
}
#userlogin
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px!important;
	margin-left: 610px;
	padding-top: 3px;
}

.logged-out
{
	margin-left:784px !important;
	padding-top:8px !important;
}
#userlogin a
{
	color: #cde855;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px!important;
	text-decoration:none;

}
#userlogin a:hover
{
	color: #cde855;
	font-family: Arial;
	font-size: 11px;
	text-decoration:none;

}
#userlogin li
{
	color: #FFFFFF;
	display: inline;
	list-style-type: none;
	padding-left: 0px;
	padding-right: 0px;
}
#header-link {
	background-image: url(../imageset/header_link.gif);
	height: 53px;
	background-repeat: no-repeat;
}
#header-link01 {
	background-image: url(../imageset/re-header_link01.gif);
	height: 53px;
	background-repeat: no-repeat;
}
#header-link1 {
	background-image: url(../imageset/header_link.gif);
	height: 36px;
	background-repeat: no-repeat;
}
.header-links
{
	color: #797d62;
	font-family: Arial;
	font-size: 11px;
	margin-top: 0px;
	padding-top: 10px;
	margin-right: 7px;
}
.header-links li
{
	background-attachment: fixed;
	background-position: left top;
	background-repeat: no-repeat;
	color: #797d62;
	display: inline;
	list-style-type: none;
	padding-left: 32px;
	padding-right: 0px;
}
ul.header-links .left
{
	float: left;
}
ul.header-links .right
{
	float: right;
}

#maincontent {
	float: right;
	width: 795px;
	background-image: url(../imageset/bg_main.gif);
	background-repeat: no-repeat;
	position: relative;
	clear: both;
	left: 0px;
	margin-top: -16px;
	margin-bottom: 10px;
}
#maincontent1 {
	background-image: url(../imageset/bg_main.gif);
	background-repeat: no-repeat;
	position: relative;
	clear: both;
	left: 0px;
	margin-top:2px; !important
	margin-bottom: 10px;
}
#top-image {
	background-image: url(../imageset/top_image.gif);
	height: 257px;
	width: 766px;
	background-repeat: no-repeat;
	margin-left: 15px;
	margin-top: 10px;
}
.welcomenote {
	width: 50%;
	padding-left: 28px;
	margin-top: 0px;
	font-size: 18px;
	color: #FFFFFF;
	padding-top: 190px;
}
#nav-container {
	width: 875px;
	float: right;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#underlinemenu{
margin: 0;
padding: 0;
}

#underlinemenu ul{
	margin: 0;
	margin-bottom: 0em;
	padding-left: 0px;
	float: left;
	font-weight: bold;
	width: 100%;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
	float: left;
	font-weight: bold;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

#underlinemenu ul li a:hover{
	color: black;
	border-bottom: 4px solid #cde855;
	padding-bottom: 0;
}
.red-star{
	font-size: 12px;
	color: #FF0000;
}
.green-star{
	font-size: 12px;
	color: #009900;
}
fieldset {
	color: #797F6B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
	border: 1px solid #CECECE;
}
.txt-verdana11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#apDiv1 {
	/* font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	position:absolute;
	left:833px;
	top:5px;
	width:161px;
	height:25px;
	z-index:2; */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	position:absolute;
	left:790px;
	top:7px;
	width:201px;
	height:25px;
	z-index:2;
	text-align:right;
	color:#FFFFFF;
}
#apDiv1 a{
	text-decoration:none;
	color:#FFFFFF;
}
#apDiv1 a:hover{
	text-decoration:underline;
}
#apDiv12 {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	left:833px;
	top:5px;
	width:161px;
	height:25px;
	z-index:2;
	text-align:center;
}
#apDiv12 a{
font-family:Arial;
color:#FFFFFF;
text-decoration:none;
}
#apDiv12 a:hover{
font-family:Arial;
color:#FFFFFF;
text-decoration:underline;
}
.input02 {
	font-family: Arial;
	font-size: 11px;
	color: #808080;
	width: 110px;
}
.welcome{
font-family:Arial;
font-size:12px;
color:#cde855;

}
#apDiv1nw018 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	position:absolute;
	left:790px;
	top:7px;
	width:201px;
	height:25px;
	z-index:2;
	text-align:right;
	color:#FFFFFF;
}
#apDiv1nw018  a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	/*border-bottom:#f54d00 1px solid;*/
	padding-bottom:2px;
}
#apDiv1nw018  a:hover{
	text-decoration:underline;
	/*border-bottom:#fff 1px solid;*/
	padding-bottom:2px;
}
#userlogin-new01
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	margin-left: 600px;
	padding-top: 3px;
}
#userlogin-new01 table
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
}
#userlogin-new01 a
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
}
#userlogin-new01 a:hover
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;

}
.welcomeID{
font-family:Arial;
font-size:11px;
color:#FFFFFF;

}
.welcomeID a{
font-family:Arial;
font-size:11px;
color:#FFFFFF;

}
.welcomeID a:hover{
font-family:Arial;
font-size:11px;
color:#FFFFFF;

}

.legend {
	text-align:center;
	margin: 0 auto;
}



