body
{
  background: #B0B0B0;
  color: #000;
  font: 10pt "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  padding: 10px;
  margin: 0;
}

* html #body_minwidth {
  padding-left: 980px;
  height: 1px;
}

* html #body_container {
  position: relative;
  margin-left: -980px;
  height: 1px;
}

* html #body_layout {
  height: 1px;
}

#body_site {
  width: 980px;
  margin: auto;
}

img { border: 0; }

a { color: #000; text-decoration: none; }

a:hover { color: #B30000; }

.col1, .smallcol1, .hlightcol1
{
  color: #B60000;
}

.col2, .smallcol2, .hlightcol2
{
  color: #174895;
}

.col3, .smallcol3, .hlightcol3
{
	color: #243B5D;
}

.neutral2, .smallneutral2, .hlightneutral2
{
	color: #888888;
}

.neutral1, .smallneutral1, .hlightneutral1
{
	color: #fff;
}

.smallcol1, .smallcol2, .smallcol3, .smallfont, .smallneutral1, .smallneutral2
{
  font: 11px tahoma, arial, verdana, geneva, lucida, 'lucida grande', helvetica, sans-serif;
}

.hlightcol1, .hlightcol2, .hlightcol3, .hlight, .hlightneutral1, .hlightneutral2
{
  font-weight: bold;
}

.news_title
{
	font: 20px "trebuchet MS", helvetica, sans-serif;
}

div.bloctext a, div.bloctext a:hover
{
	font-weight: bold;
	color: #B60000;
}

a.funderline, a.underline:hover
{
  text-decoration: underline; 
}

.clear {
  height: 1px !important;
  height: auto;
  clear: both;
}

.fright {
    float: right;
}

.fleft {
    float: left;
}

.main {
  width: 100%;
  background: #FFF;
}

table.comment {
	width: 100%;
}

table.comment td.chead {
	padding: 3px;
	background-color: #767676;
	color: white;
}

table.comment td.clat {
	background-color: #d9dade;
	padding: 4px;
	vertical-align: top;
	text-align: center;
	width: 25%;
}

table.comment td.cbody {
	background-color: #edeef2;
	padding: 6px;
	vertical-align: top;
}


#header_t {
  height: 100px;
  background: url(skin/common/header_t.png) repeat-x;
}

#header_tl {
  height: 100px;
  background: url(skin/common/header_tl.png) left no-repeat;
}

#header_tl_pngf {
  height: 100px;
  background: url(PngFactory/img/header_tl_pngf.png) left no-repeat;
}

#header_tr {
  height: 100px;
  background: url(skin/common/header_tr.png) right no-repeat;
}

#header_b {
  height: 40px;
  background: url(skin/common/header_b.png) repeat-x;
  color: #FFF;
  font-size: 14px;
}

#header_bl {
  height: 40px;
  background: url(skin/common/header_bl.png) left no-repeat;
}

#header_br {
  height: 40px;
  background: url(skin/common/header_br.png) right no-repeat;
}

#dock {
  position: relative;
  width: 400px;
  height: 80px;
  top: 20px;
  float: right;
}

#nav_bar {
  width: 288px;
  height: 48px;
  margin: auto;
}

#nav_bar_0, #nav_bar_1, #nav_bar_2, #nav_bar_3, #nav_bar_4, #nav_bar_5, #nav_bar_6 {
  float: left;
  padding-top: 24px;
}

#header_text {
  position: relative;
  top: 8px;
  left: 25px;
  float: left;
}

#header_text a {
  color: #FFF;
}

#header_text a:hover {
  color: #B60000;
}

#header_text img {
  vertical-align: bottom;
  cursor: pointer;
}


#header_menu {
  position: relative;
  float: right;
  right: 10px;
}

#header_menu ul {
  margin: 0;
  list-style: none;
}
  
#header_menu li {
  float: left;
  background: url(skin/common/menu_sep.png) no-repeat left top;
  padding: 0 0 0 9px;
}

#header_menu .invisible {
  width: 1px;
  background: none;
}
  
#header_menu a {

  display: block;
  background: url(skin/common/menu_sep.png) no-repeat right top;
  padding: 8px 15px 8px 5px;
  color: #FFF;
}

#header_menu img {
  float: left;
  margin-right: 5px;
}
  
#header_menu .other a:hover {
  background: url(skin/common/menu_hover.png) no-repeat right top;
}
  
#header_menu .current {
  background: url(skin/common/menu_sep_current.png) no-repeat;
}
  
#header_menu .current a {
  background: url(skin/common/menu_current.png) no-repeat right top;
  color: #263C5F;
}

#sheet_top_left {
    background:url(skin/common/sheet_top_left.png) no-repeat left;
    width: 15px;
    height: 12px;
}

#sheet_top_tile {
    background:url(skin/common/sheet_top_tile.png) repeat-x;
    height: 12px;
}


#sheet_top_right {
    background:url(skin/common/sheet_top_right.png) no-repeat right;
    width: 15px;
    height: 12px;
}

#sheet_left {
    background:url(skin/common/sheet_left.png) repeat-y left;
    width: 15px;
}


#sheet_right {
    background:url(skin/common/sheet_right.png) repeat-y right;
    width: 15px;
}

.module_font {
    font: 12px arial, helvetica, sans-serif;
    color: #243B5D;
}

.module_font a:link, .module_font a:visited, .module_font a:active {
    color: #243B5D;
}

.module_top_left {
    background:url(skin/common/module_top_left.png) no-repeat;
    width: 2px;
    height: 21px;
}

.module_top_tile {
    background:url(skin/common/module_top_tile.png) repeat-x;
    height: 21px;
    color: white;
}

.module_top_tile a:link, .module_top_tile a:active, .module_top_tile a:visited {
    color: white;
}

.module_top_right {
    background:url(skin/common/module_top_right.png) no-repeat;
    width: 2px;
    height: 21px;
}

.module_left {
    background:url(skin/common/module_left.png) repeat-y;
    width: 2px;
    height: 100%;
}

.module_right {
    background:url(skin/common/module_right.png) repeat-y right;
    width: 2px;
    height: 100%;
}

.module_bottom_left {
    background:url(skin/common/module_bottom_left.png) no-repeat;
    width: 2px;
    height: 2px;
}

.module_bottom_tile {
    background:url(skin/common/module_bottom_tile.png) repeat-x;
    height: 2px;
}

.module_bottom_right {
    background:url(skin/common/module_bottom_right.png) no-repeat;
    width: 2px;
    height: 2px;
}

.module_content {
    background-color: #edeef2;
    padding: 5px;
}

#footer_left {
    background:url(skin/common/footer_left.png) no-repeat left;
    width: 15px;
    height: 42px;
}

#footer_tile {
    background:url(skin/common/footer_tile.png) repeat-x;
    height: 42px;
    color: white;
}

#footer_right {
    background:url(skin/common/footer_right.png) no-repeat right;
    width: 15px;
    height: 42px;
}

.hr_tile {
    background:url(skin/common/hr_tile.png) repeat-x;
    height: 7px;
}

.hr_fadeout {
    background: url(skin/common/hr_fadeout.png) no-repeat right top;
    height: 7px;
    float:right;
    width: 213px;
}

.imgtitle {
	padding-bottom: 2px;
}

.vb_sep {
    background:url(skin/common/vb_top_sep.png) no-repeat;
    height: 15px;
    float: right;
}


.vb_top_left {
    background:url(skin/common/vb_top_left.png) no-repeat;
    width: 4px;
    height: 26px;
}

.vb_top_tile {
    background:url(skin/common/vb_top_tile.png) repeat-x;
    height: 26px;
    color: #243B5D;
    font-weight: bold;
}

.vb_top_right {
    background:url(skin/common/vb_top_right.png) no-repeat;
    width: 4px;
    height: 26px;
}


.vb_bottom_left {
    background:url(skin/common/vb_bottom_left.png) no-repeat;
    width: 4px;
    height: 4px;
}

.vb_bottom_tile {
    background:url(skin/common/vb_bottom_tile.png) repeat-x;
    height: 4px;
}

.vb_bottom_right {
    background:url(skin/common/vb_bottom_right.png) no-repeat;
    width: 4px;
    height: 4px;
}

.vb_bg_left {
    background:url(skin/common/vb_bg_left.png) no-repeat;
}

.vb_bg {
    background:url(skin/common/vb_bg_tile.png) repeat-x;
}

.vb_bg_right {
    background:url(skin/common/vb_bg_right.png) no-repeat;
}

.vb_tbody {
    background:url(skin/common/vb_bg_tile.png) repeat-x;
}

.pngf_left {
    background:url(skin/common/pngf_left.png) no-repeat left bottom;
    width: 5px;
    height: 102px;
    float: left;
}

.pngf_tile {
    background:url(skin/common/pngf_tile.png) repeat-x;
    height: 102px;
}

.pngf_right {
    background:url(skin/common/pngf_right.png) no-repeat right bottom;
    width: 5px;
    height: 102px;
    float: right;
}

.pngf_logo {
    background:url(skin/common/pngf_logo.png);
    width: 179px;
    height: 102px;
    float: right;
}

.pngf_font, .pngf_font a:visited, .pngf_font a:link, .pngf_font a:active {
    color: white;
    font: 13px trebuchet MS, helvetica, sans-serif;
}

.flashblue_left {
    background:url(skin/common/flashblue_left.png) no-repeat left bottom;
    width: 6px;
    height: 197px;
    float: left;
}

.flashblue_tile {
    background:url(skin/common/flashblue_tile.png) repeat-x;
    height: 197px;
}

.flashblue_right {
    background:url(skin/common/flashblue_right.png) no-repeat right bottom;
    width: 6px;
    height: 197px;
    float: right;
}

.separator {
    background: url(skin/common/separator.png) no-repeat top;
    padding-right: 15px;
    width: 5px;
    height: 200px;
}

.separator_sym {
    background: url(skin/common/separator_sym.png) no-repeat top;
    padding-right: 15px;
    width: 3px;
    height: 312px;
}

.bg_news {
    background:url(skin/common/bg_news.png) no-repeat right bottom;
    float: left;
    width: 300px;
}

.bg_download {
    background: url(skin/common/bg_download.png) no-repeat right bottom;
    height: 256px;
}

.bg_threadselection {
    background:url(skin/common/bg_threadselection.png) no-repeat right bottom;
    height: 116px;
}

.toolbar_title, .toolbar_title a:visited, .toolbar_title a:link, .toolbar_title a:active {
    background-color: #2d2d2d;
    height: 21px;
    color: white;
    font: 11px arial, helvetica, sans-serif;
    font-weight: bold;
    padding-left: 4px;
    padding-right: 2px;
}

.navbar_title, .navbar_title a:visited, .navbar_title a:link, .navbar_title a:active {
    background:url(skin/news/navbar_title.png) repeat-x;
    height: 19px;
    color: white;
    font: 11px arial, helvetica, sans-serif;
    font-weight: bold;
    padding-left: 2px;
    padding-right: 2px;
}

#popup_user {
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	opacity: 0.95;
	width: 450px;
	position:absolute;
	display:none;
	background-color: #fdf8db;
	border: 1px solid #000000;
	padding: 5px;
}