@charset "utf-8";

/* Reset */
a, abbr, acronym, address, area, b, bdo, big, blockquote, body, button, caption, cite,
code, col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4,
h5, h6, hr, html, i, images, ins, kbd, label, legend, li, map, object, ol, p, param, pre,
q, samp, small, span, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead,
tr, tt, ul, var {margin:0;padding:0;vertical-align:baseline}

/* Defaults */
:focus {outline:0}
a, a:visited {}
a:hover {}
body {background:#FFF;color:#000;font:75%/125% Arial, Sans-Serif}
h1 {border-bottom:1px dotted #CCC;font-size:1.5em;line-height:150%;margin:0 0 5px}
h2 {font-size:1.2em;line-height:125%;margin:15px 0 5px}
hr {height:1px;border:0;background:#CCC;color:#CCC}
img {border:0;vertical-align:bottom}
fieldset {border:0}
p {margin:0 0 1em}
code {display:block;font-size:1.2em;margin:0 0 1em}
span {color:#F00;font-weight:bold;padding:0 0 0 5px}
em {color:#F00}

/* Containers */
#page {border:1px solid #CCC;margin:20px auto;position:relative;width:750px}

/* Notices and Errors */
.notice {background:#FFC;border:1px solid #FC9;margin:10px 0 1em;padding:5px}
.success {background:#CFC;border:1px solid #9C6;margin:10px 0 1em;padding:5px}
.false {background:#FFC;border:1px solid #FC9;margin:10px 0 1em;padding:5px}
.notice p, .success p, .false p {margin:0}
.center {text-align:center}

/* Header */
#header {background:url(../images/header.png) repeat-x}
#logout {color:#FFF;position:absolute;top:5px;right:5px}

/* Content*/
#content {padding:20px}
#content ul {margin:0 0 18px 1em}

	/* Tables */
	table {border:solid #CCC;border-width:1px 0 0 1px;clear:both;margin:5px 0 15px;width:100%}
	table th {background:#EEE;border:solid #CCC;border-width:0 1px 1px 0;padding:5px}
	table td {border:solid #CCC;border-width:0 1px 1px 0;padding:5px 15px}
	table tr.alt td {background:#F9F9F9}
	table tr.sub-titles td {background:#f7f7f7;text-align:center;text-decoration:underline}
	.sortable tr:hover {background:#FF9}
	.sortable tr.alt:hover td {background:#FF9}
