
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #eee3d2;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

p {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	line-height: 16px;
	margin: 0;
	padding: 5px 0 0 0;
	color: #330000;
}

h1 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
	padding: 5px 0 5px 0;
}

h2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
	padding: 5px 0 5px 0;
}

h3 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
	padding: 5px 0 0 0;
}

hr {
	height: 0px;
	border: none;
	border-bottom: 1px solid #e0e0e0;
}

/*****************************
 design
******************************/

.tdMainContent {
	background-color: #b38a4c;
	background-image: url(../images/design/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	border-top: 2px solid #b2884b;
	vertical-align: top;
	color: #330000;
	height: 400px;
}
.tdLeft {
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	background-color: #96652b;
	padding: 20px 15px 20px 15px;
	vertical-align: top;
}

.imgTopLeft {
	border-right: 2px solid #FFFFFF;
	width: 192px;
}

p.leftInfo {
	text-align: left;
	line-height: 14px;
}
p.leftSelect {
	text-align: left;
	line-height: 14px;
	font-weight: bold;
}

/*****************************
 Calendar styles
******************************/

.calendarFrame {
	background-color: #96652b;
	border: 0px;
	width: 160px;
	height: 170px;
}

.calendar {
	background-color: #FFFFFF;
}
.calendar tr {
	background-color: #96652b;
}
.calendar th,
.calendar td {
	padding: 2px 4px 2px 4px;
	text-align: center;
}
.dayIsEvent {
	background-color: #b0823e;
}
.dayToday {
	background-color: #9d3229;
}
.daySelected {
	background-color: #3c2204;
	font-weight: bold;
}

/*****************************
 MENU
******************************/

.menuMain {
	background-color: #3c2204;
	padding: 5px 10px 5px 10px;
	color: #FFFFFF;
	font-family: Verdana, serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
.menuMain a:link,
.menuMain a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menuMain a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.menu_lev_sub {
	padding: 2px 0 2px 15px;
}

/*****************************
 SUBMENU
******************************/

.menuSub {
	padding: 6px 20px 7px 20px;
	color: #221e1f;
	font-family: Tahoma, serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #d4e459;
	border-right: 1px solid #FFFFFF;
	text-align: center;
}

.menuSub a:link,
.menuSub a:visited {
	color: #221e1f;
	text-decoration: none;
}
.menuSub a:hover {
	color: #221e1f;
	text-decoration: underline;
}

.menuSubEmpty {
	background-color: #e0e0e0;
}

/*****************************
 OTHER
******************************/

.footer {
	margin: 0;
	padding: 10px;
	color: #989898;
	background-color: #3c2204;
	text-align: center;
}

.footerRight {
	text-align: right;
}

.errorInput {
	border: 1px solid red;
}
.errorText {
	color: red;
}

/*****************************
 Content
******************************/

.contentImageFront {
	border: 4px solid #c1c1c1;
}

.picsborder {
	padding: 8px;
}

.contentBorder {
	padding: 10px;
}

/*****************************
 Input
******************************/

.formclass {
	padding: 0;
	margin: 0;
}
.inputText {
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.button {
	border: 1px solid #FFFFFF;
	background-color: #3c2204;
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
