﻿body
{
	color: #000;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0;
	margin: 0;
}

table
{
	border-collapse: collapse;
}

a:link, a:visited
{
	color: #00f;
}


h1, h2, h3
{
	color: #600;
	font-weight: normal;
	font-size: 1.5em;
	padding: 0;
	margin: .1em 0 0.8em 0;
}

h1
{
	margin-top: 0;
}

h2
{
	font-size: 1.3em;
}

h3
{
	font-size: 1.2em;
}

td
{
	padding: 0px;
}

.LogoText
{
	font-family: Arial;
	font-weight: bold;
	color: #00f;
}

.LogoText:link
{
	font-family: Arial;
	font-weight: bold;
	color: #00f;
}

.LogoText:hover
{
	font-family: Arial;
	font-weight: bold;
	color: #f00;
}

.Logo
{
	background-repeat: no-repeat;
	height: 76px;
}

#Sidebar {
	width: 220px;
}

#Sidebar div.Container {

	background-color: #f5f5f5;
	border: solid 1px #888;
	padding: 5px;
	margin: 0 0 15px 0;
}


#Sidebar div.Container h3 {
	text-align: center;
}

div#ContentWrap {
	padding: 15px 15px 20px 15px;
	background-color: #fff;
	min-height: 400px;
}

div#Content {
	margin: 0 25px 0 25px;
}


div.LongCopy {

	width: 600px;
	padding-right: 3em;
}

/* MainMenu */

#MainMenu
{
	border-top: solid 1px #777;
	background: url(/Images/UI/_Cake/MenuBackground.jpg);
	width: 100%;
	text-align: left;
}

#MainMenu .AccountMenuContainer
{
	text-align: right;
}

#MainMenu .Menu
{
	width: 675px;
}

#MainMenu .AccountMenu
{
	width: 280px;
	text-align: left;
}

#MainMenu .AspNetMenu
{
/*	height: 16px;*/
	margin-left: 35px;
	border-left: 1px solid #ccc;
}

#MainMenu .AccountMenu .AspNetMenu
{
	border-left: none;
}

#MainMenu .AspNetMenu li
{
	border-right: 1px solid #ccc;
}

#MainMenu .AspNetMenuLink
{
	font: 11px Arial;
	color: #fff;
	padding: 3px 20px;
}

#MainMenu .AspNetMenuSelected, #MainMenu .AspNetMenuChildSelected, #MainMenu li.AspNetMenuHover .AspNetMenuLink, #MainMenu li:hover .AspNetMenuLink
{

	background-color: #500202;
}

#MainMenu .AspNetMenuChildSelected, #MainMenu .AspNetMenuSelected 
{
	font-weight: bold;
}

#MainMenu .AccountMenu .AspNetMenu li
{
	border-left: 1px solid #ccc;
	border-right: none;
}

/* Main Menu Tier 2 */

#MainMenu .AspNetMenuWithChildren ul
{

	background-color: #e1e1e1;
	width: 150px;
}

#MainMenu .AspNetMenuWithChildren ul li
{
	display: block;
	width: 150px;
	border-right: none;
}

#MainMenu .AspNetMenuWithChildren ul .AspNetMenuLink
{
	font: 11px Arial;
	padding: 3px 10px;
}

#MainMenu .AspNetMenuWithChildren ul li.AspNetMenuHover .AspNetMenuLink, #MainMenu .AspNetMenuWithChildren ul li:hover .AspNetMenuLink
{
	background-color: #a51713;
}

/* Submenu */

#SubMenu
{
	text-align: left;
}

#SubMenu a, #SubMenu .AspNetTreeViewSelected ul a
{
	color: #000;
	text-decoration: none;
}

#SubMenu .AspNetTreeViewSelected a
{
	color: #600;
}

#SubMenu ul
{
	list-style: none;
	margin: 5px 10px;
	padding: 0;
}

#SubMenu ul ul
{
	margin: 0px 10px;
	padding: 0;
}

#SubMenu  ul li
{
	list-style: square outside;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 5px;
}

#SubMenu li ul
{
	display: none;
}

#SubMenu .AspNetTreeViewSelected ul, #SubMenu .AspNetTreeViewChildSelected ul, #SubMenu .AspNetTreeViewParentSelected ul
{
	display: block;
}

.MainContent
{
	background-color: #FFFFFF;
	height: 400px;
	text-align: left;
	vertical-align: top;
}

a.JoinLabel:link, a.JoinLabel:visited
{
	font-family: Arial;
	font-weight: bold;
	color: #0000FF;
}
a.JoinLabel:hover
{
	color: #0000FF;
}

.checkbox
{
	color: #000000;
	border: 1px solid #666666;
	font-size: x-small;
}

.ActionForm
{
	background-color: #eee;
	border: solid 1px #333;
	border-collapse: separate;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.ActionForm th
{
	vertical-align: top;
}

.BlockSmallHeader
{
	color: #660000;
}

.checkbox input
{
	border-width: 0px;
}

#SignInCallout .Form 
{
	width: 250px;
}

#SignInCallout .Form .Label
{
	width: 125px;
	text-align: right;
}

#SignInCallout .Form .Input
{
	width: 125px;
	text-align: right;
}

.Error {
	color: #FF0000;
}

table.Report {
	background-color: White;
	width: 100%;
	border: solid 1px #666;
}

table.Report th, table.Report td {
	padding: 5px;
}

table.Report th {
	background-color: #e5e5e5;
	color: #444;
	font-weight: bold;
	text-align: left;
}

table.Report th:hover {
	text-decoration: underline;
}

.Report th.Sorted 
{
	text-decoration: underline;
}

table.Report td {
	border-top: solid 1px #e5e5e5;
	font-size: 0.9em;
	font-family: Arial, Helvetica, Sans-Serif;
}

table.Report tr:first-child td {
	border-top: none;
}

table.Report td a {
}


table.Report tr.DataRow {
}

table.Report tr.TotalRow {
	font-weight: bold;
}

table.Report tr.DataRow:hover {
	background-color: #efe;
}


table.Report tr.Alternate {
}

table.Report tr.Total {
	background-color: #e5e5e5;
	font-weight: bold;
	color: #333;
}

/* Column types */
table.Report td.Figure, table.Report th.Figure {
	text-align: right;
}

table.Summary td
{
	width: 50%;
	text-align: right;
}

table.Summary td.Total
{
	text-align: left;
	width: 50%;
}

img
{
	border: none;
}

a.OutLink
{
	background-image: url(../Images/NewWindow.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 15px;
}

a.JumpLink
{
	background-image: url(../Images/JumpLink.png);
	background-repeat: no-repeat;
	background-position: right 3px;
	padding-right: 15px;
}

div.ReportControls
{

	border: solid 1px #444;
	padding: 0.5em;
	margin: 0 auto 2em 0;
	width: 600px;

}

div.ReportControls input {
	margin-left: 3em;
}

.DateRangePicker
{
	border-collapse: collapse;
}

.DateRangePicker td.Label
{
	padding: 5px 10px;
	font-weight: bold;
}

#Footer
{
	padding: 5px 0px 12px 0px;
	background: #363631;
	text-align: center;
	list-style: none;
}

#Footer img {
	vertical-align: middle;
}

#Footer #Links
{
	margin-top: 17px;
}

#Footer #Links a {
	color: #e2e2e2;
	text-decoration: none;
	font-size: 0.9em;
	padding: 0 .5em 0 .5em;
	border-left: solid 1px #ccc;
}

#Footer #Links a:first-child {
	border: none;
}

#Footer #Links a:hover {
	color: White;
	text-decoration: underline;
}

div.ReportError {
	font-size: 1.3em;
	color: Green;
	border: solid 1px #eee;
	padding: 50px 10px 50px;
	text-align: center;
}

a.Filter span 
{
	display: none;
}

div#HomeLinks {
	width: 500px;
	margin: auto;
}

#HomeLinks a {
	padding: 20px;
	background: #eee;
	display: block;
	margin-bottom: 10px;
	text-align: center;
}

div.Loader {
	width: 100%;
	text-align: center;
	padding: 50px 10px 50px;
	color: #238541;
	font-size: 1.3em;
}

div.Loader img {
	vertical-align: middle;
	margin-right: 1em;
}

#ReportLoader
{
	background-color: #fff;
	border: 5px solid #238541;
	position: absolute;
	left: 50%;
	width: 100px;
	height: 85px;
	margin: 100px auto auto -50px;
	padding: 25px 15px 0px 15px;
	text-align: center;	
}


#ReportLoader div.Loader
{
	padding: 0px;
}

#ReportLoader div.Loader img
{
	width: 32px;
	margin: 0px auto 10px auto;
}

#ReportLoader div.Loader span
{
	width: 100px;
	display: block;
	margin: 0px auto;
}

.Clear:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.Clear
{
	display: inline-block;
}


/* \*/

* html .Clear
{
	height: 1%;
}

.Clear
{
	display: block;
}

/* */
