﻿/*********************************
Add any client-specific style in here - this stylesheet appears after the main 
stylesheet in the page, so you can override rules in that here...
*********************************/

body
{
	font-size: 0.75em;
}

#LoggedOutWrapper
{
	width: 984px;
}

#Wrapper
{
	width: 100%;
	background-image: none;
}

#Header
{
	padding: 0px;
}

#Navigation
{
	background-color: #fdf9ed;
}

#NavigationTree
{
	font-weight: bold;
}

#NavigationTree li
{
	border: none;
	background-color: Transparent;
}

#NavigationTree li a.Open 
{	
	background-color: Transparent;
}

#NavigationTree ul ul
{
	border-top: none
}

#NavigationTree li li a 
{
	background-color:Transparent !important;
	font-weight: normal;
}

#ContentWrapper
{
	float: left;
}

#Footer
{
	margin-top: 0px;
}

.Banner
{
	height: 109px;
	background-image: url(BannerBg.jpg);
	background-repeat: repeat-x;
}

.CategoryFilterOptions div.RowWrapper
{
	clear: both;
	
}

.CategoryFilterOptions div.Category
{
	float: left;
	width: 157px;
	padding-right: 0px;
	padding-bottom: 10px;
	font-size: 0.9em;
}

.CategoryFilterOptions div.Category a
{
	display: block;
	width: 152px;
	margin-bottom: 12px;
}

.CategoryFilterOptions div.Category a img
{
	border: solid 1px #e7e9ea;
}

table.Form td.FormSectionHeading
{
	background-color: #EEF2FA;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.Hidden
{
	position:absolute;
	font-size:1px;
	text-decoration:none;
	left:-10000px;
}

.FormRequiredFields
{
	background: url(/Images/IconMandatory.gif) no-repeat right top;
	display:block;
	width:200px;
}

/* Color overrides for minimum contrast ratiorequirement */

table.Form div.Info
{
	color:#4F4F4F;
}

a
{
	color:#00589F;
}

.Notation,
table.Listing thead th,
table.Listing thead th a,
.HierarchyListHeader
{
	color:#4A4F4F;
}

.Editable, span.StatusActive, .Positive
{
	color:#060;
}

.EditingInProgress, span.StatusPending, span.CustomOccurrence
{
	color:#8F6408;
}

span.StatusDisabled, .Negative
{
	color:#990000;
}

/* Breadcrumb */

.Breadcrumb
{
	padding:15px 0px 5px 0px;
}

.DaruHelp ol li
{
	padding-bottom: 24px;
}

.DaruHelp .HelpImage
{
	padding-top: 12px;
}
