﻿.GridView
{
}

.RowHeader
{
	border-top: #e5ddd1 1px solid;
    border-bottom: #e5ddd1 1px solid;
    padding:0 0 10px 0;
    height:30px;
    background-color:#f7f4f0;
}

.GridView .Row
{
	background-color:#ffffff;
    border-top: #f0ece6 1px solid;
}

.RowAlternating
{
	background-color:#faf8f6;
    border-top: #f0ece6 1px solid;
}

.RowSelected
{
	/*background-color:#d2f2b6;*/
}

.RowDisabled
{
	background-color:#eeeeee;
}

.GridView td, .GridView th 
{
	padding:3px;	
	/*border-left:#d6dadd 1px solid;*/
}

.GridView a,
.GridView a:visited
{
	width:100%;
	color:Black;
	text-decoration:none;
}

.GridView a:hover
{
	width:100%;
	color:#000;
	margin:-3px;
	padding:3px;
}

.GridView a.Delete
{
	width:12px;
	height:12px;
	background:url(Skins/GridView/Delete.png) no-repeat;
	display:block;
	margin:0px;
	padding:4px;
	text-indent:-500em;
}

.GridView a.Delete:hover
{
	width:12px;
	background-color:#dceefa;
}

.Exception{
	color:#cc0e3f;
	font-size:110%;
	font-weight:bold;
	margin:10px;
}


.Button
{
	overflow:visible;
	color:#fff !important;
    letter-spacing:0.05em;
    padding:4px 10px 4px 10px;
	margin:5px 5px 5px 5px;
	text-decoration:none;
	text-align:center ;
    border-radius:5px;
    background:url(Skins/Button/Img0.png)  repeat-x;
    border:#496236 2px solid;
    display:inline-block;
}

.Button:hover{
	color:#ffffff;
	cursor:pointer;
	background-color:#97876f;
    background:url(Skins/Button/Img1.png)  repeat-x;
}







.Delete{
	background:url(Images/Navigation/Corbeille.png) center no-repeat;
	cursor:pointer;
}



.SiteMapPath {
    color:#76b341;
    display:block;
    margin:0 0 20px 0;
    font-size:.9em;

}
.SiteMapPath a{
    color:#76b341;
}



.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}


.filledRatingStar {
    background-image: url(Skins/Rating/filledRatingStar.png);


}


.emptyRatingStar {
    background-image: url(Skins/Rating/emptyRatingStar.png);
}


.savedRatingStar {
    background-image: url(Skins/Rating/savedRatingStar.png);
}
