﻿* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	height: 100%;
}
body {
	font-family: "Georgia" , "Times New Roman" , Times, serif;
	height: 100%;
	font-size: 14px;
}

h2 {
	padding-left: 10px;
	width: 753px;
}

#copyright {
	position: absolute;
	bottom: 0px;
}

#masthead {
	width: 763px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

#scarab {
	width: 763px;
	margin-right: auto;
	margin-left: auto;
}
.spacer
{
    height:10px;
}
.navigation {
	width: 763px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
/*margin-bottom: 10px;*/
	text-align: center;
}

#page_content {
	position: relative;
	width: 763px;
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
}

#content p {
	padding: 5px;
	margin: 5px;
}
#footer {
	clear: both;
	width: 763px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	margin-top: 5px;
}
#masthead h3 {
	font-weight: normal;
	float: left;
	margin-top: 10px;
	margin-left: 30px;
	display: inline;
}

/* Navigation Styles */
.navigation ul {
	text-align: center;
	list-style-type: none;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	display: inline;
	padding: 0px;
}
.navigation li {
	display: inline;
}

.navigation a {
	padding: 10px;
	text-decoration: none;
	display: inline;
}
.navigation span {
	min-width: 100px;
	max-width: 100px;
}

.navigation a:hover {
	text-decoration: none;
}


/* Link Styles */
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.border {
	border: solid 2px;
}
.float_right {
	float: right;
	text-align: right;
}
.float_left {
	float: left;
	text-align: left;
}
.modalBackground {
	background-image: url(../images/overlay.png);
	background-repeat: repeat;
}
.modelPopupHeader {
	cursor: move;
	background-color: #DDDDDD;
	border: solid 1px Gray;
	color: Black;
	text-align: center;
}
.modalPopup {
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	height: 525px;
	width: 750px;
}
.modalPopupSmall {
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	height: 170px;
	width: 350px;
}
#treeHolder {
	height: 506px;
	width: 150px;
	overflow: scroll;
	float: left;
}
.ImageChooserImage {
	display: table;
	vertical-align: middle;
	max-width: 596px;
	max-height: 484px;
	padding-left: 4px;
	padding-top: 4px;
	margin-left: auto;
	margin-right: auto;
}
.ImageChooserHolder {
	float: left;
	height: 484px;
	width: 598px;
}
.ImageChooserButtons {
	float: left;
	text-align: center;
	width: 598px;
	height: 20px;
}
.watermarked {
	background-color: #F0F8FF;
	color: gray;
}
input {
	height: 20px;
	width: 175px;
	margin:4px 0px;
	border: 1px solid #BEBEBE;
	vertical-align:middle;
	font-size: 16px;
}
.uxConfirmButtons {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0px;
}
.controlTable {
	bottom: 7px;
	position: absolute;
	right: 0px;
	text-align: center;
	width: 215px;
}
.controlTable td {
	width: 50%;
}
.typeDescCol {
	width: 90px;
}
select {
	width: 200px;
	height: 20px;
	border: 1px solid #BEBEBE;
}
.imageOverlay {
	left: 15px;
	position: absolute;
	top: 15px;
}
