/* eric meyer's reset 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;
}
/* 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: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* end reset css */
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
ol {
	list-style-type: decimal;
	margin-left: 1.5em;
}
/* messages */
#flashMessage, #authMessage, .flash-message {
	border: 2px solid #000;
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px auto;
	padding: 0;
	width: 95%;
}
#flashMessage p, .flash-message p {
	margin: 5px 0 5px 10px;
	padding: 0;
}
.flash-message.status,
.flash-message.success {
	background-color: #d1f2a5;
}
.flash-message.loading {
	background-color: #effab4;
}
#authMessage.message, .flash-message.error {
	background-color: #f37d81;
}
#authMessage {
	color: #111;
	padding: 5px 0 5px 10px;
}
#ajax_message {
	display: none;
}
#ajax_message.success,
#ajax_message.loading,
#ajax_message.error {
	display: block;
}
/* end messages */
p,
table,
.actions,
.paging {
	clear: both;
	margin: 5px 10px;
}
.paging a,
.paging .current,
.paging .disabled {
	display: block;
	float: left;
	margin: 5px;
	padding: 5px;
}
.paging a {
	background-color: #3284C9;
	border: 1px solid #111;
	text-decoration: none;
}
.paging a:hover {
	background-color: #18c9f4;
}
.paging .current,
.paging .disabled {
	padding: 6px;
}
table.admin {
	border-collapse: collapse;
}
table.admin th,
table.admin td {
	border: 1px solid #111;
}
table.admin th {
	/*background-color: #3284C9;*/
}
table.admin th a {
	background-color: #3284C9;
	display: block;
	height: 100%;
	text-decoration: none;
}
table.admin th a:hover {
	background-color: #18c9f4;
}
table.admin th a,
table.admin th.actions,
table.admin td {
	padding: 3px 5px;
}
.altrow td {
	background-color: #e1e1e1;
}
/* forms */
fieldset {
	border: 1px solid #111;
	margin: 10px;
	padding: 10px;
}
fieldset legend {
	font-size: 120%;
	font-weight: bold;
	margin-left: 20px;
	padding: 0 5px;
}
fieldset fieldset {
	margin-left: 0;
	padding: 0;
	width: 95%;
}
.input,
.checkbox {
	clear: both;
	margin: 7px inherit;
	overflow: auto;
}
.input label,
.checkbox input {
	float: left;
	margin: 5px 0;
	text-align: left;
	width: 18%;
}
.radio label {
	margin: 10px 0;
}
.required label {
	font-weight: bold;
}
.text input,
.password input,
.textarea textarea,
.checkbox label,
.multi-check .checkbox label,
.radio input,
.file input {
	border: 1px solid #111;
	float: left;
	margin: 5px 0;
	padding: 2px;
	width: 40%;
}
.radio input {
	margin: 10px;
	width: auto;
}
.checkbox label,
.multi-check .checkbox label {
	border: none;
}
.checkbox,
.file {
	overflow: hidden;
}
.select select,
.date select,
.select .separator,
.date .separator {
	float: left;
}
.select select,
.date select {
	margin: 5px 0;
	width: auto;
}
.select .separator,
.date .separator {
	margin: 5px;
	padding: 3px 0;
}
.time select {
	margin: 5px;
}
.full-width label,
.full-width textarea,
.full-width input,
.multi-check label {
	width: 95%;
}
.error label {
	color: #b90c03;
	font-weight: bold;
}
.error input,
.error textarea {
	background-color: #f37d81;
}
.error-message {
	float: left;
	font-weight: bold;
	margin: 9px 5px;
}
.submit {
	clear: both;
	text-align: center;
}
.focused,
.error .focused {
	background-color: #f0f0c0;
}
.hovered,
.error .hovered {
	background-color: #ffc;
}
/* end forms */
/* admin bar */
#top_bar {
	background-color: #5c5c5c;
	font-size: 120%;
	margin: 0;
	overflow: auto;
	width: 100%;
}
#top_bar ul {
	float: right;	
}
#top_bar li {
	display: inline;
}
#top_bar a {
	background-color: #ddd;
	border: 1px solid #111;
	color: #111;
	display: block;
	float: left;
	font-family: "Georgia", "Verdana", "Arial", sans-serif;
	font-weight: bold;
	margin: 5px 25px 5px 0;
	padding: 10px 12px;
	text-decoration: none;
}
#top_bar a:hover {
	background-color: #ccc;
}
/* end admin bar */