﻿.FloatLeft
{
	float: left;
}

h1.ManageHeader
{
	margin-bottom: 0;
}

.StepPanel
{
	border: solid 1px #ccc;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
}
.StepPanel h3
{
	margin-top: 0;
	margin-bottom: 0;
}


td.FieldHeader
{
	font-size: 11px;
	font-weight: bold;
	padding-right: 10px;
	padding-top: 5px;
	text-align: right;
	white-space: nowrap;
}


.AlternatingRow
{
	background-color: #f1f1f1;
}

.ManageGrid
{
	border-style: none;
	font-size: 9px;
	text-align: left;
	width: 100%;
}
.ManageGrid td, .ManageGrid th
{
	font-size: 11px;
	padding: 4px 4px 2px 4px;
}
.ManageGrid td
{
	border-style: none;
}
.ManageGrid th
{
	background-color: SteelBlue;
	border: solid 1px #999;
	padding: 4px;
}
.ManageGrid th a
{
	zcolor: black;
}
.EditRow
{
	background-color: Silver;
}


tr.ManageDvRow
{
}

/*
.ManageHeader
{
	background: url(header-kids-long.png) repeat-x top left;
	height: 100px;
	margin: -10px -10px 20px -10px;
}
.ManageHeader h1
{
	color: White;
	padding: 30px 0 10px 20px;
	font-size: 50px;
}
*/



.StandardGridHeader
{
	background-color: Maroon;
	color: White;
	font-weight: bold;
}
.StandardGridHeader a, .StandardGridHeader a:hover
{
	color: White;
}
.StandardGridRow
{
	background-color: WhiteSmoke;
}
.StandardGridAltRow
{
	background-color: White;
}
.StandardGridRow:hover, .StandardGridAltRow:hover
{
	background-color: #ddd;
}


.ManageMenu
{
	background-color: #AAA;
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
	color: White;
	font-size: 11px;
	line-height: 100%;
	margin-bottom: 10px;
	overflow: auto;
	padding: 4px 4px 6px 4px;
}
.ManageMenu a, .ManageMenu a:visited
{
	border-right: solid 1px white;
	color: White;
	margin: 2px;
	padding: 0 8px 2px 2px;
	text-decoration: none;
}
.ManageMenu a:hover
{
	color: #f1f1f1;
}
.ManageMenu .last
{
	border-right-style: none;
}


.ManageIconMenu
{
	padding-bottom: 10px;
}
.ManageIconMenu div
{
	font-size: 12px;
	font-weight: bold;
	float: left;
	height: 32px;
	margin: 10px;
	padding-bottom: 10px;
	width: 170px;
}
.ManageIconMenu div p
{
	font-size: 10px;
	font-weight: normal;
}
.ManageIconMenu img, img.ManageIconMenu
{
	float: left;
	height: 32px;
	margin-right: 10px;
	width: 32px;
}