/*************************************************************************************

    Standart CSS File for c-strike.headoff.com (Classic White)
    Copyright (C) 30 Jan 2003 by Daniel 'd0tc0m' Mueller (d0tc0m@mail.bg)

    Please edit this file in order to make a new skin. Use only under the
    permission of the author.

*************************************************************************************/

/* Border of standart tables on the site */
.backtable
{
    background-color: #70E2FF;
}

/* Standart table background */
.maintable
{
    background-color: #FEFEFE;
}

/* Standart text with center alignement */
.centernormal
{
    font-size: 12px;
    font-family: Arial, Verdana;
    text-align: center;
}

/* White text with center alignement */
.centernormalwhite
{
    font-size: 12px;
    font-family: Arial, Verdana;
    text-align: center;
    color: #FFFFFF;
}

/* Standart text with left alignement */
.leftnormal
{
    font-size: 12px;
    font-family: Arial, Verdana;
    text-align: left;
}

/* Standart text with right alignement */
.rightnormal
{
    font-size: 12px;
    font-family: Arial, Verdana;
    text-align: right;
}

/* Standart text with justified alignement */
.normal
{
    font-size: 12px;
    font-family: Arial, Verdana;
    text-align: justify;
}

/* Standart text with center alignement */
.centertitle
{
    font-size: 16px;
    font-family: Arial, Verdana;
    text-align: center;
}

/* Standart text with left alignement */
.lefttitle
{
    font-size: 16px;
    font-family: Arial, Verdana;
    text-align: left;
}

/* Standart text with right alignement */
.righttitle
{
    font-size: 16px;
    font-family: Arial, Verdana;
    text-align: right;
}

/* Standart text with justified alignement */
.title
{
    font-size: 16px;
    font-family: Arial, Verdana;
    text-align: justify;
}

/* Standart text with center alignement */
.centersmall
{
    font-size: 11px;
    font-family: Arial, Verdana;
    text-align: center;
}

/* Standart text with left alignement */
.leftsmall
{
    font-size: 11px;
    font-family: Arial, Verdana;
    text-align: left;
}

/* Standart text with right alignement */
.rightsmall
{
    font-size: 11px;
    font-family: Arial, Verdana;
    text-align: right;
}

/* Standart text with justified alignement */
.small
{
    font-size: 11px;
    font-family: Arial, Verdana;
    text-align: justify;
}

/* Background color of odd rows in tables */
.oddrow
{
    background-color: #FEFEFE;
}

/* Background color of odd rows in tables */
.evenrow
{
    background-color: #F7F7F7;
}

/* Background color of odd rows in tables */
.titlerow
{
    background-color: #F2F2F2;
}

.inputnormal
{
    height: 20;
    background-color: #FEFEFE;
    color: #000000;
    font-family: Arial;
    font-size: 9pt;
    border: 1px solid #70E2FF;
    padding-left: 2;
    padding-right: 2;
    padding-top: 1;
    padding-bottom: 1;
}

.textnormal
{
    background-color: #FEFEFE;
    color: #000000;
    font-family: Arial;
    font-size: 9pt;
    border: 1px solid #70E2FF;
    padding-left: 2;
    padding-right: 2;
    padding-top: 1;
    padding-bottom: 1;
}

.button
{
    height: 24;
    background-color: #70E2FF;
    font-family: Arial;
    font-size: 9pt;
    border: 1px solid #70E2FF;
    color: #000000;
}

.button_top
{
    font: bold;
    color: #0066CC;
    height: 20;
    background-color: #FEFEFE;
    font-family: Arial;
    font-size: 9pt;
    border: 1px solid  #0000AA;
}

.line
{
    color: #5572A4;
}

a:link
{
    text-decoration: none;
    color: #0066CC;
}

a:visited
{
    text-decoration: none;
    color: #0066CC;
}

a:active
{
    text-decoration: none;
    color: #0066CC;
}

/*a:hover
{
    text-decoration: underline;
    color: #000000;
}*/

.error
{
    color: #CC0000;
}
body
{
    color: #000000;
    background-color: #FEFEFE;
    font: 9pt;
    font-family: Arial, Verdana;
    scrollbar-face-color:#F2F2F2;
    scrollbar-track-color:#DDDDDD;
    scrollbar-arrow-color:#70E2FF;
    scrollbar-highlight-color:#70E2FF;
    scrollbar-shadow-color:#70E2FF;
    scrollbar-3dlight-color:#F2F2F2;
    scrollbar-darkshadow-color:#F2F2F2;
    scrollbar-base-color:#F2F2F2;
}

.siteoutline
{
	border-left: 1px dotted #C4E4F8;
	border-right: 1px dotted #C4E4F8;
}
