/**************************************************************************************************
 * Main Site Layout
 **************************************************************************************************/
body { /* Main body of the page */
    background-color: #FFFFFF;
    margin: 0px;
    font: 100% Calibri,Arial,helvetica,sans-serif;
}

.centerpanel { /* Main panel the page; used in header, body, and footer */
    width: 960px; /* Width of center column */
    margin: auto; /* Center page */
}

.contentbody { /* container for main content of page */
    margin: 5px 0px 5px 0px;
    text-align: center;
}

.page { /* main content of page */
    text-align: left;
    margin: auto;
    padding: 0px 0px;
    /*background-color: #FFFFFF; DO NOT UNCOMMENT THIS! THIS BREAKS THE TITLE TEXT FOR THE PAGE -- Daryl W.*/
    padding: 0px 0px;
}

.welcomemessage { /* Welcome message in header */
    margin: 0px;
    height: 25px;
    color: #FFFFFF;
    font: bold 12px Calibri, Verdana, Arial, Helvetica, sans-serif;
    display: block;
    line-height: 25px;
    float: left;
}

.loginfields { /* Login fields on Login.aspx */
    margin-top: 80px;
    height: 25px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    display: block;
    line-height: 25px;
    float: left;
    text-align: left;
}

.loginButton{
    background:url(../images/interface/loginbutton.png) no-repeat;
    cursor:pointer;
    width: 91px;
    height: 34px;
    border: none;
}

.versionheader { /* Welcome message in header */
    margin: 0px;
    height: 25px;
    color: #FFFFFF;
    font: bold 12px Calibri, Verdana, Arial, Helvetica, sans-serif;
    display: block;
    line-height: 25px;
    float: left;
    padding-left: 100px;
}

.instructions { /* Instruction text */
    color: #7F7F7F;
    font-style: italic;
    /*Override any inherited fonmt-weight only in this case*/
    font-weight: normal ;
}

.instructionswrap textarea {
    color: #7F7F7F;
    font-style: italic;
    /*Override any inherited fonmt-weight only in this case*/
    font-weight: normal;
    border: none;
    width: 100%;
    resize: none;
    outline: none;
}

.instructionswrap textarea:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.textareanoresize {
    resize: none;
}

/**************************************************************************************************
 * Global Search Box
 **************************************************************************************************/
.sitesearch { /* container for global search box */
    width: 185px;
    float: right;
}

.searchtext { /* text box for global search */
    float: left;
}

/**************************************************************************************************
 * Presentation Title
 **************************************************************************************************/
.title { /* Presentation Title Container */
    font: bold 24px Calibri,Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #575757;
    margin: 0px 0px 5px 0px;
    border-bottom : 1px solid #DA5D36;
}

.subtitle { /* SubTitles */
    font: bold 22px Calibri,Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #575757;
    margin: 0px 0px 5px 0px;
    border-bottom : 1px solid #DA5D36;
    text-align: left;
}

.subtitle_noborder { /* SubTitles */
    font: bold 22px Calibri,Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #575757;
    margin: 0px 0px 5px 0px;
    text-align: left;
}

.subprestitle { /* Used in the PresentationTitleWithSubTitle global expression */
    font: normal 16px Calibri,Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #575757;
    margin: 0px 0px 5px 0px;
    text-align: left;
}

.title img { /* If there is an image for the presentation */
    height: 32px;
    padding: 0px 5px 0px 0px;
    margin-bottom: 3px;
    vertical-align: middle;
}

.titlepopup { /* presentation title container in popup*/
    font: bold 24px Calibri,Arial, Helvetica, sans-serif;
    color: #575757;
    margin: 0 0 9px 0;
    padding-bottom: 1px;
    border-bottom : 1px solid #DA5D36;
}

.titlepopup div {
    width: 100%;
}

.breadcrumb { /* Breadcrumbs above the title */
    font: bold 12px Calibri,Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #575757;
    margin: 0px 0px 5px 0px;
}

/**************************************************************************************************
 * Footer
 **************************************************************************************************/
.footer { /* footer container */
    background-image: url(../images/interface/footerbg.png);
    background-position: top left;
    background-repeat: repeat-x;
    height: 54px;
    text-align: center;
    width: 100%;
}

.footer img { /* POSSE logo in footer */
    border: none;
    float: right;
    margin: 0px;
}

.footertext { /* copyright in footer */
    color:#575757;
    font: 12px Calibri,sans-serif;
    font-weight: bold;
    display: block;
    line-height: 54px;
    float: left;
}

/**************************************************************************************************
 *  To Do List
 **************************************************************************************************/
#todolist { /* extJS To Do List */
    margin-top: 10px;
}

span.toDoHeader { /* from global */
        font-family: Calibri,Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        color: #575757;
        border-bottom: 1px solid #DA5D36;
        display: block;
}

span.toDoLabel { /* from global */
        color: #575757;
        font-weight: bold;
}

span.toDoField { /* from global */
        color: #575757;
        background-color: #F3F3F3;
        border: 1px solid #CCCCCC;
        padding: 2px 2px 2px 2px;
        display: block;
}
.toDoButtonContainer  .button { /* make buttons on the todo list loook better */
    float: left;
}

/**************************************************************************************************
 * Misc layout
 **************************************************************************************************/
#fullPageMapC ontrol { /* map container */
    width: 100%;
    height: 100%;/*687px;*/
    border: 1px solid #575757;
}

#AddressSearchMap { /* map container */
    position: relative;
    width: 650px;
    height: 600px;
    border: 1px solid #575757;
}

ul.mapSearchOptionList { /* map options list */
    list-style: none;
}

ul.mapSearchOptionList li { /* map options list item */
    margin: 4px 0 4px 0;
    height: 18px;
}

ul.mapSearchOptionList li a { /* map options list item link*/
    background: url(../images/searchicon16.png) top left no-repeat;
    padding-left: 20px;
    height: 18px;
}

tr.radioButtonsStacked {
    height: 1.5em;  /* So the stacked options don't look so squished. */
}

@media screen and (-webkit-min-device-pixel-ratio:0) { /*This is Chrome-specific; forcing a focus style because ext-all-gray overwrites the default outline: auto behavior*/
    input, textarea, select {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    }
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    input:focus, textarea:focus, select:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border: 1px solid rgba(81, 203, 238, 1);
    }
}
/**************************************************************************************************
 * Help Icon
 **************************************************************************************************/
.helpicon {
    width: 185px;
    float: right;
    text-align: right;
}

/**************************************************************************************************
 * Reports
 **************************************************************************************************/
.ReportPane {
  height: 100%;
  width: 100%;
}

td.ReportPane {
  height: 550px;
}

/**************************************************************************************************
* Nice Footer (glued to bottom of window / page) - see Outrider.master
**************************************************************************************************/
html {
    height: 100%;
}

body {
    height: 100%;
}

#nicenonfooter {
    position: relative;
    min-height: 100%;
}

* html #nicenonfooter {
    height: 100%;
}

#nicecontent {
    padding-bottom: 54px; /* same height defined in .footer style */
}

#nicefooter {
    position: relative;
    margin-top: -54px;
}
