﻿/*---------------------------------------------------------------------*/
/* TABLE STYLES                                                        */
/*---------------------------------------------------------------------*/

 table.tableone {
	margin: 0 auto;
	/*width: 900px;
	width: 100%;
	border: 1px yellow solid;*/
}

.table_border {
	/*margin: 20px 0 20px 0;*/
	margin-top: 20px;
	width:958px;
}

 table.tableone th {
	font: bold 1em Calibri, Arial, Helvetica, sans-serif;
	color: #ddd;
	border-right: 1px dotted #CEE2EF;
	/*border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;*/
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 8px 6px 8px 6px;
	background-color: #415871;
	/*background: #CAE8EA url(images/bg_header.jpg) no-repeat;*/
}

/*th.spec {	
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #B4AA9D;
}*/


table.tableone td {
    font-size: 1em; 
	border-right: 1px dotted #CEE2EF;
	border-bottom: 1px dotted #CEE2EF;
	/*background: #fff;*/
	padding: 12px 6px 12px 6px;
	color: #000;
	text-align: left;
	vertical-align: top;
	empty-cells: show;
	border-collapse: separate;
}

 .odd {
  background-color:#CEE2EF;
}

caption {
	display: none;
}

.ph_no {
	white-space:nowrap;
}

#VillageTable, #FireDepartmentTable, #SchoolDistrictTable, #SpecialDistrictsTable,#AdvisoryBoardTable, #ImportantContactTable, #VillageListTable {
   width: 950px;	
   empty-cells: show;
   border-collapse: separate;
}

