﻿html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin:0;padding:0;border:0;}

html, body {
    color:#212121;
}

h1 {
    color: #396b9e;
    text-shadow: 0 1px 0px #dadada;
    margin-bottom: 20px;

}

a, a:hover, a:visited, a:active {
    color: #568ABE;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.imageContent {
    text-align: center;
}

.content {
    margin-bottom: 30px;
}

.content p {
    margin-bottom: 20px;
    color: #444;
}


.content .quote {
    font-style: italic;
    text-align: center;
}

.publicPage .main, .pilotPage {
    min-height: 300px;
    padding: 20px;
}

.publicPage, .pilotPage {
    min-height: 300px;
}

.publicHeader a, .publicHeader a:hover {
    margin: 0 4px;
    font-weight: bold;
    text-shadow: 0 1px 0px #EDEFF0;
    color: #4575A6;
}

.publicHeader {
    position: relative;
}


#InlineLoginForm {
    margin: 0 auto 30px auto;
    background-color: #fcfcfc;
    border: 1px solid #ddd;
    padding: 20px;
    -moz-border-radius: 0.6em;
	-webkit-border-radius: 0.6em;
	border-radius: 0.6em;
    width: 200px;
}

.inlineLoginNote {
    text-align: center;
    font-size: 0.8em;
}

#LoginForm {
    position: absolute;
    background-color: #fcfcfc;
    border: 1px solid #ddd;
    z-index: 100;
    padding: 5px;
    font-size: 0.8em;
    float: right;
    -moz-border-radius: 0.6em;
	-webkit-border-radius: 0.6em;
	border-radius: 0.6em;
    margin: 20px 10px 0 0;
    min-width: 150px;
    color: #666;
    right: 0;
}

#InlineLoginForm .ui-input-text,
#LoginForm .ui-input-text {
    width: 100%;
}

a.ui-btn-up-c {
    color: #ccc !important;
    text-shadow: 0 1px 0 #bbb !important;
}

.smallButton a, .largeButton a, .fixedWidth a,
.smallButton:hover a, .largeButton:hover a, .fixedWidth:hover a {
    color: #fff;
    text-shadow: 0 1px 0 #1C2C5F;
}

.publicPage .informationContentWrapper {
    margin: auto auto;
}

.publicPage .informationContent {
    padding: 50px;
}

#LoginContainer {
    max-width: 460px;
    margin: 0 auto;
}


.validation {
    float: left;
    font-size: 0.7em;
    vertical-align: middle;
    display: inline-block;
    width: 20%;
    padding: 4px 0 0 10px;
    margin: 0;
}

.validationInstruction, .validationInfo, .validationRequired {
    color: cornflowerblue;
}

.validationSuccess {
    background: url('images/success.png') no-repeat 0 6px transparent;
    padding: 4px 0px 0px 25px;
    margin: 0 0 4px 10px;
    color: #58bb09;
    min-height: 16px;
}

.validationFail, .validationWarning, .failureNotification {
    color: #cc0000;
    text-align: center;
}

.validationInProgress {
    background: url('images/ajax-loader.gif') no-repeat 0 6px transparent;
}


.publicSidebar {
    background-color: #FCFCFC;
    border: 1px solid #DDDDDD;
    -moz-border-radius: 0.6em;
	-webkit-border-radius: 0.6em;
	border-radius: 0.6em;
    max-width: 300px;
    padding: 10px;
    color: #666;
    margin-bottom: 20px;
}

.publicSidebar div {
    font-size: 0.9em;
}

.publicSidebar .address .addressline {
    margin-bottom: 2px;
}

.sidebarCellWrapper {
    width: 225px;
}

.publicSidebar.externalSidebar {
    border: 1px solid #DDDDDD;
    background: none;
    min-width: 200px;
    margin-right: 20px;
}


.publicSidebar h3 {
    font-size: 1.0em;
    margin: 0px 0 14px 0;
    font-weight: normal;
    text-align: center;
}

.publicSidebar h4 {
    font-size: 0.9em;
    margin: 0px 0 10px 0;
    font-weight: bold;
}

.publicSidebar .sidebarData, .sidebarForm  {
    font-size: 0.8em;
}

.sidebarForm.dataList div {
    margin-bottom: 4px;
}

.sidebarForm .data {
    font-weight: bold;
}

.publicSidebar label {
    float: left;
    margin: 0 4px 6px 0;
    vertical-align: middle;
    width: 25%;
}

.publicSidebar .note {
    font-size: 0.7em;
}

.publicSidebar .sidebarData {
    margin: 10px 0;
}

.activityBody {
    margin: 0 auto;
    max-width: 800px;
}

h2 {
    margin-bottom: 10px;
    color: #4575A6;
}

h3 {
    font-size: 1.2em;
    font-weight: normal;
}

.activityBody h4 {
    font-size: 1.0em;
    margin: 0px 0 6px 0;
    font-weight: bold;
}

.publicBody {
    
}

.pilotNavigation  {
    margin: 20px;
    width: 200px;
}

.formNavigation  {
    margin-top: 30px;
    width: 150px;
}

.navItem  {
    margin: 0 0 4px 0;
    text-align: center;
    border: 1px solid #e5e5e5;
    background-color: #fcfcfc;
     border-radius: 0.4em;
    -moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
    padding: 4px;
}

.navItem:hover {
    background-color: #f5f5f5;
}

.navItem a:hover {
    text-decoration: none;
}

.invoiceForm, .publicForm
{
    margin: 10px auto;
    min-width: 600px;
    max-width: 600px;
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 0.6em;
    -moz-border-radius: 0.6em;
	-webkit-border-radius: 0.6em;
    background-color: #fcfcfc;
}

.invoiceForm {
    max-width: 1000px;
}


.publicForm h3 {
    margin: 0 0 20px 0;
    text-align: center;
}

.publicForm h4 {
    margin: 20px 0 20px 0;
    font-weight: normal;
}

.instructions {
    font-size: 0.9em;
}

.summarySubheader, .infoTable, .dataTable, .activityBodySection h4 {
    font-size: 0.8em;
}

.activityBody h4, .tableLabel, .dataTable th, .dataTable .footerRow td, .footerRow {
    color: #212121;
}

.externalPage h3, .externalPage h4, .activityBody h3, .summaryHeader, .summarySubheader, .dataTable td, .instructions, .publicForm, 
.publicForm .ui-field-contain label.ui-input-text, .publicForm label.ui-input-text, .unavailableLegend, .properties .label  {
    color: #555;
}

.externalPage h3, .externalPage h4, .publicForm h3, .publicForm h4, .activityBody h3, .publicSidebar h3, .publicSidebar h4 {
    text-shadow: 0 1px 0 #e8e8e8;
}

.externalPage h3 {
    margin-bottom: 8px;
}

.externalPage h4 {
    margin: 8px 0;
}


.dataTable .altRow {
    background-color: #fcfcfc;
    border-bottom: 1px solid #eee;
}

.dataTable th, .footerRow td, .footerRow {
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.subsection {
    margin: 10px 0;
}

.activityBodySection {
    margin: 50px 0 20px 0;
}

.infoTable td {
    padding-right: 40px;
}

.infoTable h4 {
    margin: 0 0 4px 0;
}

.tableData {
    text-align: right;
}

.invoiceDataTable {
    min-width: 800px;
    max-width: 1000px;
    font-size: 0.7em;
    width: 100%;
}

.tableSeperator 
{
    margin: 10px 0;
    text-align: center;
}

.submitSeperator {
    margin: 24px 0 10px 0;
}

.smallInputSeperator {
    margin: 10px 0;
}

.instructionContainer {
    margin: 0 0 20px 0;
    padding: 0 20px;
}

.instructionContainer h3 {
    margin: 0 0 10px 0;
}

.instructions {
    text-align: left;
}

.ui-datepicker {
    margin: auto;
}

.unavailableLegend {
    background-color: #eee;
    border: 1px solid #ccc;
    width: 15px;
    height: 15px;
}

.ui-state-disabled span, .ui-widget-content .ui-state-disabled span, .ui-widget-header .ui-state-disabled span {
    border: 1px solid #ccc;
    background-image: none;
    background-color: #eee;
    color: #212121;
}

.ui-widget-header {
    border: 1px solid #99BBDD;
	background: #32618F;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #BBD1E8), to( #32618F)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #BBD1E8, #32618F); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #BBD1E8, #32618F); /* FF3.6 */
	background-image:     -ms-linear-gradient( #BBD1E8, #32618F); /* IE10 */
	background-image:      -o-linear-gradient( #BBD1E8, #32618F); /* Opera 11.10+ */
	background-image:         linear-gradient( #BBD1E8, #32618F);
    background-image:         linear-gradient( #BBD1E8, #32618F);

}

.ui-widget-header span {
    text-shadow: 0 1px 1px #417CB8; 
    color: #FFFFFF;
    font-size: 1.0em;
    font-weight: normal;
}


.ui-field-contain label.ui-select, .ui-field-contain label.ui-input-text, label.ui-input-text, 
.radioButtonListLabel, label.ui-select, .ui-popup .ui-field-contain label.ui-select, 
.ui-popup .ui-field-contain label.ui-input-text, .flatLabel, .checkbox label {
    vertical-align: middle;
    float: left;
    width: 25%;
    font-size: 0.9em;
    margin: 0 4px 6px 0;
    font-weight: normal;
    color: #888;
    text-shadow: 0 1px 1px #F4F4F4;
}

.ui-field-contain input.ui-input-text, input.ui-input-text {
    background-color: #fff;
}

.ui-widget-content {
    border-color: #eee;
}

.smallButton {
    margin: 10px auto;
    text-align: center;
    width: 100%;
}

.smallButton a:hover, .submitSeperator a:hover {
    color: #fff;
    text-decoration: none;
}

.emptyData td, td.emptyData, div.emptyData {
    font-size: 0.9em;
}

.propertylist h3 {
    margin-bottom: 6px;
}

.properties .label {
       margin-right: 10px;
}

.properties .property {
       margin-bottom: 6px;
}

.properties img {
    margin-right: 20px;
}

.properties ul {
    font-size: 0.9em;
}

.properties li {
    float: left;
    margin-left: 10px;
    margin-right: 20px;
}

.externalSidebar .address {
    margin-bottom: 8px;
}

