/* Error messages and dialogs before form submission */
.submitError, .mySubmitError, .smallSubmitError, .noFormSubmitError {
	background: url(../images/icons/validation_error.gif) 7px 3px no-repeat;
	padding: 6px 0 1px 25px;
	/* tied up with label.standard */ 
	margin: 2px 10px 0 115px;
	color: #AE3602;
	font-weight: bold;
}

.submitShowNothing {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: none;
}

.submitDetails, .mySubmitDetails, .smallSubmitDetails, .noFormSubmitDetails {
	background: url(../images/icons/validation_info.gif) 7px 3px no-repeat;
	padding: 6px 0 1px 25px;
	/* tied up with label.standard */ 
	margin: 2px 10px 0 115px;
	color: #EE7D15;
	font-weight: bold;
}

.marker {
	color: #AE3602;
	font-weight: bold;
	font-size: 1.5em;
}

.submitInfo, .mySubmitInfo, .smallSubmitInfo, .noFormSubmitInfo {
	background: url(../images/icons/validation_okay.gif) 7px 3px no-repeat;
	/* tied up with label.standard */ 
	padding: 6px 10px 2px 25px;
	/* tied up with label.standard */ 
	margin: 2px 0 0 115px;
	color: #52962E;
	font-weight: bold;
}

.mySubmitInfo, .mySubmitError, .mySubmitDetails {
	margin: 2px 0 0 130px;
}

.noFormSubmitInfo, .noFormSubmitError, .noFormSubmitDetails {
	margin: 5px 0 12px 0;
}

.smallSubmitError, .smallSubmitInfo, .smallSubmitDetails {
	margin: 2px 0 0 0;
}


.errorText, .errorTitle {
	font-size: 1.1em;
	clear: both;
	color:#444;
	text-align: left;
	margin: 5px 10px 5px 53px;
}

.errorTitle {
	color: #AE3602;
	font-weight: bold;
	margin-bottom: 12px;
}

.modal {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1000px;
	background: url(../images/backgrounds/bg_modal.gif);
	z-index: 99999;
}

.dialog {	
	position: absolute;
	background: #FFF url(../images/icons/error_large.gif) 5% 15% no-repeat;
	border: 1px solid #9DCFCE;
	width: 350px;	
	padding: 10px;
	overflow: hidden;	
}

.closeButton {
	/*background: url(../images/icons/close.gif);*/
	clear: both;
	float: right;
	margin: 10px;
}

.show {
	display: inline;
}

.hide {
	display: none;
}

h1.gettingStarted {
	font-size: 1.6em;
	color: #006699;
	font-weight: bold;
	margin-bottom: 8px;
}

h2.gettingStarted {
	font-size: 1.3em;
	color: #137A90;
	font-weight: bold;
}

.grey {
	color: #888;
}
/* Error messages and dialogs before form submission */

/* error messages after a form submittal */
ul.errorList, ul.myErrorList {
	margin: 8px 0 15px 0;
	padding: 6px 0 6px 25px;
	list-style-image: url(../images/bullets/bullet_error.png);	
}

ul.myErrorList {
	margin: 8px 0 15px 10px;
}

ul.errorList li, ul.myErrorList li {
	font-size: 1.1em;
	margin: 0 0 3px 8px;
}

ul.myErrorList li {
	font-size: 1em;
}

p.errorMessage, p.myErrorMessage {
	color: #AE3602;
	font-size: 1.1em;
	font-weight: bold;
}

p.myErrorMessage {
	font-size: 1em;
}

p.confirmMessage {
	color: #52962E;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0 0 15px 0;
}
/* error messages after a form submittal */

/* Form Elements */
#formContainer {	
}

#formContainer h1 { 
	margin: 15px 15px 20px 0;
	padding: 7px;
	border: 1px solid #EE7D15;
	color: #EE7D15;
	border-right: none;
	border-left: none;
	border-top: none;
}

input, select { 
	vertical-align: middle;
}

input[type=submit], input[type=reset] {
	border: 1px solid #EE7D15;  
	background: #fff; 
	color: #EE7D15; 
	font-weight: bold;
	padding: .1em .5em;
	/* tied up with label.standard */ 
	margin: 0 0 0 105px;
}

.imageButton {
	/* tied up with label.standard */ 
	margin: 0 0 0 105px;
}

.imageButtonRight {
	/* tied up with label.standard */ 
	margin: 0 0 0 15px;
}

* html input[type=submit] {
	color: #EE7D15; 
}

input[type=submit]:hover, input[type=reset]:hover {
	background: #EE7D15; 
	color: #fff; 
}

textarea, input[type=text], input[type=file], input[type=password] { 
	padding: 3px 4px;
}

input[type=text]:focus, input[type=file]:focus, input[type=password]:focus,textarea:focus { 
	border: 1px solid #aaa;
}

input.standard, input.myStandard {
	margin: 0 0 0 10px;
	width: 275px;
	height: 22px;	
	border: 1px solid #C5DBDB;
}

input.large-input {
	width: 265px;
	height: 32px;	
	border: 1px solid #C5DBDB;
	font-size: 1.2em;
	font-weight: bold;
	color: #137A90;
}

input.my-small {
	width: 200px;
	height: 17px;
	border: 1px solid #C5DBDB;
}

label.my-small {
	font-size: 1.2em;
}

label.standard, label.myStandard {
	float: left;
	text-align: right;
	display: block;
	margin: 2px 0 0;
	/* tied up with input, submitError, submitInfo */ 
	width: 110px;
	font-size: 1.2em;
}

label.myStandard {
	font-size: 1.1em;
	margin: 2px 0 0 15px;
}

.checkbox {
	width: 15px;
	height: 15px;
	border: 1px solid #C5DBDB;
	margin: 0 0 0 10px;
}

textarea.standard, textarea.myStandard {
	width: 275px;
	height: 125px;
	border: 1px solid #C5DBDB;
	margin: 0 0 0 10px;
}

textarea.myStandard {
	height: 85px;
}

textarea.standard:focus, textarea.myStandard:focus  {
	border: 1px solid #aaa;
}

select.standard, select.medium, select.short, select.myStandard {
	width: 280px;
	height: 19px;
	border: 1px solid #C5DBDB;
	margin: 0 0 0 10px;
}

select.medium {
	width: 134px;
}

select.short {
	width: 60px;
}

select.standard:focus, select.medium:focus, select.short:focus, select.myStandard:focus {
	border: 1px solid #aaa;
}

select.standard option, select.medium option, select.short option, select.myStandard option {
	height: 19px;
	border-bottom: 1px dotted #d7d7d7;
}
/* Form Elements */

/* Form tooltips */
/*a.tooltip {
  	text-decoration: none;
  	padding: 1px;
  	background: #fff;
  	border: 1px dotted #ccc;
  	margin: 0px 3px;
}

a.plaintip {
  	border: none;
	text-decoration: none;
}

a.tooltip:link span, a.tooltip:visited span, a.plaintip:link span, a.plaintip:visited span {
	display: none;
}

a.tooltip:hover span, a.plaintip:hover span {
  	position: absolute;
	z-index: 9999;
  	margin:10px 0px 0px 325px;
	background: url(../images/backgrounds/bg_tooltips.gif) top left repeat-x;  	
  	max-width: 175px;
  	padding: 5px 10px;
  	border: 1px solid #9DCFCE;
  	color: #333;
  	text-align:left;
  	display: block;
} */

#hintbox { 
	position:absolute;
	top: 0;
	text-align: left;
	background: #EFF8F7 url(../images/backgrounds/bg_tooltips.gif) top left repeat-x;
	max-width: 250px;
	padding: 5px 10px;
	border: 1px solid #9DCFCE;
	font-size: 1.1em;
	line-height: 15px;
	z-index:100;
	color: #333;
	visibility: hidden;
}

.hintanchor { 
	text-decoration: none;
	font-weight: bold;
	padding: 2px 4px;
  	background: #fff;
  	border: 1px dotted #CCC;
	margin: 2px 8px;
}
/* Form tooltips */

/* Begin Edit photos form */
#formContainer div.photo {
	float: left;
	display: block;
	margin: 2px 0 0 20px;
	padding: 5px 13px 5px 12px;
	width: 75px;
	height: 100px;
	background: url(../images/backgrounds/bg_thumb-50.gif) top left no-repeat;
}

#formContainer span.photo-caption {
	margin-left: 10px;
	font-size: 1.1em;
}

#formContainer div.photo span.primary, #formContainer div.photo span.secondary {
	color: #F09023;
	font-weight: bold;
	display: block;
	margin-bottom: 3px;
}

#formContainer div.photo span.secondary {
	color: #FFF;
}

#formContainer div.photo img.photo {
	
}

#formContainer div.photo span.buttons {
	margin: 3px 0 0 4px;
	display: block;
}

#formContainer div.photo span.buttons img {
	display: inline;
	width: 16px;
	height: 16px;
	margin: 4px 5px 4px 0;
}

#formContainer #refresh {
	float: right;
	border: 1px dashed #888;
	margin: 5px;
	padding: 5px;
}

#formContainer #refresh a {
	display: block;
}

#formContainer #comments, #formContainer #homecomments {
	width: 537px;
	height: 200px;
	border: 1px solid #C5DBDB;
	margin: 0 0 0 20px;
}

#formContainer #homecomments {
	width: 475px;
}
/* End Edit photos form */