@charset "utf-8";
/* CSS Document */
.panelheader{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:1em;
padding:4px 0 4px 15px;
color: #564e2c;
font-weight : normal;
background-color:#D9D1B9;
border-bottom:1px solid #CBBD9A;
border-top:1px solid #EBE8D8;
}
.panelHover {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:1em;
padding:4px 0 4px 15px;
color: #564e2c;
background-color:#DFD9C4;
cursor:pointer;
}
.panelClicked {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:1em;
padding:4px 0 4px 15px;
color: #564e2c;
background-color:#DFD9C4;
}
.panelSelected {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:1em;
padding:4px 0 4px 15px;
color : #000;
font-weight : normal;
background-color:#EBE8D8;
}
.panelContent {
background-image:url(images/panel_gold_bg_fade.jpg);
background-position:top;
background-repeat:repeat-x;
background-color:#EBE8D8;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:1.3em;
color:#564e2c;
padding:7px 5px 5px 15px;
overflow: auto;
}
.panelContent a {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:1.3em;
color:#4B351B;
text-decoration: none;
border-bottom:dotted 1px #866031;
}
.panelContent a:hover {
color: #990000;
border-bottom:dotted 1px #990000;
}
.panelContent a:active {
border-bottom:0;
}


