body {
	background-color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

a, a:visited {
	color: navy;
}

a:hover {
	color: blue;
}

.photo 
{
	border: solid 1px #000000;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
}

.dateline, .copyright {
	color: #888888;
	font: smaller;
	text-align: center;
}

.maintitle, .maintitle a, .maintitle a:visited {
	background-color: #fbfaf4;
	color: navy;
	text-align: center;
}

.subtitle {
	background-color: #e8ebd5;
	text-align: center;
	border-top: solid 1px #aaaaaa;
}

.subtitle1
{
	background-color: #ffff66;
	text-align: center;
	border-top: solid 1px #aaaaaa;
}

.subtitle2
{
	background-color: #ccffcc;
	text-align: center;
	border-top: solid 1px #aaaaaa;
}

.submenu 
{
	margin-left: 4px;
	background-color: #fbfaf4;
	width: 175px;
	border: solid 1px #aaaaaa;
	font-size: .8em;
	text-align: left;
}

/* These need to be removed */
.title, .title a, .title a:visited {
	color: navy;
	text-align: center;
	border-top: dashed 1px #aaaaaa;
}

.block {
	width: 100%;
}

.block-content {
	text-align: center;
}

.comment {
	color: #888844;
	font: smaller;
	text-align: center;
}

.flash
{
	margin-top: 20px;
	margin-bottom: 20px;
	width: 95%;
	font-weight: bold;
	background-color: #ffffcc;
	color: green;
	border: solid 1px #cccccc;
	text-align: center;
}

.page-title
{
	margin-bottom: 20px;
	width: 95%;
	font-weight: bold;
	text-align: center;
	background-color: #eee;
}

.table-header
{
	background-color: #888844;
	font-weight: bold;
}

.table-even
{
	background-color: #fbfaf4;
	
}

.table-odd
{
	background-color: #eee;
}

.today
{
	color: red;
}

.yesterday
{
	color: blue;
}

.this-week
{
	color: green;
}


.moderator
{
	width: 95%;
	font-weight: bold;
	background-color: #ffffcc;
	border: solid 1px #cccccc;
	text-align: center;
	margin-bottom: 10px;
}

.moderator a 
{
color: Blue !important;
}

#tree
{
	font-size: 8pt;
	list-style-type: none;
	width: 600px;
	max-width: 600px;
	margin-left: 5pt;
}

#tree ul
{
	list-style-type: none;
}

.highlight
{
	padding: 0px 2px 0px 2px;
	border: solid 1px #cccccc;
	background-color: #ffffcc;
}

.sale
{
	color: Red;
}

.list-price
{
	text-decoration: line-through;
}

label
{
	font-weight: bold;
	text-align: right;
}

#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 1px;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	/*border-bottom: 1px solid black;*/
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #ffffcc;
}

.top-side 
{
	background-image: url(../images/layout/menu-bg.jpg);
	background-repeat: repeat-x;
}

#modal_container {
	padding:5px;
	background-color:#fff;
	border:1px solid #666;
	overflow:auto;
	font-family:"Lucida Grande",Verdana;
	font-size:12px;
	color:#333;
	text-align:left;
}

#modal_container.test {
	background-color:#900;
	color:#fff;
	padding:30px;
	text-align:center
}

#modal_overlay {
	background-color:#000;
}

#modal_overlay.test {
	background-color:#fff;
}