@CHARSET "UTF-8";

/* Reset styles */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0 none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0 none;
}
body {
	background:black none repeat scroll 0 0;
	font-family:Arial,Helvetica,sans-serif;
}
strong {
	font-weight:bold;
}

/* Some basic styles */

a:link, a:visited {
	color: rgb(145,220,48);	
}

a:hover, a:active {
	color: rgb(173,244,81);	
}

a:visited {
	/* color: rgb(100,100,100); */	
}

h1, h2, p, table.form, ul, ol {
	margin: 0 0 1em 0;	
}

h1, h2 {
	font-weight: bold;
}

h2 {
	font-size: 0.9em;	
}

p {
	font-size: 0.8em;
	color: rgb(50,50,50);
}

/* Now setup the layout */

html {
	height: 100%;
}

body {
	height: 100%;
	background: rgb(240,240,240);
}

body#blank {
	padding: 10px;
}

#innerBody {
	width: 70%;
	min-width: 700px;
	min-height: 90%;
	background: url('../images/bgR.png') white right top repeat-y;
	padding: 0 10px 10px 0;
}

#footer {
	/*
	width: 70%;
	min-width: 701px;
	background: url('../images/bgB.png') rgb(240,240,240) left top repeat-x;
	border-top: 1px solid rgb(240,240,240);
	*/
	border-top: 1px solid rgb(230,230,230);
	margin: 50px 0 0;
	padding: 0;
}

#innerFooter {
	padding: 0 5px 0 50px;
}

#footer ul {
	margin: 4px 0;
}

#footer ul li {
	font-size: 0.6em;
	margin: 0 10px 0 0;
	display: inline;
}

#footer ul li a {
	color: rgb(130,130,130);	
}

#logo {
	width: 200px;
	padding: 30px 10px 20px 50px;
	float: left;
}

.content {
	margin: 0 50px 10px 50px;
}

#portalnavigation {
	width: 400px;
	padding: 10px 0 0 0;
	float: right;
}

#portalnavigation ul li {
	font-size: 0.7em;
	margin: 0 10px 0 0;
	float: right;
	display: inline-block;
}

#portalnavigation a {
	color: rgb(145,220,48);
	text-decoration: none;
}

#menu {
	background: rgb(240,240,240);
	border-bottom: 1px solid rgb(230,230,230);
	padding: 0 45px;
	height: 1.6em;
}

#menu ul li {
	font-size: 0.8em;
	font-weight: bold;
	color: rgb(145,220,48);
	float: left;
	display: inline-block;
}

#menu ul li a {
	color: rgb(145,220,48);
	border-right: 1px solid rgb(230,230,230);
	text-decoration: none;
	padding: 5px;
	display: block;
}

#menu ul li a:hover {
	color: white;
	background-color: rgb(200,200,200);
}

#menu ul li a.last {
	border: none;
}

/** Pagination */

div.pagination {
	font-size: 0.8em;
	text-align: center;	
	width: 450px;
	margin: 0 auto 1em auto;
}

div.pagination div.previous, div.pagination div.next {
	width: 150px;
	float: left;	
}

div.pagination ul {
	width: 150px;
	float: left;
}	

div.pagination ul li {
    display: inline;
    list-style-type: none;
    padding-right: 1em;
}

/* Forms */

table.form {
	width: 60%;	
}

body#blank table.form {
	width: 100%;
}

table.formExpanded {
	width: 100%;
}

table.form tr th, table.form tr td {
	font-size: 0.8em;
	border: 1px white solid;
	padding: 5px;	
	vertical-align: top;
}

table.form tr th {
	font-weight: bold;
	background: rgb(230,230,230);
	width: 180px;
	padding: 8px 5px 5px;
}

body#blank table.form tr th {
	width: 100px;
}

table.form tr.row td {
	background: rgb(240,240,240);
}

table.form tr.row ul.errors {
	color: red;
}

table.form tr.buttons td {
	border-left: none;
	border-right: none;
	border-bottom: none;
}

table.form tr td .fieldFullsize {
	width: 99%;
}

/* Forms messages */

div.flash {
	font-size: 0.8em;
	font-weight: bold;
	background: rgb(145,220,48);
	margin: 0 0 15px;
	padding: 10px; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Sections */

div.content div.section {
	background: rgb(145,220,48);
	padding: 10px 10px 1px 10px;
	margin: 0 0 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.content div.section h2 {
	margin: 0 0 5px 0;	
}

div.content div.section a {
	color: white;
}

