html { min-width: 600px; }

.clearhack { display: inline; } /*Clears Box Model Hack in IE5*/

body {
	background-image: url(../images/site.background.png);
	background-repeat: repeat-x;
	background-color: #8196C0;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
}

td, th, p, div, ul {
	font-family: "Arial","Verdana",sans-serif;
	font-size: 11px;
	color: #333;
}

p, ul {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {	
	font-family: "Arial","Verdana",sans-serif;
	color: #665544;
	margin: 0;
}

.horizontalDivider {
	border-bottom: 1px solid #333;
	height: 2px;
}

.smallText {
	font-size: 10px;
}

.boldText {
	font-weight: bold;
}

.whiteText {
	color: #fff;
	font-weight: bold;
}

.successText {
	font-weight: bold;
	color: #009900;
}

.errorText {
	font-weight: bold;
	color: #990000;
}

.left {
	float: left;
}


.clear {
	clear: both;
	height: 0
}

.centerText {
	width: 100%;
	text-align: center;
}

.dataRow {
}

.altRow {
	background: #eee;
}

.dataTable {
	width: 100%;
}

.dataHeader {
	height: 15px;
}

.dataHeader a:link, a:hover, a:visited, a:active {
	color: #ffffff;
	font-family: "Arial","Verdana";
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

img {
	border: 0;
}

/** styles for layout **/

#wrapper {
	margin: 0 auto;
	width: 950px;
	text-align: left;
	overflow: auto;
	background-color: #fff;
	border: 1px solid #C4CCDD;
}

#wrapperPopup {
	margin: 20px;
	width: 560px;
}

#header {
	width: 930px;
	height: 26px;
	margin: 0;
	background-color: #455880;
	padding: 2px 10px;
}

#content {
	width: 930px;
	min-height: 600px;
	background-image: url(../images/site.contentBackground.png);
	background-repeat: no-repeat;
	background-color: #fff;	
	padding: 10px;
}

#contentsPopup {
	padding: 10px;
	background: #ffffff;
}

#headerTitle {
	width: 40%;
}

#mainNav {
	width: 60%;	
}

#mainNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
}

#mainNav ul li {
	float: left;
	text-align: center;
	margin-left: 20px;
}

#leftContent {
	width: 605px;
	margin-right: 10px;
}

#sideNav {
	width: 293px;
	min-height: 200px;
	background-image: url(../images/site.sideNavBackground.png);
	background-repeat: no-repeat;
	background-color: #FFFADC;
	border: 1px solid #C4CCDD;
	padding: 10px;
}

#sideNavWrapper {
	min-height: 175px;
}

.sideNavColumn {
	width: 145px;
	line-height: 150%;
}

.box {
	width: 603px;
	padding: 0;
	background-color: #F5F6F8;
	border: 1px solid #C4CCDD;
}

.boxHeader {
	width: 583px;
	height: 15px;
	padding: 3px 10px 10px 10px;
	background-color: #D6DBE7;
	border-bottom: 1px solid #C4CCDD;
}

.boxContent {
	width: 583px;
	padding: 10px;
	min-height: 75px;
}

.boxContentLeftCell {
	width: 500px;
}

#footer {
	width: 930px;
	height: 32px;
	text-align: left;
	margin: 0 auto;
	background-color: #D6DBE7;	
	padding: 10px;
	color: #42372D;
	border: 1px solid #C4CCDD;
}


/** styles for links **/

a:link, a:active, a:visited {
	color: #42372D;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#header a {
	color: #fff;
}

#mainNav a {
	color: #42372D;
	text-decoration: none;
}

#footer a {
	color: #42372D;
	font-weight: bold;
}

#footer a.small {
	font-size: 12px;
}

#footer a.reallysmall {
	font-size: 10px;
}

/** styles for forms **/


form {
	margin: 0 0 0 50px;
	padding: 0;
	text-align: left;
}

#searchForm {
	margin-left: 0;
}

form fieldset {
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 0;
	text-align: left;
	border: 0;
}

form legend {
	color: #999999;
	font-weight: bold;
	font-variant: small-caps;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 120px; 
	padding: 0; 
	margin: 5px 10px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	color: #665544;
	font-weight: bold;
}

form label.shortLabel {
	width: 75px;
}

form label.shortLabelNoBlock {
	display: inline;
	float: left;
	width: 75px;
}


form label.requiredLabel {
	font-weight: bold;
	color: #990000;
}

form input {
	width: 250px;
	height: 15px;
	margin-top: 5px;
	font-family: "Arial","Verdana", sans-serif;
	font-size: 11px;
	border: 1px solid #665544;
}

form input.shortInput {
	width: 150px;
}

form input.reallyShortInput {
	width: 100px;
	float: left;
}

form textarea {
	width: 350px;
	height: 200px;
	margin-top: 5px;
	font-family: "Arial","Verdana", sans-serif;
	font-size: 11px;
	border: 1px solid #665544;
}

form textarea.smallTextarea {
	width: 250px;
	height: 100px;	
}


form select {
	width: 250px;
	height: 20px;
	margin-top: 5px;
	font-family: "Arial","Verdana", sans-serif;
	font-size: 11px;
	border: 1px solid #665544;
	padding: 1px 0 0 0;
}

form select.shortSelect {
	width: 85px;
}

form select.multipleSelect {
	height: 150px;
}

form input.checkbox {
	width: auto;
	margin-top: 4px;
	border: 0;
}

form br {
	clear: left;
}

form small { /* form instructions/comments will appear below input elements */
	display: inline;
	margin: 0 0 0 0;
	padding: 1px 3px;
	font-size: 88%;
}

form input.button, .longbutton, .shortButton, .miniButton {
   	border: 0;
    	background-image: url(../../../assets/images/site.button.png);
	background-repeat: no-repeat;
	background-color: transparent;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	height: 28px;
	width: 130px;
	text-align: center;
	padding-right: 25px;
	cursor: hand;
	cursor: pointer;
}

.browseButton {
	border: 0;
	height: 20px;
	width: 150px;
	cursor: hand;
	cursor: pointer;
}

.longbutton {
	background-image: url(../../../assets/images/site.longButton.png);
	background-repeat: no-repeat;
	width: 175px;
}

.shortButton {
	background-image: url(../../../assets/images/site.smallButton.png);
	background-repeat: no-repeat;
	width: 75px;
	height: 25px;
	padding-bottom: 3px;
}

.miniButton {
	background-image: url(../../../assets/images/site.miniButton2.png);
	background-repeat: no-repeat;
	width: 40px;
	height: 20px;
	padding-bottom: 3px;
}

form input.buttonView {
	border: 0;
    	background-image: url(../images/site.viewIcon.png);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 15px;
	width: 65px;
	padding-left: 15px;
	cursor: hand;
	cursor: pointer;
	text-align: right; 
	color: #665544;
	font-weight: bold;
	
}

