﻿@media screen, print
{
	#DocumentListHolder
	{
		border-top: 1px solid #e8e8e8;
		border-right: 1px solid #e8e8e8;
		margin-bottom: 14px;
	}

	#LastUpdate
	{
		font-size: 0.85em;
	}

	.DocumentItem
	{
		padding: 5px;
		border-bottom: 1px solid #e8e8e8;
		border-left: 1px solid #e8e8e8;
	}

	.DocumentItemInner
	{
		background-color: #fafafa;
	}

	.DocumentDetail
	{
		float: left;
		width: 518px;
		margin: 6px 7px 5px 7px;
	}

	.DownloadIcon
	{
		float: right;
		display: block;
		width: 31px;
		height: 32px;
		background-image: url(/Images/LargePDFIcon.png);
		background-repeat: no-repeat;
		margin: 13px 18px 12px 13px;
	}

	.ImageIconLink
	{
		float: left;
		width: 46px;
		height: 46px;
		background-repeat: no-repeat;
		display: block;
	}

	.DocumentText
	{
		width: 450px;
		float: left;
		margin-left: 20px;
		margin-top: 7px;
		margin-bottom: 7px;
	}

	.FileSizeText, .DocumentLink
	{
		display: block;
		font-size: 1.2em;
		float: left;
	}

	.FileSizeText
	{
		margin-left: 5px;
	}

	.DocumentDescription
	{
		font-size: 0.9em;
	}
	
	#Policy
	{
		border-top:3px solid #3f9c34;
	}

	#Policy th
	{
		color:#000;
		width:350px;
		vertical-align:top;
		font-weight:normal;
	}

	#Policy th,
	#Policy td
	{
		
		text-align:left;
		background-repeat:repeat-x;
		background-image:url(/Images/GreenDotBg.gif);
		padding:12px 2px 14px 2px;
		background-position:bottom;
	}

	#Policy th.Subtitle
	{
		font-weight:bold;
		background-image:none;
		border-bottom:2px solid #3f9c34;
		padding-top:28px;
	}
}

