/***********************/
/* Gestion du gridview */
/***********************/
TABLE.GridView {   
    background-color: #ffffff;
    margin: 5px 0 10px 0;
    border: solid 1px #4D4D4D;
    box-shadow: 3px 3px 2px 1px rgba(150, 150, 150, 0.5);
    -moz-box-shadow: 3px 3px 2px 1px rgba(150, 150, 150, 0.5);
    -webkit-box-shadow: 3px 3px 2px 1px rgba(150, 150, 150, 0.5);
    border-radius: 0 0 7px 7px ;
}

TABLE.GridView.woShadow {   
    margin: 0;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: none;
}

table.GridView tr:first-child th:first-child {
	border-top-left-radius: 4px;
}

table.GridView tr:first-child th:last-child {
	border-top-right-radius: 4px;
}

table.GridView tr:last-child td:first-child {
	border-bottom-left-radius: 4px;
}

table.GridView tr:last-child td:last-child {
	border-bottom-right-radius: 4px;
}

.GridView td {
    padding: 2px;
    border: solid 1px #4D4D4D;
    color: #000000;
}

.GridView td td {
    padding: 0px;
    border: none 0px;
}

.GridView td td td{
    padding: 1px;
}

.GridView th {   
    padding: 4px 2px;   
    color: #fff;   
    background: #007C93 ;
    border-left: solid 1px #4D4D4D;
}

.GridView .alt {
	background: #f0f0f0;
}  

.GridView .pgr {
	background: #007C93
}

.GridView .pgr table {
	margin: 2px 0; 
	background-color:#DDDDDD;
	border-spacing : 0;
    border-collapse : collapse;
    border-radius: 0 ;
}

.GridView .pgr tr:first-child th:first-child {
	border-top-left-radius: 0;
}

.GridView .pgr tr:first-child th:last-child {
	border-top-right-radius: 0;
}

.GridView .pgr tr:last-child td:first-child {
	border-bottom-left-radius: 0;
}

.GridView .pgr tr:last-child td:last-child {
	border-bottom-right-radius: 0;
}

.GridView .pgr td {
    border-width: 0;
    width:14px;
    height:14px;
    vertical-align:middle;
    text-align:center;
    border-left: solid 1px #007C93;
    border-right: solid 5px #007C93;
    font-size:10px;
    font-weight: 100;
    color: #555555;
    text-decoration: none;
}

.GridView .pgr a {
    font-size:11px;
	color: #000000 !important; 
    text-decoration: none; 
    font-weight: 800;
}

.GridView .pgr a:hover {
    font-size:11px;
	color: #000000 !important; 
    text-decoration: none; 
    font-weight: 800;
}

.Rowhighlighted {
	background-color:#98B7E0 !important;
}

.Rowselected {
	background-color:#98B7E0 !important;
}

.EmptyDataRowStyle 
{
    text-align:left !important;
}

.FullWidth
{
    width: 100%;
}