/* Cards */

#ctnCard
{
    font-size : 11px;
}    

#ctnCard .cButtons
{
    margin-bottom : 10px;
    margin-top : 10px;
}    

#ctnCard .cButtonsActive
{
	border : solid 1px #900201;
	background-color : #900201;
	color : #FFFFFF;
	cursor : default;
	float : left;
	font-weight : bolder;
	margin-right : 5px;
	padding : 3px;
	width : auto;
    -moz-user-select : none;
}    

#ctnCard .cButtonsDefault
{
	border : solid 1px #DDDDDD;
	background-color : #EEEEEE;
	color : #555555;
	cursor : default;
	float : left;
	font-weight : bolder;
	margin-right : 5px;
	padding : 3px;
	width : auto;
    -moz-user-select : none;
}    

#ctnCard .cButtonsDefault:hover
{
	border : solid 1px #900201;
	background-color : #900201;
	color : #FFFFFF;
	cursor : pointer;
}    

#ctnCard .cCells
{ 
    font-size : 11px;
    margin-left : 15px;
}

#ctnCard .cCellsDatas
{ 
    font-weight : bolder; 
    text-align : left;
    vertical-align : top;
    white-space : normal;
    width : 90%;
}

#ctnCard .cCellsDots
{ 
    font-weight : normal; 
    text-align : center;
    white-space : nowrap; 
    vertical-align : top;
    width : 1%;
}

#ctnCard .cCellsLabels
{ 
    font-weight : normal; 
    text-align : right;
    white-space : nowrap; 
    vertical-align : top;
    width : 4%;
}

#ctnCard .cContainer
{
	font-size : 10px;
	margin-top : 10px;
	text-align : center;
}

#ctnCard .cDatasDiv
{ 
    background-color : #F5F5F5;
    border : solid 1px #DEDEDE;
	color : #000000;
    cursor : default; 
    font-size : 10px;
    margin-top : 1px;
    padding-left : 10px;
    padding-right : 10px;
	text-align : left;
    white-space : nowrap; 
    -moz-user-select : none;
}

#ctnCard .cDatasDivHeaders
{
	background-color : #000000;
	color : #FFFFFF;
    cursor : default; 
    font-size : 10px;
	font-weight : bolder;
    margin-top : 10px;
	padding : 3px;
	text-align : left;
    -moz-user-select : none;
}

#ctnCard .cDatasDivLabels
{ 
    font-size : 10px;
    font-weight : bolder;
    margin-bottom : 2px;
    margin-top : 5px;
    text-decoration : underline;
}

#ctnCard .cDatasDivValues
{ 
    margin-bottom : 5px;
    margin-top : 0px;
}

#ctnCard .cDatasSpecial
{ 
    font-weight : bolder;
}

#ctnCard .cMatchsScores
{
    font-size : 30px;
    font-weight : bolder;
}

#ctnCard .cMatchsSelect
{
    background-color : #EEEEEE;
    border : solid 1px #CCCCCC;
    color : #000000; 
    font-family : verdana,geneva,arial,helvetica,sans-serif; 
    font-size : 11px; 
    font-weight : bolder;
    margin-top : 10px;
    padding : 2px;
}

#ctnCard .cMatchsTeams
{
    border-bottom : dashed 1px #AAAAAA;
    font-size : 12px;
    font-weight : bolder;
}

#ctnCard .cSeasons
{
    background-color : #EEEEEE;
    border : solid 1px #CCCCCC;
    color : #000000; 
    float : right;
    font-family : verdana,geneva,arial,helvetica,sans-serif; 
    font-size : 12px; 
    font-weight : bolder;
    padding : 2px;
}

#ctnCard .cThumbs
{ 
	border : solid 5px #CCCCCC;
	float : left;
	margin-left : 25px;
	padding : 0px;
	position : relative;
	top : -25px;
}

#ctnCard .cTitles
{
	background-color : #000000;
	border : double 3px #FFFFFF;
	color : #FFFFFF;
	font-size : 18px;
	font-weight : bolder;
	padding : 8px;
	text-align : center;
}

#ctnCard .cHeaders
{ 
	background-color : #393838;
	color : #FFFFFF;
    cursor : default; 
    font-size : 10px;
    font-weight : bolder; 
	text-align : center;
    -moz-user-select : none;
}

#ctnCard .cHeadersSpecial
{ 
	background-color : #6C2625;
    cursor : default; 
    text-align : center;
    -moz-user-select : none;
}

#ctnCard .cHeadersTop
{
	background-color : #000000;
	color : #FFFFFF;
    cursor : default; 
	font-weight : bolder;
	padding-bottom : 5px;
	padding-top : 5px;
	text-align : left;
    -moz-user-select : none;
}

#ctnCard .cHeadersTopSpecial
{ 
	background-color : #393838;
    cursor : default; 
    text-align : center;
    -moz-user-select : none;
}

#ctnCard .cHelp
{
    background-color : #FEFEFE;
    border : solid 1px #DEDEDE;
	color : #000000;
    font-family : verdana,geneva,arial,helvetica,sans-serif; 
	font-size : 10px;
	margin-top : 10px;
	padding : 10px;
	text-align : center;
}    

#ctnCard .cHelpContainer
{
    float : left;
	margin : 20px;
	text-align : left;
	width : auto;
}    

#ctnCard .cHelpElement
{
	margin-bottom : 4px;
}    

#ctnCard .cHelpLine
{
	margin : 0px;
}    

#ctnCard .cLine0
{ 
    background-color : #F5F5F5; 
	color : #000000;
    cursor : default; 
    font-size : 10px;
	text-align : center;
    white-space : nowrap; 
    -moz-user-select : none;
}

#ctnCard .cLine0:hover
{ 
    background-color : #CECECE; 
}

#ctnCard .cLine1
{ 
    background-color : #E5E5E5; 
	color : #000000;
    cursor : default; 
    font-size : 10px;
	text-align : center;
    white-space : nowrap; 
    -moz-user-select : none;
}

#ctnCard .cLine1:hover
{ 
    background-color : #CECECE; 
}

#ctnCard .cLineSpecial
{ 
    background-color : #CDB8B7; 
	color : #000000;
    cursor : default; 
    font-size : 10px;
	text-align : center;
    white-space : nowrap; 
    -moz-user-select : none;
}

#ctnCard .cLineSpecial:hover
{ 
    background-color : #D8ADAB; 
}

