﻿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: Calibri, Tahoma, Verdana; 
    color: #444444; 
    font-weight: bold; 
    text-shadow: 0px 1px 0px #fff;
    font-size:18pt;
}


#footer {    
    height: 20px;
    background: #6db3f2;
    background: -moz-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
    background: -webkit-linear-gradient(top, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);
    background: linear-gradient(to bottom, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 );
    text-align:center;
    margin-bottom: 0px;
    position:absolute;
    bottom:0px;
    width: 100%;
}



.textbox, input[type=text],  input[type=password]{ 
    font-family: Tahoma, Verdana, Calibri;
    font-size: 11px;
    border: none;
}

.textbox:read-only, .textbox:-moz-read-only { 
    background-color: #f5f5f5;        
    padding: 2px;
    border: none;
}

.combobox { 
    font-family: Tahoma, Verdana, Calibri;
    font-size: 11px;
    margin-left: 0px;
    border-radius: 3px;
    padding: 4px;
    height: 25px;
    border: 1px solid gray;
}

.checkbox {
	-webkit-appearance: none;
    -moz-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
}

.checkbox:active, .checkbox:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.checkbox:checked {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}

.checkbox:checked:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #99a1a7;
}

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, INPUT[type=button],INPUT[type=submit] {
    display: inline-block;
    width: 98px;
    height: 30px;

    border:1px solid #d7dada; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:11px;font-family:Tahoma, Verdana, Calibri; padding: 7px 7px 7px 7px; text-decoration:none; display:inline-block;text-shadow: 1px 1px 0 rgba(0,0,0,0.3); color: #000000;
    background-color: #f4f5f5; background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
    background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
}

button:hover:enabled, INPUT[type=button]:hover:enabled, INPUT[type=submit]:hover:enabled {
    border: 1px solid #bfc4c4;
    background-color: #d9dddd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9dddd), to(#c6c3c3));
    background-image: -webkit-linear-gradient(top, #d9dddd, #c6c3c3);
    background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);
    background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);
    background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);
    background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d9dddd, endColorstr=#c6c3c3);
}

button img {
   vertical-align: middle;
}

button span {
    margin-left: 5px;
}

/* navigation bar */
.navbar {
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
    width: 100%;
    background-color: #4169E1;
    height: 25px;
    border-top: 1px solid #4189E1;
    border-bottom: 1px solid gray;
}

.navbar ul li:hover > a {
    background-color: #4189E1;
    color: #fff;
}

.greeting {
    color: #b9e0ff;
    padding: 4px;
    height: 22px;
    margin-right: 16px;
    display: inline-block;
    float: right;
}

.greeting span {
    color: #b9e0ff;
}

.greeting a {
   position: relative;
   top: 1px;
   height: 22px;
   color: #b9e0ff;
   display: inline;
   text-decoration: none;
   padding: 4px 4px 4px 10px;
}

.greeting a:hover {
   	color: #fff;
    background-color: #4189E1;    
}

.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: 5px;
}

.gridtable1 tbody tr:nth-child(even) {
    background: rgb(230, 230, 247);
}

.gridtable1 tbody 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 tbody tr td {
    border-color: silver;
    padding: 3px 3px;
}

.gridtable1 tr td a {
    color:#333;
    font-weight:bold;
}

.gridrowerror1 {
     background-color: lightpink !important;
}

.gridgroupheader {
    height: 26px;
    font-size: 20px; color: #444444; 
    font-weight: normal; 
    text-shadow: 0px 1px 0px #fff;   
}

.gridgroupheader td {
    background: rgb(207,231,250); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(207,231,250,1) 0%, rgba(99,147,193,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfe7fa', endColorstr='#6393c1',GradientType=0 ); /* IE6-9 */
}

.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;
}

.company {
    font-weight: bold;
    margin: 7px 2px 2px 7px;
    border: 1px solid;
    padding: 1px 5px 2px 4px;
}

.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;
}

.wrapinputedit {
    padding: 4px;
    background-color: Window;
    border: 1px solid gray;
    border-radius: 3px;
    display: inline-block;
}

*:focus {
    outline: none;
}




