
table.designtable{
/*
-moz-box-shadow: 0 0 5px 5px #888;
-webkit-box-shadow: 0 0 5px 5px #888;
box-shadow: 0 0 5px 5px #888;
*/
}

table.designtable, table.designtable th, table.designtable td {
	border: 1px solid #DDD; /*D4E0EE*/
	border-collapse: collapse;
	color: #555;
}

.designtable caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}

.designtable td, .designtable th {
	padding: 4px;
}

.designtable thead th {
	text-align: left;
	background: #E6EDF5;
	color: #4F76A3;
	font-size: 11pt;
/*	font-size: 125% !important;*/
/*	text-shadow: 0px 1px 1px #000; */
	padding: 4px;
}

.designtable tbody th {
	font-weight: bold;
}

.designtable tbody tr { background: #FCFDFE; }

.designtable tbody tr.odd { background: #F7F9FC; }

.designtable table a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

.designtable tfoot th, .designtable tfoot td {
	font-size: 85%;
}

.designtable table tr:nth-child(odd) {
  background: #f7f7f7;
}


.tableborder{
  border: 10px solid #DFDFDF;
  border-radius: 10px;
/*  padding:10px; */
}


.designtable tbody tr:nth-child(even) {
  background: #f4f5f5;
}

/*
.designtable tbody tr:hover {
  background: #000;
  color: #fff;
}
*/

/*

.designtable  > tbody > tr:hover > td {
    background-color: #444;
    background-image: linear-gradient(top, rgb(0,0,0) 4%, rgb(122,122,122) 100%);
    background-image: -moz-linear-gradient(top, rgb(0,0,0) 4%, rgb(122,122,122) 100%);

    color: #fff;
}

.designtable > tbody > tr:hover > td > a:hover {
    color: #abc3fa;
}

.designtable a:hover {
    color: #abc3fa;
}

*/