/* @override 
	http://localhost:3002/stylesheets/admin.css
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 1.0em;
	color: #333;
}

div#header {
	background-color: #102f46;
	margin: 0.5em 0.5em 0 0.5em;
	color: white;
}

div#header div#navigation {
	width: 48%;
	text-align: left;
	margin: 0;
	height: 2em;
}

div#header div#navigation ul {
	list-style: none;
}

div#header div#navigation ul li {
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}

div#header div#navigation ul li a {
	display: block;
	height: 2em;
	line-height: 2em;
	padding: 0 0.5em;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
}

div#header div#navigation ul li a:hover {
	background: #1b527c;
}

div#header div#navigation ul li.active a, div#header div#navigation ul li.active a:hover {
	background: url(/images/admin/notch.png) bottom center no-repeat;
}

div#header div#logo {
	width: 48%;
	text-align: right;
	float: right;
	margin: 0;
	padding: 0.5em;
}

div#content {
	margin: 0 0.7em;
	font-size: 0.8em;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	padding: 1.0em;
}

div#footer {
	margin: 0 0.8em;
	padding: 1.0em;
	border-top: 1px #ccc solid;
	font-size: 0.7em;
	text-align: center;
}

div#debug {
	font-size: 0.6em;
	color: black;
	text-align: center;
}

div#page_form {
	
}

div#page_form div#details {
	width: 35%;
	float: left;
}

div#page_form div#page_content {
	width: 60%;
	float: right;
}

div#page_form:after {
	content: ".";
	display: block;
	width: 100%;
	height: 0;
	visibility: hidden;
	clear: both;
}

div#page_form div#details input, div#page_form div#details table {
	width: 98%;
}

div#page_form div#page_content textarea {
	width: 98%;
}

div#flash, div.errorExplanation {
	border: 1px red solid;
	border-left-width: 4px;
	padding: 0.5em;
	margin-bottom: 0.5em;
	font-size: 1.2em;
}

div.errorExplanation h2 {
	font-size: 110%;
	font-weight: bold;
}

div.errorExplanation ul {
	font-size: 90%;
	margin-left: 1.0em;
}

div.errorExplanation ul li {
	list-style-type: disc;
	margin-left: 1.0em;
}

.index {
	font-size: 1.5em;
}

ul#page_index {
	font-size: 1.5em;
}

ul#page_index ul {
	padding: 0;
}

ul#page_index li {
	display: block;
	padding: 0.5em 0;
}

ul#page_index li a {
}

ul#page_index li a:hover {
	background: #efefef;
}

ul#page_index li ul {
	margin-left: 2.0em;
}

ul#page_index a {
	text-decoration: none;
}

h1, h2 {
	font-size: 2.0em;
	height: 0.5em;
	line-height: 1.0em;
	font-weight: bold;
	display: block;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: 1px #ccc solid;
	font-style: italic;
}

h2 {
	font-size: 1.5em;
}

input {
	border: 1px #999 solid;
	font-size: 1.2em;
	padding: 0.2em;
}

textarea:hover, textarea:focus, input:hover, input:focus {
	background: #eee;
}

input.button, input.button:hover {
	background: #eee;
}

input.button:hover {
	border-color: red;
}

table#reorder_form {
	font-size: 1.5em;
}

div.fieldWithErrors input, div.fieldWithErrors textarea {
	border-color: red;
}

p {
	line-height: 1.4em;
	padding-bottom: 1.4em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	color: #102f46;
}

a:hover {
	color: #1b527c;
}

label {
	font-weight: bold;
}

small {
	font-size: 80%;
}

code {
	font-family: Courier, monospace;
	font-style: normal;
	background: #efefef;
}

.highlight {
	color: red;
}

th {
	border-bottom: 1px #ccc solid;
	font-weight: bold;
}

div#forums_left {
	width: 30%;
	float: left;
}

div#forums_right {
	width: 65%;
	float: right;
}

div#forms_left {
	width: 40%;
	float: left;
}

div#forms_right {
	width: 60%;
	float: right;
}

div.clearfix {
	clear: both;
}