@charset "utf-8";
/* Spry formats */
form.SudOnLine_CommDesign .textfieldRequiredState .textfieldRequiredMsg, 
form.SudOnLine_CommDesign .textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
form.SudOnLine_CommDesign .textfieldMinValueState .textfieldMinValueMsg,
form.SudOnLine_CommDesign .textfieldMaxValueState .textfieldMaxValueMsg,
form.SudOnLine_CommDesign .textfieldMinCharsState .textfieldMinCharsMsg,
form.SudOnLine_CommDesign .textfieldMaxCharsState .textfieldMaxCharsMsg {
	color:#b40000;
	white-space:nowrap;
}
form.SudOnLine_CommDesign .checkboxRequiredState .checkboxRequiredMsg,
form.SudOnLine_CommDesign .checkboxMinSelectionsState .checkboxMinSelectionsMsg,
form.SudOnLine_CommDesign .checkboxMaxSelectionsState .checkboxMaxSelectionsMsg {
	color:#b40000;
	white-space:nowrap;
}
form.SudOnLine_CommDesign .selectRequiredState .selectRequiredMsg,
form.SudOnLine_CommDesign .selectInvalidState .selectInvalidMsg {
	color:#b40000;
	white-space:nowrap;
}
form.SudOnLine_CommDesign .textareaRequiredState .textareaRequiredMsg,
form.SudOnLine_CommDesign .textareaMinCharsState .textareaMinCharsMsg,
form.SudOnLine_CommDesign .textareaMaxCharsState .textareaMaxCharsMsg {
	color:#b40000;
	white-space:nowrap;
}
form.SudOnLine_CommDesign .radioRequiredState .radioRequiredMsg,
form.SudOnLine_CommDesign .radioInvalidState .radioInvalidMsg {
	color:#b40000;
	white-space:nowrap;
}
form.SudOnLine_CommDesign .passwordRequiredState .passwordRequiredMsg,
form.SudOnLine_CommDesign .passwordMinCharsState .passwordMinCharsMsg,
form.SudOnLine_CommDesign .passwordMaxCharsState .passwordMaxCharsMsg,
form.SudOnLine_CommDesign .passwordInvalidStrengthState .passwordInvalidStrengthMsg,
form.SudOnLine_CommDesign .passwordCustomState .passwordCustomMsg {
	color:#b40000;
	white-space:nowrap;
}
form.SudOnLine_CommDesign .confirmRequiredState .confirmRequiredMsg,
form.SudOnLine_CommDesign .confirmInvalidState .confirmInvalidMsg {
	color:#b40000;
	white-space:nowrap;
}

form.SudOnLine_CommDesign span.additionalErrorZone {
	white-space:nowrap;
}
form.SudOnLine_CommDesign div.errorGroup {
}
form.SudOnLine_CommDesign span.serverInvalidState {
	color:#b40000;
	white-space:nowrap;
}

/* form general definition */
form.SudOnLine_CommDesign {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:550px;
}
form.SudOnLine_CommDesign ul.SudOnLine_CommDesign {
  list-style-type:none;
  margin: 0;
  padding: 0;
}
form.SudOnLine_CommDesign ul.formList {
	padding:0 0 0 0;
	margin:0 0 0 0;
  list-style-type:none;
}
form.SudOnLine_CommDesign li.formItem {
	clear:both;
}
form.SudOnLine_CommDesign fieldset.SudOnLine_CommDesign {
	padding:10px 10px 10px 10px;
	margin:0px 0px 0px 0px;
	clear:both;
}

/* legend */
form.SudOnLine_CommDesign legend.groupHeader {
	font-weight:bold;
	font-size:18px;
	white-space:nowrap;
}

/* labels */
form.SudOnLine_CommDesign label.groupHeader {
	text-align:right;
	display:block;
	float:left;
	position:relative;
}
form.SudOnLine_CommDesign label.sublabel {
	color:#000000;
	font-weight:bold;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	display:block;
	margin-top:5px;
	padding-right:5px;
}
form.SudOnLine_CommDesign label.secondSublabel {
	width:auto;
}
form.SudOnLine_CommDesign label.sublabelPlaceholder {
}
form.SudOnLine_CommDesign span.requiredIndicator {
	color:#b40000;
}
form.SudOnLine_CommDesign span.fieldsetDescription {
	color:#b40000;
}

/* span wrappers for form */
form.SudOnLine_CommDesign div.formGroup {
	display:inline;
	float:left;
}
form.SudOnLine_CommDesign div.lineGroup {
	clear:left;
	display:block;
}
/* defines column size */
form.SudOnLine_CommDesign div.wideColumnGroup {
	width:146px;
	padding-bottom:0;
	padding-top:10px;
	display:inline;
	float:left;
}
form.SudOnLine_CommDesign div.fullColumnGroup {
	width:526px;
	padding-bottom:0;
	padding-top:10px;
	display:inline;
	float:left;
}
form.SudOnLine_CommDesign div.columnGroup {
	width:380px;
	padding-bottom:0;
	padding-top:10px;
	display:inline;
	float:left;
}
form.SudOnLine_CommDesign div.fieldGroup {
	padding-left:0;
	padding-right:0;
  position:relative;
	display:block;
	float:left;
}
form.SudOnLine_CommDesign div.fieldPair {
	display:block;
}

form.SudOnLine_CommDesign div.SameAsCheck_Row {
}

form.SudOnLine_CommDesign span.precedingText {
	text-align:left;
	font-weight: bold;
}
form.SudOnLine_CommDesign div.trailingText {
  white-space:nowrap;
}
form.SudOnLine_CommDesign div.trailingText a {
}
form.SudOnLine_CommDesign div.trailingText div {
  background-color:#8c8c8c;
}

/* wide groups for items on a single line */
form.SudOnLine_CommDesign span.wideFieldGroup {
	width:100%;
	float:left;
}

/* button form elements */
form.SudOnLine_CommDesign span.buttonFieldGroup {
	float:left;
	text-align:right;
}
form.SudOnLine_CommDesign input.formButton {
	padding:5px 5px 5px 5px;
	background-color:#CC0000;
	color:#FFFFFF;
	font-weight:bold;
	font-size:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:10px;
	border-style:solid;
	border-color:#000000;
}

/* text form elements */
form.SudOnLine_CommDesign input.formTextfield_XSmall {
	background-color:#FFF;
	padding:5px 5px 5px 5px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:50px;
	margin:0;
	border-style:solid;
	border-width:1px;
	margin-left:2px;
	border-color:#000000;
}
form.SudOnLine_CommDesign input.formTextfield_Small {
	background-color:#FFF;
	padding:5px 5px 5px 5px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:80px;
	margin:0;
	border-style:solid;
	border-width:1px;
	margin-left:2px;
	border-color:#000000;
}
form.SudOnLine_CommDesign input.formTextfield_Medium {
	background-color:#FFF;
	padding:5px 5px 5px 5px;
	margin:0px 0px 0px 0px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:250px;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
}
form.SudOnLine_CommDesign input.formTextfield_Large {
	background-color:#FFF;
	padding:5px 5px 5px 5px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:200px;
	margin:0;
	border-style:solid;
	border-width:1px;
	margin-left:2px;
	border-color:#000000;
}
form.SudOnLine_CommDesign input.formTextfield_XLarge {
	background-color:#FFF;
	padding:5px 5px 5px 5px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:592px;
	margin:0;
	border-style:solid;
	border-width:1px;
	margin-left:2px;
	border-color:#000000;
}

form.SudOnLine_CommDesign .textfieldValidState input, form.SudOnLine_CommDesign input.textfieldValidState {
	background-color:#FFFFFF;
	border-color:#000000;
}

form.SudOnLine_CommDesign input.textfieldRequiredState, form.SudOnLine_CommDesign .textfieldRequiredState input, 
form.SudOnLine_CommDesign input.textfieldInvalidFormatState, form.SudOnLine_CommDesign .textfieldInvalidFormatState input, 
form.SudOnLine_CommDesign input.textfieldMinValueState, form.SudOnLine_CommDesign .textfieldMinValueState input, 
form.SudOnLine_CommDesign input.textfieldMaxValueState, form.SudOnLine_CommDesign .textfieldMaxValueState input, 
form.SudOnLine_CommDesign input.textfieldMinCharsState, form.SudOnLine_CommDesign .textfieldMinCharsState input, 
form.SudOnLine_CommDesign input.textfieldMaxCharsState, form.SudOnLine_CommDesign .textfieldMaxCharsState input {
	background-color:#FFFFFF;
	color:#CC3300;
	border-color:#CC3300;
}

form.SudOnLine_CommDesign .textfieldFocusState input, form.SudOnLine_CommDesign input.textfieldFocusState {
	background-color:#ECE9D8;
}

form.SudOnLine_CommDesign .textfieldFlashText input, form.SudOnLine_CommDesign input.textfieldFlashText {
	color: red !important;
}

form.SudOnLine_CommDesign .textfieldHintState input, form.SudOnLine_CommDesign input.textfieldHintState {
	/*color: red !important;*/
}


/* textarea form elements */
form.SudOnLine_CommDesign textarea.formTextarea_Small {
	background-color:#FFF;
	color:#000000;
	padding:5px 5px 5px 5px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:252px;
	height:100px;
	white-space:pre;
	overflow:auto;
	margin:0;
	border-style:solid;
	border-width:1px;
	margin-left:2px;
	border-color:#000000;
}
form.SudOnLine_CommDesign textarea.formTextarea_Medium {
	background-color:#FFF;
	color:#000000;
	padding:5px 5px 5px 5px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:500px;
	height:150px;
	white-space:pre;
	overflow:auto;
	margin:0;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
}
form.SudOnLine_CommDesign textarea.formTextarea_Large {
	background-color:#FFF;
	color:#000000;
	padding:5px 5px 5px 5px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:514px;
	height:200px;
	white-space:pre;
	overflow:auto;
	margin:0;
	border-style:solid;
	border-width:1px;
	margin-left:2px;
	border-color:#000000;
}
form.SudOnLine_CommDesign .textareaValidState textarea, form.SudOnLine_CommDesign textarea.textareaValidState {
	background-color:#B8F5B1;
	border-color:#000000;
}

form.SudOnLine_CommDesign textarea.textareaRequiredState, form.SudOnLine_CommDesign .textareaRequiredState textarea, 
form.SudOnLine_CommDesign textarea.textareaMinCharsState, form.SudOnLine_CommDesign .textareaMinCharsState textarea, 
form.SudOnLine_CommDesign textarea.textareaMaxCharsState, form.SudOnLine_CommDesign .textareaMaxCharsState textarea {
	background-color:#FFFFFF;
	color:#CC0000;
	border-color:#CC3300;
}

form.SudOnLine_CommDesign .textareaFocusState textarea, form.SudOnLine_CommDesign textarea.textareaFocusState {
	background-color:#ECE9D8;
}

form.SudOnLine_CommDesign .textareaFlashState textarea, form.SudOnLine_CommDesign textarea.textareaFlashState{
	color:red !important;
}

form.SudOnLine_CommDesign textarea.textareaHintState, form.SudOnLine_CommDesign .textareaHintState textarea{
	/* color: red !important;*/
}


/* select form elements */
form.SudOnLine_CommDesign select.formMenufield_XSmall {
	background-color:#FFF;
	padding:5px 5px 5px 5px;
	width:50px;
	margin:0;
	margin-left:2px;
}
form.SudOnLine_CommDesign select.formMenufield_Small {
	background-color:#FFF;
	padding:5px 5px 5px 5px;
	width:80px;
	margin:0;
	margin-left:2px;
}
form.SudOnLine_CommDesign select.formMenufield_Medium {
	background-color:#FFF;
	padding:5px 5px 5px 5px;
	width:120px;
	margin:0;
	margin-left:2px;
}
form.SudOnLine_CommDesign select.formMenufield_Large {
	background-color:#FFF;
	padding:5px 5px 5px 5px;
	width:252px;
	margin:0;
	margin-left:2px;
}
form.SudOnLine_CommDesign select.formMenufield_XLarge {
	background-color:#FFF;
	padding:5px 5px 5px 5px;
	width:382px;
	margin:0;
	margin-left:2px;
}

form.SudOnLine_CommDesign select.formListfield_XSmall {
	background-color:#FFF;
	padding:5px 5px 5px 5px;
	width:50px;
	height:100px;
	margin:0;
	margin-left:2px;
}
form.SudOnLine_CommDesign select.formListfield_Small {
	background-color:#FFF;
	padding:5px 5px 5px 5px;
	width:80px;
	height:100px;
	margin:0;
	margin-left:2px;
}
form.SudOnLine_CommDesign select.formListfield_Medium {
	background-color:#FFF;
	padding:5px 5px 5px 5px;
	width:120px;
	height:100px;
	margin:0;
	margin-left:2px;
}
form.SudOnLine_CommDesign select.formListfield_Large {
	background-color:#FFF;
	padding:5px 5px 5px 5px;
	width:252px;
	height:100px;
	margin:0;
	margin-left:2px;
}
form.SudOnLine_CommDesign select.formListfield_XLarge {
	background-color:#FFF;
	padding:5px 5px 5px 5px;
	width:382px;
	height:150px;
	margin:0;
	margin-left:2px;
}
form.SudOnLine_CommDesign .selectValidState select, form.SudOnLine_CommDesign select.selectValidState {
	background-color:#B8F5B1;
}

form.SudOnLine_CommDesign select.selectRequiredState, form.SudOnLine_CommDesign .selectRequiredState select,
form.SudOnLine_CommDesign select.selectInvalidState, form.SudOnLine_CommDesign .selectInvalidState select {
	background-color:#FF9F9F;
}

.selectFocusState select, form.SudOnLine_CommDesign select.selectFocusState {
	background-color:#FFFFCC;
}

/* radio button form elements */
form.SudOnLine_CommDesign input.formRadioField_Standard {
	background-color:none;
	padding:2px 2px 2px 2px;
	margin-left:2px;
}
form.SudOnLine_CommDesign .radioValidState input, form.SudOnLine_CommDesign input.radioValidState {
	background-color:#B8F5B1;
}
form.SudOnLine_CommDesign input.radioRequiredState, form.SudOnLine_CommDesign .radioRequiredState input,
form.SudOnLine_CommDesign input.radioInvalidState, form.SudOnLine_CommDesign .radioInvalidState input {
	background-color:#FF9F9F;
}
form.SudOnLine_CommDesign .radioFocusState input, form.SudOnLine_CommDesign input.radioFocusState {
	background-color:none;
}

form.SudOnLine_CommDesign span.radioFieldGroup_Narrow {
	
}
form.SudOnLine_CommDesign span.radioFieldGroup_Wide {
	display:block;
}
form.SudOnLine_CommDesign span.radioFieldGroup_OneColumn {
	display:block;
}
form.SudOnLine_CommDesign span.radioGroup_Narrow {
	
}
form.SudOnLine_CommDesign span.radioGroup_Wide {
	display:block;
}
form.SudOnLine_CommDesign span.radioGroup_OneColumn {
	display:block;
}
form.SudOnLine_CommDesign label.radioSublabel_Narrow {
	padding:2px 2px 2px 2px;
	color:#000000;
	font-weight:bold;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:60px;
	float:left;
	display:block;
	text-align:left;
}
form.SudOnLine_CommDesign label.radioSublabel_Wide {
	padding:2px 2px 2px 2px;
	color:#000000;
	font-weight:bold;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:135px;
	float:left;
	display:block;
	text-align:left;
}
form.SudOnLine_CommDesign label.radioSublabel_OneColumn {
	padding:2px 2px 2px 2px;
	color:#000000;
	font-weight:bold;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:block;
	text-align:left;
}


/* checkbox form elements */
form.SudOnLine_CommDesign input.SameAsCheck {
	background-color:none;
	padding:2px 2px 2px 2px;
	margin-left:2px;
}
form.SudOnLine_CommDesign input.formCheckboxField_Standard {
	background-color:none;
	padding:2px 2px 2px 2px;
	margin-left:2px;
}
form.SudOnLine_CommDesign .checkboxValidState input, form.SudOnLine_CommDesign input.checkboxValidState {
	background-color:#B8F5B1;
}
form.SudOnLine_CommDesign input.checkboxRequiredState, form.SudOnLine_CommDesign .checkboxRequiredState input,
form.SudOnLine_CommDesign input.checkboxMinSelectionsState, form.SudOnLine_CommDesign .checkboxMinSelectionsState input,
form.SudOnLine_CommDesign input.checkboxMaxSelectionsState, form.SudOnLine_CommDesign .checkboxMaxSelectionsState input {
	background-color:#FF9F9F;
}
form.SudOnLine_CommDesign .checkboxFocusState input, form.SudOnLine_CommDesign input.checkboxFocusState {
	background-color:none;
}

form.SudOnLine_CommDesign span.checkFieldGroup_Narrow {
	display:block;
}
form.SudOnLine_CommDesign span.checkFieldGroup_Wide {
	
}
form.SudOnLine_CommDesign span.checkFieldGroup_OneColumn {
	display:block;
}
form.SudOnLine_CommDesign span.checkGroup_Narrow {
	display:block;
}
form.SudOnLine_CommDesign span.checkGroup_Wide {
	
}
form.SudOnLine_CommDesign span.checkGroup_OneColumn {
	display:block;
}
form.SudOnLine_CommDesign label.checkSublabel_Narrow {
	color:#000000;
	font-weight:bold;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:60px;
	float:left;
	display:block;
	text-align:left;
}
form.SudOnLine_CommDesign label.checkSublabel_Wide {
	color:#000000;
	font-weight:bold;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:135px;
	float:left;
	display:block;
	text-align:left;
}
form.SudOnLine_CommDesign label.checkSublabel_OneColumn {
	color:#000000;
	font-weight:bold;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:block;
	text-align:left;
}

/* confirm and password states (same as text) */
form.SudOnLine_CommDesign input.formPasswordfield_XSmall {
	background-color:#FFF;
	padding:5px 5px 5px 5px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:50px;
	margin:0;
	border-style:solid;
	border-width:1px;
	margin-left:2px;
	border-color:#000000;
}
form.SudOnLine_CommDesign input.formPasswordfield_Small {
	background-color:#FFF;
	padding:5px 5px 5px 5px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:80px;
	margin:0;
	border-style:solid;
	border-width:1px;
	margin-left:2px;
	border-color:#000000;
}
form.SudOnLine_CommDesign input.formPasswordfield_Medium {
	background-color:#FFF;
	padding:5px 5px 5px 5px;
	margin:0px 0px 0px 0px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:250px;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
}
form.SudOnLine_CommDesign input.formPasswordfield_Large {
	background-color:#FFF;
	padding:5px 5px 5px 5px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:200px;
	margin:0;
	border-style:solid;
	border-width:1px;
	margin-left:2px;
	border-color:#000000;
}
form.SudOnLine_CommDesign input.formPasswordfield_XLarge {
	background-color:#FFF;
	padding:5px 5px 5px 5px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:592px;
	margin:0;
	border-style:solid;
	border-width:1px;
	margin-left:2px;
	border-color:#000000;
}

form.SudOnLine_CommDesign .confirmValidState input, form.SudOnLine_CommDesign input.confirmValidState {
	background-color:#FFFFFF;
	border-color:#000000;
}

form.SudOnLine_CommDesign input.confirmRequiredState, form.SudOnLine_CommDesign .confirmRequiredState input, 
form.SudOnLine_CommDesign input.confirmInvalidState, form.SudOnLine_CommDesign .confirmInvalidState input {
	background-color:#FFFFFF;
	color:#CC3300;
	border-color:#CC3300;
}

form.SudOnLine_CommDesign .confirmFocusState input, form.SudOnLine_CommDesign input.confirmFocusState {
	background-color:#ECE9D8;
}
form.SudOnLine_CommDesign .passwordValidState input, form.SudOnLine_CommDesign input.passwordValidState {
	background-color:#FFFFFF;
	border-color:#000000;
}

form.SudOnLine_CommDesign input.passwordRequiredState, form.SudOnLine_CommDesign .passwordRequiredState input, 
form.SudOnLine_CommDesign input.passwordInvalidStrengthState, form.SudOnLine_CommDesign .passwordInvalidStrengthState input, 
form.SudOnLine_CommDesign input.passwordMinCharsState, form.SudOnLine_CommDesign .passwordMinCharsState input, 
form.SudOnLine_CommDesign input.passwordCustomState, form.SudOnLine_CommDesign .passwordCustomState input, 
form.SudOnLine_CommDesign input.passwordMaxCharsState, form.SudOnLine_CommDesign .passwordMaxCharsState input {
	background-color:#FFFFFF;
	color:#CC3300;
	border-color:#CC3300;
}

form.SudOnLine_CommDesign .passwordFocusState input, form.SudOnLine_CommDesign input.passwordFocusState {
	background-color:#ECE9D8;
}

/*Captcha form element*/
form.SudOnLine_CommDesign img.Captcha {
	margin:0 0 -7px 2px;
}

/*Datepicker form element*/
.ui-datepicker {
}
.ui-datepicker a {
}
.ui-datepicker .ui-widget-header {
}
.ui-datepicker thead th {
}

.ui-datepicker tbody td a:link,
.ui-datepicker tbody td a:visited,
.ui-datepicker tbody td a.ui-state-default {
}
.ui-datepicker tbody td a:active,
.ui-datepicker tbody td a.ui-state-active {
}
.ui-datepicker tbody td a:hover,
.ui-datepicker tbody td a.ui-state-hover {
}
.ui-datepicker tbody td a.ui-state-error:link,
.ui-datepicker tbody td a.ui-state-error:visited,
.ui-datepicker tbody td a.ui-state-error {
}
.ui-datepicker tbody .ui-state-error-text {
}

.ui-datepicker tbody td.ui-datepicker-week-end a:link,
.ui-datepicker tbody td.ui-datepicker-week-end a:visited,
.ui-datepicker tbody td.ui-datepicker-week-end a {
}
.ui-datepicker tbody td.ui-datepicker-today a:link,
.ui-datepicker tbody td.ui-datepicker-today a:visited,
.ui-datepicker tbody td.ui-datepicker-today a:hover,
.ui-datepicker tbody td.ui-datepicker-today a {
}

.ui-datepicker tbody td.ui-datepicker-week-end a:hover,
.ui-datepicker tbody td.ui-datepicker-week-end a.ui-state-hover {
}
.ui-datepicker tbody td.ui-datepicker-week-end a:active,
.ui-datepicker tbody td.ui-datepicker-week-end a:focus,
.ui-datepicker tbody td.ui-datepicker-week-end a.ui-state-active {
}

.ui-datepicker-trigger {
  border: 0;
  margin: 0 0 0 1px;
  padding: 0;
  background: none;
}