﻿.button, .calendar-header, .menu-header {
	background-color: #3D5795;
}

th, div.RadGrid_Default table tr th.rgHeader {
    background: #3D5795 url( '/Images/grid-header.gif' ) repeat-x;
}

.RadGrid_Default .rgHeaderDiv {
    margin-right: 0px !important;
    padding-right: 0px !important;
    width: 100% !important;
}

.table th {
    padding: 5px 0;
}

.table {
    border: 1px solid #828282;
}

div.RadGrid_Default table tr th.rgHeader,
div.RadGrid_Default table tr th.rgHeader a:link, 
th, th a:link, .menu-header, .calendar-header,
#navigation a:hover {
	color: #FFF;
}

div.RadGrid_Default table tr td a:link, div.RadGrid_Default table tr td a:visited {
    color: #3D5795;
}

h1, #navigation li a, #navigation li:hover li a {
	color: #2D367C;
}

#navigation a:hover, #navigation li.selected a {
	background: #3D5795 url( /images/menu-on.gif ) right top no-repeat;
	color: #FFF;
}

h5, a:link, a:visited, .calendar-weekday,
.autocomplete-li, .news-title, .event-title  {
	color: #3D5795;
}

#welcome, #offices ul a {
	color: #004B93;
}

.autocomplete-highlight {
	background-color: #3D5795;
}

.button-gray {
	background-color: #CFCFCF;
	color: #000;
}

.calendar-weekday {
	background-color: #FFF;
}

.calendar-day {
	background-color: #FFF;
	color: #3D5795;
}

.filter {
    border: 1px solid #D9D9D9;
    color: #FFF;
    background: #3D5795;
}

.filter-label {
    color: #FFFFA7;
}

.chart-label {
    color: #3D5795;
}

.header, .footer, .confirm-header {
	background-color: #3D5795;
	color: #FFF;    
}

.header, .confirm-header {
	border-bottom: 1px solid #3D5795;
}

.footer {
	border-top: 1px solid #3D5795;
}

.grid, .block-content, .block-content-footer, .shaded, .outline, .textbox, textarea, .riTextBox, .axaShaded {
	border: 1px solid #3D5795 !important;
}

.highlight {
	background-color: #FFFFCC;
}

.textbox:hover, textarea:hover, .riTextBox:hover {
    background: #F0F2F7;
}

.textbox:focus, textarea:focus, .riTextBox:focus {
    background: #D5DBE8;
}

.tab-vertical-right {
    border-left: 1px solid #898C95;
}