body {
	
	font-family: "tahoma", "arial", "helvetica", "sans-serif";
	font-size: 8pt;
	/*background-color: #202020; */
	background: url('../pic/back_v2.png');
	color: #000000;
	margin-top: 0px;
	margin: auto;
}


table {
  border-collapse: collapse;
  border: none;
  background-color: #FFF;


}

table.main, table.mainouter {
  background-color: #eee;
}

.main2 {
  border: 1px solid #222;
  border-bottom: none;
  border-top: none;
  border-left: none;
  border-right: none;
}

table.main_alt {
  padding: 5px;
}

table.bottom {
  background: transparent;

}

h1 {
  font-size: 12pt;
}

h2 {
  font-size: 10pt;
  margin-bottom: 6px;
}

h2.index {
  font-size: 10pt;
  /*margin-bottom: 6px;*/
  /*text-shadow: #BBBBBB 2px 2px 0px;*/
}

p {
	font-size: 8pt;
}

p.sub { 
  margin-bottom: 4pt;
}

td {
	font-size: 8pt;
	border: solid #222 1px;

}

td.outer {
  border: 1px solid #000000;
  border-top: none;
  border-bottom: none;
  padding: 0px;
}

td.msg2 {
  padding: 0px;
  border: 0px;
  background: transparent;

}

td.msg {
	font-size: 8pt;
	border: solid #369 0px;

}

td.embedded {
   border: none;
   padding: 0px;
	text-align: left;
}

td.bottom {
  border: none;
}

td.heading {
  font-weight: bold;
}

td.text {
  padding: 10pt;
  text-align: left;
}

td.comment {
  padding: 10pt;
  font-size: 8pt;
  text-align: left;

}

td.colhead {
  font-weight: bold;
  color: #000000;
  background-color: #EEEEEE;
}

td.rowhead {
  font-weight: bold;
  text-align: right;
  vertical-align: top;
}

td.title {
	font-size: 14pt;
}

td.navigation {
	font-weight: bold;
	font-size: 10pt;
   border: none;
}

td.navigation2 {
	font-weight: bold;
	font-size: 8pt;
   border: none;
   background: #fff;
}

td.navigation3 {
	font-weight: bold;
	font-size: 8pt;
   border: none;
   background: #fff;
}

td.navigation_daz {
	border: 0px;
	background: url('/pic/site_menu_bg.png') repeat-x;
	font-family: Verdana;
	font-weight: bold;
	font-size: 10pt;
	width: 1px;
	text-shadow: 1px 1px 0px #222;
}

td.navigation_daz a:link, td.navigation_daz a:visited {
	color: #f1f1f1;
}

td.navigation_daz a:hover {
	color: #ffffff;
}


td.clear {
  padding: 0px;
  border: 0px;
  background: transparent;
  margin: 0px;
}

td.clear_user {
  padding: 0px;
  border: 0px;
  background-color: transparent;
  margin: 0px;
}

td.clear_userbar {
  padding: 3px;
  border: 0px;
  background-color: transparent;
  margin: 0px;
}

td.clear2 {
  padding: 0px;
  border: 0px;
  background: #f8f8f8;
}

form {
	margin-top: 0;
	margin-bottom: 0;
}

.sublink {
	font-style: italic;
	font-size: 7pt;
	font-weight: normal;
}

font.gray
{
  color: #ACA899;
  text-decoration: underline;
}

a:link, a:visited {
  text-decoration: none;
  color: #000000;

}

a:hover {
  color: #BF0000;
text-decoration: underline;
}

a.index {
	font-weight: bold;
}

a.biglink {
	font-weight: bold;
	font-size: 12pt;
}

a.altlink:link, a.altlink:visited{
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

a.altlink:hover {
  text-decoration: underline;
}

a.altlink_blue:link, a.altlink_blue:visited{
	font-weight: bold;
	color: #004E98;
	text-decoration: none;
}

a.altlink_blue:hover {
  text-decoration: underline;
}

a.altlink_green:link, a.altlink_green:visited{
	font-weight: bold;
	color: #007800;
	text-decoration: none;
}

a.altlink_green:hover {
  text-decoration: underline;
}

.important {
	font-weight: bold;
	font-size: 8pt;
}

pre.enfo {
	font-size:9pt;
	font-family: "Courier New", monospace;
	line-height:normal;
}

.red {
	color: #ee0000;
}

.yellow {
	color: #997700;
}

.green {
	color: #000000;
}

input, select, textarea {
	font-family: "tahoma", "arial", "helvetica", "sans-serif";
	font-size: 8pt;
}

.main_index {
  width: 935px;
  height: 99%;
  border: 0px;
  /*border: 1px solid #000000;*/
}

.newsitem {
  /*background: #e0e0e0 url('/pic/loadbarbg.gif') repeat-x;*/
  background: #EEEEEE;
  font-size: 10pt;
  padding: 5px;
}

.btn {
  width: 75px;
  height: 23px;
}

.small {
  font-size: 7pt;
}

.big {
  font-size: 10pt;
}

li {
  margin-top: 6pt;
  margin-bottom: 6pt;
}

ul {
  margin-left: 16pt;
  margin-top: 0px;
  margin-bottom: 0px;
}

img.border  
{  
  border-style: solid;  
  border-color: #000000; 
  border-width: 1px; 
}

a.forumlink
{
   text-decoration:underline;
   color:#666666;
}
a.forumlink:hover {
  text-decoration: underline;
color:#ff0000;
}
/* Default DOM Tooltip Style */
div.domTT {
	border: 1px solid #333333;
	background-color: #333333;
}
div.domTT .caption {
	font-family: serif;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 2px;
	color: #FFFFFF;
}
div.domTT .contents {
	font-size: 12px;
	font-family: sans-serif;
	padding: 3px 2px;
	background-color: #F1F1FF;
}

/* Classic Style */
div.domTTClassic {
	border: 1px solid black;
	background-color: InfoBackground;
}
div.domTTClassic .caption {
	font-family: serif;
	font-size: 13px;
	_font-size: 12px;
	font-weight: bold;
	font-style: italic;
	padding: 1px 2px;
}
div.domTTClassic .contents {
	color: InfoText;
	font-size: 13px;
	_font-size: 12px;
	font-family: Arial, sans-serif;
	padding: 1px 2px;
	_padding-bottom: 0;
}

/* Win9x Style */
div.domTTWin {
  border: 2px outset #BFBFBF;
  background-color: #808080
}
div.domTTWin .caption {
  border: 0px solid #BFBFBF;
  border-width: 2px 1px 0px 1px;
  background-color: #00007F;
  padding: 2px;
  font-size: 12px;
  font-weight: bold;
  font-family: sans-serif;
  color: white;
}
div.domTTWin .contents {
  border: 1px solid #BFBFBF;
}

/* Overlib Style */
div.domTTOverlib {
	border: 1px solid #333366;
	background-color: #333366;
}
div.domTTOverlib .caption {
	font-family: Verdana, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
div.domTTOverlib .contents {
	font-size: 12px;
	font-family: Tahoma, Helvetica;
	font-weight: bold;
	padding: 2px;
	background-color: #FFFFFF;
}

ul.simple {
	margin: 0px;
	padding: 0px;
}

.mailunreadicon {
	display: inline;
	float: left;
	width: 10px;
	height: 10px;
	margin-right: 2px;
	margin-top: 2px;
	background-repeat: no-repeat;
	list-style: none;
}
table.nobordermain, table.noborderouter {
 background-color: #F5F4EA;
 border: 0px none;
 
}

table.noborder {
	border: 0px;
}

#donmeter {
	color: #BF0000;
	position:absolute;
	margin: none;
	margin-left: 875px;
	margin-top: 5px;
	cursor: pointer;
}

#userbar {
	position:absolute;
	margin-left: 830px;
	margin-top: 190px;
	margin: none;
}

