﻿.MiniTable
{   
    width:60%;
}   
.StatTable, .MiniTable
{
	/*border:solid 1px #cccccc;*/
	border-collapse:collapse;
	margin-top:10px;
	margin-bottom:10px;
}

.StatTable, .MiniTable, .StatTable caption,.MiniTable caption 
{
	border:1px solid #ccc;
	margin-left:auto;
	margin-right:auto;
	font-size : 90%;
}

.StatTable caption ,.MiniTable caption 
{	
	font-weight:bold;
	color:white;
	background-color:#5476a4;
	font-family:Verdana;
}
.StatTable th ,.MiniTable th
{	
	border:1px solid #ccc;
	background-color: #eee;
	font-size:12px;
    text-align:center;
}
.StatTable tr, .MiniTable tr
{
	border:0px;
}

.StatTable td ,.MiniTable td
{
	border:1px solid #ccc;
	font-family : Verdana, sans-serif;
	font-size : 80%;
	font-weight :lighter;
}

.StatTable a, .MiniTable a
{
	text-decoration:underline;
}
/*Lignes */

.RowsNat1
{
	text-align:right;
	color:#000000;
	background-color: #fff;
}
.RowsNat2
{
	text-align:right;
	color:#000000;/*#00429a;*/
	background-color:#e0e0e0;
}

.Rows1
{		
	color:#000000;
}
.Rows2
{
	
	color:#006699;/*#00429a;*/
}
.Rows3
{
	color:#ff6600;
}
.Rows4
{
	color:#72b300;
}
.Rows5
{
	color:#ff0000;
}
.Rows1,.Rows3,.Rows5
{
    background-color: #eee;
}

.Rows2,.Rows4
{
	background-color:#e0e0e0;
}

/*Propriétés commune*/
.RowPasse1,.RowPasse2,.RowPasse3,.RowPasse4,.RowPasse5
{
	background-color: #fff;
}

.RowPasse1
{
	color:#000000;
}
.RowPasse2
{
	color:#2289bd;
}
.RowPasse3
{
	color:#ff893b
}
.RowPasse4
{
	color:#99b752;
}

.RowPasse5
{
	color:#ff6f72;
}
.Passe
{
    float: left;
    background-color: #fff8dc;
    margin: 10px 0px 10px 10px;
    width: 45%;
    border: solid 1px #cccccc;
    text-align: center;
}
.Futur
{
    float: right;
    background-color:#334d55;
    margin: 10px 7px 10px 0px;
    width: 45%;
    border: solid 1px #cccccc;
    text-align: center;
}
.MyCalendar .ajax__calendar_container 
{
    border:1px solid #646464;
    background-color: #6c95cd;
    color: White;
}
.MyCalendar .ajax__calendar_days 
{
    font-weight:bold;
}

.ckbPasse label
{
	font-weight:lighter;
	font-size:small;
	width: 100%;
	text-align: right;
}