@charset "utf-8";
/* CSS Document */

#Expandible-box{
background-color:#fdba4d;
}

#upper-box{
background-image:url(../images/container_top-horizontal.gif);
background-repeat:repeat-x;
height:23px;
}

#title{
font-size:11px;
font-family:Arial, Helvetica, sans-serif;

}

#left-corner{
float:left;
height:inherit;
}

#title-center{
background-image:url(../images/title_top-horizontal.gif);
background-repeat:repeat-x;
display:block;
padding:5px 5px 0 5px;
color:#000000;
font-weight:bold;
text-align:center;
float:left;
height:18px;
}

#right-corner{
float:left;
height:inherit;
}

#box-right-corner{
float:right;
}

#right-vertical{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:normal;
background-image:url(../images/container_right-vertical.gif);
background-repeat:repeat-y;
background-position:right;
width:100%;
}

#left-vertical{
/*background-color:#fdba4d;*/
background-image:url(../images/container_left-vertical.gif);
background-repeat:repeat-y;
background-position:left;
padding:3px 0 0 10px;
width:95%;
}

#bottom-box{
background-image:url(../images/container_bottom-horizontal.gif);
height:7px;
}

#bottom-box #left-corner {
height:7px;
float:left;
}

#bottom-box #right-corner {
height:7px;
float:right;
}


