/* Footer */
* {
    margin: 0;
}
html, body{
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px;
}
.footer, .push {
	height: 40px;
}
.footer {
	background-color: #333333;
	font-weight: bold;
	color: #FFFFFF;
}
.footer p {
	padding-top: 10px;
}
.push {
	clear:both;
}
/* General */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #E0E8EA url(img/bg.jpg) repeat-x;
}

#toplogo {
	margin-top: 54px;
}

/* Vertical Menu */
#leftmenu {
	padding-top: 10px;
}
#leftmenu li {
	list-style-type: none;
	display: inline;
	background: url(img/menubg.jpg) repeat-x;
	padding: 5px 20px 5px 20px;
	line-height: 40px;
	margin-right: 2px;
	color: #43A2CB;
	font-weight:bold;
}
#leftmenu li.active {
	background: url(img/menubgactive.jpg) repeat-x;
	color:black;
}
#leftmenu li.active:hover {
	cursor: text;
}
#leftmenu li:hover {
	background: url(img/menubgactive.jpg) repeat-x;
	cursor: pointer;
	cursor: hand;
}
#leftmenu a {
	color: #43A2CB;
	text-decoration: none;

}
#content {
	margin: 0 auto;
	width: 950px;
	text-align: justify;
	line-height: 22px;
}
#content p {
	margin-bottom: 20px;
}
#col-left {
	float: left;
	width: 180px;
	margin-top: 170px;
}
#col-right {
	float: left;
	width: 900px;
	margin-top: 20px;
}

/* Form input */
input, textarea, select {
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
	text-align: left;
}
input:hover, input:active, select:hover, select:active, textarea:hover, textarea:active {
	background-color: #F5F4EB;
	border: 1px solid #000000;
}
.cform label { 
	width: 120px; 
	float: left; 
	text-align: left;
}
.cform label.error {
	float: none;
	color: #FF0000;
	margin-left: 5px;
	vertical-align: top;
	font-weight: bold;
	background: url(img/fail.gif) no-repeat;
	padding-left: 20px;
}
.cform input.error, .cform textarea.error {
	background: #F4F4F4;
	border: 2px solid #FF0000;
}
.cform label.plain {
	text-align: left;
	float: none;
	width: auto;
	margin-right: auto;
}
.cform p { 
	clear: both;
}
.cform .submit { 
	margin-left: 12em;
}
.cform em { 
	font-weight: bold; 
	padding-right: 15px; 
	vertical-align: top;
}
.cform .noval {
	margin-left: 22px;
}
.cform label.valid {
	background: url(img/check.gif) no-repeat;
	padding-left: 20px;
	margin-left: 5px;
	color: #339933;
}
.jumpright {
	margin-left: 88px;
}
/* Links */
a:link, a:visited, a:active {
	font-weight: bold;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #666666;

}

/* General */
.fade {
	font-size: 11px;
	color: #666666;
}
.left {
	float: left;
	margin: 5px 5px 5px 0px;
}
.right {
	float: right;
	margin: 5px 0px 5px 5px;
}
li {
	list-style: square;
	margin-top: 9px;
	margin-bottom: 9px;
	text-align: left;
}
#navaid {
	display: none; 
}
.clear {
	clear:both;
}
.noborder {
	border: 0;
}
.oneborder {
	border 1px;
}

/* Table */
table {
	font-size: 12px;
}
td {
	vertical-align: top;
}
.thead {
	font-weight: bold;
	background-color: #CCCCCC;
}
.table1 {
	background-color: #F4F4F4;
}
.table2 {
}
.tbottom {
	background-image: url(img/line.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/* Headers */
h1 {
	font-size: 16px;
	color: #95AE31;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #95AE31;
	margin: 20px 0 10px 0;
}
h2 {
	font-size: 15px;
	color: #2D7D9F;
}
h3 {
	font-size: 13px;
}
#flash {
	top: 15px;
	position: absolute;
	right: 0;
}
#language {
	left: 10px;
	top: 35px;
	position: absolute;
	font-size: 14px;
}
#language p {
	text-align: left;
}
#flash p {
	text-align: right;

}