/* Forest Green - By 3li and 3Dwarlord */
html
{ 
	padding:0px;
	margin:0px;
	font-size: 11px;
	overflow-y: scroll;
}

body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin:0px;
	padding:0px;
	font-size: 11px;
}

#box 
{
	width:90%;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	background-color:#fff;
	border:1px solid black;
}
#content 
{
	position:relative;
	padding:2px;
	min-height:250px;
	width:98.5%;
	margin-left:2px;
	z-index:1;
}
#inner
{
	margin:0 px; 
	width:100%; 
}
#outer 
{ 
	border-left: solid 137px #98B196;  /* color of the left column  */ 
	background-color: #98B196; /* color of the content column */
}
#left 
{
	width:135px;
	float:left;
	position:relative;
	margin-left:-135px;
	margin-top:2px;
	z-index:6;
}

#nav_border
{
	border:1px solid black;
	width:135px;
	background-color:#fff;
	height:233px;
	padding-bottom:1px;
}

body,td,th 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

a:active 
{ 
	color: #0B475C;
	text-decoration: none; 
	font-weight: bold;
}

a:link 
{ 
	color: #0B475C;
	text-decoration: none;
	font-weight: bold;
}

a:visited 
{ 
	color: #0B475C;
	text-decoration: none;
	font-weight: bold;
}

a:hover 
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

/* This is the image that generally goes beside the titles of tables */
ul
{
	list-style-type: circle;
	padding: 0;
	margin:0;
	margin-left: 18px;
	list-style-image: url(/templates/forestgreen/images/white_button.gif);
}

/* These goes beside the files in the list of downloads 

COMMENTED OUT BECAUSE OL IS USED FOR THE FLYOUT MENU

ol
{
	list-style-type: circle;
	padding: 0;
	margin:0;
	margin-left: 18px;
	list-style-image: url(/templates/forestgreen/images/green_button.gif);
} */
/* The cell with a title. example: "Navigation" at the top left */
.menu_title
{
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(/templates/newdesign/images/content-t-header-bg.png);
	background-repeat: no-repeat;
	border: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	height:22px;
	text-align:left;
	width: 100%;
}
.menu_title_news
{
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(/templates/newdesign/images/content-t-header-bg.png);
	background-repeat: no-repeat;
	border: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	height:22px;
	text-align:left;
	width: 100%;
}
.menu_title2
{
	border: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:0px;
	height:22px;
	width:auto;
	text-align:right;
}
.menu_title a, .menu_title a:visited
{
	color:#FFFFFF;
}
.menu_title a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}
.menu_title_light
{
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(/templates/newdesign/images/content-t-header-bg-light.png);
	background-repeat: no-repeat;
	border: 0px;
	margin:0px;
	padding-left: 10px;
	height:22px;
	text-align:left;
	width: 100%;
}
.menu_title_light2
{
	border: 0px solid black;
	margin:0px;
	padding:0px;
	height:22px;
	width:auto;
}
.menu_title_light a
{
	color:#FFFFFF;
}
.menu_title_light a:hover
{
	color:#00BFE8;
	text-decoration:none;
}
#right_column
{
	position:relative;
	right:0px;
	top:0px;
	width:140px;
}

#mid
{
	position:relative;
	left:125px;
	width:635px;
	
}
#nav_box
{
	position:absolute;
	width:125px;
}


/* The title of a post in the forums, this is needed because the title is in another table */
.post_title
{
	color: #FFFFFF;
}

/* The logo at the top left */
#main_logo
{
	float: left;
	background-image: url(/templates/forestgreen/images/green_logo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	vertical-align: middle;
	width:268px;
	height:52px;
}
select
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid black;
}
input
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid black;
}
textarea
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid black;
}
/* This is for all the text in forms, including buttons and select lists */
.form_text
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid black;
}

/* in the forums, these are for the buttons to style the text in posts*/
.form_bold
{
	font-weight: bold;
}
.form_ital
{
	font-style: italic;
}
.form_unde
{
	text-decoration: underline;
}

/* This is for the main border around each page */
#table_border
{
	width:900px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	border: 0px solid black;
	margin-left:auto;
	margin-right:auto;
}
/* This is for every main table. */
.content_table
{
	margin: 0;
	padding: 0;
	border: 0px solid black;
	border-collapse: collapse;

}

/* The table at the top right */
#login_table
{
	margin: 4;
	padding: 0;
	border:0;
	height:52px;
	width: 100%;
}


.under_header
{
	width: 100%;
	margin: 5;
	padding: 0;
	border:0;
}
/* table at top right */
#login_cell
{
	min-width: 350px;
	margin: 2px;
	float: right;
	height:48px;
	background-image: url(/templates/forestgreen/images/www_logo.gif);
	background-repeat: no-repeat;
	background-position: bottom right; 
}

/* example: ladder ranks */
.contentcell1 
{
	background-color: #DDDDDD;
	border: 1px #CCCCCC;
	border-style: solid;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* example: the post in a forum */
.contentcell2 
{
	border: 0px solid black;
	padding: 0px;
	margin: 0px;
	padding-left:10px;
	padding-right:10px;

}
.contentcell4
{
	border: 0px;
	margin: 0px;
	padding: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;

}
.contentcell5
{
	border: 0px;
	border-bottom: 1px #DDDDDD solid;
	margin: 0px;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
}
.content_header
{
	border: 0px;
	background-image: url(/templates/newdesign/images/content-t-content-top.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align:right;
}
.content_header_news
{
	border: 0px;
	background-image: url(/templates/newdesign/images/content-t-content-topn.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.content_footer
{
	border: 0px;
	background-image: url(/templates/newdesign/images/content-t-content-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 23px;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
	text-align:right;
}
/* this is the main background for everything */
.contentcell3 
{
	background-color: #DDDDDD;
	border: 0px solid black;
}

/* a selected row, example: do a search for a username in the stats */
.selected
{
	background-color:#938591;
	border: 1px solid black;
}

.highlighted
{
	background-color: #DDC5A6;
	border: 1px solid black;
}

/* a quote in the forums */
.forum_quote
{
	background-color:#D3D8D3;
}

.forum_code
{
	background-color:#D3D8D3;
}

/*this is what comes up if there is an error (try entering a blank post in the forums) */
.table_error_border 
{
	text-align: center;
	padding:2;
	margin:2;
	background-color:#FF6666;
	border: 1px solid black;
}
/* the icon used in the error message */
.error_icon
{
	background-image: url(/templates/forestgreen/images/error.png);
	background-repeat: no-repeat;
	background-position: top right; 
}

/* search for a non-existing username in the stats */
.table_warning_border 
{
	text-align: center;
	padding:2;
	margin:2;
	background-color:#FFFF99;
	border: 1px solid black;
}

.warning_icon
{
	background-image: url(/templates/forestgreen/images/warning.png);
	background-repeat: no-repeat;
	background-position: top right; 
}

/* send yourself a private message */
.table_info_border 
{
	text-align: center;
	padding:2;
	margin:2;
	background-color:#BAFF66;
	border: 1px solid black;
}

.info_icon
{
	background-image: url(/templates/forestgreen/images/info.png);
	background-repeat: no-repeat;
	background-position: top right; 
}

/* these are the 3 images used to make a polling bar */
.poll_left
{
	background-image: url(/templates/forestgreen/images/vote_lcap.gif);
	background-repeat: no-repeat;
}
.poll_bar
{
	background-image: url(/templates/forestgreen/images/voting_bar.gif);
	background-repeat: repeat-x;
}
.poll_right
{
	background-image: url(/templates/forestgreen/images/vote_rcap.gif);
	background-repeat: no-repeat;
}

/* these two classes are the buttons in the navigation menu, they make the whole box clickable */
#elButton a  
{
	background-color: #D5DED3;; 
	border: 1px solid black;
	display: block;
	padding:1px;
	margin:-1px;
}

#elButton a:hover {

	background-color: #5D7A76;
	border: 1px solid black;
	display: block;
	text-decoration:none;
}

/* these make interviews look nicer */
#interviewer
{
	color:#565451;
}

#interviewee
{
	color:#000;
}

/* two of these just in case you want them to be different */
.winner
{
	font-size: 3em;
	font-weight: bold;
}
.loser
{
	font-size: 3em;
	font-weight: bold;
}
.score
{
	font-size: 1.5em;
	font-weight: bold;
}

/* in the forums "last edited: Nov 28, 2006 */
#edit
{
	font-size: 0.9em;
}

/* in the users who are currently online section */
#admin
{
	font-size: 0.9em;
	color: #FF0000;
}

#mod
{
	font-size: 0.9em;
	color: #0000FF;
}

.left
{
	text-align:left;
}
#centered
{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.pageTitle
{
	text-align: center;
	padding-right: 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial;
}
.loggedIn2
{
	padding: 0px;
	height: 94px;
	border: 0px;
}
.loggedIn
{
	border: 0px;
	text-align: left;
	padding: 0px;
	padding-right: 10px;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	height: 19px;
	width: auto;
	background-image: url(/templates/newdesign/images/header-login2.jpg);
	background-repeat: no-repeat;
}
.loggedIn a, .loggedIn a:visited
{
	color: #00BFE8;
	text-decoration: none;
}
.loggedIn a:hover
{
  	color: #FFFFFF;
	text-decoration: underline;
}
.nav_right
{
 	padding: 10px;
	padding-top: 0px;
	font-size: 11px;
	margin: 0px;
	border-collapse: collapse;
}
.nav_right_bg
{
	height: 20px;
}
.mainContent {
	min-height: 500px;
	height:auto !important;
	height: 500px;
	border: 0px;
}
.loginForm
{
	display: inline;
}
.welcome
{
	font-weight:bold;
	color:#000000;
	font-size:12px;
	text-align: left;
	width: 100%;
}
.news_header
{
	text-align:right;
	padding-right: 10px;
}
.news_header_title_r
{
	font-weight: bold;
	color: #FFFFFF;
	border: 0px;
	margin: 0px;
	height:20px;
	width: auto;
	text-align:right;
	padding:0px;
	padding-right: 10px;
}
.news_header_title_r a, .news_header_title_r a:visited
{
	color: #DDDDDD;
	text-decoration: none;
}
.news_header_title_r a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
.news_header_title
{
	font-weight: bold;
	color: #FFFFFF;
	border: 0px;
	margin:0px;
	padding-left: 10px;
	padding:0px;
	height:20px;
	text-align:left;
	width: auto;
}
.file_header
{
	font-weight: bold;
	color: #FFFFFF;
	border: 0px;
	margin:0px;
	padding:0px;
	height:22px;
	padding-left: 10px;
	text-align:left;
}
.news_footer
{
	text-align:right;
	padding-right: 10px;
}
.copyright_text
{
	color: #FFFFFF;
	text-align: center;
	margin-right: 30px;
}
.nav_left
{
	background-image: url("/templates/newdesign/images/content-o-left.png");
	background-repeat: repeat-y;
}
.email_true
{
	color: #00E105;
	font-weight: bold;
}
.email_false
{
	color: #850000;
	font-weight: bold;
}
.ladder_green
{
	color: #006400;
	font-size: 1em;
}

.ladder_red
{
	color: #FF0000;
	font-size: 1em;
}

.table_ladder_green
{
	color: #006400;
	font-size: 1em;
	border: 0px;
	border-bottom: 1px #DDDDDD solid;
	margin: 0px;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

.table_ladder_red
{
	color: #FF0000;
	font-size: 1em;
	border: 0px;
	border-bottom: 1px #DDDDDD solid;
	margin: 0px;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

.tooltip 
{

	text-decoration: none;
	position: relative;
}

.tooltip span 
{
	margin-left: -999em;
	position: absolute;
}

.tooltip:hover span 
{
	border-radius: 5px 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3); 
	-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.3); 
	-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.3);

	font-family: Arial, Verdana, Helvetica, sans-serif;
	position: absolute; left: 1em; top: 2em; z-index: 99;
	margin-left: 0; width: 300px;
}
.tooltip:hover em 
{
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 1em;
	font-weight: normal;
	display: block;
}
.classic
{ 
	background: #FFFFFF;
	padding: 0.8em 1em;
	font-weight: normal;
	border: 1px solid #000000;
}

