/*
 [ ----- BOXLIB: DHTML BOX LIBRARY ----- ]
 [ Version 1.0.20030701: Initial release ]
 [ ------------------------------------- ]
 [ (C) 2003 Scott Schiller. Distribution ]
 [ allowed provided this notice is left  ]
 [ intact and unedited within this file. ]
 [ Source: http://www.schillmania.com    ]
 [ ------------------------------------- ]
*/

* {
 font-family:tahoma;
 font-size:11px;
}

.color1 {
 background-color:#007B3E;
 background-image:url(image/top-title.gif);
}

.color1 .line {
 background-image:url(image/top-title.gif);
}

.color1 .shadow {
 background-image:url(image/top-title.gif);
}

.color2 {
 background-color:#e9e9e9;
 background-image:url(image/top-title.gif);
}

.color2 .content {
 color:#444444;
}

.color2 .line {
 background-image:url(image/top-title.gif);
}

.color2 .shadow {
 background-image:url(image/top-title.gif);
}

.line {
 font-size:1px;
 height:2px;
 margin-top:2px;
 background-position:0px 0px;
 background-repeat:repeat-x;
}

.line * {
 font-size:1px;
 height:2px;
}

div.box, div.abs {
 display:block;
 position:relative;
 margin-top:7px;
 background-repeat:repeat-x;
 background-position:0px 0px;
 color:#ffffff;
 width:100%;
}

div.abs {
 position:absolute;
 top:0px;
}

div.shadow {
 width:100%;
 height:6px;
 font-size:1px;
 background-repeat:repeat-x;
 background-position:bottom left;
}

div.content {
 padding:8px 8px 4px 8px;
}

div.box .topLeft {
 top:0px;
 left:0px;
 background-position:top left;
 background-image:url(image/top_left.gif);
}

div.box .topRight {
 top:0px;
 right:0px;
 background-position:top right;
 background-image:url(image/top_right.gif);
}

div.box .bottomLeft {
 bottom:0px;
 left:0px;
 background-position:bottom left;
 background-image:url(image/bottom_left.gif);
}

div.box .bottomRight {
 bottom:0px;
 right:0px;
 background-position:bottom right;
 background-image:url(image/bottom_right.gif);
}

div.box div.corner {
 position:absolute;
 background-repeat:no-repeat;
 font-size:0px;
 height:4px;
}


body {
scrollbar-base-color: #738132;
scrollbar-arrow-color: #000000;
scrollbar-3dlight-color: #083000;
scrollbar-track-color: #738132;
}

