﻿body, html {
    background-color: #fff;
    border-top: solid 0px #000;
    color: #333;
    font-size: 12px;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
}

.content-wrapper {
    margin: 0 auto;
    max-width: 1200px;
    min-width: 1200px;
    position: relative;
    border-spacing: 0;
    border-collapse: collapse;
}

.LeftPanel {
    position: relative;
    width: 220px;
    background-image: url('leftPanelBackground.png');
    background-repeat: repeat-y;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 0px;
    height: 100%;
    float: left;
    vertical-align: top;
}

.RightPanel {
    margin: 0 auto;
    position: relative;
    width: 1180px;
    padding-left: 0px;
    padding-right: 0px;
    vertical-align: top;
}

.BottomPanel {
    border-top: 1px solid #808080;
    width: 100%;
    height: 30px;
    position: relative;
    float: left;
    margin-top: 10px;
}

input[type=button], input[type=submit] {
    border: 1px solid silver;
    cursor: pointer;
    background-color: whitesmoke;
    font-size: 12px;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    height: 28px;
    cursor: pointer;
}


input[type=text], input[type=password] {
    border: 1px solid silver;
    background-color: white;
    font-size: 12px;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    height: 18px;
    width: 160px;
}

input[type=file] {
    font-size: 12px;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin-bottom: 3px;
    border: 1px solid silver;
}

textarea {
    border: 1px solid silver;
    background-color: white;
    font-size: 12px;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
}



select {
    border: 1px solid silver;
    background-color: white;
    font-size: 12px;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    height: 23px;
    width: 165px;
}


.loginBody {
    background-image: url('');
    background-color: whitesmoke;
}

.loginHeaderImage {
    position: relative;
    top: 10px;
}

.loginPanel {
    background-image: url('login_background.png');
    background-repeat: no-repeat;
    border: 0px solid transparent;
    width: 380px;
    height: 270px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 70px;
}

.loginControlsHolder {
    padding-left: 80px;
    padding-top: 10px;
}

.MainHeader {
    background-image: url('header_background.gif');
    background-repeat: repeat-x;
    width: 100%;
    height: 121px;
    margin: auto;
    position: relative;
    border-spacing: 0;
    border-collapse: collapse;
}

.copyright {
    position: relative;
    color: #808080;
    font-size: 11px;
    text-decoration: none;
    top: 5px;
    left: 0px;
}


.LoginStatus {
    position: relative;
    padding-right: 15px;
    top: 6px;
    float: right;
    color: whitesmoke;
}

.MasterProfileImageButton {
    border: 1px solid silver;
    width: 60px;
    float: right;
    position: relative;
    top: 45px;
    right: -35px;
}

.CRMLogoImage {
    margin: 0px 0px 0px 0px;
    position: relative;
    padding-top: -5px;
    top: -3px;
}


.CRM {
    position: relative;
    top: 6px;
    left: 15px;
}



.SiteMap {
    position: relative;
    left: 0px;
}


.siteMapHolder {
    background-image: url('topmenu.gif');
    background-repeat: repeat-x;
    width: 100%;
    height: 34px;
    margin: auto;
}

.MenuItem {
    color: black;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 6px;
    padding-bottom: 10px;
    float: left;
    text-decoration: none;
}

.MenuItemSelectedCSS {
    color: #fe5f5f !important;
}

.SiteMap a.static.selected {
    color: red !important;
    text-decoration: none !important;
}


.CalendarCurrentDate {
    background-color: #ffdbdb;
}

.CalendarIsWeekend {
    background-color: #eae9e9;
}

.Card {
    border: 1px solid silver;
}

.CardText {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

.CardTable {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

    .CardTable td {
        padding-left: 15px;
        padding-right: 15px;
    }

.CalendarDayHeader {
    height: 20px;
}

.Toolbar {
    width: 100%;
    float: none;
    border-bottom: 1px solid silver;
}

.ToolbarSpacer {
    width: 100%;
    height: 10px;
}


/* GRIDVIEW START */

.DefaultGrid {
    color: #333333;
    font-size: 11px;
    position: relative;
}

    .DefaultGrid td {
        text-align: left;
        vertical-align: middle;
    }

    .DefaultGrid th {
        text-align: left;
        vertical-align: middle;
        background-color: #B8B8B8;
        font-weight: normal;
        color: black;
        height: 22px;
    }

.GridRow {
    background-color: #E9EBED;
}

.GridRowSelected {
    background-color: #99FF99;
    color: #333333;
}

.GridRowAlternative {
    background-color: #F2F6FB;
}


.SortingHeader {
    color: black;
    text-decoration: none;
}

    .SortingHeader a:link {
        color: black;
    }

.GridFoot {
    color: #0060a6;
}

    .GridFoot td {
        padding-right: 2px;
        padding-left: 2px;
    }

    .GridFoot a:link {
        color: #0060a6;
    }

.TemplateColumnSeparator {
    width: 5px;
}

.TemplateColumnOneField {
    width: 30px;
}

.TemplateColumnTwoField {
    width: 80px;
}

.TemplateColumnThreeField {
    width: 90px;
}

.TemplateColumnFourField {
    width: 110px;
}

.TemplateColumn50WidthField {
    width: 50%;
}


.DataLink {
    color: black;
}

.NoDataLink {
    color: black;
    text-decoration: none;
}


/* GRIDVIEW END */

.ValidationSummary {
    color: red;
}




/* TAB START */



.ajax__tab_red-theme .ajax__tab_header {
    border-bottom: solid 5px #B8B8B8;
}

    .ajax__tab_red-theme .ajax__tab_header .ajax__tab_outer {
        margin: 0px 0.16em 0px 0px;
        padding: 1px 0px 1px 0px;
        vertical-align: bottom;
        border: solid 1px #a3a3a3;
        border-bottom-width: 0px;
    }

    .ajax__tab_red-theme .ajax__tab_header .ajax__tab_tab {
        color: black;
        padding: 0.35em 0.75em;
        margin-right: 0.01em;
    }

.ajax__tab_red-theme .ajax__tab_hover .ajax__tab_outer {
    background: #fc9e9e repeat-x left -1300px;
}

.ajax__tab_red-theme .ajax__tab_active .ajax__tab_tab {
    color: black;
}

.ajax__tab_red-theme .ajax__tab_active .ajax__tab_outer {
    background: #B8B8B8 repeat-x left -1400px;
}

.ajax__tab_red-theme .ajax__tab_body {
    padding: 0.25em 0.5em;
    background-color: #f7f3f3;
    border: solid 1px #808080;
    border-top-width: 0px;
}

/* TAB END */

.SmallTitle {
    font-weight: bold;
    font-size: 12px;
}

.EntityTitle {
    font-weight: bold;
    font-size: 12px;
    padding-left: 5px;
}

.LongTextBox {
    width: 500px;
}

.ToolbarIcon {
    border: 1px solid silver;
}


/* MODAL START*/

.modalPopup {
    background-color: White;
    border: 1px solid black;
    width: 280px;
    padding: 10px 10px 10px 10px;
}


.modalPopupUltraWide {
    background-color: White;
    border: 1px solid black;
    width: 650px;
    padding: 10px 10px 10px 10px;
}

.modalPopupWide {
    background-color: White;
    border: 1px solid black;
    width: 450px;
    padding: 10px 10px 10px 10px;
}

.modalHeader {
    width: auto;
    border: 1px solid silver;
    height: 25px;
    background-color: #F2F2F2;
}

.modalTitle {
    color: Black;
    font-size: 11px;
    font-weight: bold;
    position: relative;
    left: 5px;
    top: 5px;
}

.modalContent {
    padding-top: 10px;
    padding-bottom: 0px;
}

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

/* MODAL END*/


/* GP CALENDAR START */

.GPCalendar {
    color: #333;
    font-size: 12px;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    border-spacing: 0px;
    /*border-collapse: collapse;*/
    border: 1px solid black;
    position: relative;
}

    .GPCalendar td {
        border: 1px solid silver;
        position: relative;
        padding: 0px 0px 0px 0px;
    }

.GPCalendar-header {
    position: relative;
    background-color: silver;
    vertical-align: middle;
    text-align: center;
    height: 20px;
}

    .GPCalendar-header span {
        position: relative;
        top: 3px;
    }

.GPCalendar-columnHeader {
    background-color: #DBDBDB;
    font-weight: bold;
    text-align: center;
    text-transform: lowercase;
}

.GPCalendar-weekendCell {
    background-color: #eae9e9;
}

.GPCalendar-hourCell {
    width: 40px;
}

.GPCalendarItem1 {
    border: 1px solid #808080;
    background-color: #ffbfbf;
    cursor: pointer;
}

.GPCalendarItem2 {
    border: 1px solid #808080;
    background-color: #f7c193;
    cursor: pointer;
}

.GPCalendarItemCompleted {
    border: 1px solid #808080;
    background-color: #afc1e2;
    cursor: pointer;
}

.GPCalendar-dayHeaderCell {
    background-color: #eae9e9;
    cursor: pointer;
}

.GPCalendar-dayInvalidCell {
    background-color: #d8d6d6;
}

.GPCalendar-todayCell {
    background-color: #ffdbdb;
}

/* GP CALENDAR END*/

.title {
    font-weight: bold;
}

.WizardStyle {
}

    .WizardStyle td {
        vertical-align: top;
    }

.error {
    color: red;
}

.UserMainPicture {
    border: 1px solid silver;
}

.ajax__scroll_none {
    overflow: visible !important;
}






/* GP Notification Start*/

.Notification {
    position: relative;
    float: right;
    top: 79px;
    right: -28px;
    cursor: pointer;
    margin: 2px;
}

.NotificationContainer {
    width: 350px;
    top: 115px;
    background-color: #eae9e9;
    right: 15px;
    border: 1px solid silver;
    z-index: 100;
    position: absolute;
    min-height: 18px;
    padding: 3px;
}

.NotificationBottom {
    height: 20px;
    color: black;
    background-color: #B8B8B8;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    width: 340px;
}

.NotificationItem {
    display: block;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    color: black;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    border-bottom: 1px solid white;
    padding-left: 5px;
    padding-right: 5px;
    width: 340px;
}

    .NotificationItem:hover {
        background-color: #9cf786;
        color: black;
    }

/* GP Notification End*/

.GenericError {
    border: 1px solid silver;
    width: 500px;
    height: 100px;
    margin: auto;
    margin-top: 100px;
}


.completionList {
    border: solid 1px Gray;
    margin: 0px;
    padding: 0px;
    overflow: auto;
    z-index: 1000000 !important;
    position: absolute;
}

.HousePrice {
    position:absolute;
    left: 1010px;
    top: 82px;
}