/* This CSS loads after /admin/css/default.css */

body { background:#cdcdcd; }
body { background:#cccccc url('/templates/default/images/page_bg.gif'); }

#container {
margin: 3em 0 2em 0;
border:1px solid #880000;
width:850px;    /*Set Width of Lay out*/
background-color:#ffffff;
margin-left:auto;
margin-right:auto;
}
#header {
color:#880000;
height:8em;
line-height:.9em;
border-top:1px solid #880000;
xpadding: .5em 1em 1em 0em;
text-align:left;
background:#fff url('/templates/default/images/bg.gif') repeat-x 0px 1px;
}
#inner {
float:left;
width: 75%;
padding-left: .5em;
line-height:1.5em;
}
#nav {
height:22px;
border-top:1px solid #880000;
font-size:.9em;     /*  Menu Lettering Size*/
color:#ffffff;
float:left;
width:100%;
background:#cccccc url('/templates/default/images/topnav_bg_grey.gif');
list-style:none;
clear: both;
}
#nav ul {
	margin:0;
}
#nav ul li{
display:inline;
list-style:none;
}
#nav ul li a{
padding: .25em 1.25em .3em 1.25em;
background:#cccccc url('/templates/default/images/topnav_bg_grey.gif');
color: #000000;
text-decoration:none;
float: left;
border-right:1px solid #880000;
}
#nav ul li a:hover{
background:#222222 url('/templates/default/images/topnav_bg_red.gif');
color: #ffffff;
text-decoration:none;
border-right:1px solid #880000;
}
#footer {
clear:both;
background:#fff url('/templates/default/images/bg.gif') repeat-x 0px 1px;
padding: 1.5em 0 .5em 0;
font-size:0.8em;
text-align:center;
margin-top:1em;
}
#footer a {
color:#000000;
}
#footer a:hover{
color:#880000;
text-decoration:none;
}
#main{
min-height: 32em;
padding: 1em 1em 1em 1em;
}
#content img{
xpadding: .5em .5em .5em .5em;
}
#content{
float: left;
min-height: 32em;
width: 48em;
padding-right:.5em;
xmargin-right:14em;
}
#sidebar{
padding-left:1em;
border-left:1px dashed #880000;
height: 40em;
min-height: 40em;
float:right;
width:13em;
}

.ThumbTable {
	border: 1px solid black;
	margin: 2px;
	padding: 0px;
}
.ThumbTableImg {
	text-align: center;
	height: 160px;
	width: 160px;
}
.ThumbTableTD {
	padding: 2px;
	border-top: 1px dotted black;
}

.PhotoTable {
	border: 1px solid black;
	margin: 4px;
	padding: 0px;
}
.PhotoTableImg {
	text-align: center;
	padding: 10px;
}
.PhotoTableTD {
	padding: 4px;
	border-top: 1px dotted black;
}