﻿.shadow_left {
	position: relative;
	background-position: left;
	width: 100%;
	height: 100%;
	background-image: url('../images/2L_shadow_l.png');
	background-repeat: repeat-y;
}
.shadow_right {
	position: relative;
	background-position: right;
	width: 100%;
	height: 100%;
	background-image: url('../images/2L_shadow_r.png');
	background-repeat: repeat-y;
}
.shadow_inside {
	position: relative;
	margin-left: 1px;
	margin-right: 7px;
}
.sidebar {
	position: relative;
	color: #7f7a57;
	font-size: small;
	margin-left: 50px;
	margin-right: 50px;
	line-height: 20px;
}
.sidebar a {
	color: #7f7a57;
}
.sidebarTitle {
	font-size: large;
	font-weight: bold;
	margin-left: -25px;
	margin-top: 25px;
}
.contentbody {
	position: relative;
	font-size: small;
}
.contentbody H1 {
	font-size: x-large;
	font-weight: bold;
}
img {
	border-style: none;
}
.InfoBox {
	position: relative; /*border: 1px black solid;*/;
	padding: 10px 15px 10px 10px;
	background-color: #f3eeca;
	margin: 00px 0px 10px 0px;
}
.InfoBox_Title {
	background-color: white; /*border-bottom: 1px gray solid;*/;
	margin: 0px 0px 3px 0px;
	padding: 5px 0px 5px 5px;	
	font-size:larger;
	font-weight:bold;
}
.InfoBox_Title a
{
    text-decoration:none;
    color:Black;
}
.InfoBox_Body {
	margin: 10px 0 0 0;
	width: 100%;
	font-size: 11px;
}
.InfoBox_Body_Lg {
	margin: 10px 0 0 0;
	width: 100%;
}
label.error {
	display: block;
	color: red; /*font-style: italic;*/;
	font-weight: bold;
	font-size: 12px;
}
input.error {
	border: 1px solid red;
}
.required {
}