body{
	margin: 0px;
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 20px;
	background: #e8e8e8;
	font-family: Arial;
	font-size: .8em;
}
a:link, a:visited{
	color: #0099CC;
	text-decoration: underline;
}
a:hover{
	color: #63A422;
	text-decoration: none;
}
img{
	margin: 0px;
	padding: 0px;
	border: none;
}
hr{
	width: 95%;
}
#login-box{
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	padding: 0px;
	padding-right: 10px;
	margin-top: 50px;
	border: 1px solid #ccc;
}
#mainArea{
	background: #fff;
	border: 1px solid #ccc;
	width: 100%;
	margin-bottom: 15px;
}
#admin-header{
	height: 100px;
	margin-top: 3px;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
}
#admin-content{
	min-height: 400px;
	background-color: #fff;
}
.left{
	float:left;
}
.right{
	float: right;
}

#admin-nav{
	width: 100%;
	height: 40px;
	background-image: url("../images/a-nav-bg.jpg");
	background-repeat: repeat-x;}
#nav{
	position: relative;
	top:10px;
	left: 5px;
	font-size: 12px;
	font-weight: bold;
}
#nav a:link, #nav a:visited{
	color:#000;
	text-decoration: none;
	background: url("../../images/navborderleft.gif") no-repeat left 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 13px;
}
#nav a span{
	background: url("../../images/navborderright.gif") no-repeat right 0;
	padding-top: 5px;
	padding-bottom: 5px;	
	padding-right: 14px;
}
#nav a:hover {
	color:#000;
	text-decoration: none;
	background: url("../../images/navborderleftover.gif") no-repeat left 0;
}
#nav a:hover span {
	color:#000;
	text-decoration: none;
	background: url("../../images/navborderrightover.gif") no-repeat right 0;
}
#nav ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav ul li{
	float:left;
	background-image: url("../../images/navbg.gif");
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-bottom: 5px;
}
#nav ul li:hover, #nav ul li.over{
	background: url("../../images/navoverbg.gif") repeat-x;
}
h2{
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
	margin-top: 5px;
	color: #0099CC;
	font-size: 16px;
	font-weight: bold;
}
#table-edit{
	width:80%;
	margin-left: 25px;
	border: none;
}
#table-edit td{
	vertical-align: top;
}
#table-display{
	width:80%;
	margin-top: 10px;
	margin-left: 5px;
	border: none;
}
#table-display td{
	vertical-align: top;
}
#table-display p{
	margin: 0px;
	padding: 0px;
}
input, textarea{
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}
.divider{
	border-bottom: 1px solid #ccc;
	height: 2px;
	width: 100%;
}
fieldset{
	border: none;
	margin: 0px;
	padding: 0px;
}
fieldset legend{
	font-size: 11px;
}


#display{
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	width:800px;
	background: url("../../images/text-bg.gif") repeat-y;
}
#text_heading{
	width:800px;
	height: 31px;
	background: url("../../images/text-top.gif") no-repeat;
}
#text_content{
	width: 800px;
	padding-top: 10px;
	background: url("../../images/text-content.gif") no-repeat;
}
#text_content table{
	margin-left: 15px;
}
#text_bottom{
	width:800px;
	height: 15px;
	background: url("../../images/text-bottom.gif") no-repeat;
}
h4{
	clear: both;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	padding: 2px;
	padding-left: 5px;
	margin-bottom: 5px;
	color: #fff;
	background: #0099CC;
	width: 100%;
}
#text_content h4{
	width: 95%;
	margin-left: 15px;
}
p{
	margin:0px;
	padding:0px;
	clear:both;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 15px;
}
.image-right{
	float: right;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
}
.image-left{
	float: left;
	margin-right: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
}

.image-border{
	border: 6px solid #FA9B21;
	padding: 2px;
}
.display_controls{
	clear:both;
	padding-top: 5px;
	margin-top: 5px;
	margin-left: 15px;
	width: 95%;
	border-top: 1px dashed #ccc;
}