body {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	background-color: #1a5ea4;
	color: #000000;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#content{
	width:720px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 40px;
	padding-left: 40px;
}
#content h1 {
	margin-top: 0px;
}

h1 {
	width: 600px;
	font-family: Arial, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
	border-bottom: solid 4px #000000;
}

h2 {
	width: 600px;
	font-family: Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	border-bottom: solid 2px #000000;
}

fieldset {
	border: solid 1px #666666;
	width: 590px;
	padding: 4px 4px 4px 4px;
	margin-bottom: 15px;
}

legend {
	color: #ffffff;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
	background-color: #006699;
}

label {
	width: 125px;
	float: left;
	margin: 2px 0px 2px 0px;
	text-align: right;
}

.inputText {
	margin: 2px 0px 2px 5px;
}
.labelBold {
	font-weight: bold;
}

select {
	margin: 2px 0px 2px 5px;
}

input.submit {
	color: #000000;
	border: 1px solid #cccccc;
	background-color: #DADADA;
}

.tableNav {
	clear: both;
}

.bottomPageNav {
	clear: both;
}
	
form.tableNavBack {
	display: inline;
	float: left;
	margin: 10px 0px 12px 4px;
}

form.tableNavForward {
	display: inline;
	float: right;
	margin: 10px 4px 12px 0px;
}

form.tableNavBack input, form.tableNavForward input {
	width: 100px;
}

table {
	width: 600px;
	border: solid 2px #666666;
	border-collapse: collapse;
    border-spacing: 0pt;
    empty-cells: show;
    margin-bottom: 10px;
}
td, th {
	vertical-align: middle;
	border: solid 2pt #666666;
}

img.fullsize {
	max-width: 580px;
	max-height: 580px;
	margin: 2px 8px 2px 8px;
	border: solid 1px #000000;
}

img.thumbnail, div.thumbnail img {
	max-width: 150px;
	max-height: 150px;
	border: solid 1px #000000;
}

div.thumbnail {
	width: 192px;
	height: 190px;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	text-align: center;
	float: left;
}

div.thumbnailContainer {
	width: 600px;
}

#editFormImageContainer {
	float: left;
	margin: 6px 0px 10px 0px;
}

#editFormImageContainer img {
	max-width: 150px;
	max-height: 150px;
	border: none;
}

#editFormImageButton {
	clear: left;
}

.footer {
	clear: both;
	width: 720px;
	margin-top: 8px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
}

.errorMessage {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #ff0000;
}

.buttonCol form {
	display: inline;
	width: 100%;
}

.buttonCol form input {
	width: 100%;
}

.buttonCol {
	width: 50px;
}

.nameCol {
	width: 200px;
}

.credit {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #696969;
}

a:link, a:visited, a:active {
	text-decoration: none;
	background: transparent;
}

a:link {
	color: #0000ff;
}

a:visited {
	color: #990099;
}

a:active {
	color: #ff0000;
}

a:link:hover, a:visited:hover, a:active:hover {
	color: #ff0000;
}

td form p {
	margin: 0px 0px 0px 0px;
}#topHead {
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	height: 269px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.logoutBtn {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding-right: 16px;
	background-color: #24476D;
	padding-top: 10px;
	width: 36px;
	float: right;
	padding-left: 16px;
	padding-bottom: 4px;
}
#topHead .logoutBtn a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
#topHead .logoutBtn a:hover {
	text-decoration: underline;
}
