/*
 * body
 */
body {
background-color:#BA9A6D;
color:#000000;
margin:0;
padding:0;
font-family:Arial;
font-size:11pt;
}
/*
 * page with borders
 */
body > .left {
width:815px;
background-image:url("/application/img/common/003_left.jpg");
background-position:left top;
background-repeat:repeat-y;
margin:auto;
padding:0;
}
body > .left > .right {
background-image:url("/application/img/common/003_right.jpg");
background-position:right top;
background-repeat:repeat-y;
margin:0 0 0 17px;
padding:0 17px 0 0;
}
/*
 * base_header
 */
#base_header {
background-color:white;
margin:0;
color:black;
}
#base_header .img {
background-image:url("/application/img/common/000_low.png");
background-position:left center;
background-repeat:no-repeat;
width:200px;
}
#base_header h2 {
font-family:Verdana;
font-size:13pt;
font-weight:bold;
margin:0 15px 0 0;
text-align:right;
padding:15px 0 0 0;
}
#base_header h3 {
font-family:Verdana;
font-size:16pt;
font-weight:bold;
padding:15px 0 0 0;
margin:0 15px 0 0;
text-align:right;
}
#base_header .nts {
font-family:Verdana;
font-size:11pt;
font-weight:bold;
margin:0 15px 0 0;
padding:15px 15px 15px 0;
text-align:right;
}
#base_header .nts a {
color:black;
text-decoration:none;
}
#base_header .line1 {
font-size:1pt;
height:16px;
background-color:#82000B;
}
#base_header .line2 {
font-size:1pt;
height:16px;
background-color:#000000;
}
/*
 * bottom menu
 */
body > .menu {
width:815px;
margin:auto;
padding:0;
}
body > .menu .left {
background-image:url("/application/img/common/003_left_b.jpg");
background-repeat:no-repeat;
width:66px;
background-position:center top;
height:34px;
}
body > .menu .right {
background-image:url("/application/img/common/003_right_b.jpg");
background-repeat:no-repeat;
width:66px;
background-position:center top;
height:34px;
}
body > .menu .center {
color:white;
font-size:0.8em;
text-align:center;
background-image:url("/application/img/common/001_center.jpg");
background-repeat:repeat-x;
background-position:center top;
height:34px;
}
body > .menu .center a {
color:white;
text-decoration:none;
}
body > .bottom {
font-size:0.7em;
}
body > .bottom .red {
color:#82000B;
font-weight:bold;
}
body > .bottom a {
color:black;
font-weight:bold;
}
/*
 * content
 */
#content {
background-color:white;
font-family:Arial;
font-size:11pt;
padding:12px;
}
/*
 * errors
 */
.error {
background-color:#F8E3D9;
border:1px solid red;
color:red;
font-family:Arial;
font-size:12pt;
font-weight:bold;
margin:0 10px 5px;
padding:3px 10px;
text-align:center;
}
/*
 * options list
 */
.ji .options_list {
padding:0;
margin:0;
background-color:#82000B;
width:92%;
}
.ji .options_list td {
background-color:white;
font-size:10pt;
font-weight:bold;
padding:3px 0;
text-align:center;
width:33%;
}
.ji .options_list .selected {
background-color:#DAC7C1;
width:34%;
}

