/*Remove default skin to telerik element with : EnableEmbeddedSkins="false" EnableEmbeddedBaseStylesheet="false"  */
/*RadGrid classes : http://www.telerik.com/help/aspnet-ajax/grid-appearance-creating-new-skins.html */
#releaseList .RadGrid_Default {
    width: 100%;
	text-align:center;
	border: solid #ccc 1px;
	border-width: 1px 1px 1px 1px;
}
#releaseList .RadGrid_Default .rgHeader,
#releaseList .RadGrid_Default th.rgResizeCol
{
	color:white;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 1px #44760f !important;
	background: #75B91A; 
	background-image: linear-gradient(#75B91A 0%,? #54AF13 100%);
	background-image: -webkit-gradient(linear,bottom, top, #75B91A, #54AF13); 
	background-image: -webkit-linear-gradient(bottom, #75B91A, #54AF13); 
	background-image: -moz-linear-gradient(bottom, #75B91A, #54AF13); 
	background-image: -ms-linear-gradient(bottom, #75B91A, #54AF13); 
	background-image: -o-linear-gradient(bottom, #75B91A, #54AF13); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75B91A', endColorstr='#54AF13',GradientType=1 ); /* IE6-9 */
	border-left: 1px white solid;
}
/* First header element */
/*.rgHeader:nth-of-type(1){
	border-left-width: 0 !important;
}*/
#releaseList .rgMasterTable
{
	border-collapse: collapse;
	border-spacing: 0;
}
#releaseList .RadGrid_Default .rgRow td, .RadGrid_Default .rgAltRow td{
	border-left: solid #ccc 1px;
	border-width: 1px 1px 1px 1px;
}
#releaseList .rgRow:hover, .rgAltRow:hover
{
	background-color: rgb(206, 245, 203) !important;
}
#releaseList .rgAltRow{
	background-color: rgb(236, 236, 236);
}

