body {
    background-color: #c3c3c3;
    background-image:url(images/design/bg.jpg);
    background-repeat: repeat-x;
    margin: 0px;
    height: 100%;
}

table {
    font-size: 11px;
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
    color: #000000;
    line-height: 15px;
}

a, a:visited, a:active {
    color: #1F84D2;
    text-decoration: none;
    font-weight: normal;
}

a:hover {
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}

a.navi, a.navi:visited, a.navi:active {
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
}

a.navi:hover {
    text-decoration: none;
    font-weight: bold;
    color: #1F84D2;
}

a.navi2, a.navi2:visited, a.navi2:active {
    text-decoration: none;
    font-weight: bold;
    color: #1F84D2;
}

a.navi2:hover {
    text-decoration: none;
    font-weight: bold;
    color: #000000;
}

a.admin, a.admin:visited, a.admin:active {
    text-decoration: none;
    font-weight: bold;
    color: #c40000;
}

a.admin:hover {
    text-decoration: none;
    font-weight: bold;
    color: #c40000;
}

.small {  
    font-size: 9px;
    color: #666666;
}

.adlog {  
    font-size: 9px;
    color: #999999;
}

.admin {
    color: #C40000;
    font-size: 9px;
    font-weight: bold;
}

.title {
    font-size: 13px;
    text-transform: uppercase;
    color: #EE9900;
    font-weight: bold;
}

.title2 {
    font-size: 13px;
    color: #990000;
    font-weight: bold;
}

.big {
    color: #990000;
    font-weight: bold;
}

textarea, input, select, file
{
    border: 1px #bbbbbb solid;
    font-size: 11px;
    color: #666666;
    padding: 1px;
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
}

.input { 
    background-color: transparent; 
    border: 1px none; 
    margin-top: 0px;
    margin-bottom: 0px;
}

.errorbox { 
    margin: 5px auto;
    border: 1px solid #d60000;
    background-color: #fea8a8;
    font-size: 10px;
    color: #666666;
    width: 320px;
}

.tablo { border: 1px #999999 dashed; }
img { border: 0px; }