﻿table.gridtable {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
    width:950px;
}
table.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
table.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
    /*text-align:center;
    vertical-align:middle;*/
}

.top_black{background: #7C7C7C;  background: -webkit-gradient(linear, left top, left bottom, from(#D1D1D1), to(#7c7c7c) );
            background: -moz-linear-gradient(-90deg, #D1D1D1, #7C7C7C);
            filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#D1D1D1', EndColorStr='#7C7C7C');}
.top_capacity{border: solid 1px #7C7C7C;border-top:none;  -moz-border-radius:0 0 .3em .3em;  border-radius:0 0 .3em .3em;
            width: 100%;height:180px;margin-bottom: 1em;}