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

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

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

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

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

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

h2 {
	margin: 0 0 5px 0;
	color: #a23;
	font-size: 16pt;
}

h3 {
	color: #aaa;
	font-size: 12pt;
}

p {
	margin: 0 0 0.5em 0;
}

input[type=text],
input[type=password],
textarea {
	font-family: Trebuchet MS,Tahoma,'Lucida Grande',Verdana,Arial,Sans-Serif;
	border: 1px solid #444;
	background: #333;
	color: #eee;
}

button img {
	vertical-align: bottom;
}

td {
	vertical-align: top;
}

th {
	text-align: left;
}

ul {
	margin-left: 1.2em;
}

ol {
	margin-left: 1.5em;
}

/* Common classes */

a.thickbox { }

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

.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: #944; padding: 10px; -moz-border-radius: 5px; }
.message { background: #449; padding: 10px; -moz-border-radius: 5px; }

.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;
	background: url("images/aao_pager.jpg") 50% 50% no-repeat;
	height: 245px;
}

#header h1 {
	text-align: center;
	margin: 145px 0 0;
}

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

#content {
	width: 650px;
}

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

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

#sidebar dt {
	color: #a23;
	font-size: 11pt;
	font-weight: bold;
	margin-top: 1em;
}

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

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

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

#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;
}

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

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

.comment {
	margin-bottom: 10px;
	background: #292929;
	padding: 10px 10px 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

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

.photoalbum .toolbar { height: 1.8em; }
.photoalbum a:hover { text-decoration: none; }

.photoalbum tr.thumbnails td {
	vertical-align: top;
	text-align: center;
	height: 150px;
}

.photoalbum tr.thumbnails td img {
	border: 5px solid #000;
}

.photoalbum tr.thumbnails td div.options img {
	border: 0;
}

.photoalbum tr.thumbnails td .options,
.photoalbum ul.list li .options {
	visibility: hidden;
}

.photoalbum tr.thumbnails td:hover .options,
.photoalbum ul.list li:hover .options {
	visibility: visible;
}

.photoalbum table.album tr.thumbnails td div.options {
	position: absolute;
}

/* SWF Upload */
.progressWrapper {
	width: 350px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px 0;
	padding: 4px;
	border: 1px solid #444;
	overflow: hidden;
}

.progressContainer.red { background: #944; }
.progressContainer.green { background: #494; }
.progressContainer.blue { background: #449; }

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #fff;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}

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

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

table.shows td,
table.users td {
	background-color: #333;
	border-bottom: 1px solid #222;
	padding: 2px;
	cursor: pointer;
}

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

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

#TB_window a,
#TB_window a:link {
	color: #eee !important;
	text-decoration: underline;
}

#TB_title {
	background: #444 !important;
	border-bottom: 1px solid #555;
	color: #eee;
}

#TB_ajaxContent {
	background: #222;
	color: #eee;
}
