/* Style Reset */
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;
}
ol, ul { list-style: none; }
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: "" ""; }

/* General Formatting */
html {
	height: 100%;
	width: 100%;
}
body {
	background: #000;
	color: #000;
	font: 10pt "trebuchet ms", arial, helvetica, sans-serif;
	height: 100%;
	margin: 20px auto;
	width: 100%;
}
.wrapper {
	margin: auto;
	width: 960px;
}
.container {
	background: #FFF;
	float: right;
	margin-bottom: 20px;
	padding: 20px;
	width: 750px;
}
.toolclick, .toolclick:active, .toolclick:visited, .toolclick:link {
	color: #27669D;
	cursor: pointer;
	text-decoration: none;
}
.tooltip, .tooltip:active, .tooltip:visited, .tooltip:link {
	background: #DEF;
	border: 1px solid #169;
	font: normal 10pt "trebuchet ms", arial, helvetica, sans-serif;
	padding: 10px;
	position: absolute;
	text-decoration: none;	
	width: 200px;
}

a:link {
	color: #27669D;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:focus {
	background: #CCC;
	outline: small dotted #000;
}
a:active, a:visited {
	color: #333;
	text-decoration: underline;
}
h1 {
	color: #27669D;
	font: 17pt impact, "trebuchet ms bold", sans-serif;
	margin-bottom: 0.4em;
}
h2 { font: 14pt impact, "trebuchet ms bold", sans-serif; }
h3 {
	display: inline;
	font: bold 12pt "trebuchet ms", arial, helvetica, sans-serif;
}
strong { font-weight: bold; }
em { font-style: italic; }
.failed, .error, .success {
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
}
.failed, .error {
	color: #993333;
}
.success { color: #669933; }
.data { font-weight: bold; }
.prev {
	display: inline;
	float: left;
}
.next {
	display: inline;
	float: right;
}
.nav { margin-bottom: 0.6em; }

/* Login Formatting */
.login {
	background: #FFF;
	float: left;
	margin-left: 20px;
	width: 100px;
}
.login p { padding: 20px; }

/* Form Formatting */
form div { margin-bottom: 2em; }
form {
	margin-top: 1em;
	width: 100%;
}
select { margin-top: 0.2em; }
label { display: block; }
input { margin-bottom: 0.2em; }

/* Validation Formatting */
.validate {
	height: 1.6em;
	margin-left: 1em;
	padding: 0.2em;
	padding-left: 32px;
	text-align: right;
}
.valid {
	background: url("img/valid.png") no-repeat left;
	color: #669933;
}
.invalid {
	background: url("img/invalid.png") no-repeat left;
	color: #993333;
}

.item {
	border-bottom: dotted 2px #000;
	cursor: pointer;
}
.item:hover { background: #EEE; }

