.gray_table {
	margin:0px;padding:0px;
	width:97%;
	box-shadow: 5px 5px 5px #888888;
	border:1px solid #000000;
        border-collapse: collapse;
        border-spacing: 0px;
	
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius:6px;
	border-bottom-left-radius:6px;
	
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-right-radius:6px;
	border-bottom-right-radius:6px;
	
	-moz-border-radius-topright:6px;
	-webkit-border-top-right-radius:6px;
	border-top-right-radius:6px;
	
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px;
	border-top-left-radius:6px;
}.gray_table table{
    border-collapse: collapse;
        border-spacing: 0px;
	width:100%;
/*	height:100%;*/
	margin:0px;padding:0px;
}.gray_table tr:last-child td:last-child {
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-right-radius:6px;
	border-bottom-right-radius:6px;
}
.gray_table table tr:first-child td:first-child {
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px;
	border-top-left-radius:6px;
}
.gray_table table tr:first-child td:last-child {
	-moz-border-radius-topright:6px;
	-webkit-border-top-right-radius:6px;
	border-top-right-radius:6px;
}.gray_table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius:6px;
	border-bottom-left-radius:6px;
}.gray_table tr:hover td{
	
}
.gray_table tr:nth-child(odd){ background-color:#e5e5e5; }
.gray_table tr:nth-child(even)    { background-color:#ffffff; }.gray_table td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:7px;
	font-size:11px;
	font-family:Arial;
	font-weight:normal;
	color:#333333;
}.gray_table tr:last-child td{
	border-width:0px 1px 0px 0px;
}.gray_table tr td:last-child{
	border-width:0px 0px 1px 0px;
}.gray_table tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.gray_table tr:first-child td{
		background:-o-linear-gradient(bottom, #cccccc 5%, #cccccc 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #cccccc) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #cccccc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#cccccc");	background: -o-linear-gradient(top,#cccccc,cccccc);

	background-color:#cccccc;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#333333;
}
.gray_table tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #cccccc 5%, #cccccc 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #cccccc) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #cccccc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#cccccc");	background: -o-linear-gradient(top,#cccccc,cccccc);

	background-color:#cccccc;
}
.gray_table tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.gray_table tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}


@-moz-document url-prefix() {
    .gray_table {
        margin:0px;padding:0px;
        width:97%;
        box-shadow: 5px 5px 5px #888888;
        border:1px solid #000000;
            border-collapse: collapse;
            border-spacing: 0px;

        border-radius: 0px;
    }
}

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {

    .gray_table {
        margin:0px;padding:0px;
        width:97%;
        box-shadow: 5px 5px 5px #888888;
        border:1px solid #000000;
            border-collapse: collapse;
            border-spacing: 0px;

        border-radius: 0px;
    }

}

