.datagrid table
{
	border-collapse: collapse;
	text-align: left;
}
.datagrid
{
	font: normal 12px/150% Arial, Helvetica, sans-serif;
	background: #fff;
	verflow: hidden;
	border: 6px solid #0355B3;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.datagrid table td, .datagrid table th
{
	padding: 5px 5px;
}
.datagrid table thead th
{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0467D9), color-stop(1, #0355B3) );
	background:-moz-linear-gradient( center top, #0467D9 5%, #0355B3 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0467D9', endColorstr='#0355B3');
	background-color:#0467D9;
	color:#FFFFFF;
	font-size: 15px;
	font-weight: bold;
}
.datagrid table thead th:first-child
{
	border: none;
}
.datagrid table tbody td
{
	color: #00283B;
	font-size: 12px;
	font-weight: normal;
	background-color:#dae5f1;
}
.datagrid table tbody td:first-child
{
	border: none;
}

.button
{
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover
{
	text-decoration: none;
}
.button:active
{
	position: relative;
	top: 1px;
}

/* white */
.white
{
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover
{
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active
{
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
.footer
{
	position:fixed;
	bottom:0;
	width:100%;
	height:40px;
	background:#FFFFFF;
	line-height:30px;
}
.dd
{
	text-indent: 50px;
}