body {
background-color: #F7AA15;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size:12px;
margin-top: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-left: 0;
padding-right: 0;
}
.container{
background-color: #ffff99;
width: 98%;
margin-left: auto;
margin-right: auto;
padding: 0px;
border: 0px;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
margin-bottom: 15px;
}
.menu
{
border-width: 5px 0 0 0;
font-weight: bold;
background-color: #000000;
color: #FFFFFF;
}

/* Normal, standard links. */
a:link, a:visited
{
	text-decoration: none;
	color: #002F5E;
}
a:hover
{
	color: #000;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
a.nav:hover
{
color: #cc3333;
}

/* Tables should show empty cells too. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Verdana in black. */
body, td, th
{
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #000000;
font-size: 11px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
background-color: #ffffff;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
font-weight: normal;
font-style: normal;
color: #000000;
border: 1px solid #000000;
}

/* Checkboxes shouldn't have a background color. */
input.check
{
	background-color: transparent;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
background-color: #ffffff;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 9px;
color: #000000;
}

/* Standard horizontal rule.. */
hr
{
color: #000000;
}
/* A more colorful hr.. */
.hrcolor
{
	height: 1px;
	border: 0;
	color: #6394bd;
	background-color: #6394bd;
}

/* A quote, perhaps from another post. */
.quote
{
font-size: 10px;
font-family: Verdana, Helvetica, Arial;
font-weight: normal;
font-style: normal;
color: #000000;
background-color: #ff9900;
border: 1px #000000 solid;
width: 90%;
padding: 4px;
}

/* A code block - maybe even PHP ;). */
.code
{
font-size: 12px;
font-family: Courier;
font-weight: normal;
font-style: normal;
color: #000000;
background-color: #cc9900;
border: 1px #000000 solid;
width: 90%;
padding: 4px;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* Generally, those [?] icons. */
.help
{
	cursor: help;
	background-color: transparent;
}

/* /me uses this a lot. */
.meaction
{
	color: red;
	background-color: transparent;
}

fieldset.spoiler 
{
	border: 1px dashed gray;				
}

fieldset.spoiler > legend 
{
	font-size: 1.2em;
}

div.spoilerheader a 
{
	font-family: sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}

div.spoilerheader input 
{
	font-family: sans-serif;
	font-size: 1.1em;
	font-weight: bold;

}
div.spoilerbody 
{
	color: #0f0f0f;
	border: 1px dotted gray;
	padding: 1em;
	margin: 1em;
    }

fieldset.spoiler div.spoilerbody 
{
	border: 0px;
	padding: 0em;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 100%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds... */
.windowbg
{
background-color: #ffff66;
font-size: 11px;
font-weight: normal;
font-style: normal;
font-family: Verdana, sans-serif;
color: #003300;
}
.windowbg2
{
background-color: #FFF05A;
font-size: 11px;
font-weight: normal;
font-style: normal;
font-family: Verdana, sans-serif;
color: #000000;
}

/* Titles - such as table headers. */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg a:link, .titlebg a:visited, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, .titlebg2 a:link, .titlebg2 a:visited
{
background-color: #000000;
color: #ffffff;
font-size: 13px;
font-weight: bold;
font-style: normal;
font-family: Verdana, sans-serif;
}
.titlebg a:hover, .titlebg2 a:hover
{
color: #fff;
font-weight: bold;
font-style: normal;
}

/* The category headers, page indexes, and such things. */
.catbg, .catbg3
{
background-color: #F7A945;
color: #000;
font-size: 13px;
font-weight: bold;
font-style: normal;
font-family: Verdana, sans-serif;
}

/* The borders around things. */
.bordercolor
{
background-color: #8798ac;
}
.tborder
{
	border: 1px solid #000000;
}

/* Default font sizes. */
.smalltext
{
	font-size: x-small;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}
/* No image should have a border when linked */
a img{
	border: 0;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

