@charset "utf-8";
/* CSS Document */

/* css main */

html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}

/* default styles */

body,
div,
p,
ul,
li,
td,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

p {
	padding: 6px 0 0 0;
	margin: 0;
	text-align: justify;
	line-height: 18px;
}

h1 {
	font-size: 20px;
	font-family: Garamond, Helvetica, sans-serif;
	font-weight: bold;
	color: #4e0705;
	padding: 0 0 2px 0;
	margin: 0;
}
h2 {
	font-size: 16px;
	font-family: Garamond, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
	padding: 0 0 2px 0;
	margin: 0;
}
h3 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
	padding: 0 0 2px 0;
	margin: 0;
}

a:link {
	color: #960000;
	text-decoration: underline;
}
a:visited {
	color: #960000;
	text-decoration: underline;
}
a:hover {
	color: #be0101;
	text-decoration: none;
}

hr {
	height: 0;
	size: 0;
	border: none;
	border-bottom: 1px solid #838b91;
}

/****************************
Design styles
*****************************/

#mainTable {
	height: 100%;
}
#logo {

}
#mainBorder {
	border: 5px solid #800001;
	background-color: #ffebb5;
	width: 739px;
}
#header {
	background-image: url(../images/design/header.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: white;
	border: 5px solid #e9d5a3;
	height: 77px;
}
#menuMain {
	background-image: url(../images/design/menu.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 45px;
	vertical-align: top;
	border-bottom: 5px solid #ffebb5;
}
#menuSub {
	background-color: #5b0e06;
	background-image: url(../images/design/submenu.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 24px;
	padding: 5px 100px 5px 5px;
	vertical-align: top;
}
#content {
	background-color: #ffebb5;
	width: 699px;
	vertical-align: top;
	padding: 20px;
	height: 500px;
}
#decorTop {
	background-image: url(../images/design/kimono_top.jpg);
	background-repeat: no-repeat;
	height: 10px;
	font-size: 2px;
	line-height: 0;
}
#decorLeft {
	background-image: url(../images/design/kimono_left.jpg);
	background-repeat: repeat-y;
	background-position: top;
	width: 109px;
}
#footer {
	background-image: url(../images/design/footer_line.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 14px 20px 7px 20px;
	width: 699px;
}

/****************************
Menu styles
*****************************/

.menuLev1 {
	float: left;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	margin: 0 10px 0 10px;
	padding: 12px 0 0 0;
}
.menuLev2 {
	float: left;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	padding: 5px;
	white-space: nowrap;
}

.menuLev1 a:link,
.menuLev1 a:visited,
.menuLev2 a:link,
.menuLev2 a:visited {
	color: white;
	text-decoration: none;
}
.menuLev1 a:hover,
.menuLev2 a:hover,
a.selectedItem:link,
a.selectedItem:visited {
	color: white;
	text-decoration: underline;
}

.buttonBox {
	background-color: #9ba3aa;
	background-image: url(../images/design/button_left.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin: 0 10px 5px 0;
	float: left;
	height: 32px;
	vertical-align: middle;
}
.buttonBox a {
	display: block;
	float: left;
	background-image: url(../images/design/button_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	height: 22px;
	vertical-align: middle;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: white;
	padding: 6px 15px 4px 15px;
}


/****************************
Other styles
*****************************/

.copyright {
	color: white;
	margin: 50px 0 10px 0;
	width: 100%;
}

.banner {
	padding: 0 0 10px 0;
}

.img_space {
	padding: 5px;
}

.guestResponse {
	color: #666666;
}

/****************************
Form styles
*****************************/
.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.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;
}



