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

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	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: #2f281b;
	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: Arial, 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: 995px;
}

.title_1,
.header_1 {
	width: 126px;
	height: 379px;
	background-image: url(../images/header_1.png);
	background-repeat: no-repeat;
	background-position: top right;
	vertical-align: top;
}
.title_1 {
	background-image: url(../images/title_1.png);
}
.header_3 {
	width: 86px;
	height: 379px;
	background-image: url(../images/header_4.png);
	background-repeat: no-repeat;
	background-position: top left;
	vertical-align: top;
}

#header_3_bott {
	margin-top: 155px;
	height: 224px;
	background-image: url(../images/shadow_right.png);
	background-repeat: repeat-y;
	background-position: left;
}

.sideLeft {
	background-image: url(../images/shadow_left.png);
	background-repeat: repeat-y;
	background-position: right;
	width: 126px;
}
.sideRight {
	background-image: url(../images/shadow_right.png);
	background-repeat: repeat-y;
	background-position: left;
}
.contentInnerTitle,
.contentInner {
	background-color: #f5eac9;
	background-image: url(../images/content_main.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 5px;
}
.contentInnerTitle {
	background-image: url(../images/title_bg_content.jpg);
}

.footer {
	background-image: url(../images/content_bottom.png);
	background-repeat: no-repeat;
	background-position: top;
	vertical-align: bottom;
	color: white;
	text-align: center;
	padding-bottom: 10px;
}
.footerLeft {
	background-image: url(../images/bott_left.png);
	background-repeat: no-repeat;
	background-position: top right;
	height: 84px;
	width: 126px;
}
.footerRight {
	background-image: url(../images/bott_right.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 84px;
}

.menuTitleCell {
	background-color: #f5eac9;
	background-image: url(../images/title_bg_menu.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	vertical-align: top;
}

.contentInnerLeft {
	vertical-align: top;
	width: 211px;
}
.contentInnerRight {
	vertical-align: top;
	padding: 10px 20px 0 5px;
}

.mainMenu  {
	margin: 5px 5px 0 30px;
}
.mainMenuTitle {
	margin: 15px 5px 0 30px;
	height: 220px;
	width: 180px;
	overflow: visible;
	position: absolute;
	white-space: normal;
}

.mainMenu a:link,
.mainMenu a:visited,
.mainMenuTitle a:link,
.mainMenuTitle a:visited {
	display: block;
	font-size: 18px;
	color: #564d3d;
	text-decoration: none;
	padding: 6px 0;
}
.mainMenu a.Selected:link,
.mainMenu a.Selected:visited,
.mainMenu a:hover,
.mainMenuTitle a.Selected:link,
.mainMenuTitle a.Selected:visited,
.mainMenuTitle a:hover {
	text-decoration: underline;
}

.subMenu a:link,
.subMenu a:visited {
	display: block;
	font-size: 16px;
	color: #564d3d;
	text-decoration: none;
	padding: 5px 0 5px 25px;
}
.subMenu a.Selected:link,
.subMenu a.Selected:visited,
.subMenu a:hover {
	text-decoration: underline;
}

.nuts {
	padding: 20px 0 0 20px;
}

.contentHeight {
	min-height: 400px;
}


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


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

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

a.solution:link,
a.solution:visited {
	background-color: #77492c;
	padding: 1px 3px;
	color: white;
}

.solution_lt {
	color: #ff9bd6;
}

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


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

form {
	padding: 0;
	margin: 0;
}

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

.formSubmit {
	font-weight: bold;
}

.textField {
	width: 250px;
}
.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;
}


