body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #FFF;
	margin: 0;
}
#container {
	width: 800px;
	margin: auto;
}
#header {
	width: 750px;
	margin: auto;
	font-size: 20px;
	border-bottom: 1px solid black;
}
#header a { font-size: 16px; }
span.subheader {
	float: left;
	font-size: 16px;
}
.colon { font-size: 16px; }
#footer {
	width: 750px;
	margin: auto;
	color: #303030; 
	font-weight: lighter;
	font-size: 10px;
	text-align: right;
	border-top: 1px solid black;
}
#footer p { margin: 0; }
h3 {
	width: 750px;
	margin: auto;
	padding-top: 2px;
}
.picrow {
	width: 750px;
	margin: auto;
	clear: left;
	padding: 5px;
	text-align: justify;
}
.picrow div {
	float: left;
	display: block;
	text-align: center;
}
.thumb {
	display: inline;
	vertical-align: middle;
}
#large {
	text-align: center;
	clear: both;
	padding: 10px 0 5px 0;
}
#nav {
	float: right;
	padding: 2px 25px 0 0;
}

a:link {
	text-decoration: none;
	color: #303030;
}
a:visited {
	text-decoration: none;
	color: #303030;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: underline;
	color: #FFF;
}
.red { color: #f00; }
.clear { clear: both; }
img { border: none; }
ul { margin: 0; }
/*---------- Admin Styling ----------*/
#table {
	width: 98%;
	margin: 20px auto 0 auto;
}
#table table {
	width: 100% !important;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	cursor: default;
}
#table table tr { background-color: #eee; }
#table table tr.album { background-color: #bfb; }
#table table tr:hover, #table table tr:active { background-color: #fffccc; }

#table table th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	background-color: #CCCCCC;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
#table table td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
#table table input {
	display: block;
	width: 100%;
	height: 100%;
	background: transparent;
	border: none;
	cursor: text;
}
fieldset.priv {
	width: 50%;
	margin: auto;
	text-align: center;
}
fieldset.login {
	width: 50%;
	text-align: center;
	margin: auto;
	margin-top: 10%;
}
#root {
	font-size: 16px;
	width: 750px;
	margin: 10px auto 0 auto;
}
#table input[type=checkbox] {
	position: relative;
	left: 50%;
	width: 16px;
	color: green;
	margin: 0 0 0 -8px;
	cursor: pointer;
}
#table table input[type=submit] {
	position: absolute;
	height: 16px;
	width: 75px;
	font-size: 0px;
	cursor: pointer;
}
span.conf {
	float: left;
	width: 100%;
	text-align: center;
}
td.drag {
	text-align: center;
	cursor: n-resize;
}
#table h3 { width: 100%; }