﻿/* Layout */
div#centerBox
{
	margin-bottom: 15px;
}

/* Headings */
h1
{
	font-size: 1.9em;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #999999;
}

h2
{
	font-size: 1.3em;
	margin-bottom: 10px;
}

h3
{
	font-size: 12px;
}

/* Paragraph content */
p
{
	margin-top: 0px;
}

a
{
	color: #123a8d;
}

a:hover
{
	color: #000066;
}

/* Lists */
div#centerBox ul
{
	list-style-type: none;
	list-style-image: url(../Images/Arrow.gif);
}

div#centerBox ul li
{
	margin-bottom: 15px;
}

/* Tables */
table td, th
{
	padding: 5px;
}

table > table
{
	margin-top: 0px;
}

th
{
	background-color: #47b137;
	color: #ffffff;
	text-align: left;
}

th a
{
	color: #ffffff;
}

th a:hover
{
	color: #ffff99;
}

table.details td
{
	vertical-align: top;
}

/* Validation */
div.validationSummary
{
	color: #b22222 !important;
	font-weight: bold;
	border: solid 1px #999999;
	padding: 10px 10px 0px 35px;
	margin: 0px 0px 20px 0px;
	background-color: #ffffe0;
	background-image: url(../Images/Error.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

div.validationSummary ul
{
	color: #000000;
	font-weight: normal;
	text-indent: 0px;
	list-style-image: none !important;
	list-style-type: disc !important;
}

div.validationSummary ul li
{
	margin-bottom: 0px !important;
}
