div.inputwrapper label
{
    width: 200px;
    display: inline-block;
}

div.main_nav
{
    position: fixed;
    top: 0px;
    right: 0px;
    padding-right: 10px;
    background-color: rgba(200,200,200,0.7);
    font-size: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
}

table.odd_even_row_alternate_color tbody tr:nth-child(2n) 
{
    background: #FFFFFF;
}

table.odd_even_row_alternate_color tbody tr:nth-child(2n+1) 
{
    background: #EEEEEE;
}

table thead tr
{
	background-color: #BBBBBB;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
table th
{
    color: #DDD;
    background-color: #707070;
    font-size: 12px;
    font-weight: bold;
    /*padding: 5px 10px;*/
    padding: 0px;
    text-align: center;
    text-shadow: none;
    font-family: Times; 
    font-style: italic;
    border-right: 2px solid white-smoke;
}

table th>select
{
    color: black;
    background-color: white;
    font-size: 12px;
    font-weight: bold;
    /*padding: 5px 10px;*/
    padding: 0px;
    text-align: center;
    text-shadow: none;
    font-family: Times; 
    font-style: italic;
    border-right: 2px solid white-smoke;
}

table th>select.filter, table th>select.sort
{
    font-size: 14px;
    font-weight: normal;
    padding: 0px 0px;
    color: #000000;
}

table th>select.sort
{
    font-size: 14px;
    font-weight: normal;
    padding: 0px 0px;
    color: rgba(255,255,255,0.001);
    height:0px;
    overflow:hidden;
}



table, table > thead
{
    background-color: transparent;
}


table tr:first-child th
{
    border-left: 1px solid #707070;
    /*border-spacing: 2px;*/
}

table tr:first-child th:first-child
{
    /*border-top-left-radius: 5px;*/
}

table tr:first-child th:last-child
{
    border-top-right-radius: 5px;
    
}

table.data
{
    margin-left:auto;
    margin-right:auto;
    border-spacing: 0px;
    border-collapse: collapse;
    padding: 5px 20px;
    font-size: 10px;
    font-style: italic;
    font-weight: bold;
    font-family: Times New Roman,Arial;
    text-shadow: none;    
    width: 100%;
}

table td, table th
{
    border: 1px solid gray;
}

div.main_nav a.user
{
    text-decoration:none;
    padding-left:50px;
    font-style:italic;
}

select.form
{
    height:2em;
    padding-top:0px;
    padding-bottom:0px;
}

input.form
{
    height:1.5em;
    padding-top:0px;
    padding-bottom:0px;
}

input.error_required, select.error_required, textarea.error_required, .error_format
{
    background-color: #FFEEEE;
    border-radius:5px;
    border:1px solid #FF9999;
}

input.submit
{
    height:32px;
    margin-top:10px;
}

.paginate
{
   min-width:40px;
}

table td
{
    max-width:200px;
    word-wrap: break-word;
}

.ascending
{
    height: 24px;
    padding-left:18px;
    padding-top:2px;
    background-repeat: no-repeat;
    background-position: 5px 50%;
    background-image: url(../images/ascending.png);
    text-decoration: none;
    -webkit-appearance: none;
}

.descending
{
    height: 24px;
    padding-left:18px;
    padding-top:2px;
    background-repeat: no-repeat;
    background-position: 5px 50%;
    background-image: url(../images/descending.png);
    text-decoration: none;
    -webkit-appearance: none;
}


.unsorted
{
    height: 24px;
    padding-left:18px;
    padding-top:2px;
    background-repeat: no-repeat;
    background-position: 5px 50%;
    background-image: url(../images/sort.png);
    text-decoration: none;
    -webkit-appearance: none;
}

a.toggle_sort
{
    color: #DDD;
    font-size: 12px;
    font-weight: bold;
}

input.date
{
    height:12px;width:100px;
}

div.search-div
{
   max-height:24px;
   border-radius:5px;
   border:1px solid #888888;
   padding-left:16px;
   background-image: url(../images/search_icon.png);
   background-repeat: no-repeat;
   background-position: 5px 50%;
   margin-left:auto;
   margin-right:auto;
}

#clear_origination
{
   border:0px solid #888888;
   padding-left:16px;
   background-image: url(../images/reset.png);
   background-repeat: no-repeat;
   background-position: 5px 50%;
   background-color:transparent;
   vertical-align:middle;
   margin-bottom:3px;
}

.input_email
{
    max-width:300px;
}

.header
{
    width:100%;
    background: #EEEEEE;
    margin:0px;
    padding:10px 10px 10px 10px;
    font-size:20px;
    font-weight:bold;
}

.content
{
    margin:10px 10px 10px 10px;
}

body
{
    margin:0px;
}

.hanger
{
    position:fixed;top:0px;width:90%;margin-left:5%;margin-right:5%;background:#66AEFF;
    display:none;
    padding:5px 10px;
}

form.statistics table td
{
    text-align:center;
}

input.search_text
{
    width: 50%;
    font-size: 8px;
    line-height: 1em;
}

.click_action
{
    white-space:nowrap;
}

.button
{
    font-size:12px;
    padding:0px 0px;
}

.button:hover
{
    background-color:gray;
    color:white;
    border-radius:5px;
}

div.submitter:hover
{
    cursor:grab;
}

.option_indicator
{
    margin-left:20px;
    display:inline-block;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    width:20px;height:20px;
    vertical-align:top;
}

.option_label
{
    width:10px;
    display:inline-block;
    font-size:12px;
    line-height:1.7em;
}

.boxed
{
    background-color:#DDD;
    padding:2px 2px;
}

.sticky_options
{
	position:fixed;
	top:25px;
	left:10px;
	background-color:white;
  z-index:3000;
}

#relief_fields
{
  display:inline-block;
}
