﻿body
{
    font-family: Tahoma, Arial, Verdana;
    font-size: 12px;
    margin: 0 0 0 0;
    background-color: #e1e4e9;
    background-image: url(images/ice_bk.jpg);
    background-repeat: repeat-x;
}

a:link
{
    color: #00448F;
    text-decoration: none;
    
}
a:visited
{
    color: #666666;
    text-decoration: none;

}
a:hover
{
    color: #00448F;
    text-decoration: underline;
}
a:active
{
    color: #00448F;
    text-decoration: underline;
}
a.StandingsWins
{
    font-size: 90%;
    color: Red;
}

a.StandingsDraw
{
    font-size: 90%;
    color: Green;
}

a.StandingsLosses
{
    font-size: 90%;
    color: Blue;
}

p
{
    margin: 0.7em 0 0.7em 0;
}

ul
{
    margin: 0.7em 0 0.7em 3em;
}

h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
    margin: 0.6em 0 0.4em 0;
}

h1
{
    color: #00448F;
    font-size: 18px;
    margin: 10px 0 0 10px;
}

h2
{
    color: #aaaaaa;
    font-size: 14px;
    background: url(images/h2_leftcolumn_bullet.gif) no-repeat;
    text-indent: 14px;
    margin: 2px 0 3px 0;
}

h3
{
    color: #B36A0E;
    font-size: 14px;
    margin: 0px 0 5px 0;
}

h4
{
    color: #00448F;
    font-size: 14px;
    text-indent: 0;
    margin: 0px 0 5px 0;
}

h5
{
    color: #B36A0E;
    font-size: 12px;
    margin: 0px 0 5px 0;
}


#rightcolumn h1
{
    background: #00448F;
    width: 270px;
    color: White;
    padding: 4px 0px 4px 0px;
    margin: 4px 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    text-indent: 10px;
}

#rightcolumn h2
{
    background: none;
    text-indent: 0;
    color: #B36A0E;
    font-size: 12px;
    font-weight: bold;
    margin: 2px 0 3px 0;
}

#rightcolumn h3
{
    color: #666666;
    font-size: 11px;
    margin: 2px 0 3px 0;
}

#rightcolumn h4
{
    color: #666666;
    font-size: 11px;
    font-weight: normal;
    margin: 2px 0 3px 0;
}
p
{
    text-align: left;
    margin: 0.6em 0 1em 0;
}

table
{
    border: 0px;
}

.dashedline
{
    border-bottom: 1px dashed #888888;
    padding-top: 0px;
    margin-bottom: 5px;
    clear: right;
}

/* Goes around controls that need to be presented as a block of functionality  */
.membercard
{
    background-color: #ffffff;
    border: 1px solid #cccccc;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 150px;
}
.membercard p, .membercard h4
{
    text-align: center;
}

/******************* Карточка команды НАЧАЛО **************************/
.teamcard
{
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding: 0 0 0 0;
    margin: 0 0 5px 0;
	overflow: hidden;
	clear: both;
	width: 505px;
}

.teamcard .photo
{
    float: left;
    width: 100px;
    margin-left: 10px;
    margin-top: 5px;
}

.teamcard .info
{
    float: left;
    margin: 10px 10px 10px 10px;
}

.teamcard h3
{
    margin-bottom: 15px;
}

.teamcard p
{
    font-size: 100%;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    
}

.teamcard h5
{
    color: #aaaaaa;
    font-size: 14px;
    background: url(images/h2_leftcolumn_bullet.gif) no-repeat;
    text-indent: 14px;
    margin: 2px 0 3px 0;
}
/******************* Карточка команды КОНЕЦ **************************/


/* Инорфмация об игроке */
.playercard
{
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    width: 500px;
    font-size: 12px;
}

.playercard h1
{
    margin: 0 0 0 0;
}

.controlblock
{
    border: 1px solid #сссссс;
    padding: 5px;
    margin: 5px 0 5px 0;
    vertical-align: middle;
    text-align: left;
}

.cursorpointer
{
    cursor: hand;
}

#copyright 
{
    width: 530px;
    text-align: center;
}

#copyright p
{
    color: #bbbbbb;
    font-size: 9px;
    text-align: center;
}

#copyright a, #copyright a:visited, #copyright a:active
{
    color: #999999;
    text-decoration: none;
}

#copyright a:hover
{
    color: #999999;
    text-decoration: underline;
}

/* Элементы структуры */

#header
{
    width: 950px;
}


#content
{
    width: 950px;
    background-image: url(images/content_bk.gif);
    background-repeat: repeat-y;
}

#contentfullwidth
{
    width: 950px;
    background: White;
    background-image: url(images/content_fullwidth_bk.gif);
    background-repeat: repeat-y;
}


#login
{
    margin: 10px 10px 10px 10px;
}

#login p, label, input, select
{
    font-size: 11px;
    color: #666666;
    margin: 0 0 0 0;

}

#adver
{
    text-align: center;
}

#leftpan
{
    background-color: #00448F;
    background-image: url(images/content_fullwidth_bk.gif);
    background-repeat: repeat-y;
    float: left;
    width: 150px;
}

#rightpan
{
    float: left;
    left: 150px;
    width: 800px;
}

#leftcolumn
{
    float: left;
    width: 530px;
    left: 0px;
    background: #ffffff;
}


#rightcolumn
{
    float: right;
    left-margin: 680px;
    width: 270px;
    background-color: #F0E1CF;
}

.padding
{
    margin: 10px 3px 10px 10px;
}    

#clearer
{
    clear: both;
}

.clearer
{
    clear: both;
}




/* Разное */
.listitem
{
    margin:0px 0px 0px 0px;
    width: 508px;
}

.listitem h3
{
    font-size: 12px;
    font-weight: bold;
    color: #B36A0E;
}

.arenatitle
{
    font-size: 14px;
    color: #ffffff;
    background: #888888;
    padding: 2px 0 2px 0;
}

.thumbnail
{
    float: right;
    margin: 0 0 0 0px;
}

.clearlist
{
    clear:right;
    margin:0;
    padding:0;
    height: 0px;
    font-size:0px;
    line-height:0px;
}

img
{
    border: 0;
}

.description
{
    color: #888888;
    font-size: 11px;
}

.tournamentcompleted
{
    color: #B36A0E;
    font-size: 10px;
    font-weight: bold;
}    

.selected, .unselected
{
    width: 120px;
    height: 80px;
    text-align: center;
    padding: 0px 0px 0px 0px;
    vertical-align: top;
    margin: 0 0 0 0;
}


/************************************************************************
* 
* Calendar specific formatting 
*
************************************************************************/

/* Surrounds the calendar */
.eventmonth
{
    width: 780px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-align: left;
    background: White;
}

/* used as the cssclass of the actual calendar */
.eventmonthtable
{
    width: 780px;
    font-size: 10px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 10px;
    border-collapse:collapse;
}


.dayNumber
{
    float: right;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    clear: none;
    padding: 2px;
}


.calcurrentmonth
{
    /* no styles needed at this time */
}
.calothermonth
{
    background-color: #f0f0f0;
}
.calcurrentday
{
    background-color: #cccccc;
}
.calweekend
{
    background-color: #F0E1CF;
  /*  width: 15%; */
}

.calcurrentmonth , .calcurrentmonth , .calothermonth , .calcurrentday , .calweekend
{
    text-align: left;
    border: 2px solid #cccccc;
    height: 70px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
     border-collapse:separate;
     border-spacing: 5px;
     
}

