﻿html
{
    font-size: 100%;
    height: 100%;
}
body
{
	font-size: 78%;
	font-family: Arial;
	height: 100%;
	padding: 0;
	margin: 0;
}
#m-h
{
    background: url(../Images/header_pix.jpg) repeat-x;
    height: 50px;
}
#m-h-r
{
    background: url(../Images/header_right.jpg) right center no-repeat;
    width: 600px;
    height: 50px;
}
#m-h-l
{
    background: url(../Images/header_left.jpg) no-repeat;
    float: left;
    width: 228px;
    height: 50px;
}
#m-state
{
    display: inline-block;
    margin-right: 30px;
}
#m-h-a
{
    display: inline-block;
    width: 130px;
    height: 25px;
    position: absolute;
    right: 26px;
    top: 20px;
}
#m-menu
{
    background-color: #BCDCE4;
    height: 25px;
}
#m-menu a
{
    line-height: 25px;
    margin-left: 10px;
    display: inline-block;
}
#m-menu ul, #m-menu li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#m-menu ul
{
    margin: 0 10px 0 0;
}
#m-menu li
{
    float: right;
}
#m-outer-top
{
    min-height: 100%;
}
#m-clear-footer
{
	height: 26px;
}
#m-outer-footer
{
	height: 22px;
	padding-top: 5px;
	clear: both;
	margin-top: -26px;
	background-color: #ECF6F8;
}
#m-content
{
    padding: 10px;
    width: 1000px;
    margin: 0 auto;
}
h1
{
    position: absolute;
    right: 370px;
    top: 26px;  
    font-size: 1.3em;
    color: #002A4A;
    margin: 0;
}
h2
{
    font-size: 1.2em;
}
dt, dd
{
    display: inline;
}
dt
{
    font-weight: bold;
}
dt, dd
{
    margin: 0;
    padding: 0;
}
dd span
{
    display: inline-block;
    margin: 0 5px 0 20px;
}
a:link, a:visited, a:active
{
    color: #002A4A;
    text-decoration: none;
}
a:hover, a:focus
{
    text-decoration: underline;
    color: #015A70;
}
a.a-under
{
    text-decoration: underline;
}
.grid
{
	border-collapse: collapse;
	width: 100%;
}
.grid td
{
	border: 0;
	padding: 5px 10px 5px 10px;
	text-align: right;
}
.grid th
{
	border: 0;
	padding: 5px 10px 5px 10px;
	text-align: right;
}
.grid .alternate
{
    background-color: #EDF9FB;
}
.grid th
{
    background-color: #E6F2F5;
}
.block
{
    margin-bottom: 10px;
}
button.close
{
    float: left;
}
.results
{
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    margin-bottom: 20px;
}
.searchbar
{
    background-color: #ECF6F8;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    margin-bottom: 20px;
}
.inner
{
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    margin-left: 10px;
    width: 270px;
    padding: 5px 10px 5px 10px;
    display: inline-block;
}
.block
{
    margin-bottom: 10px;
}
.cbx input
{
    display: inline-block;
    margin-left: 5px;
}
.inner-middle
{
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    margin: 0 auto;
    padding: 5px 10px 5px 10px;
}
.no-display
{
    display: none;
}
.btn
{
    font-weight: bold;
    font-size: 1em;
}
.d-odot {
    background: none repeat scroll 0 0 #D8EDF2;
    border: 1px solid #2F7994;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 1.2em;
    margin: 40px auto 0;
    padding: 0;
    width: 900px;
}
.h-odot {
    background: url("../Images/odot-px.jpg") repeat-x scroll 0 0 transparent;
    height: 29px;
    margin: 0 7px;
    padding: 0;
}
.t-odot {
    background-color: #EEF9FB;
    padding: 10px;
}
.b-odot {
    margin: 10px auto 0;
    text-align: center;
    width: 500px;
}