body {
	padding: 0 12px 12px 12px;
	font-family: Arial, Sans-serif;
	font-size: 10pt;
	color: #4f4f4f;
}

a {
	color: #0096e6;
}

ul {
	padding-left: 16px;
}

table#main {
	padding-right: 20px;
}

span.corners-top,
span.corners-bottom,
span.corners-top span,
span.corners-bottom span {
	display: block;
	width: 100%;
	height: 5px;
	font-size: 1px;
	line-height: 1px;
	background-repeat: no-repeat;
}
span.corners-top {
	background-image: url("images/corners_left.png");
	background-position: 0 0;
}
span.corners-top span {
	background-image: url("images/corners_right.png");
	background-position: 100% 0;
}
span.corners-bottom {
	background-image: url("images/corners_left.png");
	background-position: 0 100%;
	clear: both;
}
span.corners-bottom span {
	background-image: url("images/corners_right.png");
	background-position: 100% 100%;
}

#header .inner,
#footer .inner {
	padding: 10px 20px;
}

#header {
	margin-top: 12px;
	margin-bottom: 20px;
	background-color: #12a3eb;
	background-image: url("images/header_bg.gif");
	color: #fff;
}
#header h1 {
	float: left;
	width: 70%;
	padding-bottom: 5px;
	font-size: 16pt;
}
#header .logout {
	position: relative;
	display: block;
	float: right;
	margin-top: 16px;
	text-align: right;
	white-space: nowrap;
}
#header .logout a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#footer {
	margin-top: 20px;
	background-color: #cadceb;
	font-size: 8pt;
}


#menu {
	width: 120px;
	vertical-align: top;
	/*background-color: #e6f3fa;*/
}
#menu ul {
	padding: 8px;
	margin: 0;
	list-style: none;
}
#menu li {
	padding-bottom: 5px;
	font-weight: bold;
}
#menu li a {
	white-space: nowrap;
	text-decoration: none;
}

.submenu {
	margin-top: 0;
	margin-bottom: 28px;
}
.submenu a {

}

#page {
	padding: 8px;
	vertical-align: top;
}
#page h3 {
	margin: 0;
	padding-bottom: 12px;
	font-size: 14pt;
}

fieldset {
	margin-bottom: 28px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #9fa7a8;
	background-color: #e6f3fa;
}
fieldset.login {
	width: 400px;
}
fieldset.red {
	background-color: #fae6e6;
}
fieldset legend {
	font-weight: bold;
	font-size: 10pt;
}

.formtable {
	padding-top: 10px;
}
.formtable td {
	vertical-align: top;
	padding-bottom: 10px;
}
.formtable p.formdesc {
	margin: 0;
	padding-top: 2px;
	color: #777;
	font-size: 8pt;
}
.formtable span.formdesc {
	padding-left: 20px;
	color: #777;
	font-size: 8pt;
}
.formtable pre.formdesc {
	display: inline;
	color: #777;
	font-size: 8pt;
}
.formtable  input.long {
	width: 320px;
}
.formtable optgroup {
	padding-top: 5px;
	padding-left: 5px;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
}

.infotable {
	width: 100%;
	margin-top: 10px;
	background-color: #b9d1de;
	font-size: 9pt;
}
.infotable th {
	padding: 4px 8px 4px 4px;
	text-align: left;
	white-space: nowrap;
}
.infotable td {
	padding: 6px;
	background-color: #f3fbff;
	vertical-align: top;
	white-space: nowrap;
}
.infotable td.error {
	background-color: #ffe9e9;
}

.filter {
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 9pt;
}
.filter select {
	width: auto;
	margin-left: 5px;
	font-size: 9pt;
	border: 1px solid #9fa7a8;
	background-color: #f3fbff;
	color: #777;
}
.filter option {
	padding-left: 5px;
	color: #4f4f4f;
	font-size: 9pt;
}
.filter option.title {
	background-color: #f3fbff;
	color: #777;
}
.filter option.invisible {
	color: #f3fbff;
}
.filter option.parent {
	margin-top: 5px;
	padding-left: 5px;
	color: #4f4f4f;
	font-size: 9pt;
	font-weight: bold;
}

td.text {
	padding-top: 4px;
	font-size: 9pt;
}
td.label {
	width: 130px;
	padding-top: 4px;
	padding-right: 18px;
	font-size: 9pt;
	font-weight: bold;
	text-align: right;
}
span.label {
	padding-right: 10px;
	font-size: 9pt;
	font-weight: bold;
}


.succes {
	color: #8ac400;
}
.error {
	color: #e90000;
}