﻿/* DEFAULTS
----------------------------------------------------------*/

#MainContent_btnGVNotesClearFilters {
    background-color: #72cbfe;
}

#MainContent_hotelgroupPage_pnlHotelGroup { padding: 15px; }
input#MainContent_GridView1_txtInsertContactDateAdded {
    width: 100px;
}

input#MainContent_GridView1_txtInsertContactDateDel {
    width: 100px;
}


body {
    background-image: url(../images/page_bg.gif);
    color: #000;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: .80em;
    margin: 0px;
    padding: 0px;
}

.panelMargin { margin: 3px; }


a:link, a:visited { color: #034af3; }

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active { color: #034af3; }

p {
    line-height: 1.6em;
    margin-bottom: 10px;
}



/* HEADINGS   
----------------------------------------------------------*/
span.chkSearchDeleted {
    display: block;
    position: absolute;
    margin-top: 25px !important;
    margin-left: 500px;
    font-size: 15px;
}

#UnitedLogo {
    float: right;
    margin-right: 140px;
    margin-top: 5px;
}


#Headercontrols_lblUsername {
    float: left;
    margin-left: 20px;
    margin-top: 1px;
    position: absolute;
}

#Headercontrols_txtVenueSearch {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}

#Headercontrols_ddlSubgroup {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}

#HeaderLabels_VenueName {
    color: #FFF;
    float: left;
    font-size: 1.8em;
    margin-left: -475px;
    margin-top: 50px;    
}

#btnSearch {
    float: left;
    margin-left: 10px;
    margin-top: 20px;
}

h1, h2, h3, h4, h5, h6 {
    color: #fff;
    font-size: 1.8em;
    font-weight: 250;
    margin-bottom: 0px;
    text-transform: none;
}

h1 { font-size: 1.6em; }

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 { font-size: 1.2em; }

h4 { font-size: 1.1em; }

h5, h6 { font-size: 1em; }

.EditButton { background-image: url(../images/edit-icon.png); }

#divBanner {
    background-image: url(../images/banner_bg.gif);
    background-position: 0px 8px;
    background-repeat: repeat;
    clear: both;
    display: block;
    height: 118px; /*image height*/
    position: static;
    width: 100%;
}

.TransferSub {
    background-color: #e8e8e8;
    border-color: #000;
    border-style: solid;
    border-width: 1px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 10px;
    padding: 5px;
    width: 350px;    
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */

.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 { margin-top: 0px; }

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.65;
}

.modalPopup {
    background-color: #FFFFFF;
    border: 1px solid #000;
    margin-bottom: 10px;
    margin-top: 5px;
    width: 450px;
}

.modalPopup .header {
    background-color: #008aff;
    color: White;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.modalPopup .body {
    color: Black;
    font-weight: bold;
    line-height: 20px;
    min-height: 50px;
    text-align: center;
}

.modalPopup .footer { padding: 3px; }

.modalPopup .yes, .modalPopup .no {
    color: White;
    cursor: pointer;
    font-weight: bold;
    height: 23px;
    line-height: 23px;
    text-align: center;
}

.modalPopup .yes {
    background-color: #2FBDF1;
    border: 1px solid #0DA9D0;
}

.modalPopup .no {
    background-color: #9F9F9F;
    border: 1px solid #5C5C5C;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.completionList {
    background-color: #858181;
    border: solid 1px #444444;
   /* height: auto;*/
   height:270px !important;
    margin: 0px;
    overflow: auto;
    padding: 2px;
}


.listItem {
    color: #FFFFFF;
    font-size: medium;    
}


.itemHighlighted {
    background-color: #c41f31;
    color: #FFFFFF;
    font-size: medium;
    font-weight: bold;
}


.page {
    background-color: #fff;
    border: 1px solid #fff;
    margin-left: auto;
    margin-right: auto;
    width: 1690px;
}

.header {
    background: #4b6c9e;
    margin: 0px;
    padding: 0px;
    position: relative;
    width: 100%;
}

.header h1 {
    border: none;
    color: #f9f9f9;
    font-size: 2em;
    font-weight: 700;
    line-height: 2em;
    margin: 0px;
    padding: 0px 0px 0px 20px;
}

.main {
    margin: 12px 8px 8px 8px;
    min-height: 420px;
    padding: 0px 12px;
}

.leftCol {
    margin: 12px 8px 8px 8px;
    min-height: 200px;
    padding: 6px 0px;
    width: 200px;
}

.footer {
    background-color: #fff;
    color: #4e5766;
    line-height: normal;
    margin-right: 15px;
    margin-top: 10px;
    padding: -1px 0px 0px 0px;
    text-align: right;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    /* background-color:#3a4f63;
    */
    width: 100%;
}

div.menu {
    font-weight: 700;
    letter-spacing: 4px;
    margin-left: 12px;
    padding: 4px 0px 4px 8px;
    width: auto;
}

div.menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited {
    background-color: #858181;
    border: 1px #c3c3c3 solid;
    color: #dde4ec;
    display: block;
    line-height: 1.45em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover {
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active {
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ccc;
    margin: 1em 0px;
    padding: 1em;
}

fieldset p { margin: 2px 12px 10px 10px; }

fieldset.login label, fieldset.register label, fieldset.changePassword label { display: block; }

fieldset label.inline { display: inline; }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    border: 1px solid #ccc;
    width: 320px;
}

input.passwordEntry {
    border: 1px solid #ccc;
    width: 320px;
}

div.accountInfo { width: 42%; }

/* MISC  
----------------------------------------------------------*/

.clear { clear: both; }

.title {
    display: block;
    float: right;
    padding-right: 65px;
    text-align: right;
    width: 300px;
}

.title-controls { }

.loginDisplay {
    color: White;
    display: block;
    font-size: 1.1em;
    padding: 10px;
    text-align: right;
}

.loginDisplay a:link { color: white; }

.loginDisplay a:visited { color: white; }

.loginDisplay a:hover { color: white; }

.failureNotification {
    color: Red;
    font-size: 1.2em;
}

.bold { font-weight: bold; }

.submitButton {
    padding-right: 10px;
    text-align: right;
}


input#MainContent_GridView1_txtInsertFirstName {
    width: 130px !important;
}

select#MainContent_GridView1_ddlPosition {
    width: 70px !important;
}

