﻿/*********************/
/* Header */
/*********************/

.user-login-email{
    font-weight:bold;
}

.pnl-logout {
    margin-top: 0px;
    margin-bottom: 0px;
    clear: right;
    float: right;
    position: relative;
    right: 20px;
    z-index: 10;
}

a.AuditorSeal:hover {
    text-decoration: none;
    border-bottom: 0px none;
}

.menu-container
{
    /*margin-top: 70px;*/
}

.menu-container .l-main-menu .menu 
{
    top: -10px;
}

.menu li a
{
    text-align: center;
}

#mogov-gsa-search-form 
{
    margin-top: 10px;
}

#edit-search 
{
    padding-right: 0px !important;
}

#edit-submit 
{
    right: -10px;
}

/*********************/
/* Menu Main Navigation */
/*********************


/*********************/
/* Wrapper */
/*********************/

#wrapper
{
}

/*********************/
/* Page */
/*********************/
#page
{
    position: relative;
    z-index: 1;
    width: 990px;
    margin: 0 auto;
    padding: 10px 5px;
    background: #FFFFFF;
}

#pageResponsive {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0px;
    background: #FFFFFF;
}

.main_panel
{
    background:#FFFFFF;
    width:675px;
    margin:0 auto;
    padding:10px 5px;
   
    margin-bottom:1pc;
    
    border: 1px solid #cccccc; 
    border-top:8px solid #265f83;   
    display:inline-block;
    float:left;
    position:relative;
    right:5px;
}

.whole_panel {
    margin: 0 auto;
    background: #FFFFFF;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #cccccc;
    border-top: 8px solid #4a4b4b;
}

.alternate_panel
{
    background:#FFFFFF;
    width:275px;
    margin:0 auto;
    
    margin-top:1pc;
  
    border: 1px solid #cccccc; 
    display:inline-block;
    float:right;
    position:relative;
    right:-5px;
   
}

.first_panel
{
    position:relative;
    top:-1pc;
}

#local_gov_links>li>a
{
    color:#333333;
    font-size:14px;
    font-weight:normal;   
    text-align:left;
    
}



#page-bg
{
}

/*********************/
/* Body */
/*********************/

body {
    padding: 0;
    background: white url(https://app.auditor.mo.gov/images/auditor-bg.png) repeat;
    text-align: justify;
    /*font-family: "Firasans",Tahoma,Geneva,Arial,sans-serif;*/
    font-family: "Tahoma",Geneva,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.4285;
    color: #333333;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

/*****For body above code to add backgroundimage****/
/***background-image:url(../images/bg1.jpg);
	background-repeat: no-repeat; ****/

h1, h2, h3, h4, h5, h6 {
    font-family: "Crimson Text",Georgia,"Times New Roman",Times,serif;
}


h2, h3 {
    /*color: #024771;*/
    font-weight: bold;
}

h2
{
    font-size: 1.6em;
}

h3
{
    font-size: 1em;
}


/***** Hyperlinks in Body ****/

a:link
{
    text-decoration: none;
    color: #024771;
    font-weight: bold;
}
a:hover
{
    /*color: #F19325;*/
    border-bottom: 1px solid #024771;
    font-weight: bold;
}
a:visited
{
    text-decoration: none;
    font-weight: bold;
}

/***** Hyperlinks End ****/


a img
{
    border: none;
}

img.left
{
    float: left;
    margin: 0 20px 0 0;
}

img.right
{
    float: right;
    margin: 0 0 0 20px;
}

.l-footer .l-container{
    margin-left: 20px;
}

.region-footer ul li a:hover, .region-footer ul li a:focus {
    text-decoration: underline;
    color: white;
    border-bottom: none;
}

.region-footer ul.menu 
{
    padding-left: 0px;
}

.region-footer ul li {
    margin-bottom: 5px;
}

.region-footer h2 {
    font-weight: normal;
    font-size: 20px;
    color: white;
    padding: 0 0 8px;
    margin: 20px 25px 10px 0px;
    text-shadow: 1px 1px 0px #333333;
    /*border-bottom: 1px dotted #459a93;*/
    border-bottom: 2px solid #264e67;
}

.sf-menu ul 
{
    position: absolute;
}

li.menuparent 
{
    position: relative;
}

    li.menuparent ul {
        border-top: 3px solid #4a4b4b;
    }

/*********************/
/* Content */
/*********************/

#content
{
    float: left;
    margin: 0px 0px 0px 5px;
    width: 590px;
}

.style21
{
    font-size: 1.3em;
}

/************************************/
/* Features - Image Rotator Start */
/*************************************/
#features
{
    background: none repeat scroll 0 0 #1c567d;
    border: 2px solid #000000;
    height: 275px;
    margin: 10px 0px 10px 0px;
    padding: 0px;
    position: relative;
    width: 590px;
    color: #EEEEEE;
}

#features img
{
    height: 275px;
    width: 590px;
}

#features a, #features a:active, #features a:visited
{
    color: #F19325;
    padding-left: 0px;
    text-decoration: none;
    border: 0;
}
#features a:hover
{
    color: #EEEEEE;
}

#pager
{
    font: bold 18px Helvetica, Arial, sans-serif;
    position: absolute;
    top: 335px;
    left: 150px;
    z-index: 10;
}
#pager a
{
    float: left;
    display: block;
    color: #000;
    background: #E6F6FF;
    border: 1px solid #ccc;
    margin: 0 5px;
    padding: 5px 10px;
    -moz-border-radius: 5px;
}
#pager a:hover
{
    color: #fff;
    background: #0E4263;
    border-color: #000;
}
#pager a.activeSlide, #pager a:focus
{
    color: #fff;
    background: #0E4263;
    border: 1px solid #fff;
}

/*********************************/
/* Features - Image Rotator End */
/*********************************/


/*********************/
/* Sidebar 1 */
/*********************/

#sidebar1
{
    float: left;
}
#sidebar1 a:hover
{
    color: #F19325;
}

.sidebar1
{
    float: left;
    width: 139px;
    padding: 0;
    font-size: 1.2em;
}

.sidebar1 ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar1 li
{
    padding: 0px 0 0px 0;
}

.sidebar1 li ul
{
}

.sidebar1 li li
{
    margin: 10px 5px 0px 5px;
    padding: 0px 0px;
}


.sidebar1 li h2
{
    height: 30px;
    margin: 0 0 0 0;
    padding: 10px 5px 0px 5px;
    background: #0033ff url(../images/nav_bg.png) repeat left top;
    font-size: 16px;
    color: #FFFFFF;
}

/*********************/
/* Sidebar 1 */
/*********************/
#sidebar2
{
    float: right;
}
#sidebar2 a:hover
{
    color: #F19325;
}

.sidebar
{
    float: left;
    width: 239px;
    padding: 0;
    font-size: 12px;
}

.sidebar ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar li
{
    padding: 0 0 20px 0;
}

.sidebar li ul
{
}

.sidebar li li
{
    margin: 0 20px 0 15px;
    padding: 8px 0px;
    border-bottom: 1px #BBBBBB dashed;
}


.sidebar li h2
{
    height: 30px;
    margin: 0 0 0 0;
    padding: 10px 15px 0px 15px;
    background: #0033ff url(../images/nav_bg.png) repeat left top;
    font-size: 16px;
    color: #FFFFFF;
}


/**************************************************/
/* Date and Month Calendar Icons for Recent News */
/**************************************************/

.date
{
    background: #E6F6FF;
    border: 1px solid #C5E6F9;
    width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    font: bold 16px Georgia, "Times New Roman" , Times, serif; /*   margin: 0 10px 20px 0;*/
    -moz-border-radius: 5px;
}
.month
{
    background: #0E4263;
    color: #fff;
    display: block; /* margin-bottom: 5px;*/
    text-transform: uppercase;
    font-weight: bold; /* padding-bottom: 2px;*/
    text-align: center;
}

#calendar
{
    position: relative;
    margin-top: 20px;
}

#contact
{
    position: relative;
    margin-top: 20px;
}
#calendar h3
{
    border-bottom: 1px dotted #ccc;
    line-height: 1.4em;
    margin: 0px 0px 10px 0px;
}
#contact h3
{
    border-bottom: 1px dotted #ccc;
    line-height: 1.4em;
    margin: 0px 0px 10px 0px;
}

#calendar ul
{
    margin: 0px;
    position: relative;
}
#calendar ul li
{
    list-style-type: none;
    clear: left;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.2em;
}
#calendar ul ul
{
    float: right;
    position: absolute;
    left: 60px;
    width: 500px; /* uncomment for two columns width: 170px;*/
}
#calendar li li
{
    margin-bottom: 5px;
    display: inline; /*remove inline for two columns*/
}
#calendar ul li ul
{
    overflow: auto;
    height: 60px;
}
/*add height to list of events, if info is too long, scroll bar will appear*/
#calendar .more
{
    position: absolute;
    top: 5px;
    right: 20px;
}
/*#calendar a:hover*/
.calendarhover
{
    color: #F19325;
}

.container_12
{
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    padding-top: 20px;
}

.grid_3
{
    display: inline;
    float: left;
    position: relative;
    padding-left: 9px;
    padding-right: 9px;
    margin-top: 0px;
}

.grid_4
{
    display: inline;
    float: left;
    position: relative;
    padding-left: 9px;
    padding-right: 9px;
    margin-top: 0px;
}

.container_12 .grid_3
{
    width: 195px;
    top: 0px;
    left: 0px;
}

.container_12 .grid_4
{
    width: 303px;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/



#finder li
{
    list-style-type: none;
}
#finder ul
{
    margin-left: 0px;
    margin-top: 0px;
    height: 10px;
    padding-top: 0px;
}
#finder ul li
{
    float: left;
    border-left: 1px solid #ccc;
    border-color: rgb(126, 133, 149);
    padding: 0 12px;
    line-height: 1em;
}
#finder li:first-child
{
    border: 0;
}
#finder a
{
    font-size: 10px;
    color: #EEEEEE;
    border: 0;
}
#finder a:hover, #finder a:focus
{
    color: #F19325;
    border-bottom: 1px solid #EEEEEE;
}


/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear
{
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after
{
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix
{
    display: inline-block;
}

* html .clearfix
{
    height: 1%;
}

.divLogin
{
    padding-top: 65px;
    padding-bottom: 65px;
}

.ContentDiv
{
    padding-top: 65px;
    padding-bottom: 65px;
    color: Black;
}

.smalltext
{
    font-size: small;
    color: Gray;
    margin: 0 auto;
    padding: 10px 5px;
    z-index: 1;
    width: 990px;
}

.pageheadings
{
    font-weight: bold;
    font-size: large;
}

.pagedetails
{
    margin: 0 auto;
    padding: 10px 5px;
    z-index: 1;
    width: 990px;
}

.divMain
{
    padding-top: 55px;
}


/*.clearfix {
	display: block;}
    */

.fade
{
    background: rgb(255,255,255);
    -webkit-transition: background 300ms ease-in 200ms; /* property duration timing-function delay */
    -moz-transition: background 300ms ease-in 200ms;
    -o-transition: background 300ms ease-in 200ms; /* transition: background 300ms ease-in 200ms;*/
}

/*******************************************
* Some common/generic styling              *
*******************************************/
.label
{
    font-size: 10pt;
    font-weight: bold;
    padding-top: .1pc;
}

.overheadLabel
{
    font-size: 8pt;
    display: block;
    padding-bottom: .2pc;
}

.data
{
    font-size: 10pt;
    margin-top: 2px;
}

.entryField
{
}

.row-1
{
    display: block;
    height: 1pc;
    clear: both;
}
.row-2
{
    display: block;
    height: 2pc;
    clear: both;
}
.row-3
{
    display: block;
    height: 3pc;
    clear: both;
}
.row-4
{
    display: block;
    height: 4pc;
    clear: both;
}
.row-5
{
    display: block;
    height: 5pc;
    clear: both;
}
.row-6
{
    display: block;
    height: 6pc;
    clear: both;
}
.row-7
{
    display: block;
    height: 7pc;
    clear: both;
}
.row-8
{
    display: block;
    height: 8pc;
    clear: both;
}
.row-9
{
    display: block;
    height: 9pc;
    clear: both;
}
.row-10
{
    display: block;
    height: 10pc;
    clear: both;
}

.cell-1
{
    float: left;
    width: 1pc;
}
.cell-2
{
    float: left;
    width: 2pc;
}
.cell-3
{
    float: left;
    width: 3pc;
}
.cell-4
{
    float: left;
    width: 4pc;
}
.cell-5
{
    float: left;
    width: 5pc;
}
.cell-6
{
    float: left;
    width: 6pc;
}
.cell-7
{
    float: left;
    width: 7pc;
}
.cell-8
{
    float: left;
    width: 8pc;
}
.cell-9
{
    float: left;
    width: 9pc;
}
.cell-10
{
    float: left;
    width: 10pc;
}
.cell-11
{
    float: left;
    width: 11pc;
}
.cell-12
{
    float: left;
    width: 12pc;
}
.cell-13
{
    float: left;
    width: 13pc;
}
.cell-14
{
    float: left;
    width: 14pc;
}
.cell-15
{
    float: left;
    width: 15pc;
}
.cell-16
{
    float: left;
    width: 16pc;
}
.cell-17
{
    float: left;
    width: 17pc;
}
.cell-18
{
    float: left;
    width: 18pc;
}
.cell-19
{
    float: left;
    width: 19pc;
}
.cell-20
{
    float: left;
    width: 20pc;
}
.cell-21
{
    float: left;
    width: 21pc;
}
.cell-22
{
    float: left;
    width: 22pc;
}
.cell-23
{
    float: left;
    width: 23pc;
}
.cell-24
{
    float: left;
    width: 24pc;
}
.cell-25
{
    float: left;
    width: 25pc;
}
.cell-26
{
    float: left;
    width: 26pc;
}
.cell-27
{
    float: left;
    width: 27pc;
}
.cell-28
{
    float: left;
    width: 28pc;
}
.cell-29
{
    float: left;
    width: 29pc;
}
.cell-30
{
    float: left;
    width: 30pc;
}
.cell-31
{
    float: left;
    width: 31pc;
}
.cell-32
{
    float: left;
    width: 32pc;
}
.cell-33
{
    float: left;
    width: 33pc;
}
.cell-34
{
    float: left;
    width: 34pc;
}
.cell-35
{
    float: left;
    width: 35pc;
}
.cell-36
{
    float: left;
    width: 36pc;
}
.cell-37
{
    float: left;
    width: 37pc;
}
.cell-38
{
    float: left;
    width: 38pc;
}
.cell-39
{
    float: left;
    width: 39pc;
}
.cell-40
{
    float: left;
    width: 40pc;
}
.cell-41
{
    float: left;
    width: 41pc;
}
.cell-42
{
    float: left;
    width: 42pc;
}
.cell-43
{
    float: left;
    width: 43pc;
}
.cell-44
{
    float: left;
    width: 44pc;
}
.cell-45
{
    float: left;
    width: 45pc;
}
.cell-46
{
    float: left;
    width: 46pc;
}
.cell-47
{
    float: left;
    width: 47pc;
}
.cell-48
{
    float: left;
    width: 48pc;
}
.cell-49
{
    float: left;
    width: 49pc;
}
.cell-50
{
    float: left;
    width: 50pc;
}


.modal-old
{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.modal-overlay, .modal-old .overlay
{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #D3D3D3;
    opacity: .6;
    filter: alpha(opacity=60);
    z-index: 9999;
}

.modal-old .popup
{
    position: absolute;
    z-index: 99999;
    overflow: auto;
    background-color: #FFF;
    font-size: 10pt;
    border: 2px solid black;
    height: auto;
    width: auto;
    top: 200px;
    left: 25%;
}

.fixedModalPopup
{
    position: fixed;
    overflow: auto;
    background-color: #FFF;
    border: 2px solid black;
    max-height: 400px;
    min-width: 30%;
    max-width: 60%;
    top: 200px;
    left: 30%;
    font-size: 10pt;
    z-index: 99999;
}

/* For forcing large strings to break, even without white space - needs the element to have a size specified */
.breakWord
{
    /* width: 100%; This is a default, and can be overridden inline on an element-by-element basis */ /*-ms-word-break: break-all; */ /*word-break: break-all;*/ /* Non standard for webkit */ /*word-break: break-word; */
    word-wrap: break-word;
    text-align: left;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.error
{
    color: Red;
}

.Error
{
    color: Red;
}

/* AjaxControlToolkit styling */
.ajax__tab_sao-theme .ajax__tab_header
{
    font-family: arial,helvetica,clean,sans-serif;
    font-size: medium;
    border-bottom: solid 3px #044973;
}
.ajax__tab_sao-theme .ajax__tab_header .ajax__tab_outer
{
    background-color: #fff;
    margin: 0px 0.16em 0px 0px;
    padding: 1px 0px 1px 0px;
    vertical-align: bottom;
    border: solid 1px #a3a3a3;
    border-bottom-width: 0px;
}
.ajax__tab_sao-theme .ajax__tab_header .ajax__tab_tab
{
    padding: 0.35em 0.75em;
    margin-right: 0.01em;
}
.ajax__tab_sao-theme .ajax__tab_hover .ajax__tab_outer
{
    background-color: #a9cdf5;
    color: #13365D;
}
.ajax__tab_sao-theme .ajax__tab_active .ajax__tab_tab
{
    color: #fff;
}
.ajax__tab_sao-theme .ajax__tab_active .ajax__tab_outer
{
    background-color: #044973;
    font-weight: bold;
    color: #fff;
}
.ajax__tab_sao-theme .ajax__tab_body
{
    padding: 0.25em 0.5em;
    border: solid 1px #808080;
    border-top-width: 0px;
}

.collapsedGrid 
{
    border: 0px none;
}

.collapsedGrid th:first-child, .collapsedGrid td:first-child
{
    border-top: 0px none;
}

.collapsedGrid th, .collapsedGrid td
{
    border-top: 1px solid #024771;
}

.parameters div
{
    margin-right: .5pc;
}


footer.l-footer .footer-title {
    font-size: 12px;
    font-weight: bold;
    font-family: "Tahoma",Geneva,Arial,sans-serif;
}
