/*
http://icant.co.uk/csstablegallery/index.php?css=71

Data Tables and Cascading Style Sheets Gallery
Title: Casablanca
Author: RODrigo CASTilho Galvão Ferreira - RODCAST
URL: http://www.rodcast.com.br
Update: 03/23/2006 11:15 PM
*/

#maptable table {
	color: #666666;
	font: 0.8em/1.2em "Trebuchet MS", Verdana, sans-serif;
	border-collapse: collapse;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin: 5px 10px;
	padding: 0px;
	width: 500px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}


#maptable th {
	padding: 3px 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 11px;
	text-align: left;
	font-weight: normal;
	line-height: 120%;
	margin: 0px;
}
.title {
	background-color: #E1E3D9;
	color: #003366;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 10px;
}

#maptable tbody a:active,tbody a:hover,tbody a:focus,tbody a:visited {
	color: #91513C}

#maptable tbody tr:hover {
	background-color: #EEE;
	color: #CC3300}

#maptable tbody tr:hover a {
	background-color: #FFF
}
#maptable h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	padding: 10px 0px 5px 10px;
	background-image: url(../img/dotted_line.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
}
#zipformatting {
	background-color: #FFFFFF;
	margin: 0px;
	text-align: center;
	display: block;
}#zipformatting p {
	padding: 3px 3px 3px 25px;
	font-family: "Century Gothic", Helvetica, Arial, Verdana;
	color: #003366;
	font-size: 12px;
	font-weight: bold;
}
