﻿body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial;
    font-size: 12px;
}

/* Login page */
#LoginForm {
    margin: 25px 0 25px 25px;
}

.LoginTitleText {
    font-size: 14px;
    font-weight: bold;
}
/* ---------------- */

#Header {
    border-bottom: solid 1px #bbb;
    padding: 5px 10px;
    float: left;
    width: 750px;
}

#HeaderLeft {
    width: 50%;
    float: left;
    display: inline;
}

#HeaderRight {
    width: 50%;
    float: right;
    text-align: right;
    display: inline;
}

#Footer {
    padding: 5px 10px;
    float: left;
    width: 750px;
}

#FooterLeft {
    width: 50%;
    float: left;
    display: inline;
}

#FooterRight {
    width: 50%;
    float: right;
    text-align: right;
    display: inline;
}

#Body {
    padding: 0 10px;
    float: left;
    width: 750px;
}

#BodySearchPanel {
    width: 100%;
    padding: 10px 0;
    width: 750px;
    border-bottom: solid 1px #ccc;
}

#BodyMainContent {
    padding: 10px 0;
    width: 750px;
}

textarea {
    font-family: Verdana, Arial;
    font-size: 12px;
}

.ErrorMessage {
    border: solid 1px #f00;
    background-color: #fdd;
    font-weight: bold;
    padding: 5px 5px 0 0;
    margin: 10px 0;
    float: left;
    color: Red;
    clear: both;
    width: 750px;
}

.SuccessMessage {
    border: solid 1px #0f0;
    background-color: #dfd;
    font-weight: bold;
    padding: 5px 5px 0 0;
    margin: 10px 0;
    float: left;
    color: Green;
    clear: both;
    width: 750px;
}

.AlertMessage {
    border: solid 1px Orange;
    background-color: Yellow;
    font-weight: bold;
    padding: 5px 5px 0 0;
    margin: 10px 0;
    float: left;
    color: Orange;
    clear: both;
    width: 750px;
}

.PasswordGuide {
    font-weight: bold;
    font-style: italic;
    padding: 5px 5px 0 0;
    margin: 10px 0;
    float: left;
    color: Red;
    clear: both;
    width: 350px;
}

/* Dogs / Owners association */
.AssociateDogWithOwner, .AssociateDogWithOwnerSmall {
    border: solid 1px #00f;
    background-color: #eef;
    padding: 5px;
    margin: 10px 0;
    float: left;
    clear: both;
}

.AssociateDogWithOwner {
    width: 750px;
}

.AssociateDogWithOwnerOnOwnerForm {
    border: solid 1px #00f;
    background-color: #eef;
    padding: 5px;
}

.AddDog {
    border: solid 1px #0f0;
    background-color: #dfd;
    padding: 5px;
    margin: 10px 0;
    font-weight: bold;
}
/* ------------------------ */

#Footer {
    border-top: solid 1px #bbb;
    padding: 10px;
    clear: both;
    width: 750px;
}

.asterisk {
    color: Red;
    margin: 0 0 0 5px;
}
/*#ctl00_conBody_ctl01_pnlRelevantPerson .asterisk
{
    color: #fff;*/ /* make invisible by setting to same colour as the background */
/*}*/

#SearchHeader, #ctl00_conBody_SearchPanel_SearchHeader {
    width: 300px;
    text-align: center;
    background-color: #eee;
    border: solid 1px #bbb;
    padding: 3px;
    margin: 0 0 10px 0;
}

#ctl00_conBody_SearchPanel_pnlDogSearch table td, #ctl00_conBody_SearchPanel_pnlOwnerSearch table td {
    padding: 0 5px;
}

.manageDataFirstColumn {
    width: 180px;
    text-align: right;
}

.searchPanelFirstColumn {
    width: 100px;
    text-align: right;
    border: solid 1px #f00;
}

.searchPanelSecondColumn {
    vertical-align: top;
}

.searchPanelThirdColumn {
    vertical-align: top;
    width: 150px;
    text-align: right;
}

.tablePanelLeftColumn {
    width: 250px;
    text-align: right;
    border: solid 1px #f00;
    font-size: 12px;
    vertical-align: top;
}

.tablePanelRightColumn, .dogReportRightColumn {
    vertical-align: top;
}

/* Owner details */
#OwnerDetails {
    margin: 10px 0 0 0;
    float: left;
}

#OwnerDetailsHeader {
    margin: 10px 0;
}

    #OwnerDetailsHeader h4 {
        display: inline;
        margin: 0 5px 0 0;
    }

#OwnerDetailsForm {
    margin: 10px 0 0 0;
}
/* ------------- */

/* Dog form */
#DogDetails {
    margin: 10px 0 0 0;
    float: left;
}

#DogDetailsHeader {
    margin: 10px 0;
}

#DogDetails h4 {
    display: inline;
    margin: 0 5px 0 0;
}

#DogOwnerOptions {
    margin: 5px 0;
    border: solid 1px #ccc;
    padding: 3px;
    display: none;
}
/* ------------- */


/* Dog Report page */
.dogReportSection {
    border: solid 1px #ccc;
    padding: 3px;
    margin: 0 0 10px 0;
}

    .dogReportSection hr {
        height: 1px;
    }

    .dogReportSection h5 {
        margin: 3px 0;
    }

.dogReportLeftColumn {
    width: 200px;
    vertical-align: top;
    font-weight: normal;
}

.dogReportRightColumn {
    font-weight: bold;
}
/* --------------- */


.smallText {
    font-size: 10px;
}

.smallInput {
    width: 50px;
}

.largeInput {
    width: 100%;
}

.dateInput {
    width: 68px;
}

.ActionButton {
    margin: 10px 0 0 0;
}

#AdminAuthorizeUserAccounts {
    margin: 25px 0;
    padding: 5px;
    border: solid 1px #ccc;
}

/* GridView rules */
.GridViewSelectColumn {
    width: 50px;
    font-weight: bold;
    text-align: center;
}

.GridViewDeleteColumn {
    width: 50px;
    text-align: center;
}

.GridViewReportColumn {
    width: 50px;
    text-align: center;
}

    .GridViewReportColumn img {
        border: 0;
    }

.DeleteButton {
    background: url(../../Images/delete.GIF);
    height: 14px;
    width: 14px;
    border: solid 0px white;
}
/* ------------------ */

/* Admin List Management */
.AddNewItemPanel {
    display: inline;
}


.DogDetailsPreviousOwners {
    margin: 5px 0;
}

    .DogDetailsPreviousOwners div {
        float: left;
    }

/* Reports */
.ReportResults {
    margin: 10px 0;
}

/* Help */
.HelpSection {
    margin: 25px 0;
}
