/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

body
{
    margin: 0px;
    padding: 0px;
    background-color: White;
    font-family: Arial Rounded MT Bold;
    font-size: 14px;
}

.ezRead
{
    line-height: 1.2em;
    letter-spacing: .1em;
}

a
{
    color: #06F;
}

.clear
{
    clear: both;
}

.clear0
{
    clear: both;
}

.borderBlack
{
    border: 1px solid black;
}

.floatleft
{
    float: left;
}

.floatright
{
    float: right;
}

.center
{
    text-align: center;
}

.hidden
{
    display: none;
}

.leftColumn
{
    width: 220px;
    float: left;
    background-color: inherit;
}

.rightColumn
{
    width: 280px;
    float: right;
    background-color: inherit;
}

.centerColumn
{
    margin-left: 240px;
    margin-right: 300px;
    background-color: inherit;
}

#Header
{
    margin: 6px 0px 16px 0px;
    padding: 10px 0px 10px 10px;
    border-bottom: solid #ddd 1px;
    background-color: White; /* #eeeeff;  */
    height: 60px; /*   min-width: 980px; */
    position: relative;
}
#footer
{ clear: both;
    position: fixed;
    bottom: 0px;
    width: 100%;
    text-align: center;
    font-size: 10pt;
    border-top: 1px black solid;
    background-color: white;
    font-family: Verdana, Geneva, sans-serif;
}
/*
#divBody
{
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    padding: 20px 00px;
    min-height: 800px;
    position: relative;  
}

#divFooter
{
    position: fixed;
    bottom: 0px;
    width: 100%;
    text-align: center;
    font-size: 10pt;
    border-top: 1px black solid;
    background-color: white;  
    font-family: Verdana, Geneva, sans-serif;
}


#divDatepicker
{
    position: relative;
    text-align: center;
}

*/


/**
 * GOOGLE SEARCH
 */
#googleSuggest
{
    display: none;
    position: absolute;
    clear: both;
    background-color: white;
    border: solid 1px gray;
    font-size: 14pt;
    margin-right: -2px;
}

.suggestOption
{
    padding: 2px 4px 2px 4px;
    cursor: default;
}
.selectedSuggestion
{
    background-color: silver;
}
#divSearchTitle
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 18pt;
    font-weight: bold;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: -4px;
    color: #49F;
    display: inline;
    position: relative;
}
#divSearch
{
    display: table; /* width: 700px; */
    margin-left: 14px;
    text-align: left;
    height: 50px;
    position: relative;
}
#txtSearch
{
    font-size: 14pt;
    width: 460px;
    border: 2px solid white;
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #666;
    margin: 5px 0px 5px 5px;
}
#btnSearch
{
    font-size: 14pt;
    margin: 5px 5px 5px 0px;
    height: 34px;
}



/**
 * Layout Helpers
 */

.loading
{
    display: block;
    background-image: url(/public/images/ajax-loader.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 100px;
}

.blockHeader
{
    background-color: White;
    border-bottom: solid 1px black;
    padding: 6px;
    text-align: left;
    color: #939;
    font-size: 14pt;
    font-weight: bold;
    position: relative;
}

.blockHeaderMore
{
    position: absolute;
    padding: 5px;
    right: 0px;
    top: 0px;
    font-size: 10pt;
}

.block
{
    margin: 15px 0px;
    color: #369;
    border: solid 1px Black;
    background-color: White;
}

.blockContent
{
    padding: 6px;
    background-color: White;
}
