/*

	a list of general styles
*/

body
{
	line-height: 1.4em;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
}
strong
{
	font-weight: bold;
}
em
{
	font-style: italic;
}

ul.bulleted
{
/*	list-style-image:none;*/
	list-style-image: url("/_images/bullet.gif");
	list-style-position: outside;
	padding-left: 1.5em;
}
	ul.bulleted li
	{
		list-style-image: url("/_images/bullet.gif");
		list-style-position: outside;
		line-height: 1.15em;
		margin-top: 0.4em;
	}
ol.numbered
{
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 2em;
}
	ol.numbered li
	{
		list-style-type: decimal;
		list-style-position: outside;
		line-height: 1.15em;
		margin-top: 0.4em;
	}
h1
{
	font-size: 2em;
	color: #275a8c;
	margin-top: 1em;
	margin-bottom: 0.2em;
	line-height: 1em;
}
h2
{
	color:#076BA9;
	font-size:1.4em;
	line-height: 1em;
	margin-top: 1em;
}
h3
{
	color:#076BA9;
	font-size:1.1em;
	line-height: 1em;
	margin-top: 1em;
}
a
{
	color: #275a8c;
}
a:hover
{
	color: #9e1218;
}

thead { display: table-header-group; }
tfoot { display: table-footer-group; }

#quickLinks a,
#mediaCorner a
{
	text-decoration: none;
}
#primary p
{
	margin-bottom: 0.75em;
}

.clear
{
	clear: both;
}

.feature
{
	margin: 1em 0px;
	padding: 1em;
	background: #bed4ea url("/_images/bg_feature_paragraph.jpg") repeat-x scroll left top;
	color: #275a8c;
	border: 3px solid #c3d7eb;
}

p.callout,
div.callout
{
	clear: right;
	float: right;
	margin: 1.15em 0px 1em 1em;
	width: 38%;
}

.leadin
{
	color: #8b0708;
}
.inline-right
{
	float: right;
	clear: right;
}

.inline-left
{
	float: left;
	clear: left;
}


a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url("/_images/icons/calendar.png") no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}


table.parity-list
{
	margin: 10px 0px;
	border-bottom: 2px solid #275A8C;
}
	table.parity-list caption
	{
		text-align: center;
		color: #275A8C;
		font-size: 1.4em;
		font-weight: bold;
		margin-top: 1.25em;
	}
	table.parity-list caption a
	{
		font-weight: normal;
		font-size: 0.61em;
		text-align: left;
	}
	table.parity-list td,
	table.parity-list th
	{
		padding: 5px 10px;
	}
	table.parity-list th
	{
		border-top: 2px solid #275A8C;
		border-bottom: 2px solid #275A8C;
		color: #275A8C;
		font-weight: bold;
		padding-bottom: 0px;
	}

.record-add,
.record-delete,
.record-edit,
.record-detail
{
	padding-left: 30px;
	background-attachment: scroll;
	background-position: 1px 0px;
	background-repeat: no-repeat;
	height: 24px;
	display: block;
	text-decoration: none;
	font-size: 0.8em;
	vertical-align: middle;
	line-height: 24px;
}
	.record-add:hover,
	.record-delete:hover,
	.record-edit:hover,
	.record-detail:hover
	{
		background-position: 1px -24px;
	}
	
	.record-add { background-image: url("/_images/icons/record_add_sprite.gif"); }
	.record-delete { background-image: url("/_images/icons/record_delete_sprite.gif"); }
	.record-edit { background-image: url("/_images/icons/record_edit_sprite.gif"); }
	.record-detail { background-image: url("/_images/icons/record_detail_sprite.gif"); }

.file-mov,
.file-pdf
{
	padding-left: 20px;
	background-attachment: scroll;
	background-position:1px 2px;
	background-repeat: no-repeat;
}
	.file-mov { background-image: url("/_images/icons/file_mov.gif"); }
	.file-pdf { background-image: url("/_images/icons/file_pdf.gif"); }

.icon-new
{
	float: left;
	vertical-align: middle;
	margin-right: 0.5em;
}

a.link-previous,
a.link-next
{
	background-attachment: scroll;
	background-repeat: no-repeat;
	float:left;
	display: block;
	height: 16px;
	width: 100px;
	line-height: 16px;
	vertical-align: middle;
	text-decoration: none;
}
	a.link-previous
	{
		background-image: url("/_images/icons/arrow_blue_left_sprite.gif");
		background-position: 0px 0px;
		padding-left: 20px;
	}
	table.parity-list caption a.link-next
	{
		background-image: url("/_images/icons/arrow_blue_right_sprite.gif");
		background-position: 100% 0px;
		padding-right: 20px;
		text-align: right;
		float: right;
	}
	a.link-previous:hover
	{
		background-position: 0px -16px;
	}
	table.parity-list caption a.link-next:hover
	{
		background-position: 100% -16px;
	}

.hidden
{
	display: none;
	visibility: hidden;
}
*.no-border
{
	border: 0px none;
}

dl.definitions dt
{
	font-weight: bold;
	margin-top: 1em;
}
	dl.definitions dd
	{
		margin-bottom: 0.4em;
		margin-left: 2em;
	}