body {
	text-align: center;
	background: #eee url("../images/background3.jpg") repeat-x;
	color: #333;
	padding: 0;
	margin: 0;
	font: 0.8em Verdana, Sans-serif;
	letter-spacing: -0.04em;
	line-height: 1.6em;
}

#border {
	background: #fff;
	width: 800px;
	padding: 5px;
	margin: 0 auto;
	border: 1px solid #999;
	margin-top:5px;
	margin-bottom:5px;
}

#container {
	background-color: #fff;
	text-align: left;
	width: 800px;
	margin: 0;
	padding: 0 0px;
}

#header {
	padding: 30px 30px;
	background: #933 url("../images/header.jpg") repeat-x;
	border-bottom: 1px solid #600;
	height: 21px;
}

#header h1 {
	display: inline;
	letter-spacing: -0.07em;
	color: #fff;
	display: none;
}

#header img {
	float: right;
}

.nav-container {
	margin: 0;
}

a {
	color: #933;
}

a:visited {
	color: #933;
}

a:hover {
	color: #c00;
}

.nav-container ul {
	padding-left: 30px;
	margin-left: 0;
	margin-top: 0;
	background: #151517 url("../images/nav.jpg") repeat-x;
	float: left;
	width: 770px;
	border-bottom: 1px solid #333;
}

.nav-container ul li {
	display: inline;
}

.nav-container ul li a {
	padding: 0.6em 1em;
	text-decoration: none;
	float: left;
	color: #fff;
	border-left: 1px solid #1f1f1f;
	border-right: 1px solid #0b0b0b;
}
.nav-container ul li a:visited {
	color: #fff;
}
.nav-container ul li a:hover {
	background: #a7a7b1 url("../images/nav-hover.jpg") repeat-x;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	color: #000;
}

.admin {
	background: #a7a7b1 url("../images/nav-hover.jpg") repeat-x 0 -3px;
	padding:4px;
	color:#888;
	font-size: 0.9em;
	border-bottom: 1px solid #666;
	}
.admin a:hover {
	color:#4d1576;
	border: none;
	}
.admin a {
	color:#000;
	padding: 3px 5px 3px 25px;
	text-decoration: none;
	font-weight: bold;
	border: none;
}
.admin a.visited {
	color:#000;
	border: none;
}

.settings {
	background: url("../images/admin-settings.gif") no-repeat 5px 3px;
	}
.altid {
	background: url("../images/admin-altid.gif") no-repeat 5px 3px;
	}
.ddid {
	background: url("../images/admin-ddid.gif") no-repeat 5px 3px;
	}
.subscribers {
	background: url("../images/admin-subscribers.gif") no-repeat 5px 3px;
	}
.log {
	background: url("../images/admin-log.gif") no-repeat 5px 3px;
	}
.cancel-impersonate {
	background: url("../images/admin-cancel-impersonate.gif") no-repeat 5px 3px;
	}
.search {
	background: url("../images/admin-search.gif") no-repeat 5px 3px;
	}


#main {
	padding: 15px 30px;
	margin: 0;
	clear: both;
}

#intro {
	font-size: 1.3em;
	line-height: normal;
}

h1 {
	margin-top:0px;
	letter-spacing: -0.07em;
	font-weight: normal;
	}

h2 {
	margin-top: 20px;
	color: #000;
	font-weight: normal;
	letter-spacing: -0.07em;
}

h3 {
	padding-top:15px;
	margin-top:5px;
	border-top: 1px solid #ccc;
	color: #933;
	font-size: 1.3em;
	letter-spacing: -0.07em;
}

#faq h3 {
	font-size:1.2em;
	color:#333;	
	}

.tablehead {
	color: #fff;
	background: #666 url("../images/nav.jpg") repeat-x 0 -3px;
	font-weight: bold;
	font-size: 1.2em;
	padding: 5px 10px;
	border: 1px solid #666;
	border-bottom: 0;
}

table {
	background: #aaa;
	border-spacing: 1px;
}

th {
	background: #eee url("../images/field-background.gif") repeat-x;
	padding:5px 10px;
}

td {
	padding:5px 10px;
	background-color: #fff;
	}
.even td {
	background-color:#eee;
	}

.odd td {
	background-color: #fff;
	}
.buttons {
	margin-top:20px;
	background: #ccc url("../images/button-background.gif") repeat-x;
	padding:5px 10px;
	border:1px solid #999;
}
td.buttons {
	text-align: right;
	border:none;
}
table.results {
	background-color: #fff;
	width:100%;
	border-spacing: 0;
	margin:10px 0 10px 0;
	}

.results th {
	background-color: #fff;
	background-image: none;
	padding:3px 7px;
	border-bottom:2px solid #999;
	}

.results td {
	padding:3px 7px;
	border-bottom:1px solid #ccc;
	white-space: nowrap;
	}
	
.errorContainer {
	background: #ffd9d6 url("../images/error.gif") no-repeat;
	padding: 10px 15px 10px 40px;
	color:#600;
	border-bottom:1px solid #e05a51;
	border-right:1px solid #e05a51;
	border-top:1px solid #efa09b;
	border-left:1px solid #efa09b;
	margin:0 0 20px 0;
	font-weight:bold;
	}

.warningContainer {
	background: #fbf2c3 url("../images/warning.gif") no-repeat;
	padding: 10px 15px 10px 40px;
	color:#7b4f1c;
	border-bottom:1px solid #f5da58;
	border-right:1px solid #f5da58;
	border-left:1px solid #ffed93;
	border-top:1px solid #ffed93;
	margin:0 0 20px 0;
	font-weight:bold;
	}

.successContainer {
	background: #ffd9d6 url("../images/success.gif") no-repeat;
	padding: 10px 15px 10px 40px;
	margin: 0px;
	border-bottom:1px solid #779DC2;
	border-right:1px solid #779DC2;
	border-left:1px solid #b2d3f5;
	border-top:1px solid #b2d3f5;
	background-color: #DBEBFB;
	color:#0d2b5e;
	margin:0 0 20px 0;
	font-weight:bold;
	}


#footer {
	padding: 15px 30px;
	color: #666;
	font-size: .8em;
	background: #000 url("../images/footer.jpg") repeat-x;
}

#footer a {
	color: #999;
}

#footer a:visited {
	color: #999;
}

#footer a:hover {
	color: #ccc;
}

.button {
	padding: 3px 5px 3px 25px;
	border:1px solid #ccc;
	text-decoration: none;
	font-weight: bold;
	}


.add {
	background: #FCFCFC url("../images/person-add.gif") no-repeat 5px 3px;
	}

.edit {
	background: #FCFCFC url("../images/person-edit.gif") no-repeat 5px 3px;
	}

.remove {
	background: #FCFCFC url("../images/person-remove.gif") no-repeat 5px 3px;
	}

.impersonate {
	background: #FCFCFC url("../images/person-impersonate.gif") no-repeat 5px 3px;
	}

.email {
	background: #FCFCFC url("../images/email.gif") no-repeat 5px 6px;
	}

.link {
	background: #FCFCFC url("../images/link.gif") no-repeat 5px 3px;
	}

.sfs {
	background: #FCFCFC url("../images/sfs.gif") no-repeat 5px 3px;
	}

.ddfile {
	background: #FCFCFC url("../images/ddfile.gif") no-repeat 5px 3px;
	}

#footer .button {
	background-color: #111;
	border-color:#222;
	}

#footer .button .email {
	background: #FCFCFC url("../images/email.gif") no-repeat 5px 5px;
	}
.pagebanner {
	float:right;
	}
	
	
#main ul {
 	list-style-type: disc;
 	margin-left:25px;
 	margin-bottom:15px;
 	padding-left: 0px;
 	}
 
#main li {
 	background:#fff url('../images/bullet.gif') no-repeat 0px 10px;
 	list-style-type: none;
 	margin-left:0px;
 	padding:3px;
 	padding-left: 18px;
 	}

label em {
	margin-left:5px;
	font-weight:bold;
	color:#933;
	}
	
.error {
	color:#933;
	}
	
.impersonating {
	background: #e8b603 url("../images/impersonate-background.gif") repeat-x 0 -3px;
	text-align:center;
	float: none;
	color:#333;
	border-bottom:1px solid #b08900;
	padding:4px;
	font-size: 0.9em;
	}

.impersonating a {
	color:#333;
	padding:3px;
	font-weight: bold;
	border: none;
	}

.impersonating a:visited {
	color:#333;
	}

.impersonating a:hover {
	color:#000;
	border:none;
	}
	