a:link, a:visited {
	color: #1878d2;
	text-decoration: none;
}

a:active {
	color: #46aac5;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

div.copyright a:hover {
	color: #ffffff;
	text-decoration: none;
}

body {
	
	background: url(images/wall_dark.jpg) repeat top left;
	background-color: #3e4142;
}

p {
	margin: 0px;
	padding: 0px;
}

table {
	font-size: 13px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	color: #262626;
}

td.bgtr {
	background: url(images/wall.jpg) repeat top left;
	background-color: #b1ae99;
	border-top: #83837d 2px solid;
	border-bottom: #83837d 2px solid;
}

td.linetop {
	border-bottom: #333333 9px solid;
}

td.linebottom {
	border-top: #333333 9px solid;
}

td.main {
	background-color: #ffffff;
	padding: 20px;
	border-left: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}

.imgfader {
	position: relative;
	filter: alpha(opacity=0);
	-moz-opacity: 0%;
}

#outlined { 
	display: block;
}

#outlined a {
	display: block;
	border: solid #DCDCDC 1px;
}

#outlined a:hover {
	border-color: #000000;
}

div.copyright {
	font-family: Verdana, Arial, sans-serif;
	color: #9A9684;
	font-size: 9px;
	text-align: center;
	margin-top: 5px;
}

/* nav buttons */

#highlight a, #highlight a:hover, #selected {
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 6px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	width: 94px;
	text-decoration: none;
	float: left;
	display: block;
}

#highlight a {
	color: #666666;
	border-bottom: 1px solid #cccccc;
	background-color: #dddddd;
	margin-top: 4px;
}

#highlight a:hover {
	color: #7f7f59;
	background-color: #feffc9;
}

#selected {
	color: #000000;
	border-bottom: 1px solid #ffffff;
	background-color: #ffffff;
	padding-top: 4px;
	padding-bottom: 5px;
}

/* Lightbox */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}
	