body
{
    background-color:#FFFFFF;
    margin-bottom:10px;
}

.Page
{
    background-color:#ffffff;
    max-width:960px; 
    border:solid 30px #eeeeee; 
    border-top:0px;
}

.Header
{
    min-height:100px;
    padding-top:10px;
    background-color: #ffffff;
}
.HeaderLogo
{
    width:300px;
    height:100px;
}
.HeaderBanner
{
    width:1px;
    font-weight:bold;
    color:#808080;
}
.HeaderStatus
{
    padding:4px;
    font-size:x-small;
    color:#808080;
}
.HeaderStatus a:link { color:#808080 }
.HeaderStatus a:visited { color:#808080 }
.HeaderStatus a:hover { color:#808080 }
.HeaderStatus a:active { color:#808080 }



.Menu {
	min-height: 45px;
	line-height: 45px;
    color: white;
    background-color: #3B438B;
}
.Menu a {
	padding: 0 0.9em;
}
.Menu a:link { color:white; text-decoration:none; }
.Menu a:visited { color:white; text-decoration:none; }
.Menu a:hover { color:white; text-decoration:underline; }
.Menu a:active { color:white; text-decoration:none; }



.navigation
{
    background-color:#eeeeee;
}

/* =Header Menu (Primary)
-------------------------------------------------------------- */
.menu {
	background-color: #585858;
	clear: both;
    margin: 0 auto;
    background-image: linear-gradient(top, #585858, #3d3d3d);
}

.menu, 
.menu ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu li {
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

.menu li:hover {
	white-space: normal;
	z-index: 10000;
}

.menu li li {
	float: none;
}

.menu ul {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 10;
}

.menu li:hover > ul {
	top: 100%;
	visibility: visible;
}

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.menu:after, 
.menu ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.menu, 
.menu ul {
	min-height: 0;
}

.menu ul,
.menu ul ul {
	margin: 0;
	padding: 0;
}

.menu ul li a:hover, 
.menu li li a:hover {
	color: #484848;
	text-decoration: none;
}

.menu ul {
    margin-top: 1px;
	min-width: 15em;
	width: auto;
}

.menu a {
	border-left: 1px solid #585858;
	color: #fff;
    cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: 700;
	height: 45px;
	line-height: 45px;
	margin: 0;
	padding: 0 0.9em;
	position: relative;
	text-decoration: none;
	text-shadow: 0 -1px 0 #000;
}

.menu a:hover {
	background-color: #808080;
	color: #fff;
    background-image: linear-gradient(top, #808080, #363636);
}

.menu .current_page_item a,
.menu .current-menu-item a {
	background-color: #343434;
}

.home .menu .current_page_item a {
    background: none;
	background-color: transparent;
    background-image: none;
    filter: none;
}

.menu li li {
	background: #fff;
	background-image: none;
	border: 1px solid #e5e5e5;
	color: #444;
	filter: none;
    margin: -1px 0 1px 0;
	width: auto;
}

.menu li li a {
	background: transparent !important;
	border: none;
	color: #444;
	font-size: 12px;
	font-weight: 400;
	height: auto;
	height: 20px;
	line-height: 20px;
	padding: 5px 10px;
	text-shadow: none;
	white-space: nowrap;
}

.menu li li a:hover {
	background: #f5f5f5 !important;
	background-image: none;
	border: none;
	color: #444;
	filter: none;
}

.menu ul > li + li {
	border-top: 0;
}

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.menu > li:first-child > a {
	border-left: none;
}

/* =Primary Main Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .menu ul {
	background: url(images/ie7-fix.gif) repeat;
}

.ie7 .menu li li a  {
    min-width: 100%;
}

#nav-bar {
	background-color: #3B438B;
	clear: both;
	margin: 0 auto;
}
#nav-bar a {
    font-size: larger;
    font-weight: normal;
	text-shadow: none;
}
#nav-bar a:hover {
	background-color: #3B438B;
    background-image: none;
    filter: none;
    text-decoration:underline;
}
#nav-bar .current_page_item a,
#nav-bar .current-menu-item a {
	background-color: #3B438B;
}
#nav-bar a {
    border-left: 1px solid #3B438B;
}
#nav-bar li li {
	background-color: #3B438B;
	background-image: none;
	color: White;
}
#nav-bar li li a {
	background: transparent !important;
	border: none;
	color: white;
}
#nav-bar li li a:hover {
	background: #3B438B !important;
	background-image: none;
	color: White;
    text-decoration:none;
}



.Content
{
    border-top: 20px solid #eeeeee;
    padding-top:20px;
}



.RadCalendar_Santrio .rcRow .rcToday
{
	border-color:#3B438B;
}
.RadCalendar_Santrio .rcRow .rcSelected
{
	border-color:#3B438B;
	background:#3B438B;
}
.RadCalendar_Santrio .rcRow .rcHover
{
	border-color:#3B438B;
	background:#3B438B;
}
.RadCalendarMonthView_Santrio .rcSelected a
{
	border-color:#3B438B;
	background:#3B438B;
	color:#fff;
}
.RadCalendarTimeView_Santrio td.rcSelected a
{
	border-color:#3B438B;
	background:#3B438B;
	color:#fff;
}
.RadCalendarTimeView_Santrio td.rcHover a
{
	border-color:#3B438B;
	background:#3B438B;
	color:#fff;
}
div.RadComboBox_Santrio .rcbHovered .rcbArrowCell,
div.RadComboBox_Santrio .rcbHovered .rcbInputCell { border-color: #3B438B; }
div.RadComboBox_Santrio .rcbFocused .rcbArrowCell,
div.RadComboBox_Santrio .rcbFocused .rcbInputCell { border-color: #3B438B; }
div.RadComboBoxDropDown_Santrio .rcbHovered
{
	background: #3B438B;
	color: #fff;
	border: 1px solid #3B438B;
	padding: 1px 5px;
}
.RadGrid_Santrio .rgRow a,
.RadGrid_Santrio .rgAltRow a,
.RadGrid_Santrio tr.rgEditRow a,
.RadGrid_Santrio .rgFooter a,
.RadGrid_Santrio .rgEditForm a
{
	color:#3B438B;
}
.RadGrid_Santrio .rgSelectedRow
{
    background:#3B438B;
    color:#fff;
}
*+html .RadGrid_Santrio .rgSelectedRow .rgSorted{background-color:#3B438B}
* html .RadGrid_Santrio .rgSelectedRow .rgSorted{background-color:#3B438B}
.RadGrid_Santrio .rgSelectedRow td,
.RadGrid_Santrio .rgSelectedRow td.rgSorted
{
	border-color:#3B438B #3B438B;
}
html body .RadInput_Santrio .riHover,
html body .RadInput_Hover_Santrio
{
	border-color:#3B438B;
}
html body .RadInput_Santrio .riFocused,
html body .RadInput_Focused_Santrio
{
	border-color:#3B438B;
}
.RadMenu_Santrio .rmItem a.rmLink:hover,
.RadMenu_Santrio .rmItem a.rmFocused,
.RadMenu_Santrio .rmItem a.rmSelected
{
	background: #3B438B;
	border: 1px solid #3B438B;
	color: #fff;
	padding: 0 11px;
}
.RadTabStrip_Santrio .rtsLink:hover
{
	background: #3B438B;
	border-color: #3B438B;
	color: #fff;
}
.RadTreeView_Santrio .rtHover .rtIn
{
	color: #fff;
	border-color: #3B438B;
	background-color: #3B438B;
}
.RadTreeView_Santrio .rtSelected .rtIn
{
	color: #fff;
	border-color: #3B438B;
	background-color: #3B438B;
}
div.RadWindow_Santrio .rwDialogInput:hover
{
	border: solid 1px #3B438B;
}
div.RadWindow_Santrio a.rwPopupButton:hover
{
    background: #3B438B;
    border-color: #3B438B;
}
div.RadWindow_Santrio a.rwCancel span span,
div.RadWindow_Santrio a.rwCancel:hover span span
{
    color: #3B438B;
    text-decoration: underline;
}



.Footer
{
    color:#777777;
    background-color:#eeeeee;
}
