﻿#gridDisp {
	width: 100%;  
}

#gridDisp table {
	border-collapse: collapse;
	border-right:none;
	border-left:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.79em;
	margin: 0;
	padding: 0;
	
}
#gridDisp caption {
	font-size: 1.0em;
	font-stretch: condensed;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
}
#gridDisp th, #gridDisp td {
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	text-align: center;
	border-right:none;
	border-left:none;
}
#gridDisp th { text-align: center; color:White; background-color: #284775; }
#gridDisp thead th, #gridDisp tfoot th, #gridDisp tfoot td { background-color: #b34e1e; font-size: 1.1em; }
#gridDisp tbody td { background-color:#EEE; }
#gridDisp tbody tr:hover td {   background-color: #86C7FC;}
#gridDisp .noHover tbody tr:hover td {   background-color: #ddd3cf;}
input[type=button]
{
  background-color: #846453; 
  color:White;
}
input[type=button]:hover
{
  background-color: #846453;
  color:Black; 
  border-color:#898989;
}




#gridDisp tr.odd td, tr.odd th { background-color: #ddd; }
#gridDisp tfoot th { text-align: right; }
#gridDisp tfoot th:after { content: ":"; }


.boxed {
	background-color: #EEE;
		-moz-border-radius: 30px;
		-webkit-border-radius: 30px;
	border-radius: 30px;
	border: solid 1px #c4c4c4;
	margin-bottom: 20px;
	padding: 5px 5px;
	position: relative;
	margin-right:auto;
	margin-left:auto;
	
	width: 100%;
	
}

a {
	color: #036;
	font-weight: bold;
	text-decoration: none;
}

#gridDisp table tr td a {
    display:block;
    height:100%;
    width:100%;
}
