﻿/* CSS Document */
/*basic html styles*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url("../images/grayscale_bg_tile.jpg");
	background-repeat: repeat;
	background-attachment: scroll;
}

/*Main table container*/
div.main_table_container {
	padding: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto; /* opera does not like 'margin:20px auto' */;
	background: #f9f9f9;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	text-align: left; /* part 2 of 2 centering hack */;
	width: 800px; /* ie5win fudge begins */;
	width: 800px;
}
/*END main table container*/

#dc_body {
	border: 1px #000 solid;
	padding: 4px;
}

p, h1, h2, h3, h4, h5, em, li, dd, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a, a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
table {
	background-color: white;
}

table#dc_navigation a {
	color: #666;
}

table #CategoryListTable {
	padding: 5px;
	border: 2px #000 solid;
}
#CategoryListTable a {
	color: #000;
	text-decoration: none;
}
#CategoryListTable a:hover {
	color: #CC0000;
	text-decoration: underline;
}

table a:hover {
	font-size: 11px;
	text-decoration: underline;
}
table#dc_navigation {
	width: 100%;
	height: 35px;
	vertical-align: middle;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
}
table#dc_navigation tr {
	background-color:silver;
/*	background-image: url("../images/grayscale_bg_tile.jpg");
	background-repeat: repeat;
*/	padding-bottom: 3px;

}
table#dc_navigation td {
	text-align: center;
}
table#dc_navigation td tr {
	background-image: none;
}
table#dc_navigation a font {
	font-weight: bold;
	font-size: 12px;
}
#container {
	background: white;
	position: relative;
	width: 770px;
	top: 10px;
	left: 0%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: 0;
	text-align: center;
	height: ;
}

