#mainContent p {
	text-align: left;
	}

#mainContent form p {
	text-align: left;
	}

.center {
	text-align: center;
	}

ol {
	margin-left: 3em;
	}

ul {
	list-style-type: disc;
	margin-left: 1.5em;
	}

a:link, a:visited {
	
	color: #6D6D6D;
	text-decoration: none;
	}

a:hover, a:active {
	text-decoration: none;
	color: black;
	outline: none;
	}

h2 a, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	color: black;
	text-decoration: none;
	outline: none;
	}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* zenphoto */
#pageTitle {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #bfbfbf;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.albumthumb {
	float: left;
	margin: 0 20px 0 0;
	width: 80px;
	cursor: pointer;
}

.imagethumb {
	float: left;
	margin: 20px 20px 0 0;
	height: 200px;
	width: 140px;
	cursor: pointer;
}

.clear {
	clear: both;
}

#back {
	margin: 20px 0 0 0;
	font-size: 0.9em;
}

#add{
	margin: 10px 0 0 0;
	font-size: 0.9em;
	text-align: right;
}

.pagelist li {
	display: inline;
}
h1 {
	color: #949494;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.5em;
	text-align:left;
	padding:0px;
	margin:0px;
}
.album{
	clear:both;
}

/* Admin Toolbox
------------------------------ */
#admin, #admin_data{
	position: fixed;
    _position: absolute;
	right: 0px;
	top: 0px;
	width: 130px;
	border-bottom: 1px solid #E6E6DF;
	border-left: 1px solid #E6E6DF;
	background: #fff;
    z-index: 2;
}
#admin_data{
	top: 0px;
	padding-top: 20px;
	z-index: 1;
	line-height: 1.6em;
}
#admin h3 {
	font-weight: normal;
	color: #999;
	margin:0;
	padding:0;
}
#admin h3:hover { color: #036; }