﻿html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}

body {  
   
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}



.navigation { padding-left: 15px; padding-right: 15px; font-size: 1.25em; padding-top: 15px;  }

.navigation .menu-item { border-top: solid 1px #D7D7D7; border-right: solid 1px #D7D7D7; border-left: solid 1px #D7D7D7; margin-right: 15px; float: left;
                         padding: 10px; background-color: white; font-weight: bold;
}

.navigation .menu-item a{text-decoration: none;}

.navigation .menu-item.unselected {background-color: #CDCDCD; color: #BBB; }

.navigation .menu-item.unselected a, .navigation .menu-item.unselected a:visited  {color: #666; font-weight: normal;}

div#body { 
 margin-left: 15px;
 margin-right: 15px;
 margin-top: 0px;
 margin-bottom: 15px;     
 border-bottom: solid 1px #D7D7D7; border-right: solid 1px #D7D7D7; border-left: solid 1px #D7D7D7;  
}

.main { 
    padding: 15px;
}

.header { 
    height: auto;
    padding: 15px;
    background-color: #F1F1F1;
    border-bottom: solid 2px #a0a0a0;
}

.title { float: left; font-size: 1.5em; font-weight: bold; }

.sign-out { float: right; }

.sign-out A { color: #6C6C6C; text-decoration: none; font-size: 1.5em;}

.clear { clear: both; }

.main { background-color: white; }

a:hover { text-decoration: underline; }

.search-box { 
    background-color: #F7F7F7;
    border: solid 1px #D7D7D7; 
    margin-bottom: 15px;
}

.search-box h2 { margin: 0; padding: 5px; background-color: #A7A7A7; color: white; }

table.grid-view { margin-top: 15px; border: solid 1px #606060; font-size: 0.9em;}

.grid-view .action {font-size: 0.9em; width: 60px;}

.grid-view th { background-color: #6e6e6e; color: white; padding: 4px; }

.grid-view th a { color: white; text-decoration: none; }

.form-container { border: 1px solid #6a6a6a; background-color: #F7F7F7; width: 1200px; }


.divider { margin-left: 10px; margin-right: 10px; background-color: #6a6a6a; height: 2px; margin-top: 10px; margin-bottom: 10px; }

.error-summary { color: #EE0000; }

.error {color: #EE0000; display: block;}

.dynamic-edit-form label.error {
    display: inline-block;
    padding-left: 10px;
}

input.error { display: inline-block;}

.recipients-table label.error {
    display: block;
    padding-left: 0px;
    font-size: 10px;
}

.notes-cell label.error {
    padding-left: 0px;
}

.recipients-table {
    border: 1px solid #666;
    margin-left: 5px;
    margin-top: 10px;
}

.recipients-table tbody td { vertical-align: top; }

.recipients-table thead tr { background-color: #666; color: #FFF;}

.recipients-table tbody tr:nth-child(even) {
   background: #DEDEDE;
}

#busyBackground {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;    
    background-color: #000;
    opacity: 0.25;
    display: none;
}

.busyMessage {
    width: 200px;
    padding: 50px;
    background-color: #FFF;
    color: #000;    
    margin-left: -125px;
    left: 50%;
    top: 50%;
    position: fixed;
    display:none;
}

.warnings {    
    color: #ee0000;
    padding-left: 5px;
}

td.err {
    background-color: #f8abab;
}

.b-space {
    margin-bottom: 15px;
    display: block;
}
