/* Start of CMSMS style sheet 'Property Table Styles' */
table {
margin-left: 35px;
margin-top: 10px;
width: 100%;
border: 1px solid #000;
background: #fff;
}
table.center {
margin-left:auto; margin-right:auto;
}
table th, table td {
margin: 0;
padding: 8px; 20px;
text-align: center;
border-bottom: 1px solid #b5b5b5;
}
table .lot {
text-align: left;
}
table tr {
background: #e6e6e6;
}
table tr.alt {
background: #f1f1f1;
}

table tr:hover {
   text-decoration: bold;
   background-color: #C3D4DF;
   color: #385C72;
}
table caption {
margin: 0px;
padding: 8px 20px;
text-align: center;
color: #fff;
font-weight: bold;
border: 1px solid #000;
border-bottom: none;
background: #383637;
}
/* End of 'Property Table Styles' */

