﻿html, form
{
    margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Verdana;
	font-size: 12px;			
}

form {
	height: 100%;
    margin: 0 0 1px;
    padding: 0;
} 

body
{
	margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    background-repeat: repeat-x;
    margin-bottom: 0px;
    font-family: Arial, Verdana;	
    color: #444444;    
    background-color: #61A5C4;    
    height: 100%; 
}

input, textarea
{
	font-family: Arial, Verdana;
	font-size: 12px;
	padding: 3px 4px 3px 4px;
	color: #666666;
	resize: none;
}

img
{
	border: 0;
}

a
{
	color: #337BB5;
	text-decoration: underline;
}

a:visited
{
	color: #337BB5;
	text-decoration: underline;
}

a:hover
{
	color: #337BB5;
	text-decoration: none;
}

td img
{
	display: block;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

.disabled
{
    cursor: wait;    
}

.clear
{
	clear: both;
}

.indent
{
    padding-left: 32px;
}

.pointer
{
	cursor: pointer;
}

.text 
{
	font-family: Arial, Verdana;	
	font-size: 12px;	
	line-height: 18px;
	padding-right: 80px;
}

.pageContainer {
	min-height: 100%;
	position: relative;	
	width: 1152px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(/images/pageBackground.jpg);	
    background-repeat: repeat-y;    	
}

.pageBody {
	margin-left: 80px;
	padding-bottom: 87px;
}

.pageHeader {
	height: 130px;
	width: 1060px;
	margin-left: 46px;
	background: url( '/images/pageHeaderBackground.png' );
	background-repeat: repeat-x;    
}

.pageHeaderNav
{
	width: 1060px;	
	position: relative;
}

.pageHeaderMenu
{
	position: absolute;
	top: 92px;
	left: 0;
	height: 36px;
	float: left;
	overflow: hidden;
}

.pageHeaderLogo
{
	position: absolute;
	top: 3px;
	left: 30px;
	border: 0;
	background: url( '/images/pageHeaderLogo.png' ) no-repeat 0 0;
    width: 370px;
    height: 80px;
    cursor: pointer;
}

.pageHeaderUserTab
{
	position: absolute;
	top: 0;
	right: 25px;
}

.pageHeaderUserTabLeft
{
	background: url( '/images/pageHeaderUserTabLeft.png' ) no-repeat 0 0;
	width: 12px;
	height: 36px;
}

.pageHeaderUserTabRight
{
	background: url( '/images/pageHeaderUserTabRight.png' ) no-repeat 0 0;
	width: 12px;
	height: 36px;
}

.pageHeaderUserTabCenter
{
	color: #ffffff;
	font-size: 12px;
	background: url( '/images/pageHeaderUserTabCenter.png' );
	background-repeat: repeat-x;
	height: 36px;
	vertical-align: top;
	padding: 9px 14px 0 4px;
}

.pageHeaderUserTabButton
{
	color: #ffffff;
	font-size: 12px;
	background: url( '/images/pageHeaderUserTabCenter.png' );
	background-repeat: repeat-x;
	height: 40px;
	vertical-align: top;
	padding: 7px 5px 0 0;
}

.pageHeaderUserTabCenter a
{
	color: #ffffff;
	text-decoration: underline;
}

.pageHeaderUserTabCenter a:visited
{
	color: #ffffff;
	text-decoration: underline;
}

.pageFooter {
	position:absolute;
	bottom: 0;
	left: 46px;
	width: 1060px;
	height: 87px;
    font-size: 11px;
    text-align: center;
    color: #aaaaaa;
    background-repeat: repeat-x;
    margin-right: auto;
    margin-left: auto;
    background-image: url(/images/pageFooterBackground.png);
    line-height: 17px;	    
}

.pageFooterContent
{
	padding-top: 20px;
}

.pageFooterSpacer
{
	padding-left: 15px;
	padding-right: 15px;
}

.pageFooter a
{	
	color: #aaaaaa;
	text-decoration: none;
}

.pageFooter a:visited
{
	color: #aaaaaa;
	text-decoration: none;
}

.pageFooter a:hover
{
	color: #aaaaaa;
	text-decoration: underline;
}

.pageImage
{
	position: absolute;
	top: 14px;
	left: 30px;
	z-index: 1;
}

.pageTitleBar
{
	background-color: #ffffff;
	padding: 20px 0 24px 0;
	width: 960px;
	height: 46px;		
}

.pageTitleBarText
{
	text-align: left;
}

.pageTitleBarDescription
{
	padding: 0 0 40px 0;
}

.pageIntro
{
	width: 480px;
	padding-bottom: 20px;	
	line-height: 18px;
}

.pageIntroWide
{
	width: 700px;
	padding-bottom: 24px;
	line-height: 18px;
}

.pageContent
{
	position: relative;
	text-align: left;
	font-size: 12px;
	padding: 12px 0 10px 0;
	min-height: 100%;
}

a.styledButton
{
	display: block;
	font-style: normal;
	font-size: 13px;
	text-decoration: none;
	cursor: pointer;
	height: 31px;
	width: 115px;
	background-image: url(/images/buttonDefault.png);
	background-repeat: no-repeat;
	text-align: center;
}

a.styledButton:hover
{
	background-position: 0 -31px;
}

a.styledButton div
{   
    position: relative;
	font-style: italic;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	top: 4px;
	width: 92px;
	visibility: collapse;
}

a.styledButtonBlueLong
{
	height: 30px;
	width: 183px;
	background-image: url(/images/buttonBlueLong.png);
	background-repeat: no-repeat;
}

a.styledButtonGreenLong
{
	height: 30px;
	width: 183px;
	background-image: url(/images/buttonGreenLong.png);
	background-repeat: no-repeat;
}

a.styledButtonBlueLong:hover, a.styledButtonGreenLong:hover
{
	background-position: 0 -30px;
}

a.styledButtonBlueLong div, a.styledButtonGreenLong div
{   
    position: relative;
	font-style: italic;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	top: 4px;
	width: 142px;
	visibility: collapse;
}

a.styledButtonDarkBlueSmall
{	
	height: 19px;
	width: 96px;
	background-image: url(/images/buttonDarkBlueSmall.png);
	background-repeat: no-repeat;
}

a.styledButtonDarkBlueSmall div
{   
    position: relative;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	top: 1px;
	width: 72px;
	visibility: collapse;
}

a.styledButtonDarkBlueSmall:hover
{
	background-position: 0 -19px;
}

a.styledButtonDisabled
{
	background-image: url(/images/buttonDisabled.png);
	background-repeat: no-repeat;
}

a.styledButtonDisabled div
{   
    left: 21px;
    top: 4px;
	width: 92px;
	visibility: collapse;
}

a.styledButtonMenuItem
{	
	height: 36px;
	width: 150px;
	float: left;
	background-image: url(/images/buttonMenuItem.png);
	background-repeat: no-repeat;
}

a.styledButtonMenuItem:hover
{
	background-position: 0 -36px;
}

a.styledButtonMenuItem div
{   
    position: relative;
	font-size: 14px;
	font-weight: bold;
	top: 10px;
	width: 150px;
	visibility: collapse;
	font-style: normal;
	color: #888888;
}

a.styledButtonMenuItemDepressed
{
	background-position: 0 -36px;
}

a.styledButtonMenuItemDepressed div
{
	color: #ffffff;
}

.styledLabelDefault
{
    font-size: 22px;
	height: 31px;
	color: #337BB5;
	visibility: collapse;
	font-weight: normal;
}

.styledLabelBlue
{
	font-size: 22px;
	height: 31px;
	color: #337BB5;
	visibility: collapse;
	font-weight: normal;
}

.styledLabelGreen
{
	font-size: 22px;
	height: 31px;
	color: #A6B37E;
	visibility: collapse;
    font-weight: normal;
}

.styledLabelBlueSmall
{
	font-size: 16px;
	height: 21px;
	color: #337BB5;
	visibility: collapse;
}

.styledLabelPageDescription
{
    font-size: 13px;
	height: 17px;
	color: #999999;
	visibility: collapse;
	font-weight: bold;
}

.styledLabelPageTitle
{
	font-size: 29px;
	height: 37px;
	color: #337BB5;
	visibility: collapse;
}

.styledLabelBlueScript
{
    font-size: 17px;
    height: 23px;
    color: #337BB5;
    visibility: collapse;
}

.informationBox
{
	float: left;
	padding-left: 8px;
}

.informationBoxImage
{
	padding: 0px 5px 0px 0px;
	cursor: pointer;
	margin-bottom: 0px;
	position: relative;	
}

.errorSummary
{	
	border: solid 1px #c01010; 
	color: #600000; 
	background-color: #ffe8e8; 
	width: 210px; 
	margin: 0;
	padding: 4px 10px 5px 9px;
	margin-bottom: 14px;
}

.errorSummaryImage
{
	float: left; 
	padding-right: 4px; 
	position: relative; 
	left: -4px;
}

.errorSummaryText
{
	line-height: 18px; 
}

.errorBoxImage
{
	padding: 0px 5px 0px 0px;
	cursor: pointer;
	margin-bottom: 0px;
	position: relative;
}

.hintOuter
{
	position: absolute; 
	left: 25px; 
	top: -1px; 
	visibility: hidden;
}

.errorOuter
{
	position: absolute; 
	left: 25px; 
	top: -1px; 
	visibility: hidden;
}
	
.hintTip
{
	font-size: 12px;
	position: absolute;
	border: solid 1px #1010c0;
	color: #000050;
	background-color: #e8e8ff;
	line-height: 17px;
	padding: 2px 6px 1px 6px;	
	text-align: left;
	white-space:nowrap;
}

.errorTip
{
	font-size: 12px;
	position: absolute;
	border: solid 1px #c01010;
	color: #500000;
	background-color: #ffe8e8;
	line-height: 17px;	
	padding: 2px 6px 1px 6px;	
	text-align: left;
	white-space:nowrap;
}

.block
{
	width: 400px;
}

.blockTitle
{
	font-size: 18px;
	font-style: italic;
	color: #337BB5;
}

.blockBorderLeft
{
	border-left: dashed 1px #337BB5;
	position: relative;
	left: -50px;
	padding-left: 50px;
}

.loginContainer
{
	padding-bottom: 10px;	
}

.loginButtonNext
{	
	float: left;	
	padding-left: 6px;
}

.loginButtonPrevious
{
	float: left;
}

.loginButtonContainer
{
	clear: both;
	padding: 12px 0 12px 0;	
}

.loginSingleButtonContainer
{
	padding: 4px 0 0 0;
}

.loginErrorSummaryContainer
{
	position: relative;
	top: 12px;
	left: 0px;	
}

.loginErrorSummaryContainer2
{
	position: relative;
	top: 18px;
	left: 0px;	
}

.loginLink
{
	position: relative;
	top: 4px;
	left: 14px;
}

.loginLabel
{
	padding: 0 0 3px 0;
	font-weight: bold;
	color: #666666;
}

.loginValue
{
	padding-bottom: 12px;
	font-weight: bold;
}

.loginTextBox
{
	width: 220px;
	color: #666666;	
	border: solid 1px #999999;
}

.loginSingleButton
{
	padding: 0 0 12px 118px;
}

.loginSingleButtonRightAlign
{
	padding: 12px 0 12px 310px;
}

.uploadifyQueueItem
{
	position: relative;
	top: 0;
	background-color: #ffffff;
	width: 240px;
	z-index: 1;
}

.uploadifyError
{
	border: 1px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}

.uploadifyQueueItem .cancel
{
	float: right;
}

.uploadifyProgress
{
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 2px;
	width: 100%;	
}

.uploadifyProgressBar
{
	background-color: #337BB5;
	width: 1px;
	height: 3px;
}

.dataGrid
{
	width: 1000px;
	border-collapse: collapse;	
	display: none;
}

.dataGrid th
{
	text-align: left;
	color: #ffffff;
	background-color: #579BC0;
	margin: 0;	
	cursor: pointer;
	padding: 8px 0 8px 3px;
	border-right: solid 1px #579BC0;
	border-left: solid 1px #579BC0;	
}

.dataGrid th span
{
	font-weight: bold;
	font-size: 12px;		
}

.dataGrid td
{	
    border-bottom: solid 1px #c6d5e1;
	border-right: solid 1px #c6d5e1;
	border-left: solid 1px #c6d5e1;		
	padding: 4px 10px 4px 10px;	
}

.dataGrid .head span
{
	background: url(/images/tableSort.png) 7px center no-repeat;		
    cursor: pointer;
	padding-left: 18px;		
}

.dataGrid .desc, .dataGrid .asc
{
	
}

.dataGrid .desc span
{
	background: url(/images/tableSortDescending.png) 7px center no-repeat;
	cursor: pointer;
	padding-left: 18px;
}

.dataGrid .asc span
{
	background: url(/images/tableSortAscending.png) 7px center no-repeat;
	cursor: pointer;
	padding-left: 18px;
}

.dataGrid .head:hover, .dataGrid .desc:hover, .dataGrid .asc:hover
{
	text-decoration: underline;
}

.dataGrid .head.headLeft
{
	background-color: Red;	
}

.dataGrid .evenrow td
{
	background: #ffffff;
}

.dataGrid .oddrow td
{
	background: #ecf2f6;
}

.dataGrid td.evenselected
{
	xbackground: #ecf2f6;
}

.dataGrid td.oddselected
{
	xbackground: #ecf2f6;
}


.dataGrid tr.evenrow:hover td
{
	color: #111111;
	background: #DCE6EE;
	cursor: pointer;
}

.dataGrid tr.oddrow:hover td
{
	color: #111111;
	background: #DCE6EE;
	cursor: pointer;
}

.dataGrid .evenrowDisabled td
{
	background: #f6f6f6;
	color: #999999;
}

.dataGrid .oddrowDisabled td
{
	background: #f0f0f0;
	color: #999999;
}

.dataGrid td.evenselectedDisabled
{
	color: #999999;
}

.dataGrid td.oddselectedDisabled
{
	color: #999999;
}

.dataGrid tr.evenrowDisabled:hover td
{
	cursor: pointer;
}

.dataGrid tr.oddrowDisabled:hover td
{
	cursor: pointer;
}

.dataGridDisabled
{
	filter: alpha(opacity=40);
	opacity: 0.4;
}

.itemGroupingTitle
{
	font-size: 14px;
	font-style: italic;
	color: #444444;
	font-weight: bold;	
}

.itemGroupingBody
{
	padding: 14px 0 36px 20px;
	margin-top: 2px;
	font-size: 12px;
	line-height: 18px;
	background: url(/images/itemGroupingDivider.png) no-repeat 0 0;			
}

.itemGroupingBodyFinal
{
	padding-bottom: 24px;	
}

.itemGroupingBodyNoLeftIndent
{
	padding-right: 0;	
}

.itemGroupingContent
{
	width: 405px;
}

.itemGroupingSpacer
{   
    clear:both; 
    padding-bottom:32px;
}

.activityType
{
	position: relative;
	height: 24px;
	clear: both;
}

.activityTypeTextBox
{
	border-bottom: solid 1px #444444;
	border-right: solid 0px #ffffff;
	border-left: solid 0px #ffffff;
	border-top: solid 0px #ffffff;
	color: #666666;	
	float: left;	
	position: absolute;
	top: 0;
	margin-left: 12px;
	width: 200px;	
	border: solid 1px #999999;
	left: 150px;
}

.activityTypeCheckBox
{
	margin: 0 0 0 -4px;    
	float: left;
}

.activityTypeCheckBox input
{
    position: relative;
    top: 3px;   
}        

.activityTypeCheckBox label
{
    position: relative;
    left: 6px;
}

.observationDetails
{
    width: 1000px;
}

.observationDetailsLeft
{
	 min-width: 440px;	
	 padding: 8px 0 0 0;
	 vertical-align: top;
}

.observationDetailsRight
{	 
	 padding: 8px 0 0 40px;	 
	 min-width: 300px;
	 vertical-align: top;
}

.observationDetailsLeftImage
{
	position: relative;
	left: -11px;
	top: -4px;	
	padding-bottom: 0;
}

.observationDetailsLeftImageWithCaption
{
	position: relative;
	left: -11px;
	top: -4px;	
	cursor: pointer;
}

.observationNoteTextBox
{
	width: 355px;	
	margin-top: 7px;
	font-size: 12px;
	padding: 2px 5px 2px 5px;
	color: #666666;	
	border: solid 1px #999999;
}

.observationImageCaptionTextBox
{
	margin-top: 7px;
	width: 355px;	
	padding: 2px 5px 2px 5px;
	color: #666666;	
	border: solid 1px #999999;
}

.observationFileUploadButtonRow
{
	height: 60px;
}

.observationButtonNext
{	
	float: left;	
	padding-left: 6px;
}

.observationButtonPrevious
{
	float: left;
}

.observationButtonContainer
{
	width: 300px;
	padding: 0 0 12px 153px;
}

.observationThumbnail
{	
	float: left;
	position: relative;
	left: -2px;
	padding: 6px 14px 20px 0;
	height: 60px;
	width: 60px;
}

.observationDataGridThumbnail
{		
	padding: 6px 0 6px 1px;	
	height: 60px;
	width: 60px;
}

.observationDataGridThumbnailIndicator
{
	position: absolute;
	top: -3px;
	right: -6px;
}

.observationResidentDetails
{
}

.observationResidentDetailsButton
{
	text-align: right; 
	position: relative; 
	padding-right: 20px;
	vertical-align: middle;	
	width: 0;	
}

.observationLabel
{
	width: 300px;
}

.observationImageCaption
{
	text-align: center;
	padding-bottom: 18px;
	line-height: 15px;	
}

.observationImageStatus
{
	text-align: left;
	vertical-align: middle;	
}

.observationImageUploadButton
{
	text-align: right; 
	position: relative; 
	padding-right: 20px;
	vertical-align: middle;	
	width: 0;	
}
 
.observationFileUploadContainer
{
	z-index: -1;
}

.observationFileUploadStatus
{
	vertical-align: top;
}

.observationFileUploadStatusLabel
{
	position: relative;
	top: 20px;
}

.observationFileUploadButton
{	
	position: relative;
	right: 0px;
	text-align: right;
	padding-right: 14px;	
}

.observationFileUploadButtonContainer
{
	padding: 0;
	margin: 0;
	z-index: -1;
}

.observationErrorSummary
{
	padding: 12px 0 0 156px;	
}

.observationFileUpload
{
	width: 100px;
}

.observationTable td
{
	height: 72px;
}

.errorControl
{
	color: #600000 !important;
	background-color: #ffe8e8 !important;
}

.errorLabel
{
	color: #c01010;
}

.errorTable
{
	padding-top: 25px;	
}

.errorTableLabel
{
	padding-top: 7px;
	font-weight: normal;
	width: 100px;
	vertical-align: top;
}

.errorTableValue
{
	padding-top: 7px;
	padding-bottom: 0px;
	font-weight: bold;
	vertical-align: top;
	width: 850px;
}

.wizard
{
	position: relative;
	min-height: 150px;
	vertical-align: top;	
}

.wizardSingleButton
{
	padding: 12px 0 0 180px;	
}

.wizardButtonNext
{	
	float: left;	
}

.wizardButtonPrevious
{
	float: left;
}

.wizardButtonContainer
{
	padding: 14px 0 0 185px;	
}

.wizardErrorSummaryContainer
{
	position: relative;
	top: 18px;
	left: 185px;	
}

.wizardStepTitle
{
}

.registrationSectionLeft
{
	vertical-align: top;
	width: 500px; 
	border-right: solid 1px #cacaca;
}


.registrationSectionRight
{
	vertical-align: top;
	width: 460px;
	padding-left: 30px;	
}

.registrationMarketingTitle
{
}

.registrationMarketingBody
{
	padding: 16px 30px 20px 0;
	line-height: 18px;
}

.registrationTable
{
	
}

.registrationTable tr
{
	vertical-align: top;
}

.registrationTable td
{
	height: 35px;
}

.registrationTableHeader
{
	width: 440px;
	line-height: 18px;
	padding: 12px 0 20px 0;
}

.registrationTableInsideText
{
	width: 440px;
	line-height: 18px;
	padding: 12px 0 12px 0;
}

.registrationTableBottom
{
	padding-bottom: 8px;
}

.registrationRowTall td
{
	padding: 12px 0 12px 0;
}

.registrationLabel
{
	color: #666666;
	font-weight: bold;
	width: 185px;	
	margin: 7px 0 7px 0;
}

.registrationValue
{
	width: 230px;
	margin: 4px 0 4px 0;
}

.registrationDiscountCodeValue
{	
	margin: 8px 40px 4px 0;	
}

.registrationLink
{
	padding-top: 2px;
	padding-left: 10px;
	float: left;
}

.registrationError
{
	width: 50px;	
}

.registrationDropDownList select
{
    font-family: Arial, Verdana;
	font-size: 12px;
	color: #666666;
	padding: 2px 0 2px 0;	
	margin: 0 0 0 1px;
	outline: none;
	background: transparent;
    -webkit-appearance: none;
	width: 248px;    
	border: 0;
}

.registrationDropDownList
{
    border: solid 1px #999999;    
    width: 228px;
    height: 21px;
    overflow: hidden;
    position: relative;
	top: 2px;	
    background: url(/images/selectElementArrow.png) no-repeat right #ffffff;		    
}

.registrationNarrowDropDownList select
{
    font-family: Arial, Verdana;
	font-size: 12px;
	color: #666666;
	padding: 2px 0 2px 0;	
    margin: 0 0 0 1px;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
	width: 138px;    
	border: 0;
}

.registrationNarrowDropDownList
{
    border: solid 1px #999999;    
    width: 118px;
    height: 21px;
    overflow: hidden;
    position: relative;
	top: 2px;
    background: url(/images/selectElementArrow.png) no-repeat right #ffffff;		
}

.registrationCheckBox
{
	margin: 0 0 0 -4px;   	 	
}

.registrationCheckBox input
{
    position: relative;
    top: 3px;
}        

.registrationCheckBox label
{
    position: relative;
    left: 6px;    
}

.registrationTextBox
{
	width: 220px;	
	color: #666666;
	border: solid 1px #999999;
}

.registrationMultiLineTextBox
{
	width: 220px;	
	height: 120px;
	margin-top: 1px;
	padding-top: 3px;
	color: #666666;
	border: solid 1px #999999;
}

.registrationNarrowTextBox
{
	width: 110px;
	color: #666666;
	border: solid 1px #999999;
}

.registrationAgreementTextBox
{
	border: solid 1px #337BB5;
	width: 415px;
	height: 250px;
	margin-bottom: 14px;
}

.registrationCustomerStatus
{
    padding-top: 28px;
	line-height: 18px;
	padding-right: 32px;
}

.registrationCustomerDataGrid
{
	width: 415px;
	font-size: 12px;
}

.registrationCustomerDataGrid td
{
	padding: 8px 10px 10px 8px;
}
	
.registrationCustomerPanel
{
	padding: 24px 0 0 0;
}

.registrationStaticLabel
{
	position: relative;
	top: 3px;
}

.registrationButton
{
	padding: 20px 0 0 0;
}

.registrationBadgeRow
{
    padding-left: 70px;
}

.contactSingleButton
{
	padding: 18px 0 0 180px;	
}

.contactErrorSummaryContainer
{
	padding: 18px 0 0 183px;	
}

.contactRadioButton
{
	margin: 0 0 0 -4px;    
	float: left;
}

.contactRadioButton input
{
    position: relative;
    top: 3px;   
}        

.contactRadioButton label
{
    position: relative;
    left: 2px;
    padding-right: 18px;
}

.contactRadioButtonCell
{
	margin: 4px 0 4px 0;
	position: relative;	
}

.contactText
{
    line-height: 18px;
}

.previousObservationTableDiv
{
	padding-top: 6px;
}

.previousObservationTable
{
	width: 100%;
}

.previousObservationTable td
{
	border-bottom: solid 1px #c6d5e1;	
	padding: 14px;
}

.previousObservationTableRow td
{
	background-color: #ffffff;
}

.previousObservationTableRowAlternating td
{
	background-color: #ecf2f6;
}

.previousObservationDetailActivity
{
	padding-bottom: 6px;
}

.previousObservationDetailCell
{
	width: 100%;
}

.previousObservationIndicatorCell
{
	padding: 4px;
	vertical-align: middle;
}

.previousObservationTableRow:hover td
{
	color: #111111;
	background: #BCD4E5;
	cursor: pointer;
}

.previousObservationTableRowAlternating:hover td
{
	color: #111111;
	background: #BCD4E5;
	cursor: pointer;
}

.previousObservationDetail
{
	text-indent: -20px;
	margin-left: 20px;
}

.previousObservationThumbnail
{
	padding: 0px;
	margin: 0px;
}

.detailLeft
{
	 width: 500px;	
	 vertical-align: top;
}

.detailRight
{	 
	 width: 500px;	
	 vertical-align: top;	 
}

.detailButtonSpacer
{
	padding-left: 5px;
}

.detailButtonContainer
{
	padding: 14px 0 0 183px;	
}

.detailErrorSummaryContainer
{
	position: relative;
	top: 20px;
	left: 185px;	
}

.faqCallout
{
	float: left;
	clear: right;	
	padding: 10px 8px 20px 0;
}

.faqCalloutTitle
{	
	padding: 20px 0 0 0;	
}

.faqHeader
{
	color: #337BB5;
	font-size: 18px;
	font-weight: bold;	
	padding: 0 0 20px 0;
	height: 76px;
}

.faqTitle
{
	color: #337BB5;
	font-size: 15px;
}

.faqTitleAlt
{
	color: #99A570;
	font-size: 15px;
}

.faqBody
{
	padding: 12px 80px 30px 0;
	line-height: 18px;
}

.faqBadgeRow
{
    padding: 20px 0 0 332px;
}

.appBadgeIos
{
    display:inline-block;    
}

.appBadgeAndroid
{
    display:inline-block;
    padding-left: 20px;
}

.itemCheckBox
{
	margin: 0 0 0 -4px;    
	float: left;
    line-height: 24px;
    width: 350px;	
}

.itemCheckBox input
{
    position: relative;
    top: 3px;
}        

.itemCheckBox label
{
    position: relative;
    left: 6px;
}

.itemCheckBoxList td
{
	margin: 0 0 0 -4px;    
	float: left;
    line-height: 12px;
    height: 20px !important;
    width: 350px;	
}

.itemCheckBoxList input
{
    position: relative;
    top: 0px;
}        

.itemCheckBoxList label
{
    position: relative;
    left: 6px;
    top: -3px;
}

.sendNote
{
    width: 1000px;
}

.sendNoteLeft
{
	vertical-align: top;
	width: 450px;
}

.sendNoteRight
{
	vertical-align: top;	
}

.sendNoteTable
{
	width: 550px;
}

.sendNoteTable td
{
	border-bottom: solid 1px #c6d5e1;	
	padding: 10px;
}

.sendNoteTableRow td
{
	background-color: #ffffff;
}

.sendNoteTableRowAlternating td
{
	background-color: #ecf2f6;
}

.sendNoteIconCell
{
	width: 20px;
}

.sendNoteTextBox
{
	width: 350px;	
	margin-top: 7px;
	font-size: 12px;
	padding: 3px 5px 0 5px;
	color: #666666;	
	border: solid 1px #999999;	
}

.sendNoteSenderTextBox
{
    width: 350px;
	color: #666666;	
	border: solid 1px #999999;
}

.sendNoteButton
{
	float: right;
	padding: 0 40px 0 0;	
}

.sendNoteErrorSummary
{
	float: left;
	padding: 1px 0 0 20px;
}

.residentAuthorizationLeft
{
	width: 450px;
	vertical-align: top;
}

.residentAuthorizationRight
{
	width: 450px;
	padding-left: 60px;
	vertical-align: top;
}

.residentAuthorizationTable
{
	padding-bottom: 4px;
}

.residentAuthorizationCheckBox
{
	padding-top: 16px;
}

.residentAuthorizationErrorSummary
{
	padding-top: 17px;
	float: left;
}

.residentAuthorizationButton
{
	padding: 16px 0 0 0;
	float: right;	
}

.privacyTitle
{
	color: #337BB5;
	font-size: 15px;
	padding-top: 12px;
}	

.residentDetailCheckBoxList
{
    position: relative;
    top: -1px;
    left: -3px;
}

.residentTable
{
}

.residentCreateButton
{
    position: absolute;
    top: -30px;
    text-align: right;   
    width: 1000px;
}

.iconTextButtonIcon
{
	vertical-align: middle;
	background-color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	width: 16px;
}

.iconTextButtonIconDisabled
{
	vertical-align: middle;
	background-color: #ffffff;
	text-decoration: none;
	cursor: default;
	width: 16px;
}

.iconTextButtonText
{
	font-family:Arial, Verdana, Helvetica, sans-serif, "Futura Book";
	margin: 0px 0px 0px 8px;
	font-weight: normal;
	vertical-align: middle;
	background-color: #ffffff;
	color:#0094ce;
	text-decoration: underline;	
	cursor: pointer;
}

.iconTextButtonTextDisabled
{
	margin: 0px 0px 0px 8px;
	font-weight: normal;
	vertical-align: middle;
	background-color: #ffffff;
	color:#909090;
	text-decoration: normal;	
	cursor: default;
}

.iconTextButtonIntroText
{
	font-family:Arial, Verdana, Helvetica, sans-serif, "Futura Book";
	margin: 0px 0px 0px 10px;
	font-weight: normal;
	vertical-align: middle;
	background-color: #ffffff;
	color:#000000;
	text-decoration: normal;	
	cursor: pointer;
}

.iconTextButtonIntroTextDisabled
{
	margin: 0px 0px 0px 10px;
	font-weight: normal;
	vertical-align: middle;
	background-color: #ffffff;
	color:#909090;
	text-decoration: normal;	
	cursor: default;
}

.iconTextButtonText:hover
{
	text-decoration:none;	
	cursor: pointer;
}

.iconTextButtonTextHover
{
	text-decoration:none;	
	cursor: pointer;
}

.usageCounter
{
    position: absolute; 
    right: 25px; 
    top: 57px; 
}

.visible
{
    visibility: visible !important;
}

.pressReleases
{
    font-weight: bold;
    margin-left: 40px;
}

.pressReleases span
{
    color:#0094ce;
	text-decoration: underline;	
	cursor: pointer;
	padding-left: 20px;
}

