/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #333300;
	text-decoration:underline;
	font-weight:bold;
	}
	
a:hover {
	color: #993300;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	color: #336666;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #993300;
	text-decoration:underline;
	}

#padding {
	padding:10px 15px 10px 0px;
	}
	
#bodypadding {
	padding:40px 15px 40px 0px;
	}	
	
/* Class Styles */

.logo {
	font:18px times new roman;
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	}

.sidebarText {
	font:12px georgia;
	color: #336666;
	line-height:18px;
	}
	
.bodyText {
	font:12px arial;
	line-height:16px;
	color:#333333;
	}
	
a.bodyText {
	color: #333300;
	text-decoration:underline;
	font-weight:bold;
}
	
.pageName {
	font:20px georgia;
	color: #993300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px georgia;
	color: #333300;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	text-align:center;
	}
	
.navText {
	font:12px arial;
	color: #333300;
	letter-spacing:.1em;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
	
.FooternavText {
	font:10px arial;
	color: #336666;
	letter-spacing:.1em;
	}	

.FeatureText {
	font:10px georgia;
	color: #333300;
	font-weight:bold;
	line-height:14px;
	text-align:center;
	}
	
table.resources {
	border-collapse: collapse;
	border: 4px solid #a4c2c2;
	width: 600px;
	margin: 20px 0 20px 0;
}

table.resources thead tr th {
	color: #333300;
	background-color: #a4c2c2;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	padding: 10px 0 10px 0;
}

table.resources tbody tr td {
	padding: 10px 0 10px 0;
}

p.Ads {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333300;
	font-weight:bold;
	line-height:14px;
	padding: 10px 0px 0px 0px;
}

/* Added to support Shops */

.shopName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	margin: 0;
	padding: 0;
	}

.shopheader img {
	float: right;
	border-style:none;
	}
	
table.shopheader {
	border-collapse: collapse;
	width: 700px;
	margin: 0px 0 20px 0;
}

table.shopheader tbody tr td {
	padding: 10px 0 10px 0;
	vertical-align:top;
}

.shopItems img {
	border-style:none;
	}

table.shopItems {
	border-collapse: collapse;
	width: 700px;
}

table.shopItems tbody tr {
	font:12px arial;
	color:#333333;
	text-align: left;
}

table.shopItems td {
	padding: 0 0 40px 0;
	vertical-align:top;
}

td.itemPict {
	width:170px;
}

.itemPict {
	font-weight: normal;
	text-align:center;
	display:block;
	margin: auto;
	padding: auto;
}

a.itemPict:link { text-decoration:none; font-weight:normal; text-align:center;}
a.itemPict:hover { text-decoration:none; font-weight:normal; text-align:center;}	
a.itemPict:visited { text-decoration:none; font-weight:normal; text-align:center;}
a.itemPict:active { text-decoration:none; font-weight:normal; text-align:center;}
	
.itemTitle {
	font:14px georgia;
	color: #CC3300;
	margin: 0;
	padding: 0;
	}
	
.itemText {
	font:12px arial;
	line-height:16px;
	color:#333333;
	text-align: left;
	}

td.itemText {
	width:500px;
}

.dig_disclaimer {
	font:10px arial;
	color:#333333;
	text-align: left;
}

table.shops {
	border-collapse: collapse;
	border: 4px solid #a4c2c2;
	width: 600px;
	margin: 20px 0 20px 0;
}

table.shops thead tr th {
	color: #333300;
	background-color: #a4c2c2;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	padding: 10px 0 10px 0;
}

table.shops tbody tr td {
	padding: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

.emphasis {
	color:#336666;
	font-style:italic;
}

input, select, textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333300;
}

#dhtmlgoodies_tooltip{
		background-color:#999966;
		border:1px solid #000;
		position:absolute;
		display:none;
		z-index:20000;
		padding:4px;
		font-size:0.9em;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
		font-family: Arial, Helvetica, sans-serif;
		
	}
#dhtmlgoodies_tooltipShadow{
		position:absolute;
		background-color:#555;
		display:none;
		z-index:10000;
		opacity:0.7;
		filter:alpha(opacity=70);
		-khtml-opacity: 0.7;
		-moz-opacity: 0.7;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
}
	
.highlight {
	color:#333300;
	font-weight:bold;
}

.redfocus {
	color: #993300;
	font-weight: bold;
}

#panellist li
{
display: inline;
list-style-type: none;
padding-right: 30px;
line-height: 20px;
}
