html {
	height: 100%;
}

body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
}

/** styles for text **/

td, th, p, div, ul {
	font-family: "Verdana","Geneva",sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {	
	font-family: "Verdana","Geneva",sans-serif;
	color: #00ABE9;
	margin-top: 0;
}

img {
	border: none;
}

.boldText {
	font-weight: bold;
}

.blueText {
	font-weight: bold;
	font-size: 12px;
	color: #00abe9;
}

.errorText {
	font-weight: bold;
	color: #990000;
}

.hr {
	border-bottom: 1px solid #828280;
	height: 7px;	
}

.centered {
	text-align: center;
}

.success {
	float: left;
	margin-left: 400px;
	margin-top: 15px;
	font-weight: bold;
	color: #009900;
}

.generalError {
	float: left;
	margin-left: 100px;
	font-weight: bold;
	color: #990000;
}

.clear {
	clear: both;
}

.left {
	float: left;
}


#resultsData {
	padding: 10px;	
	width: 500px;
}

#resultsData thead th {
	background-color: #009eca;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 10px 10px 5px;
}

#resultsData tbody td {
	font-size: 12px;
	padding: 10px 10px 10px 5px;
	border-bottom: 1px dashed #cccccc;
}

/** styles for links **/

a, a:active, a:visited {
	color: #FF7B1B;
}

a:hover {
	text-decoration: none;
}

a.navLink, a.navLink:active, a.navLink:visited {
	color: #ffffff;
}

a.grayLink, a.grayLink:active, a.grayLink:visited {
	color: #828280;
}

#subNavigationMenu li a {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 115%;
	background-image: url(../images/site.navBackground.png);
	background-repeat: repeat-x;
	width: 85px;
	height: 35px;
	text-align: center;
	line-height: 260%;
}

#subNavigationMenu li a:hover, #subNavigationMenu li a.selected {
	background-image: none;
	background-color: #00abe9;
}

#editNavigationMenu li a {
	font-weight: bold;
	text-decoration: none;
	color: #828280;
	font-size: 130%;
	text-align: center;
	line-height: 30px;
}

#editNavigationMenu li a.current {
	color: #ff7b1b;
}



/** styles for layout **/

#wrapper {
	margin: 50px auto 0 auto;
	width: 1000px;
	text-align: left;
	position: relative;
}

#header {
	clear: both;
	padding: 0 29px 0 10px;
	width: 815px;
}

#logo {
	float: left;
}

#navigation {
	float: right;
	padding-top: 26px;
	background-color: #fff;
}

#navigation img {
	margin-left: -2px;
	z-index: -50;	
}

#homeContent {
	background-image: url(../images/home.background.png);
	background-repeat: no-repeat;
	height: 460px;
	width: 802px;
	clear: both;
	padding-top: 80px;
	padding-left: 30px;
	padding-right: 22px;
}

#homeLeft {
	float: left;
	width: 398px;
	padding-top: 15px;
	vertical-align: middle;
	text-align: center;
}

#homeMiddle {
	float: left;
	width: 2px;
	vertical-align: middle;
}

#homeRight {
	float: left;
	width: 380px;
	padding-left: 20px;
	vertical-align: middle;
}

#homeRight p, #homeLeft p {
	font-size: 120%;
	line-height: 130%;
	font-weight: bold;
	color: #333333;
	padding-right: 10px;
}

#homeBottom {
	clear: both;
	margin-left: 30px;
	padding-top: 50px;
}

#homeBottom img {
	margin-right: 25px;
}

#content {
	background-image: url(../images/site.background.png);
	background-repeat: repeat-y;
	clear: both;
	min-height: 600px;
	overflow: auto;
	padding-left: 30px;
	padding-right: 22px;
	width: 853px;
}

#contentDifferent {
	background-image: url(../images/site.background.png);
	background-repeat: repeat-y;
	clear: both;
	height: 600px;
	overflow-y: hidden;
	overflow-x: auto;
	padding-left: 30px;
	padding-right: 22px;
}


#contentBottom {
	background-image: url(../images/site.backgroundBottom.png);
	background-repeat: no-repeat;
	height: 50px;
	clear: both;
	padding-left: 30px;
	padding-right: 22px;
}

#centered {
	width: 500px;
	margin: 0 140px;
}

#centeredLarge {
	width: 750px;
	margin: 0 35px;
}

#centeredHuge {
	width: 853px;
	margin: 0;
	padding: 0;
}

#centeredNoMargin {
	clear: both;
	width: 500px;
	margin: 0 auto;
}

#left {
	float: left;
	text-align: left;
}

#right {
	float: left;
}

#artistPhoto {	
	background-image: url(../images/main.film.png);
	background-repeat: no-repeat;
	width: 270px;
	padding-left: 55px;
	padding-top: 20px;
}

#artistPhotoBottom {	
	background-image: url(../images/main.filmBottom.png);
	background-repeat: no-repeat;
	width: 325px;
	height: 20px;
}

#subNavigation {	
	clear: both;
	margin-right: 58px;
}

#subNavigationMenu {
	height: 35px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#subNavigationMenu li {
	float: right;
}

#editNavigationMenu {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 40px;
	text-align: center;	
}

#editNavigationMenu li {

}

.tooltip {
	width: 300px;
	height: 250px;
	background-color: #fff;
	padding: 10px;
}

#footer {
	clear: both;
	font-size: 10px;
	line-height: 150%;
	color: #828280;
	text-align: center;
	margin-right: 160px;
}

#footer ul {
	text-align: right;
}

#footer li {
	display: inline;
}



/** styles for forms **/


form {
	margin: 0;
	padding: 0;
	width: 499px;
	/*border: 1px solid #ccc;*/
	background-color: #DFF7FF;
}

form.tinyForm {
	width: 300px;
	margin-left: 0;
	background: none;	
	float: left;
	padding: 0;
}

form.smallForm {
	width: 480px;
	margin-left: 0px;
}

form.medForm {
	width: 600px;
	margin-left: 65px;
}

form.largeForm {
	width: 725px;
	margin-left: 35px;
}

form.largeFormNoMargin {
	width: 725px;
	margin-left: 0;
}

form fieldset {
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 0;
	border: 0;
}

form #formHeader {
	background-image: url(../images/site.formTitle4.png);
	background-repeat: repeat-x;;
	width: 99%;
	height: 35px;
	color: #fff;
	font-size: 170%;
	font-weight: bold;
	padding-left: 5px;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 10px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	color: #00abe9;
	font-weight: bold;
	font-size: 130%;
}

form label.normalText { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	padding: 0; 
	width: 225px;
	margin: 5px 10px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
	color: #00abe9;
	font-weight: bold;
	font-size: 130%;
}

form label.short { 
	width: 50px;
	float: left; 
	padding: 0; 
	margin: 5px 10px 0 0; /* set top margin same as form input - textarea etc. elements */
	color: #00abe9;
	font-weight: bold;
	font-size: 130%;
	text-align: left;
}

form label.smallText {
	font-size: 100%;	
}

form .requiredLabel {
	color: #ff7b1b;
}

form input, select {
	width: 250px;	
	margin-top: 5px;
	font-family: "Verdana", "Geneva", sans-serif;
	font-size: 130%;
}

form input.smallInput {
	width: 150px;
}

form input.medInput {
	width: 200px;
}

form input.checkbox {
	width: 20px;
	margin-left: -3px;
	margin-top: 0;
	vertical-align: middle;
}

form select.tinySelect {
	width: 60px;	
}

form textarea {
	width: 250px;
	height: 100px;
	margin-top: 5px;
	vertical-align: baseline;
}

form textarea.shortText {
	height: 50px;
}

form textarea.shortShortText {
	height: 50px;
	width: 200px;
}

form br {
	clear: both;
}

form small {
	font-size: 80%;
}


form .button, shortbutton, .longbutton {
    border: 0;
    background-image: url(../images/site.button.png);
	background-repeat: no-repeat;
	background-color: #DFF7FF;
	color: #fff;
	font-weight: bold;
	font-family: "Verdana", "Geneva", sans-serif;
	font-size: 12px;
	height: 32px;
	width: 84px;
	text-align: center;
	cursor: pointer;
	cursor: hand;
}

form .shortbutton {
	background-image: url(../images/site.shortButton.png);
	background-repeat: repeat;
	width: 55px;
	color: #fff;
	font-weight: bold;
	font-family: "Verdana", "Geneva", sans-serif;
	font-size: 10px;
	height: 32px;
	text-align: center;
	cursor: pointer;
	cursor: hand;
}

.longbutton {
	background-image: url(../images/site.longButton.png);
	background-repeat: no-repeat;
	width: 175px;
}

form .hiddenForm {
	display: none;
}

form .formHint {
	display: none;
	font-weight: bold;
	color: #ff7b1b;
	font-size: 95%;
}
