.btnnormal {
background-color:#006C6F;
color:White;
}

.btndisabled {
background-color:Silver;
}

body {
background-color:#f1f1f1;
}

div {
margin-left:auto;
margin-right:auto;
}

.divAdminMenu {
background-color:silver;
padding-top:5px;
padding-bottom:5px;
padding-left:5px;
}

.lnkAdminMenuItem {
font-size:1.12em;
font-weight:bold;
line-height:1.3em;
margin-top:0;
margin-bottom:.2em;
color:InactiveCaption;
background-color:Silver;
}

.lnkAdminMenuItemSelected {
font-size:1.16em;
font-weight:bold;
line-height:1.3em;
margin-top:0;
margin-bottom:.2em;
background-color:Silver;
color:#006c70;
}

SearchType {
color:#006a70;
text-decoration:none;
}

FirstSearchResultHeader {
color:#006a70;
font-weight:bold;
}

.GridClass td {
border-color:Silver;
}

.ExplanationLink {
color:#006c70;
text-decoration:none;
font-size:.91em;
font-weight:normal;
cursor:pointer;
}

.MenuCell {
background-color:White;
color:#006c70;
text-align:center;
height:25px;
font-size:x-small;
border-color:White White Black;
border-style:solid;
border-width:1px;
}

.MenuCellSearch {
background-color:White;
color:#006c70;
text-align:center;
height:25px;
font-size:x-small;
border-color:White;
border-style:solid;
border-width:1px;
}

.MenuCellSelected {
color:black;
background-color:White;
font-weight:bold;
font-size:x-small;
border-color:Black Black White;
border-style:solid;
border-width:1px;
}

.MenuCellSelectedSearch {
color:black;
background-color:White;
font-weight:bold;
font-size:x-small;
border-color: White;
border-style:solid;
border-width:1px;
}

.Canvas {
background-color:White;
font-size:x-small;
border-left:1px solid white;
border-bottom:1px solid white;
border-right:1px solid white;
}

/* This is the style for the trigger icon. The margin-bottom value causes the icon to shift down to center it. */
.ui-datepicker-trigger,.ui_date_field 
{
    vertical-align: middle;                             
}

/* Fix for IE8: proper alignment of gridview column header. Without this, gridview headers are centered. */
 .GridClass th a { float: left; }
