﻿body {
    margin:0;    
    background-color: #f2f2f1;
    font-family: Tahoma, Verdana, Calibri; font-size: 11px;
}

#banner {
    height: 50px;
    background: rgb(215,225,237);
    background: -moz-linear-gradient(top, rgba(215,225,237,1) 0%, rgba(130,140,149,1) 85%, rgba(88,118,130,1) 100%);
    background: -webkit-linear-gradient(top, rgba(215,225,237,1) 0%,rgba(130,140,149,1) 85%,rgba(88,118,130,1) 100%);
    background: linear-gradient(to bottom, rgba(215,225,237,1) 0%,rgba(130,140,149,1) 85%,rgba(88,118,130,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7e1ed', endColorstr='#587682',GradientType=0 );
}

#body {
    height: 550px;
    width: 100%;
}

h2 {
    margin-left: 10px;
    font-family: Tahoma, Verdana, Calibri; 
    color: #444444; 
    font-weight: bold; 
    text-shadow: 0px 1px 0px #fff;
}


#footer {
    height: 16px;
    background: #edfcf3;
    background: -moz-linear-gradient(top, #edfcf3 15%, #32b49a 49%, #32b49a 79%, #32b49a 100%);
    background: -webkit-linear-gradient(top, #edfcf3 15%,#32b49a 49%,#32b49a 79%,#32b49a 100%);
    background: linear-gradient(to bottom, #edfcf3 15%,#32b49a 49%,#32b49a 79%,#32b49a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edfcf3', endColorstr='#32b49a',GradientType=0 );
    text-align:center;
    margin-bottom: 0px;
    position:absolute;
    bottom:0px;
    width: 100%;
}

.textbox { 
    font-family: Tahoma, Verdana, Calibri;
    font-size: 11px;
}

.textbox:read-only { 
    background-color: #f5f5f5;
    border-style: inset;
    border-width:thin;
    padding: 2px;
}
.textbox:-moz-read-only { 
    background-color: #f5f5f5;
    border-style: inset;
    border-width:thin;
    padding: 2px;
}

.combobox { 
    font-family: Tahoma, Verdana, Calibri;
    font-size: 11px;
    margin-left: 0px;
}

label {
    font-family: Tahoma, Verdana, Calibri; 
    font-size: 11px; color: #444444; 
    font-weight: normal; 
    text-shadow: 0px 1px 0px #fff;
}

.label {
    font-family: Tahoma, Verdana, Calibri; 
    font-size: 11px; color: #444444; 
    font-weight: normal; 
    text-shadow: 0px 1px 0px #fff;
}

.optional-label .label {
    font-style:italic;
}

.legend {
    font-family: Tahoma, Verdana, Calibri; 
    font-size: 11px; 
    color: #444444; 
    font-weight: normal; 
    text-shadow: 0px 1px 0px #fff;
}

.label-display {
    font-family: Tahoma, Verdana, Calibri; 
    font-size: 11px; 
    color: #444444; 
    font-weight: bold;
}

.legend_center { 
    width: 90%; 
    text-align: center; 
    border: 1px solid gray; 
    padding: 2px; 
    -moz-border-radius:7px; 
    -webkit-border-radius:7px; 
    border-radius: 7px; 
    color: #444444; 
    font-weight: normal; 
    text-shadow: 0px 1px 0px #fff; 
    font-family: Tahoma, Verdana, Calibri; 
    font-size: 11px;
}

INPUT[type=button],INPUT[type=submit] { 
    font-family: Tahoma, Verdana, Calibri;	
    font-size: 11px; 
    text-shadow: 0px 1px 0px #fff;
    min-width: 75px;
}

INPUT[type=radio], INPUT[type=checkbox] {
    font-family: Tahoma, Verdana, Calibri; 
    font-size: 11px; 
    color: #444444; 
    font-weight: normal; 
    text-shadow: 0px 1px 0px #fff;
}

SELECT {
    font-family: Tahoma, Verdana, Calibri; 
    font-size: 11px; 
    height:18px;
    margin-left: 19px;
    min-width: 150px;
}

FIELDSET { 
    border-radius:7px;  
    -webkit-border-radius:7px; 
    font-family: Tahoma, Verdana, Calibri; 
    font-size: 11px;
}

button {
    font-family: Tahoma, Verdana, Calibri;	
    font-size: 11px; 
    text-shadow: 0px 1px 0px #fff;
    width: 98px;
}

button img {
   vertical-align: middle;
}

button span {
    margin-left: 5px;
}

.navigation {
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
    width: 100%;
    background-color: #ECCF57 ;
    height: 25px;
    border-top: 1px solid #a19562;
    border-bottom: 1px solid gray;
}

.greeting {
    padding: 0px;
    margin-right: 16px;
    display: inline-block;
    float: right;
}

.greeting span {
    color: #444444;
    font-weight:bold;
}

.greeting a {
   display: inline-block;
   height: 22px;
   color: #000;
   text-decoration: none;
   padding-top:1px;
   padding: 5px 5px;
}

.greeting a:hover {
   	color: #000;
    background:#d5d5d5;
    box-shadow: inset 0 0.188em 0.500em rgba(0, 0, 0, 0.125);
}

.gridwindow1 { 
    height: 400px;
    overflow:auto; 
    border-bottom: solid 1px white; 
    border-top: solid 1px darkgray;
    border-left:solid 1px darkgray;
    border-right: solid 1px white;
    -moz-border-radius:5px; 
    -webkit-border-radius:5px; 
    border-radius: 5px;
    width: 100%;
}

.gridtable1 {
    border: 1px None #CCCCCC;
    color:black;
    font-family: Tahoma, Verdana, Calibri;
    font-size: 11px;
    background-color:White;
    border-collapse:collapse;
    width: 100%;
}

.gridtable1 tr th {
    color:white;
    background-color:#333333;
    font-weight:bold;
    padding: 3px;
}

.gridtable1 tr:nth-child(even) {
    background: rgb(230, 230, 247);
}

.gridtable1 tr:nth-child(odd) {
    background: white;
}

.gridtable1 tr th a {
    color:#FFF;
    font-weight:bold;
}

.gridtable1 tr th a:visited {
    color:#FFF;
    font-weight:bold;
}

.gridtable1 tr td {
    border-color: silver;
    padding-left: 3px;
    padding-right: 3px;
}

.gridtable1 tr td a {
    color:#333;
    font-weight:bold;
}

.gridcellmoneytext1 { 
    font-family: Tahoma, Verdana, Calibri;
    background-color: InfoBackground; 
    font-size: 11px; 
    text-align: right;
    margin-left:0px;
    width: 98%;
    min-width: 25px;
    border: 0px;    
}

.gridcelltext { 
    font-family: Tahoma, Verdana, Calibri; 
    font-size: 11px; 
}

.gridcellmoney1 { 
    font-family: Tahoma, Verdana, Calibri; 
    font-size: 11px; 
    text-align: right;  
}

.gridcellcentertext1 { 
    font-family: Tahoma, Verdana, Calibri;
    background-color: InfoBackground; 
    font-size: 11px; 
    text-align: center;
    margin-left:0px;
    width: 98%;
    border: 0px;    
}

.gridcellcenter1 { 
    font-family: Tahoma, Verdana, Calibri; 
    font-size: 11px; 
    text-align: center;  
}

.gridpager1 {
    color:#333;
}

.gridpager1 td a {
    color:#333;
    font-weight:bold;
    padding:2px;
}
.gridlink1 {
    color:#333;
    font-weight:bold;
}

.money { 
    font-family: Tahoma, Verdana, Calibri; 
    font-size: 11px; 
    text-align: right; 
}

a {
    color: royalblue;
}

.calendar-event a {
    color: white !important;
    background-color: red !important;
    background-image :none !important;
}

.validationitem {
    display: none;
}

.formviewheader {
    font-family: Calibri, Tahoma, Verdana;
    font-size: 14px;
    color: #444444;
    font-weight: bold;
    text-shadow: 0px 1px 0px #fff;
    margin: 0px;
}

.header-1 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #444444; 
    font-weight: 800;
    font-size: small;
    text-shadow: 0px 1px 0px #fff;
}

.gridselected1 {color:white;background-color:#666666;font-weight:bold;}
.gridselected1 a {color:white;text-shadow: -1px 0.8px 1px #777;}
.gridrow1 {color:white;background-color:white;font-weight:normal; color:black; font-family: Tahoma, Verdana, Calibri; font-size: 11px;}



