﻿body {
	background-color: #000;
	margin:0px;
}
ul.nav-items {
	margin:0px;
	padding:0px;
	list-style-type:none;
	line-height:16pt;
}
div#contact {
	float:right;
	padding:15px;
}
h1 {
	font-family:"Monotype Corsiva",Arial;
	text-align :center;
}
p.mtext {
	text-align:left;
	font-size:20px;
	font-family:"Monotype Corsiva",Arial;
	text-indent:1cm;
}
div#wrapper {
	width:765px;
	margin:5px auto;
}
	
div#header {
	background-image:url('../images/header.jpg');
	height:131px;
}
div#left-nav {
	margin:10px 4px;
	background-color:white;
	width:124px;
	float:left;
	padding:10px;
}
div#main-content {
	margin:10px 5px;
	background-color:white;
	width:575px;
	float:left;
	padding:5px;
	min-height:320px;
}
div#footer {
	background-color:white;
	margin: 3px 4px;
	height:45px;
	width:749px;
	float:left;
	text-align:center;
}
div#texture {
	background-image:url('../images/texture.jpg');
	background-repeat:repeat;
	border: 7px solid #FFF;
}
div#left-nav a:link {
	color:black;	
}
div#left-nav a:visited {
	color:black;
}
div#left-nav a:hover {
	color:orange;	
}
div#main-content a:link {
	color:black;	
}
div#main-content a:visited {
	color:black;
}
div#main-content a:hover {
	color:orange;	
}
div#contact a:link {
	color:orange;
}
div#contact a:visited {
	color:orange;
}
div#contact a:hover {
	color:black;
}
div#lbox{
	background-color:#FFFF9D;
	margin:1px 245px;
	height:40px;
	width:250px;
	float:left;
	text-align:center;
}
div#rbox{
	background-color:#FFFF9D;
	margin:-40px 502px;
	height:40px;
	width:250px;
	float:left;
	text-align:center;
}
p.lbtext {
	margin-top:10px;
}
p.rbtext {
	margin-top:10px;
}
p.foottext {
	margin-top:10px;
}
.photo {
    border:0px;
    max-width:575px;
}
.agrid table {
    width: 98%;
}
.agrid table th {
    background-color: #FF9;

}

.agrid .altrow {
    background-color: #F4F4F4;
}

.admin-nav {
    border: 1px solid black;
    margin: 5px;
    background: #FFC;
    display:block;
    height: 29px;
}    
.admin-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

.admin-nav ul li {
    padding: 5px;
    display: inline;
    float: left;
    border-right: 1px solid black;
}

.err {
    margin: 5px;
    padding: 3px;
    border: 1px solid #C00;
    background-color: #F5F5F5;
    font-weight: bold;
    color: #C00;
}

.msg {
    margin: 5px;
    padding: 3px;
    border: 1px solid #36C;
    background-color: #F5F5F5;
    font-weight: bold;
    color: #36C;
}

.admingv .gvtable {
    width: 100%;
}

.admingv .altrow {
    background-color: #F4F4F4;
}

.admingv th {
    background-color: #FF9;
}

.admingv .btns {
    text-align:center;
}

.admindv .dvheader {
    background-color: #FF9;
    text-align: center;
    font-weight: bold;
}

.admindv .dvfield {
    text-align:right;
    font-weight:bold;
    vertical-align: top;
}

.progress 
{
    padding: 4px;
    font-family: Arial;
    font-size: 10pt;
    background: #000;
    position: absolute;
    color: #FF9;
    margin-top: -5px;
    margin-left: 495px;
}

.photobox {
    background: #F5F5F5;
    border: 1px solid #CCC;
}

.photobox:hover {
    background: #FFC;
    border: 1px solid #CC6;
}

.photobox .editable-text {
    text-align: left;
}

.editable-text {
    padding-left: 20px;
    background: transparent url('/admin/images/pencil.png') no-repeat left top;
    cursor: pointer;
}

.tbhighlight {
    background-color:#FFFACD;
}