body {
	overflow-y: scroll;
}

#wrapper {
	margin: 0px auto;
	max-width: 1000px;
}

h1 {
	color: #0085DA;
	font-size: 18pt;
	font-weight: normal;
	height: 60px;
	line-height: 60px;
	margin: 0px;
}

#userinfo {
	height: 60px;
	line-height: 60px;
}

#navtabs {
	background-color: #0085DA;
	height: 40px;
	list-style: none;
	padding: 0px 30px;
}

#navtabs li {
	background-color: #cccccc;
	border-style: none;
	border-radius: 5px 5px 0px 0px;
	display: inline-block;
	float: left;
	height: 30px;
	line-height: 30px;
	margin: 10px 10px 0px 0px;
	padding: 0px 10px 0px 10px;
	vertical-align: bottom;
}

#navtabs li.current {
	background-color: #ffffff;
}

#navtabs li.right {
	float: right;
	margin: 10px 0px 0px 10px;
}

#content {
	clear: both;
	color: #333;
	overflow: auto;
	padding: 10px 20px 40px 20px;
}

h2 {
	height: 40px;
	line-height: 40px;
}

h2 > a {
	color: inherit;
	text-decoration: none;
}

h2 > a:hover {
	color: inherit;
	text-decoration: underline;
}

#footer {
	border-top: 10px solid #0085DA;
	bottom: 0px;
	font-size: 80%;
	height: 40px;
	padding-top: 10px;
	text-align: right;
	width: 100%;
}

/*** Actions Box ***/
.actions {
	float: right;
	height: 40px;
}

.actions a {
	background-color: #dddddd;
/*	border-radius: 5px;*/
	display: inline-block;
	font-size: 12pt;
	font-weight: normal;
	height: 36px;
	line-height: 36px;
	margin: 2px 0px 0px 5px;
	padding: 0px 10px;
}

/*** Messages ***/
.messages > li {
	background-color: #ffff99;
	border: 2px solid #ffcc00;
	border-radius: 10px;
	color: #333333;
	margin-top: 10px;
	padding: 10px;
}

.errorlist > li {
	border: none;
	color: #800000;
	height: 20px;
	line-height: 20px;
	padding: 0px;
	text-align: right;
}

/*** Forms ***/
label, .label {
	font-weight: bold;
	height: 32px;
	line-height: 32px;
}

.helptext {
	color: #808080;
	display: block;
	float: right;
	font-size: 80%;
	margin-bottom: -8px;
	width: 70%;
}

input, select, textarea {
	border-radius: 3px;
}

input[type=submit], .buttons a, .buttons button {
	background-color: #aaaaaa;
	border-radius: 3px;
	border-style: none;
	color: #ffffff;
	cursor: pointer;
	display: inline;
	float: right;
	font-size: 110%;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	margin-left: 10px;
	min-width: 80px;
	text-align: center;
	text-decoration: none;
	width: auto;
}

.buttons a {
	padding: 0px 10px;
}

input[type=submit]:hover, .buttons a:hover, .buttons button:hover {
	background-color: #666666;
}

.buttons .action {background-color: #0085DA;}
.buttons .danger {background-color: #804040;}

/*** Accordions ***/
.accordion h3 {
	background-color: #cccccc;
	border-radius: 10px;
	color: #000000;
	cursor: pointer;
	padding: 10px;
}

.accordion h3 span {
	background-image: url('../img/accordion-closed.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}

.accordion > h3.current span {
	background-image: url('../img/accordion-open.png');
}

.accordion > ul {
	margin: 0px 10px;
}
