/* This controls the width of the fixed width layouts */
.fixed
{
	width: 960px !important;
}

/* Basic Stuff */
*
{
	margin: 0;
	padding: 0;
}

html
{
	height: 100%;
}

body
{
	background-image: linear-gradient(bottom, #000000 0%, #808080 57%);
	background-image: -o-linear-gradient(bottom, #000000 0%, #808080 57%);
	background-image: -moz-linear-gradient(bottom, #000000 0%, #808080 57%);
	background-image: -webkit-linear-gradient(bottom, #000000 0%, #808080 57);
	background-image: -ms-linear-gradient(bottom, #000000 0%, #808080 57%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #000000), color-stop(0.57, #808080));
	background-attachment: fixed;

	font-size: 10pt;
	font-family: "DejaVu Sans", Helvetica, sans-serif;
}


h1, h2, h3, h4, h5, h6
{
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	text-align: left;
}

br.clear
{
	clear: both;
}

img
{
	padding: 3px;
}

a
{
	text-decoration: underline;
	color: #d900d9;
}

a:hover
{
	text-decoration: none;
}

p
{
	line-height: 1.8em;
}

hr
{
	margin: 0.3em 0 0.3em 0;
}

iframe
{
	border: 0;
}

.pull-right
{
	float: right !important;
}

/* Header */
#header
{
	height: 70px;
	margin: 0 auto;
}

/* Logo */
#logo
{
	height: 65px;
}

#logo h1
{
	color: #FFFFFF;
	font-size: 3.6em;
	font-weight: bold;
	padding-top: 0.2em;
}

#logo img
{
	float: right;
}

/* Main */
.bigbox
{
	margin: 0 auto;
	margin-top: 0.5em;
	padding: 1.5em 2em 0 2em;
	background: #FCFCFC url('n2.gif') 0px 0px repeat-x;
	border: 1px solid black;

	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}

#main_inner
{
	padding-bottom: 1.5em;
}

#main_inner p
{
	text-align: justify;
	margin-bottom: 2em;
}

#main_inner ul
{
	margin-bottom: 2em;
}

#main_inner h1
{
	font-size: 1.8em;
	margin-bottom: 1em;
}

#main_inner .post
{
	border: 1px solid silver;
	padding: 1em 2em 1em 2em;
	margin-bottom: 1em;
	clear: both;
}

#main_inner .post h2
{
	border-bottom: dotted 1px #e1e1e1;
	font-size: 1.6em;
	margin-bottom: 1em;
}

#footer
{
	height: 2.5em;
	margin-bottom: 3em;
}

#footer a
{
	color: inherit;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

input
{
	margin: 0.2em;
}

input.button
{
	background: #ca2f2f url('n3.gif') repeat-x;
	color: #FFFFFF;
	border: solid 1px #a94b4b;
	font-weight: bold;
	font-size: 0.8em;
	height: 2.0em;
}

input.text
{
	border: solid 1px #f1f1f1;
	padding: 0.25em;
}

#usrtitle
{
	float: right !important;
	min-width: 20em;
	line-height: 32px;
}

/* Menu */
#cssmenu
{
	margin: 0 auto;
	margin-top: 0;
	padding-top: 0;
	font-weight: 600;
	height: 32px;
	border: 1px solid black;
}

#cssmenu a
{
	color: #111111;
	display: inline-block;
	line-height: 32px;
	padding: 0 1em;
	text-decoration: none;
}

#cssmenu ul
{
	list-style: none;
}

#cssmenu > ul > li
{
	display: inline-block;
}

#cssmenu > ul > li.active a, #cssmenu > ul > li:hover > a
{
	color: #FFFFFF;
	background: #BBBBBB;
}

#cssmenu .has-sub:hover > ul
{
	display: block;
}

#cssmenu .has-sub ul
{
	display: none;
	position: absolute;
}

#cssmenu .has-sub ul li a
{
	min-width: 12em;
	background: #ffffff;
	color: grey;
	display: block;
	line-height: 40%;
	padding: 12px 5px;
	border: 1px solid black;
}

#cssmenu .has-sub ul li:hover a
{
	background: #dddddd;
}

/* This decorates all tables with class="tbl" */
table
{
	table-layout: fixed;
	*border-collapse: collapse; /* IE7 and lower */
	border-spacing: 1px;
}

td
{
	word-wrap: break-word;
    white-space: -o-pre-wrap; 
    white-space: pre-wrap; 
    white-space: -moz-pre-wrap; 
    white-space: -pre-wrap; 
	/*overflow: hidden;*/
}

.tbl th
{
	color: #000000;
	border-left: 1px solid lightgrey;
	border-right: 1px solid lightgrey;
	border-top: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
	background: #cccccc;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.tbl td
{
	padding-left: 0.2em;
	padding-right: 0.2em;
	border-left: 1px solid lightgrey;
	border-right: 1px solid lightgrey;
	border-top: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
}

table.fw-nat tbody tr td
{
	height: 2.25em;
}

iframe.graph
{
	width: 100%;
	min-height: 300px;
}
