/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		subsilver2
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		psoTFX and the phpBB team ( http://www.phpbb.com )
	
	This is an alternative style for phpBB3 for those wishing to stay with
	the familiar subSilver style of phpBB version 2.x
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ #f0f0f0*/
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	background-color: #294e56;;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
}


#wrapheader {
/*	min-height: 120px;
	height: auto !important;
	height: 120px;
	background-image: url('./images/background.gif');
	background-repeat: repeat-x;*/
	padding: 0 25px 15px 25px;
	padding: 0;
}
*/


#wrapcentre {
	margin: 5px 25px 0 5px;
}

#wrapfooter {
	text-align: center;
	clear: both;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}

#logodesc {
	margin-bottom: 5px;
	padding: 5px 25px;
	background: #D9DFE4;
	border-bottom: 1px solid #4787A7;
}

#menubar {
	margin: 0 25px;
}

#datebar {
	margin: 10px 25px 0 25px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: black;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
	white-space: normal;
	font-size: 1.2em;

	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 0 0 0 0;

}

p.breadcrumbs a,
p.breadcrumbs a:visited {
	color: #000000 !important;
	text-decoration: none;
}

p.breadcrumbs a:hover {
	text-decoration: underline;
}

.rtl #breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	margin: 10px 25px 0 25px;
	padding: 0px 0;
	white-space: nowrap;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
}

.postauthor {
	color: #000000;
}

.postdetails {
	color: #000000;
}

.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: yellow;
}

.nav {
	margin: 0;
	color: black;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: black;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.gensmall {
	margin: 1px 1px;
	font-size: 1em;
}

.copyright {
	color: #444;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.titles {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */

th {
	color: #f0f0f0;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #336666;
/*	background-image: url('./images/cellpic3.gif');*/
	white-space: nowrap;
	padding: 7px 5px;
	text-align: center;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

.tablebg {
	background-color: #CCCCCC;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
/*	background: white url('./images/cellpic2.jpg') repeat-y scroll top left;*/
}
.rtl .catdiv {
/*	background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right; */
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #CCCCCC;
/*	background-image: url('./images/cellpic1.gif'); */
	text-indent: 4px;
}

.row1 {
	background-color: #E2E3E5;
	padding: 4px;
}

.row2 {
	background-color: #D8D9DD;
	padding: 4px;
}

.row3 {
	background-color: #CCCCCC;
	padding: 4px;
}

.rowgood {
	background-color: #C2D6CD;
	padding: 4px;
}

.rowneutral {
	background-color: #C1CED7;
	padding: 4px;
}

.rowbad {
	background-color: #C1D7C8;
	padding: 4px;
}

.spacer {
	background-color: #D1D7DC;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC;
}

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

/* Links
 ------------ */
a:link {
	color: #1E4E4E;
	text-decoration: none;
}

a:active,
a:visited {
	color: #1E4E4E;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a.forumlink {
	color: #1E4E4E;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}

a.topictitle {
	margin: 1px 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

a.topictitle:visited {
	color: #336666;
	text-decoration: none;
}

th a,
th a:visited {
	color: #f0f0f0 !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #A9B8C2;
	background-color: #FAFAFA;
}

textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
	background-color: transparent;
}

.post {
	background-color: white;
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}

.btnmain {
	font-weight: bold;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #DEE3E7;
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9C2AD;
	color: #222222;
	background-color: #A9C2AD;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9C2AD;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #FAFAFA;
	color: #222222;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9C2AD;
	color: #222222;
	background-color: #A9C2AD;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9C2AD;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #222222;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #FAFAFA;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #336666;
}

.syntaxdefault {
	color: #02710D;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #1A4400;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #A9C2AD;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: black;
	background-color: #00A62F;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: bold;
}


/*
When changing styles, rename style in page_top.php, page_top_forum.php and page_header.php

Last changed: Oct 2, 2006
*/


.main {	text-align: left; border-left: 1px solid #000; border-right: 1px solid #000; background-color: #f0f0f0; margin: 0 0; padding: 0 0; }
/* 
#main_forum { text-align: left; border-left: 1px solid #000; border-right: 1px solid #000; background-color: #f0f0f0; padding: 0px 0; }
 */

/* Neutralize styling: From http://kurafire.net/ */
/* html, body, form, fieldset { margin: 0; padding: 0; font: 100%/100% Arial, Verdana, Helvetica, sans-serif; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, address { margin: 1em 0; padding: 0; }
li, dd, blockquote { margin-left: 1em; }
form label { cursor: pointer; }
fieldset { border: none; }
html .hollyhack {height: 1%;}
 */

/* General
body { background-color: #294e56; color: #000; }
a:link,a:active,a:visited { text-decoration: none; color: #1E4E4E; }
a:hover { text-decoration: underline; color: #000; }
form { display: inline; }
.page_title { font-size: 1.5em; white-space: nowrap; text-align: left; }
.level_title { font-size: 1.3em; white-space: nowrap; }
.normal_text { font-size: 0.8em }
.normal_text input,.normal_text select,.normal_text textarea { font-size: 0.8em; }
 */
/* Input and form style 
input,textarea,select { font: normal 0.8em Verdana, Arial, Helvetica, sans-serif; color: #000000; text-indent: 2px; }
input.post, textarea.post, select.post { border-style: solid; border-width: 1px; border-color: #000000; background-color: #ffffff; }
input.button { background-color: #E7EDE7; }
input.button3 { font-weight: bold; background-color: #E7EDE7; }
 */
/* Top Menu */
#top_menu { margin: 0 0; padding: 0 0; background-color: #000; }
#top_menu_info { padding: 0 0 0 10px; font-size: 1.1em; font-family: Arial, Verdana, Helvetica, sans-serif; background: #000; color: #DDD; }
#top_menu_login { white-space: nowrap; padding: 0 10px 0 0; font-size: 1.3em; font-family: Arial, Verdana, Helvetica, sans-serif; color: #FFF; }
#top_menu_login input {	text-indent: 1px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.7em; font-weight: bold; background-color: #111111; border: 1px solid #eee; color: #ffffff; }
#top_menu_login input.checkbox { border-width: 0px;}
#top_menu_login #login_button { padding: 0; text-transform: uppercase; border: 1px solid #eee; background: #000; }
#top_menu_login a { text-decoration: underline; color: #eee; }
#top_menu_links { margin: 0 0; padding: 0 0 0 10px; white-space: nowrap; font-weight: bold; text-transform: uppercase; font-size: 1.4em; font-family: Verdana, Arial, Helvetica, sans-serif; color: #ccc; }
#top_menu_login a, #top_menu_links a { text-decoration: none; color: #eee; }
#top_menu_login a:hover, #top_menu_links a:hover { text-decoration: underline; color: #ddd; }

/* Game menu row (Default) */
.game_menu_main { width: 100%; margin: 0 0; padding: 0 0; }
.game_menu { width: 100%; background: #D8D9DD; border-left: 1px solid #000; border-right: 1px solid #000; }
.game_menu_title { white-space: nowrap; text-align: center; font-size: 4.0em; font-family: Arial, Verdana, Helvetica, sans-serif; line-height: 1.1; }
.game_menu_title a:link,.game_menu_title a:active,.game_menu_title a:visited  { color: #000; }
.game_menu_title a:hover { color: #000; }
.game_menu_links { text-align: center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1.1em; color: #000; }
.game_menu_links a:link,.game_menu_links a:active,.game_menu_links a:visited  { white-space: nowrap; color: #000; }
.game_menu_links a:hover { white-space: nowrap; color: #000; }
.game_menu_divider { height: 0; border-style: dotted; border-width: 1px 0 0 0; border-color: #000 }
.game_menu_endline { height: 1px; background: #000000; }
/* .game_menu_divider { height: 1px; background: #000000 url(<?php echo $mainurl . $smbv4url; ?>images/dt_menudot.gif) repeat-x; } */

/* Game menu row (Default) version 2 */
.game_menu2 { width: 100%; background: #D8D9DD; border-left: 1px solid #000; border-right: 1px solid #000; }
.game_menu2_topline1 { height: 1px; background: #000; padding: 0; }
.game_menu2_topline2 { height: 1px; background: #ccc; padding: 0; }
.game_menu2_topline3 { height: 1px; background: #333; padding: 0; }
.game_menu2_sidebar {  background-color: #f0f0f0; background-repeat: repeat-x; }
.game_menu2_background { width: 100%; background-color: #f0f0f0; background-repeat: no-repeat; }
.game_menu2_title { white-space: nowrap; text-align: center; font-size: 4em; line-height: 1.1; }
.game_menu2_title a:link,.game_menu_title a:active,.game_menu_title a:visited  { color: #000; }
.game_menu2_title a:hover { color: #000; }
.game_menu2_links { text-align: center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1.1em; color: #f0f0f0; }
.game_menu2_links a:link,.game_menu2_links a:active,.game_menu2_links a:visited  { white-space: nowrap; color: #f0f0f0; }
.game_menu2_links a:hover { white-space: nowrap; color: #f0f0f0; }


/* Bottom row */
#bottom_endline { height: 1px; background: #000; }
#bot_menu { padding: 5px 5px; background: #294e56; color: #EEE; }
#bot_menu td { font: normal 1.0em Verdana, Arial, Helvetica, sans-serif; color: #EEE; }
#bot_menu input,#bot_menu select,#bot_menu textarea { font-size: 1.0em; }
#bot_menu a { color: #EEE; }



/****************************
* STYLE NOT USED ON FORUM
*****************************/


/* Navigation line
#navigation { font-size: 0.8em; font-weight: bold; padding: 0 0 0 5px; color: #000 }
#navigation a:link,#navigation a:active,#navigation a:visited  { text-decoration: none; color: #000; }
#navigation a:hover { text-decoration: underline; color: #000; }
 */


/* Ranking table 
.settings { font-size: 0.8em; font-weight: bold; color: #000000; }
.settings input,.settings select,.settings textarea { font-size: 0.8em; }
.pagination { font-size: 0.7em; white-space: nowrap; font-family: Verdana, Arial, Helvetica, sans-serif; }
.scoreinfo { font-size: 0.8em; }
*/
/* Ranking table cell colors and backgrounds
   Row 1 is used as an alternating row color, but also for single information boxes
   Row 2 is used as an alternating row color, but also for tables with one color
   Row 3 is used as a row header color for tables containing Row 1 and 2 styles
   Row 4 is used as a highligh color   
*/

/* Ranking table cell 
td.es_row1,td.es_row1l,td.es_row1m,td.es_row1r,tr.es_row1 { font-size: 0.8em; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #E2E3E5; color: #000000; border: 1px solid #CCCCCC; }
td.es_row2,td.es_row2l,td.es_row2m,td.es_row2r,tr.es_row2 { font-size: 0.8em; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #D8D9DD; color: #000000; border: 1px solid #CCCCCC; }
td.es_row3,td.es_row3l,td.es_row3m,td.es_row3r { font-size: 0.8em; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #336666; color: #f0f0f0; }
td.es_row4,td.es_row4l,td.es_row4m,td.es_row4r { font-size: 0.8em; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #D3E0E0; color: #000000; border: 1px solid #CCCCCC; }
*/
/* Aligning 
td.es_row1l,td.es_row2l,td.es_row3l,td.es_row4l { text-align: left; padding: 2px 2px 2px 5px; }
td.es_row1m,td.es_row2m,td.es_row3m,td.es_row4m { text-align: center; padding: 2px 2px 2px 2px; }
td.es_row1r,td.es_row2r,td.es_row3r,td.es_row4r { text-align: right; padding: 2px 5px 2px 2px; }
*/
/* Input inside row styles fix, cumbersome! 
.es_row1 input,.es_row1 textarea,.es_row1 select,
.es_row1m input,.es_row1m textarea,.es_row1m select,
.es_row1l input,.es_row1l textarea,.es_row1l select,
.es_row1r input,.es_row1r textarea,.es_row1r select,
.es_row2 input,.es_row2 textarea,.es_row2 select,
.es_row2m input,.es_row2m textarea,.es_row2m select,
.es_row2l input,.es_row2l textarea,.es_row2l select,
.es_row2r input,.es_row2r textarea,.es_row2r select,
.es_row3 input,.es_row3 textarea,.es_row3 select,
.es_row3m input,.es_row3m textarea,.es_row3m select,
.es_row3l input,.es_row3l textarea,.es_row3l select,
.es_row3r input,.es_row3r textarea,.es_row3r select,
.es_row4 input,.es_row4 textarea,.es_row4 select,
.es_row4m input,.es_row4m textarea,.es_row4m select,
.es_row4l input,.es_row4l textarea,.es_row4l select,
.es_row4r input,.es_row4r textarea,.es_row4r select
{ font-size: 0.8em }
*/
/* Row links 
.es_row1 a:link,.es_row1 a:active,.es_row1 a:visited,
.es_row1m a:link,.es_row1m a:active,.es_row1m a:visited,
.es_row1l a:link,.es_row1l a:active,.es_row1l a:visited,
.es_row1r a:link,.es_row1r a:active,.es_row1r a:visited { text-decoration: none; color: #003300; }
.es_row1 a:hover,.es_row1m a:hover,.es_row1l a:hover,.es_row1r a:hover { text-decoration: underline; color: #003300; }
.es_row2 a:link,.es_row2 a:active,.es_row2 a:visited,
.es_row2m a:link,.es_row2m a:active,.es_row2m a:visited,
.es_row2l a:link,.es_row2l a:active,.es_row2l a:visited,
.es_row2r a:link,.es_row2r a:active,.es_row2r a:visited { text-decoration: none; none; color: #003300; }
.es_row2 a:hover,.es_row2m a:hover,.es_row2l a:hover,.es_row2r a:hover { text-decoration: underline; color: #003300; }
.es_row3 a:link,.es_row3 a:active,.es_row3 a:visited,
.es_row3m a:link,.es_row3m a:active,.es_row3m a:visited,
.es_row3l a:link,.es_row3l a:active,.es_row3l a:visited,
.es_row3r a:link,.es_row3r a:active,.es_row3r a:visited { text-decoration: underline; color: #e9e9e9; }
.es_row3 a:hover,.es_row3m a:hover,.es_row3l a:hover,.es_row3r a:hover { text-decoration: underline; color: #f0f0f0; }
.es_row4 a:link,.es_row4 a:active,.es_row4 a:visited,
.es_row4m a:link,.es_row4m a:active,.es_row4m a:visited,
.es_row4l a:link,.es_row4l a:active,.es_row4l a:visited,
.es_row4r a:link,.es_row4r a:active,.es_row4r a:visited { text-decoration: none; color: #003300; }
.es_row4 a:hover,.es_row4m a:hover,.es_row4l a:hover,.es_row4r a:hover { text-decoration: underline; color: #003300; }
*/
/* Box cells, main.php and index.php 
.box_header { font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.8em; text-align: center; background-color: #336666; color: #f0f0f0; }
.box_header a:link,.box_header a:active,.box_header a:visited { color: #f0f0f0; }
.box { font-size: 0.8em; background-color: #D8D9DD; color: #000000; }
.box a:link,.box a:active,.box a:visited  { text-decoration: none; color: #003300; }
.box a:hover { text-decoration: underline; }
.box hr { height: 0; border-style: solid; border-width: 1px 0 0 0; border-color: #333333; }
*/
/* News style, main.php and index.php 
.news_header { height: 40; border: 1px solid #669999; background: #E7EDE7; }
.news_header_large { font-size: 1.1em; }
.news_header_small { font-size: 0.7em; color: #000; }
.news_header a:link,.news_header a:active,.news_header a:visited  { text-decoration: none; color: #000000; }
.news_header a:hover { text-decoration: underline; color: #000000; }
.news { font-size: 0.8em; background: #f0f0f0; color: #000000; }
.news a:link,.news a:active,.news a:visited  { text-decoration: none; color: #1E4E4E; }
.news a:hover { text-decoration: underline; color: #000000; }
.code { font-family: Courier, 'Courier New', sans-serif; font-size: 0.8em; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-style: solid; color: #000000; background-color: #FAFAFA; border: #D1D7DC; }
.quote { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.8em; line-height: 125%; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; color: #000000; background-color: #FAFAFA; border: #D1D7DC; }
*/


