/* Global Page Elements */
body
{
	margin : 0;
	position : relative;
	padding : 0;
}
body, td { 
	font : 80% "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif; 
}

/* Global - Wrapper */
#wrapper
{
	background : white;
	border-left : 1px solid white;
	border-right : 1px solid white;
	border-bottom : 1px solid white;
	margin : 0 auto;
	padding : 1px;
	position : relative;
	width : 90%;
}

body#forums #wrapper
{
	margin : 0 5%;
	width : auto;
}

/* Global - Header */
#header
{
	padding : 0 0 0 0px;
	position : relative;
}
#header a#logo:link, #header a#logo:visited
{
	/*
	background : url(none) left center no-repeat;
	*/
	height : 82px;
	left : 1px;
	position : absolute;
	overflow : hidden;
	text-indent : -1000em;
	text-decoration : none;
	top : 0;
	z-index : -2;
}
/* Global - Header - Menu */
#header ul
{
	margin : 0 0 -10px 0;
	padding : 60px 0 3px 0;
	text-align : right;
	border-bottom : 10px solid #006600;
}
#header li
{
	display : inline;
	font-size : 1.1em;
	margin : 0;
	padding : 2px 0;
}

#header li a:link, #header li a:visited
{
	padding : 2px 12px;
	text-decoration : none;
}
#header li a:hover {}
#header li#last a:link, #header li#last a:visited { border : 0; }

/* Global - Navigation Bar */
#navigation
{
	font-size : 1em;
	margin : 0;
	padding : 4px 8px;
}
#navigation a:link, #navigation a:visited {}
#navigation a:hover {}
#navigation span.current {}

/* Global - Breadcrumbs */
#breadcrumbs
{
	margin : 0;
	padding : 0;
}
/* Global - Submenu */
#submenu
{
	float : right;
	margin : 0;
	padding : 0;
}

/* Global - Footer */
#footer
{
	clear : both;
	margin : 0;
	padding : 2px 8px;
}
#footer a:link, #footer a:visited, #footer a:hover {}

#footer span
{
	float : right;
}

/* Content Styling */
#content { background : white; position : relative; }

h1
{
	font-size : 2em;
	font-weight : normal;
	padding : 9px 6px 9px 6px;
	margin : 0;
}
h1 em
{
	font-style : normal;
}

h2
{
	font-size : 1.7em;
	font-weight : normal;
	margin : 0;
	padding : 4px 6px;
}

h3
{
	font-size : 1.4em;
	font-weight : normal;
	margin : 0 6px;
	padding : 8px 6px;
}

h4
{
	font-size : 1em;
	margin : 0 6px;
	padding : 2px 6px;
}

p
{
	line-height : 1.6;
	margin : 0 6px;
	padding : 6px;
}

ul
{
	margin : 12px;
	padding : 0;
}

li
{
	list-style : square;
	margin : 0.2em 1.5em;
	padding : 0;
}

a:link, a:visited {}
a:hover {}

table { width : 100%; }
th, td
{
	font-size : 1em;
	padding : 4px;
}
th {}
tr.alt td, td.alt {}
td.submit { text-align : center; }

form { 
	margin : 0; 
}
a img { border : 0; }

/* Form Tables */
table.form
{
	padding : 1px;
	margin : 12px;
	width : 97%;
}
td.left, th.left { width : 150px; }
td.top { vertical-align : top; }

pre.code
{
	font : 1em "Lucida Console", Monaco, "Courier New", monospace;
	margin : 12px;
	padding : 4px;
}

p.red
{
	color:#CC0000;
}
p.green
{
	color:#004400;
}

/* Top Menu */
#topmenu
{
	position : absolute;
	padding : 4px 0 5px 0;
	right : 0;
	top : 0;
}
#topmenu a:link, #topmenu a:visited
{
	border-left : 1px solid white;
	border-bottom : 1px solid white;
	padding : 4px 12px;
}
#topmenu a:hover
{	
	text-decoration : none;
}
/* Top Login */
#toplogin
{
	position: absolute;
	right: 10px;
	top: 34px;
	font-weight: bold;
}

/* Misc */
.clear
{
	clear : both;
	font-size : 1px;
	line-height : 0;
	margin : 0;
}