/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/

fieldset {
  
    margin: 0 0 1.5em;
    padding: 0 1.4em 1.4em;
}
legend {
    font-size: 1.2em;
    font-weight: bold;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav, 
#menucontainer {
    margin-top: 40px;
}

div#title
{
    display: block;
    float: left;
    text-align: left;
    padding-left: 200px;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link {
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: white;
    text-decoration: none;
}

/* 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;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}



#map_canvas { height: 400px;}


#wrapper
{
    
   height: 666px;
}
    
    #rightCol
{
    width: 48%;
    float: left;
    margin-left: 2%;
}

    #azContent .AZnavBox a
        {
            border: 1px solid #DEDEDE;
            display: block;
            float: left;
            font-size: 0.8em;
            line-height: normal;
            margin: 0 2px;
            padding: 2px 6px;
            width: 10px;
        }
        
        #azContent .AZnavBox a:hover, #azContent .topLink:hover,  #azContent a:hover
        {
            background: none repeat scroll 0 0 #BE0F34;
            color: #FFFFFF !important;
        }
        
        #azContent .letterHead
        {
            border-bottom: 1px solid #DEDEDE;
            clear: both;
            display: block;
            height: 25px;
            margin-bottom: 10px;
            padding: 0 5px;
         
    margin-top: 10px;
   
        }
        #azContent h3.letter
        {
            float: left;
            font-size: 2em;
            margin: -12px 0 0;
            padding: 0 !important;
            line-height: 1.5em;
        }
       
        #azContent .topLink
        {
            float: right;
        }
        
        
        #azContent ul { 
            list-style-type: none;
             text-indent: 20px;
        }

        #azContent li{
    padding: 4px 2px;
}



/*--------Form ------------*/

#formclick { margin-top: 20px; }
#window h3 { font-weight: normal; font-size: 1em; border-bottom: 1px solid #ccc; color: #ff0000;}
#window label { display: inline-block;  width: 90px; text-align: right; }
.k-textbox { width: 11.8em; }
#window ul { list-style-type: none; margin: 0; padding: 0; }
#window li { margin: 10px 0 0 0; }

.accept, .status { padding-left: 90px; }
.validform { color: green; }
.invalidform { color: red; }
span.k-tooltip { margin-left: 6px;}
#window textarea { width: 70%; }

.k-window {
border-color: #D1D4DB !important;
}

.searchWrapper {

    background-color: #d1d4db;
    border: 1px solid rgba(0, 0, 0,0.03);
    margin-bottom: 20px;
    min-height: 20px;
    padding: 20px;
}

.searchInput {

padding-top:10px;

}

.feedback {
padding-top:40px;
margin-left:100px
}

.searchOptions {
    margin:0px !important;
}

.searchOptions li {

list-style: none;
margin:0px;
padding:0px;
}

.more {

 background-color:  #aa0000 !important;
 color: #ffffff !important;

}

.ui-autocomplete-loading {
    background: url("images/ui-anim_basic_16x16.gif") no-repeat scroll center #FFFFFF;
}