/*
 * $Id$
 * $Name$
 *
 * Copyright (c) 2002-2007 jürgen wölfel edv unternehmensberatung.
 * All rights reserved.
 *
 * http://jwit.net
 *
 */
table.box_default {
    background-color:#404040;
    border-collapse:collapse;
    border:0px;
    padding:0px;
    margin:0px;
    margin-right:10px;
    margin-bottom:10px;
}
/* tH header */
table.box_default th.hl {
    width:8px;
    height:20px;
    background:url(/img/box_t/43.gif) top left repeat-x;
}
table.box_default th.hm {
    height:20px;
    background:url(/img/box_t/43.gif) top left repeat-x;
    vertical-align:top;
    line-height:16px;
    text-align:left;
    white-space:nowrap;
    color:#000000;
}
table.box_default th.hr {
    width:8px;
    height:20px;
    background:url(/img/box_t/43.gif) top left repeat-x;
}
/* tD header */
table.box_default td.hl {
    width:8px;
    height:3px;
    background:url(/img/default/box_d_hl.gif) top left no-repeat;
}
table.box_default td.hm {
    height:3px;
    background:url(/img/default/box_d_hm.gif) top left repeat-x;
}
table.box_default td.hr {
    width:8px;
    height:3px;
    background:url(/img/default/box_d_hr.gif) top right no-repeat;
}
/* tD body */
table.box_default td.bl {
    width:8px;
    border-left:1px solid #242424;
}
table.box_default td.bm {
    padding-top:5px;
    vertical-align:top;
    color:#c0c0c0;
}
table.box_default td.br {
    width:8px;
    border-right:1px solid #242424;
}
/* tD footer */
table.box_default td.fl {
    width:8px;
    height:8px;
    border-left:1px solid #242424;
    border-bottom:1px solid #242424;
}
table.box_default td.fm {
    height:8px;
    border-bottom:1px solid #242424;
}
table.box_default td.fr {
    width:8px;
    height:8px;
    border-right:1px solid #242424;
    border-bottom:1px solid #242424;
}



/* relative wg. stars */
table.box_default div.static {
    overflow:hidden;
    position:relative;
    text-align:left;
}
table.box_default div.dynamic {
    overflow:auto;
}
table.box_default div.enlarge {
}
table.box_default hr {
    height:1px;
    color:#FFFFFF;
    border:1px solid #FFFFFF;
}
table.box_default a.red {
    color:#FF0000;
}
table.box_default a.green {
    color:#00C000;
}
table.box_default a.red:hover {
    color:#FF0000;
}
table.box_default a.green:hover {
    color:#00C000;
}
table.box_default a {
    color:#ffffff;
}

/******************************************************************************
 * $Log$
 */