html, body, h1, h2, h3, img, ul, ol, li {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Trebuchet MS,Tahoma,'Lucida Grande',Verdana,Arial,Sans-Serif;
}

html {
	background: #fff;
	overflow-y: scroll;
}

body {
	margin: 0 0 20px 0;
	font-size: 10pt;
	background: #fff;
	color: #111;
}

a,
label {
	color: #27d;
	text-decoration: none;
	cursor: pointer;
}

a:hover,
label:hover {
	text-decoration: underline;
}

h1 {
	padding: 5px 0 5px 15px;
	color: #059;
	font-size: 26pt;
}

h2 {
	margin: 0 0 5px 0;
	color: #059;
	font-size: 16pt;
	border-bottom: 1px solid #059;
}

h3 {
	color: #888;
	font-size: 12pt;
	margin: 0 0 6px 0;
}

p {
	margin: 0 0 1em 0;
}

button img {
	vertical-align: bottom;
}

td {
	vertical-align: top;
}

th {
	text-align: left;
}

ul {
	list-style: inside;
	margin: 5px 0;
}

ol {
	margin-left: 25px;
}

hr {
	border: 0;
	border-bottom: 1px solid #059;
	margin: 25px 0;
}

input,
select,
button,
textarea {
	font-family: Trebuchet MS,Tahoma,'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size: 10pt;
}

.bigborder {
	border: 15px solid #eee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #eee;
}

.buttons a {
	padding: 5px 8px;
	-moz-border-radius: 10px;
	background-color: #059;
	color: white;
	text-decoration: none;
}

.buttons a:hover {
	background-color: #27b;
}

/* Common classes */

.navigation { height: 2em; }
.left { float: left; vertical-align: bottom; }
.right { float: right; vertical-align: bottom; }
.gray { color: #555; }
.gray a:link, .gray a:visited { color: #555; text-decoration: underline; }
.small { font-size: 8pt; }
.icon { vertical-align: middle; }
.captcha { vertical-align: bottom;  border: 1px solid #444;}
.error { background: #a44; padding: 10px; -moz-border-radius: 5px; }
.error a:link { color: #eee; }
.message { background: #68b; padding: 10px; -moz-border-radius: 5px; }
.message a:link { color: #eee; }

.paginator {
	text-align: center;
}

.paginator a,
.paginator span {
	padding: 2px;
}

.toolbar {
	height: 1.4em;
}

.toolbar a {
	text-decoration: none;
	padding: 3px;
}

.toolbar a img {
	vertical-align: middle;
}

#all {
	margin: 0 auto;
	width: 1000px;
}

#header {
	margin: 10px 0;
	padding: 0 150px;
	background: #eee url("images/logo.jpg") 50% 50% no-repeat;
	text-align: center;
}

#header h1 {
	margin: 0;
}

#header h1 a,
#header h1 a:link,
#header h1 a:active,
#header h1 a:visited,
#header h1 a:hover {
	color: #059;
	text-decoration: none;
}

#header p {
	margin: 8px 0 0 18px;
}

#header p.buttons {
	margin-top: 20px;
}

#content {
	width: 670px;
}

#content h3 a {
	display: block;
	padding: 2px 0 2px 0;
	text-decoration: none;
	color: #444;
}

#sidebar {
	width: 280px;
	float: right;
}

#sidebar dt {
	color: #059;
	font-size: 11pt;
	font-weight: bold;
	border-bottom: 1px solid #059;
	margin-top: 1em;
}

#sidebar dt.first {
	margin-top: 7px;
}

#sidebar dd a {
	display: block;
	padding: 2px 5px;
}

#sidebar dd a:link,
#sidebar dd a:visited {
	color: #27d;
}

#sidebar .right {
	padding: 2px 0 0 4px;
}

#sidebar .right a {
	display: inline;
	padding: 0;
}

.cancelled {
	text-decoration: line-through;
}

.cancelled:hover {
	text-decoration: line-through underline;
}

.newsitem {
	margin-bottom: 10px;
	background: #eee;
	padding: 10px;
	-moz-border-radius: 10px;
}

.comment {
	margin-bottom: 5px;
	border-bottom: 1px solid #333;
}

.comment .small {
	padding: 2px 0;
}

table.shows,
table.users {
	border-collapse: collapse;
	width: 100%;
}

table.shows th,
table.users th {
	border-bottom: 1px solid #fff;
	padding: 2px;
}

table.shows td,
table.users td {
	background-color: #eee;
	border-bottom: 1px solid #fff;
	padding: 2px;
}

/* TinyMCE specific */
textarea.tinymce {
	width: 100%;
}

#tinymce {
	padding: 15px;
	background: #eee;
}


