html
{
    _scrollbar-track-color: #000000;
    _scrollbar-face-color: #000000;
    _scrollbar-highlight-color: #c93130;
    _scrollbar-3dlight-color: #000000;
    _scrollbar-darkshadow-color: #000000;
    _scrollbar-shadow-color: #c93130;
    _scrollbar-arrow-color: #c93130;

}

body
{
    margin: 0px;
    color: #ffffff;
    background: #000000;
}

table
{
    font-family: 'Verdana', 'Tahoma', 'Arial', sans-serif;
    font-size: 13px;
}

img
{
    border: none;
}

input
{
    font-size: 13px;
    border: 1px solid #a0a0a0;
    background: #ffffff url('img/input.gif') top left no-repeat;
    padding: 1px 4px;
    border-radius: 5px;
}

input.submit
{
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #a0a0a0;
    background: #a0a0a0 url('img/submit.gif') top left no-repeat;
    padding: 1px 12px;
    border-radius: 9px;
}

textarea
{
    font-size: 13px;
    border: 1px solid #404040;
    background: #ffffff url('img/textarea.gif') top left no-repeat;
    padding: 2px 4px;
    border-radius: 5px;
}

a
{
    color: #c93130;
}

.red
{
    color: #c93130;
}

#allSpace
{
    width: 100%;
    height: 100%;
    _text-align: center;
    vertical-align: middle;
}

#design
{
    font-family: 'Verdana', 'Tahoma', 'Arial', sans-serif;
    width: 900px;
    height: 550px;
    margin: auto;
    background: #ffffff url('img/pageback.gif') center center no-repeat;
}

#pageHeader
{
    width: 900px;
    height: 128px;
    text-align: right;
    vertical-align: bottom;
    padding-bottom: 10px;
    font-size: 14px;
}

#pageSpacing
{
    width: 186px;
    height: 50px;
}

#pageWorkspace
{
    width: 714px;
    height: 408px;
    text-align: left;
    vertical-align: top;
    font-size: 13px;
}

#pageMenu
{
    width: 186px;
    height: 358px;
    text-align: right;
    vertical-align: top;
    font-size: 15px;
    font-weight: bold;
}

#pageMenu .item
{
    padding-top: 6px;
    padding-left: 12px;
    padding-bottom: 4px;
    padding-right: 12px;
    background: transparent url('img/menuitem.gif') top right no-repeat;
}

#pageMenu .item a
{
    color: #ffffff;
    text-decoration: none;
}

#pageMenu .active a
{
    color: #c93130;
    text-decoration: none;
}

#pageMenu .item a:hover
{
    color: #c93130;
    text-decoration: none;
}

#flowWorkspace
{
    overflow: auto;
    width: 682px;
    height: 406px;
    text-align: left;
    padding: 0px 10px 0px 20px;
    text-align: justify;
}

#pageFooter
{
    width: 900px;
    height: 14px;
    color: #404040;
    font-size: 9px;
    font-weight: bold;
    text-align: right;
}

#pageFooter a
{
    color: #404040;
    text-decoration: none;
}

.warning
{
    color: #c93130;
    font-weight: bold;
}

.info
{
    color: #404040;
    font-size: 11px;
}

.list td, th
{
    padding-left: 8px;
    padding-right: 8px;
}

.list .even
{
    background: #101010;
}

#whiteRef
{
    text-decoration: none;
    color: #ffffff;
}

.coolButton
{
    border: 1px solid #404040;
}

.forumMessage
{
    text-align: justify;
    font-size: 13px;
}

.forumAuhtor
{
    color: #c93130;
    font-size: 13px;
    font-weight: bold;
}

.forumStamp
{
    font-size: 11px;
    color: #404040;
}

.concertDivActive
{
    color: #ffffff;
}

.concertDivActive a
{
    color: #ffffff;
}

.concertDivPasive
{
    color: #606060;
}

.concertDivPasive a
{
    color: #606060;
}

.concertDivCurrent
{
    color: #c93130;
}

.concertDivCurrent a
{
    color: #c93130;
}

.gallery
{
    margin: auto;
}

.gallery td
{
    width: 106px;
    height: 106px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #404040;
    padding: 0px;
}

.gallery img
{
    border: 1px solid #404040;
}

.gallery input
{
    font-size: 12px;
}

