#container {
	width: 700px;
	margin: 0 auto;
}

#header {
	padding-bottom: 10px;
	border-bottom: 1px solid #f69240;
}

#footer {
	margin-top: 20px;
}

h1 {
	font-size: 140%;
	color: #f69240;
}

#pagination {
	width: 40%;
	margin: 0 30%;
	text-align: center;
}

#pagination img {
	vertical-align: middle;
}

ul.actions {
	list-style: none;
	margin: 0;
}

.actions li a {
	display: block;
	float: left;
	padding: 4px 4px;
	margin-bottom: 1em;
	margin-right: 0.5em;
	border: 1px solid #dedede;
	border-color: #dedede #bbb #bfbfbf #dedede;
	background: #f5f5f5;
	color: #000;
	text-decoration: none;
}

td, th {
	font-size: 80%;
}

img {
	border: 0;
}

.c {
	text-align: center;
}

#flashMessage {
	background: #fff8c0;
	border: 1px solid #eee;
	padding: 20px;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	margin: .5em 2em;
}

.extra {
	border: 1px dotted #666;
	background-color: #eee;
	padding: 5px;
	margin-top: 0.5em;
}

.clickable {
	cursor: pointer;
	text-decoration: underline;
}

table.list {
	clear: both;
}

table.list {
	background-color: #fff;
	border-top: 1px solid #f69240;
	border-left: 1px solid #f69240;
	border-bottom: 1px solid #f69240;
	color: #333;
	margin-bottom: 10px;
	border-collapse: collapse;
	width: 100%;
}

table.medium {
	width: 75% !important;
	margin: 0 auto;
}

table.list th {
	background-color: #f6e8dc;
	border: 1px solid #f69240;
	text-align: left;
	padding: 4px 6px;
}

table.list th a {
	display: block;
	text-decoration: none;
	color: #333;
}

table.list th:hover {
	background-color: #f6b178;
	color: #333;
}

table.list th:hover a {
	color: #333;
}

table tr td a {
	text-decoration: none;
}

table tr td a:hover {
	text-decoration: underline;
}

table tr td {
	background: #fff;
	border-right: 1px solid #f69240;
	padding: 4px 6px;
	text-align: left;
	vertical-align: top;
}

table tr.alt td {
	background: #f4f4f4;
}

table tr:hover td {
	background: #fff8c0;
}

form.std {
	margin: 0 auto;
	width: 600px;
}

form.std ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

form.std li.errorHd {
	border: 1px dotted #f00;
	margin-bottom: 1em;
	padding: 4px 0 0 0;
	width: 99%;
	text-align: center;
}

form.std li.errorHd h3 {
	font-size: 125%;
	color: #df0000;
	margin: 7px 0 5px;
}

form.std li.errorHd p {
	font-size: 100%;
	margin: 0 0 0.8em;
}

form.std li.errorHd p strong {
	background-color: #ffdfdf;
	color: #f00;
	padding: 2px 4px;
}

form.std li {
	width: 65%;
	display: block;
	margin: 3px 0;
	padding: 4px 5px 4px 9px;
	position: relative;
}

form.std li.error {
	background-color: #ffdfdf !important;
	border-bottom: 1px solid #eacbcc;
	border-right: 1px solid #eacbcc;
}

form.std li.focused {
	background-color: #fff7c0;
}

form.std div.error {
	background: url('/icons/exclamation.png') top left no-repeat;
	padding-left: 18px;
	line-height: 16px;
	/*clear: both;*/
	color: #f00;
	font-size: 75%;
	font-weight: bold;
	margin: 0 0 5px;
}

form.std label.desc {
	display: block;
	font-weight: bold;
	line-height: 150%;
	padding: 0 0 1px;
}

form.std label .req {
	color: #f00;
	float: none;
	font-weight: bold;
	padding-left: 4px;
}

form.std li div, form.std li span {
	margin: 0 4px 0 0;
	padding: 0 0 0px;
}

form.std input.text, form.std input.file, form.std textarea.textarea {
	padding: 2px 0;
	background: #fff;
	border: 1px solid #ccc;
	border-top-color: #999;
}

form.std textarea.medium {
	height: 10em;
}

form.std textarea.small {
	height: 5em;
}

form.std textarea.large {
	height: 20em;
}

form.std input.small {
	width: 25%;
}

form.std input.medium {
	width: 50%;
}

form.std input.large, form.std select.large, form.std textarea {
	width: 100%;
}

form.std .hint {
	line-height: 130%;
	position: absolute;
	width: 42%;
	top: 0;
	left: 100%;
	z-index: 1000;
	background: #f5f5f5;
	border: 1px solid #e6e6e6;
	margin: 0 0 0 8px;
	padding: 8px 10px 9px;
	visibility: hidden;
}

form.std .hint img {
	margin: 0 3px 0 0;
	vertical-align: baseline;
}

form.std li:hover .hint, form.std li.focused .hint {
	visibility: visible;
}

/*
form.std .buttons {
	margin: 6px 0 0 0;
}

form.std .buttons button, form.std .buttons a {
	border: 1px solid #dedede;
	border-color: #dedede #bbb #bfbfbf #dedede;
	background: #f5f5f5;
	color: #000;
	display: block;
	float: left;
	font-weight: bold;
	line-height: 130%;
	margin: 0 7px 0 0;
	padding: 2px;
	text-decoration: none;
	width: auto;
}
*/

.buttons button[type] {
	line-height: 18px;
	padding: 4px 10px 5px 7px;
	width: auto;
}

.buttons button {
	font-weight: bold;
	overflow: visible;
	padding: 4px 10px 3px 7px;
	width: auto;
}

.buttons a, .buttons button {
	/*
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	*/
	border-color: #dedede #bbb #bfbfbf #dedede;
	border-style: solid;
	border-width: 1px;
	background: #f5f5f5;
	color: #000;
	cursor: pointer;
	display: block;
	float: left;
	font-weight: bold;
	line-height: 130%;
	margin: 0 7px 0 0;
	padding: 5px 10px 6px;
	text-decoration: none;
}

.mceEditorContainer div, .mceEditorContainer span {
	margin: 0 !important;
}

.mceEditorContainer tr td {
	padding: 0;
}

.mceEditorContainer td, .mceEditorContainer tr:hover td {
	background: inherit;
}

.mceContentBody {
	padding: 5px;
}
