html,body {
	height: 100%;
}

body {
	font-family: Trebuchet MS,Trebuchet, sans-serif;
	font-size: 1em;
}

body, form {
	margin: 0;
	padding: 0;
}

input,select,textarea {
	font-family: Trebuchet MS,Trebuchet, sans-serif;;
	font-size: 1.0em;
}


h2 {
	font-size: 1.2em;
	color: #296a02;
	margin-top:3px;
}

h3 {
	font-size: 1em;
	text-decoration: underline;
}

#key h3 {
	margin: 0px;
}

#header {
	padding: 10px;
}

#content {
	padding: 10px;
}

#navbar {
	background: #a3100e;
	background-image: url(../gfx/navbar.png);
	background-repeat: repeat-x;
	background-position: top left; 
	color: white;
	width: 100%;
}

#navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 5px;
}

#navbar ul li {
	float: left;
	border-right: 1px solid #eeeeee;
	padding: 5px 5px;
	margin: 0px;
	font-weight: bold;
}

#navbar ul li.admin {
	background-image: url(../gfx/admin.png);
}

#navbar ul li a {
	color: white !important;
	text-decoration: none;
}

#navbar ul li a:hover {
	color: white !important;
	text-decoration: underline;
}

a {
	color: #296a02;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#account {
	background: #bbbbbb;
	background-image: url(../gfx/account.png);
	background-repeat: repeat-x;
	background-position: top left;
	border-bottom: 2px solid #a3100e;
	padding: 5px 0px;
}

#account h2 {
	border-bottom: 2px solid #990000;
	color: #333333;
}

#account div {
	float: left;
	border-right: 1px solid #cccccc;
	padding: 0px 10px;
}

.clean {
	clear: both;
	height: 1px;
	width: 1px;	
	float: none !important;
	border-width: 0px !important;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

fieldset {
	border-width: 0px;
}

.free {
	list-style-image: url(../gfx/free.png);
}	

.lock {
	list-style-image: url(../gfx/lock.png);
}

.paid {
	list-style-image: url(../gfx/paid.png);
}

.digest {
	list-style-image: url(../gfx/digest.png);
}

a img {
	border-width: 0px;
}

#key {
	float: right;
	border: 1px solid #999999;
	padding: 5px;
}

form.single, fieldset.single {
	margin: 0;
	padding: 0;
	display: inline;
	border-width: 0px;
}

.clean {
	clear: both;
	height: 1px;
	width: 1px;
}

legend {
	color: #990000;
}

p.error {
	margin: 0px;
	padding: 5px;
	padding-left: 23px;
	background-image: url(../gfx/error.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	font-size: 0.9em;
}

.nbr {
	border-right-width: 0px !important;
}

.nbl {
	border-left-width: 0px !important;
}

.nbb {
	border-bottom-width: 0px !important;
}

.nbt {
	border-top-width: 0px !important;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

#footer {
	margin-top: 50px;
	border-top: 1px solid #eeeeee;
	padding: 10px;
	float: left;
}


/* AJAX stuff */

.shutter {
	background-image:url(../gfx/shutter.png);
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	position: absolute;
/*	opacity: 0.8;
	filter: alpha(opacity=80); */
}

.info {
	width: 400px;
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 10px 15px;
	height: 400px;
	margin-left: -200px;
	margin-top: -200px;
	overflow: auto;
	background: #eee;
	border: 2px solid #a3100e;
}

table.admin td {
	border: 1px solid #eeeeee;
}

table.admin th {
	border: 1px solid #a3100e;
	text-align: left;
}

td {
	vertical-align: top;
}

ul.pages {
	margin: 0;
	padding: 0;
	list-style: none;	
	display: inline;
}

ul.pages li {
	display: inline;
	margin: 0;
	margin-right: 5px;
	float: left;
	padding: 5px;
	border: 1px solid #eeeeee;
}

ul.pages li.active {
	border: 1px solid #a3100e;
}

.size {
	color: #999;
}