body {
background-color:black;
}
#header {
display:block;
width:930px;
max-width:930px;
min-height:80px;
max-height:90px;
border: 1px solid #e7d708;
border-bottom:none;
background: #481417 url(jquery-ui-1.8b1.custom/css/custom-theme/images/ui-bg_highlight-soft_35_481417_1x100.png) 50% 0% repeat-x;
color: #ffffff;
font-weight: bold;
font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em;
padding:2px 0px 0px 5px;
margin-left:5%;
}
#header #menu_bar {
display:block;
max-width:880px;
width:880px;
max-height:35px;
min-height:25px;
text-decoration:none;
position:relative;
top:0px;
left:0px;
border: 1px solid black;
background-color:#481417;
}
#header #menu_bar .menu_item {
display:block;
float:left;
padding:2px 2px 2px 2px;
max-width:130px;
min-width:115px;
margin-right:5px;
border-right: 1px solid black;
text-align:center;
}
#header #menu_bar .menu_item a{
text-decoration:none;
cursor:pointer;
color:white;
}
#header #menu_bar .menu_item a:hover{
position:relative;
top:-1px;
left:-1px;
color:#e7d708;
}
#header #menu_bar .menu_item .current {
text-decoration:underline;
}
#layout {
margin-left:5%;
display:block;
top:-20px;
left:-3px;
position:relative;
}
#content {
display:block;
max-width:720px;
min-width:720px;
min-height:700px;
border: 1px solid #e7d708;
border-top:none;
border-right:none;
background-color:#481417;
color: #ffffff;
font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em;
padding:5px 5px 5px 5px;
}
#content2 {
display:block;
width:925px;
min-height:700px;
max-height:700px;
border: 1px solid #e7d708;
border-top:none;
background-color:#481417;
color: #ffffff;
font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em;
padding:5px 5px 5px 5px;
margin-left:5%;
top:-17px;
position:relative;
overflow:auto;
}
.content_item {
display:block;
background-color:#4c2f31;
border-bottom:2px double black;
min-width:700px;
min-height:50px;
max-width:700px;
margin-left:10px;
margin-top:10px;
font-size:14px;
}
.content_item .header {
display:block;
max-width:500px;
min-width:50px;
min-height:10px;
font-size:18px;
font-weight:bold;
padding-left:5px;
padding-bottom:10px;
}
#sidebar {
display:block;
max-width:200px;
min-height:700px;
max-height:1000px;
background-color:#481417;
border: 1px solid #e7d708;
border-top:none;
border-left:none;
padding:2px 2px 2px 2px;
top:0px;
left:735px;
position:absolute;
}
.sidebar_header {
display:block;
text-align:center;
background-color:#481417;
color:white;
border-bottom:2px solid #e7d708;
}
.sidebar_item {
display:block;
background-color:#905a5d;
border-bottom:2px solid black;
color:#333333;
font-weight:bold;
padding-left:5px;
cursor:pointer;
}

.ui-datepicker { font-size: 12px; }

#sidebox {
visibility:hidden;
position:absolute;
display:block;
min-width:200px;
max-width:200px;
min-height:100px;
background-color:#333333;
color:white;
font-size:16px;
top:210px;
border:2px solid #e7d708;
}
#sidebox .header {
font-weight:bold;
font-size:18px;
}
#sidebox #close {
position:absolute;
top:-10px;
left:190px;
cursor:pointer;
min-width:15px;
max-width:15px;
min-height:20px;
max-height:20px;
font-weight:bold;
font-size:18px;
background-color:#e7d708;
padding:0px 0px 3px 3px;
color:black;
font-family:arial;
}