﻿/* Content */

form
{
	margin: 0px;
	padding: 0px;
}

.list ul
{
	margin: 2px 0 2px 0;
	padding: 0;
	list-style-type: none;
}

.list li
{
	margin-bottom: 1px;
	padding: 2px;
}

.list li a
{
	font-weight: bold;
	font-size: 1.1em;
}

.list h3
{
	color: Black;
	letter-spacing: 1px;
	text-indent: 1.5em;
	background-color: #eee;
	padding: 2px;
	margin-left: -2px;
	margin-right: -2px;
}

.row
{
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

.formView td
{
	padding: 4px;
	vertical-align: top;
	border-bottom: 1px solid #e8f2ff;
}

.formView td:first-child
{
	font-weight:bold;
	color:#555;
}

.formView td.info
{
	font-weight:normal;
}

.formView th, .headerStyle
{
	background-color: #666;
	color: white !important;
	font-weight: bold;
	text-align: left;
	padding: 4px;
	background-image:url(images/silverbackdark.png);
}

.formView .subHeader
{
	background-color: #CCC;
	color: #666 !important;
	font-weight: bold;
	text-align: left;
	padding: 4px;
	background-image:url(images/silverbackpale.png);
}

.formView i
{
	color: #666;
}

.formView th a, .headerStyle a
{
	color: #FFD !important;
	text-decoration: underline;
}

.formView th a:hover, .headerStyle a:hover
{
	color: #FFA !important;
	text-decoration: none;
}

.formView th
{
	text-align: left;
	color: #286ea0;
	letter-spacing: 1px;
}

.formView input, .formView textarea
{
	width: 220px;
}

.formView .checkboxlist input
{
	width: auto;
	margin-right: 0.5em;
}

/* Pager */

.pager
{
	background-color: #FFF;
	padding: 5px;
	letter-spacing: 1px;
	margin-top: 0.75em;
}

.pagerPrevious
{
	padding-right: 0.5em;
	color: #999;
}

.pagerNext
{
	padding-left: 0.5em;
	color: #999;
}

.pagerResults
{
	font-weight: bold;
	padding-right: 0.5em;
	letter-spacing: normal;
}

.pagerSelected
{
	font-weight: bold;
}

.modalBackground
{
	background-color: #ccc;
	filter: alpha(opacity=75);
	opacity: 0.75;
	color: White;
}

.modalWindow
{
	border-color: #ddd;
	border-style: outset;
	border-width: 2px;
	background-color: #eee;
	padding:2px;
	min-width:400px;
}


.calendar td 
{
	padding: 2px;	
}