/* MAIN */
body {
	margin: 0;
	background: #84a5e1 url(background.png) no-repeat;
}

body, input {
	font-family: sans-serif;
	font-size: 14px;
}

a:link, a:visited {
	text-decoration: none;
	color: #4d70b0;
}

a:hover, a:active {
	text-decoration: underline;
}

a img {
	border: none;
}

button img {
	vertical-align: middle;
}

h3 {
	text-transform: uppercase;
	color: #181f2c;
}

#main {
	margin: 4em auto;
	width: 80%;
}

/* ROUNDED CORNERS */
#header div.corner-left,
#header div.corner-right,
#footer div.corner-left,
#footer div.corner-right {
	height: 16px;
	background-repeat: no-repeat;
}

#header div.corner-left,
#footer div.corner-left {
	overflow: auto;
}

#header div.corner-right,
#footer div.corner-right {
	float: right;
	width: 16px;
}

#header div.content,
#footer div.content {
	overflow: auto;
	padding: 0 32px;
	background-color: #fff;
}

#header div.content p,
#footer div.content p {
	margin: 0;
}

#header div.corner-right {
	background-image: url(frame-top-right.png);
}

#header div.corner-left {
	background-image: url(frame-top-left.png);
}

#footer div.corner-right {
	background-image: url(frame-bottom-right.png);
}

#footer div.corner-left {
	background-image: url(frame-bottom-left.png);
}

/* HEADER */
#logo {
	float: left;
}

#menu {
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1.1em;
	font-weight: bold;
}

#menu li {
	float: left;
	margin: 0 0 0 1em;
	line-height: 22px;
	white-space: nowrap;
}

#menu li.current {
	padding-right: 20px;
	background: url(bullet.png) no-repeat 100% 0;
}

#menu a:link, #menu a:visited {
	color: #090921;
}

#menu a:hover, #menu a:active {
	color: #00e;
}

/* FOOTER */
#footer {
	clear: both;
}

#footer div.content {
	text-align: center;
	font-size: 0.9em;
	color: #999;
}

#footer div.content a {
	color: #666;
}

/* CONTENT */
#content {
	clear: both;
	overflow: auto;
	padding: 2em;
	background-color: #fff;
}

/* FRAMES */
div.frame {
	margin: 0 0 2em;
}

div.frame div.content {
	padding: 4px 8px;
	min-height: 32px;
	background-repeat: no-repeat;
	background-position: 8px 4px;
}

div.frame div.corner-top-left,
div.frame div.corner-top-right,
div.frame div.corner-bottom-left,
div.frame div.corner-bottom-right {
	height: 4px;
	background-repeat: no-repeat;
}

div.frame div.corner-top-left,
div.frame div.corner-bottom-left {
	overflow: hidden;
}

div.frame div.corner-top-right,
div.frame div.corner-bottom-right {
	float: right;
	width: 4px;
}

div.frame ul {
	margin: 4px 8px 4px 48px;
	padding: 0;
	list-style-type: none;
}

div.info div.content {
	background-color: #fff8be;
	background-image: url(info.png);
	color: #5b3c00;
}

div.info div.corner-top-left {
	background-image: url(info-top-left.png);
}

div.info div.corner-top-right {
	background-image: url(info-top-right.png);
}

div.info div.corner-bottom-left {
	background-image: url(info-bottom-left.png);
}

div.info div.corner-bottom-right {
	background-image: url(info-bottom-right.png);
}

div.warn div.content {
	background-color: #ffc2be;
	background-image: url(warn.png);
	color: #6c0707;
}

div.warn div.corner-top-left {
	background-image: url(warn-top-left.png);
}

div.warn div.corner-top-right {
	background-image: url(warn-top-right.png);
}

div.warn div.corner-bottom-left {
	background-image: url(warn-bottom-left.png);
}

div.warn div.corner-bottom-right {
	background-image: url(warn-bottom-right.png);
}

/* CONTENT */
#content img {
	vertical-align: middle;
}

#content .block {
	margin-bottom: 2em;
}

#content p.sublinks {
	text-align: center;
}

#content p.sublinks a {
	text-decoration: none;
}

#content table.form th {
	padding: 0.25em 1em;
	text-align: left;
}

#content table.form td.buttons {
	padding: 1em;
	text-align: right;
}

#content table.list {
	border-spacing: 1px;
}

#content table.list tr.row_a {
	background-color: #fff;
}

#content table.list tr.row_b {
	background-color: #c2d2f0;
}

#content table.list th {
	padding: 0.25em 1em;
	background-color: #84a5e1;
	text-align: center;
	color: #fff;
}

#content table.list td, #content table.list caption {
	padding: 0.25em 1em;
}

#content table.full {
	width: 100%;
}

ul.errorlist {
   color: red;
}

div.levitip {
   background-color: #FFF8BE;
   border: 1px solid #000;
   font-size: 0.8em;
   font-weight: bold;
   opacity: 0.8;
   padding: 2px 5px;
}
