html, body
{
    font-family:arial;
    font-size:12pt;
    background:#fff;
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.header
{
    background:#fff;
    padding-top:5px;
    border-bottom:1px solid #3366C9;
}

.logo
{
    padding-left:20px;
}

.content
{
    background:#fff;
    padding-top:10px;
}

.content h2 {
    /* margin:0px; */
}

.prefooter{
    background:#fff;
    min-height: 100px;
}

.prefooter img {
    max-height: 75px;
}

.footer
{
    background:#1668B0;
    min-height:50px;
    color:#fff;
    text-align:center;
    padding-top:20px;
}

.footer a
{
    text-decoration: none;
    color:#fff;
}

.circle {
    cursor:pointer;
    padding-top:15px;
    margin:auto auto;
    width: 100px;
    height: 40px; 
    background:#1668B0;
    text-align:center;
    border-radius: 90px 90px 0 0;
    -moz-border-radius: 90px 90px 0 0;
    -webkit-border-radius: 90px 90px 0 0;
}

.arrowup
{
    font-size:20pt;color:#fff;
}

.roundwhite
{
    background:#fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.pointer {
    cursor:pointer;
}

.md-content {
    background: rgba(0, 0, 0, 0) linear-gradient(#f6f6f6 0px, #ffffff 50px) repeat scroll 0 0;
    border: 1px solid #dddddd;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    margin: 15px auto 30px;
    padding: 20px 15px 15px;
    width: 100%;
    min-height:200px;
}

.searchresult {
    width:200px;
    display:none;
    width:100%;
    z-index:1000;
    position:absolute;
    right:0;
    top:40px;
    text-align:left;
    background:#fff;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    border:1px solid #CCC;
    -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
}

.searchbox {
    width:200px;
}

.li-border li {
    padding:5px;
    border-bottom:1px solid #ccc;
    font-size:10pt;
}

