a:link,
a:visited {
	color: #006337;
	text-decoration: underline;
}
a:hover {
	color: #006337;
	text-decoration: none;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: normal;
	margin: 0;
	padding: 5px 0;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #606060;
	margin: 0 0 2px 0;
	padding: 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: black;
	margin: 0;
	padding: 0;
}
h3 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	margin: 0;
	padding: 0;
}
h4 {
	margin: 0;
	padding: 5px 0;
}

hr {
	height: 0px;
	border: none;
	border-bottom: 1px solid #2f281b;
}

/*****************************
 design
******************************/

#containerMain {
	width: 953px;
}

.headerMenu {
	height: 35px;
	width: 690px;
	background-color: #c3c3c3;
}
.headerMenu a:link,
.headerMenu a:visited {
	color: black;
	margin-left: 10px;
	text-decoration: none;
}
.headerMenu a:hover {
	text-decoration: none;
	color: white;
}

.headerTopEmpty {
	width: 226px;
}
.headerBorderLeft {
	background-image: url(../images/bg_border_top.gif);
	background-repeat: repeat-y;
	height: 5px;
}
.headerBorderMid {
	background-image: url(../images/bg_border_top2.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #8fd300;
	height: 5px;
}

.shadowLeft {
	background-image: url(../images/shadow_left.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
.shadowRight {
	background-image: url(../images/shadow_right.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.sideLeft {
	background-image: url(../images/bg_left.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #e6e6e6;
	padding: 10px;
	vertical-align: top;
	font-size: 12px;
}
.sideLeft * {
	font-size: 12px;
}

#content {
	vertical-align: top;
}

.menuCorner {
	background-image: url(../images/corner_right.gif);
	background-repeat: no-repeat;
	height: 39px;
	width: 64px;
}


.contentInner {
	padding: 10px;
}

.footer {
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #b5b5b5;
	color: #4c4c4c;
	font-size: 11px;
	padding: 8px 10px;
}


.mainMenu {
	background-color: #006337;
	border-bottom: 5px solid #8fd300;
}

.mainMenu a:link,
.mainMenu a:visited {
	display: block;
	float: left;
	font-size: 14px;
	color: white;
	padding: 0 10px;
	margin-right: 1px;
	height: 34px;
	line-height: 30px;
	text-decoration: underline;
	vertical-align: middle;
}
.mainMenu a.selected:link,
.mainMenu a.selected:visited,
.mainMenu a:hover {
	background-color: #8fd300;
	color: black;
	text-decoration: underline;
}

.subMenu {
	padding-bottom: 8px;
	margin-bottom: 10px;
	border-bottom: 1px solid #006337;
}

.subMenu a:link,
.subMenu a:visited {
	display: list-item;
	list-style-type: square;
	font-size: 13px;
	color: #006337;
	padding: 0;
	margin: 0 0 8px 15px;
	font-weight: bold;
	text-decoration: underline;
}
.subMenu a.selected:link,
.subMenu a.selected:visited {
	font-weight: bold;
	color: black;
	text-decoration: underline;
}
.subMenu a:hover,
.subMenu a.selected:hover {
	text-decoration: none;
}

.alignRight {
	text-align: right;
}

.clear_both {
	clear: both;
}


/*****************************
 OTHER
******************************/


.errorInput {
	border: 1px solid red;
}
.errorText {
	color: red;
}

.copyright {
	color: black;
	text-align: right;
}

a.solution:link,
a.solution:visited {
	/*color: white;*/
}

.solution_lt {
	color: #d33f97;
}

.picBorder {
	border: 5px solid #c1c1c1;
	margin: 0 5px 5px 0;
}

.lightbox_img_set {
	text-align: center;
	margin: 0 auto;
}
img.lightbox_img {
	border: 5px solid #6f847a;
	margin: 5px 10px;
}


/****************************
Form styles
*****************************/

form {
	padding: 0;
	margin: 0;
}

.formCaption {
	width: 200px;
	padding-right: 5px;
}

.formSubmit {
	font-weight: bold;
}

.textField {
	width: 190px;
}
.loginField {
	width: 80px;
	font-size: 11px;
}
.loginButton {
	font-size: 11px;
	width: 40px;
}
.formLabel {
	font-size: 12px;
	padding: 0;
	margin: 0;
}
.loginCheckbox {
	padding: 0;
	margin: 1px 0;
}

a.linkRegister:link,
a.linkRegister:visited,
a.linkUsermenu:link,
a.linkUsermenu:visited {
	display: block;
	float: left;
	background-color: #df6e00;
	font-size: 12px;
	color: white;
	text-decoration: none;
	padding: 2px 5px;
	margin: 2px 5px 0 0;
}
a.linkRegister:hover {
	background-color: #ff7e00;
}
a.linkUsermenu:link,
a.linkUsermenu:visited {
	background-color: #3da709;
}
a.linkUsermenu:hover {
	background-color: #45c008;
}

div.clear_both {
	clear: both;
}

/*textarea {
	width: 100%;
}*/

.filter_combo {
	width: 135px;
}

.filter_submit {
	font-weight: bold;
}

.formSpecial {
	display: none;
}
.required {
	color: red;
	font-weight: bold;
	padding: 0 1px 0 3px;
}
div.errorDiv {
	background-color: #ffd9d9;
	border: 1px solid red;
	color: #990000;
	padding: 3px 10px 3px 10px;
	margin: 10px 0 10px 0;
	font-weight: bold;
	text-align: left;
}

div.errorBox {
	background-color: #ffd9d9;
	border: 1px solid red;
	color: #990000;
	padding: 1px 5px;
	font-weight: bold;
	text-align: left;
}

div.errorBorder {
	float: left;
	border: 1px solid red;
	padding: 1px;
	/*width: 145px;*/
}
div.errorNull {
	width: 100%;
	position: relative;
	display: table;
}
div.errorMessage {
	float: left;
	background-color: #ffd9d9;
	border: 1px solid red;
	font-weight: normal;
	margin: 1px;
	padding: 1px 10px 1px 10px;
	width: 150px;
	vertical-align: middle;
}

.actionMessage {
	background-color: #c5ffb6;
	border: 1px solid #1d8800;
	color: #1d8800;
	padding: 3px 10px 3px 10px;
	margin: 0 0 10px 0;
	font-weight: bold;
	text-align: left;
}

.stdInput {
	width: 200px;
}

