﻿.body {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.Header {
    width: 100%;
    background-color: #182f49;
    height: 80px;
}

.HeaderHolder {
    width: 990px;
    margin: 0 auto;
}

.HeaderLogo {
    float: left;
    height: 80px;
    cursor: pointer;
}

.Logoimage {
    height: 87px;
    float: left;
    padding-top: 18.5px;
}

#OAMLogo {
    /* padding-left: 10px; */
    background-color: #182f49;
    /* height: 34px; */
    /* padding-top: 60px; */
    vertical-align: middle;
    text-align: center;
    color: #e6e4e4;
    font-family: Calibri;
    font-size: larger;
    padding: 5px;
}
/*
.LogoText
{
    height: 105.5px;
    float: left;
    text-align: left;
    margin-left: 20px;
    padding-top: 18.5px;
}


.TitleLogo
{
    
	font-family: Book Antiqua;
font-weight: bold;
font-variant: small-caps;
    font-size: 24px;
    color: #f5ffff;
    display: block;
}
*/

.LogoText {
    float: left;
    text-align: left;
    margin-left: 10px;
    padding-top: 18.5px;
    margin-top: 22px;
}

.TitleLogo {
    /*font-family: "Book Antiqua", serif;*/
    font-family: Calibri;
    font-variant: small-caps;
    font-weight: bold;
    font-size: 10pt;
    color: #f5ffff;
}

.OptionsHolder {
    /*width: 100%;*/
    background-color: #e6e4e4;
    height: 185px;
    /*display:table;*/
}

.Options {
    /*padding-left: 10px;*/
    padding-top: 10px;
    clear: both;
}

.left {
    width: 15%;
    float: left;
    text-align: left;
    padding-top: 10px;
}

.right {
    width: 70%;
    margin-left: 10px;
    float: left;
    padding-top: 10px;
}

.DateleftA {
    width: 15%;
    float: left;
    text-align: left;
    padding-top: 10px;
}

.DaterightA {
    margin-left: 10px;
    float: left;
    padding-top: 10px;
}

.DateleftB {
    width: 15%;
    float: left;
    text-align: left;
    padding-top: 10px;
    margin-left: 100px;
}

.DaterightB {
    margin-left: 10px;
    float: left;
    padding-top: 10px;
}
/*.OptionsX
{
	
	padding-top: 10px;
	float: none;
	
}
.OptionsY
{
	float: left;
	padding-top: 10px;
	
}*/

.spanText {
    width: 150px;
    font-family: Calibri;
    font-size: 1em;
    padding-left: 15px;
}
/*.styled-select {
   
           width: 150px;
   height: 30px;
   overflow: hidden;
   background: url('Images/Arrowhead-Down-01.png') no-repeat right #F6F1DB;
   border: 2px solid #7d6754;
   border-radius: 5px;
        }*/
.styled-select select {
    background: transparent;
    width: 370px;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    overflow: visible;
    -webkit-appearance: none;
}

.styled-select {
    width: 370px;
    height: 30px;
    /*overflow: hidden;*/
    background: #ddd url('Images/Arrowhead-Down-01.png') no-repeat right;
    border: 1px solid #ccc;
    -moz-appearance: none;
    -webkit-appearance: none;
}

select::-ms-expand {
    display: none;
}

[type=text] {
    background: transparent;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 1px solid #ccc;
    background: #ddd;
}

[type=submit] {
    background: transparent;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 1px solid #ccc;
    background: #ddd;
}

.CalendarCSS {
    background-color: #B9D4DF;
    color: #182F49;
}

.ajax__calendar_today {
    color: #FFFFFF;
    font-weight: bold;
}

.ajax__calendar_active {
    color: #FFFFFF;
    font-weight: bold;
    background-color: #182F49;
}



.ButtonHolder {
    height: 48px;
    line-height: 3;
    background-color: #EFEFEF;
    /*padding-left: 165px;*/
    text-align: center;
}

.GridviewHolder {
    /*padding-left: 10px;*/
    /*margin-left: 10px;*/
    /* width: 1009px; */
    overflow-y: auto;
    max-height: 340px;
    position: relative;
}

.footers {
    position: absolute;
}

.Grid {
    width: 100%; /*background-color: #F5F5F5;*/
    margin: 0px 0 10px 0; /*border: solid 1px #525252;*/ /*border-collapse: collapse;*/
    border: none;
    font-family: Calibri;
    color: #474747;
    background-color: #FFFFFF;
}

    .Grid td {
        padding: 2px;
        border: none;
        /*border: solid 1px #c1c1c1;*/
    }

    .Grid th {
        padding: 4px 2px;
        color: #182F49; /*border-left: solid 1px #525252;*/
        font-size: 0.9em;
        /*font-family: Arial, Helvetica, sans-serif;*/
        font-family: Calibri;
        border: none;
        text-align: left;
    }

    .Grid .alt {
        /*background: #E6E4E4 top;*/
        background-color: #FFFFFF;
        color: #182F49;
    }

        .Grid .alt:hover {
            background: #D0CCCC top;
            color: #182F49;
        }

    .Grid tr:hover {
        background: #D0CCCC top;
        color: #182F49;
    }
/*.Grid .pgr {background: #363670 url(Images/grid-pgr.png) repeat-x top; }
.Grid .pgr table { margin: 3px 0; }
.Grid .pgr td { border-width: 0; padding: 0 6px; border-left: solid 1px #666; font-weight: bold; color: #fff; line-height: 12px; }  
.Grid .pgr a { color: Gray; text-decoration: none; }
.Grid .pgr a:hover { color: #000; text-decoration: none; }*/
