img {
	border-style: none;
}

#pageWrapper {
	border: 1px solid black;
	width:1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ccc;
	position: relative;
	clear: both;
}

.pageHeading {
	font-size: 24px;
	margin: 10px 0 0 10px;
}

p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.center {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	text-align: center;
}

.header {
	position: relative;
	width: 1000px;
	height: 150px;
	padding: 0 0 0 0;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid black;
	margin-bottom: 5px;
}

#breadCrumbs {
	font-size: 11px;
	margin: 5px;
	padding: 0 0 0 0;
	float: left;
}

#headerBackDiv {
	border: 0;
	width: 100%;
	height: 100%;
}

#search {
	border: 0;
	width: 200px;
	height: 20px;
	padding: 5px 0 0 0;
	float: right;
	position: relative;
}

#searchString {
	position: absolute;
	top: 2px;
	right:30px;
}

#searchIcon {
	position: absolute;
	top: 9px;
	right: 10px;
	cursor: pointer;
}

.loginLink {
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: white;
}

.loginLink a {
	color: white;
}

.loginForm {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	border: 0;
	text-align: center;
}

.loginFieldName {
	float: left;
	width: 110px;
	margin: 10px 0 0 0;
}

.loginField {
	float: left;
	margin: 10px 0 0 0;
}

.heading {
	font-size: 20px;
}

.footer {
	width: 220px;
	background-color: #ccc;
	margin-right: auto;
	margin-top: 5px;
	margin-left: auto;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-style: italic;
	font-size: 9px;
	height: 28px;
	clear: both;
}

#backLink {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 9px;
}

.albumImages {
	width: 940px;
	_width: 950px;
	border: 0;
	margin-left: auto;
	margin-right: auto;
}

.albumImageUL {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
	border: 0;
}

.albumImageUL li {
	margin: 15px;
	float: left;
	width: 200px;
	min-height: 250px;
	font-size: 4em;
	text-align: center;
}

.albumImageCaption {
	font-size: 10px;
	text-decoration: none;
}

.defaultAlbumImage {
	border: 1px dashed blue;
}

.albumIcons, .categoryIcons {
	/*width: 940px;
	_width: 950px;
	border: 1px solid blue;
	margin-left: auto;
	margin-right: auto;
	text-align: center;*/
	display: inline-block;
    zoom: 1;
    display*: inline; /* ie hack */
}

.albumIconUL, .categoryIconUL {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
	border: 0;
}

.albumIconUL li, .categoryIconUL li {
	margin: 15px;
	float: left;
	width: 200px;
	min-height: 250px;
	font-size: 1em;
	text-align: center;
}

.editSiteTextLink a {
	font-size: 10px;
	color: blue;
}

.addEditDataForm {
	margin-left: auto;
	margin-right: auto;
	width: 790px;
	border: 0;
}

.addEditDataFormInput {
	width: 300px;
}

.addEditDataFieldName {
	float: left;
	width: 210px;
	margin: 10px 0 0 0;
}

.addEditDataField {
	float: left;
	margin: 10px 0 0 0;
}

.clearBoth {
	clear: both;
}

.small {
	font-size: 10px;
}

.smallRed {
	font-size: 10px;
	color: red;
}

.medium {
	font-size: 12px;
}

.mediumRed {
	font-size: 12px;
	color: red;
}

.clearAll {
	clear: both;
}