﻿.PrintOnly
	{
	display: none;
	}

.PrintNone
	{
	}

.PanelError
	{
	color: red;
	}

div
	{
	margin: 0;
	padding: 0;
	}

form
	{
	margin: 0;
	padding: 0;
	}

h1
	{
	margin: 0;
	padding: 0;
	font-size: 180%;
	color: #4C494A;
	background-color: white;
	}

h2
	{
	margin: 0;
	padding: 0;
	font-size: 160%;
	}

h3
	{
	margin: 0;
	margin-top: 10px;
	padding: 0;
	font-size: 120%;
	}

p
	{
	margin: 0;
	padding: 0;
	}

span.Hint
	{
	margin-left: 0.5em;
	padding: 0;
	color: #E54096;
	background-color: white;
	}

th
	{
	padding-left: 2px;
	padding-right: 2px;
	text-align: left;
	}

th.AlignRight
	{
	text-align: right;
	}

td
	{
	padding-left: 2px;
	padding-right: 2px;
	vertical-align: top;
	}

td.AlignRight
	{
	text-align: right;
	}

span
	{
	display: inline;
	margin: 0;
	padding: 0;
	}

label
	{
	display: inline-block;
	}

caption
	{
	padding-bottom: 0.5em;
	text-align: left;
	font-weight: bold;
	color: black;
	background-color: white;
	}

.AlignCenter
	{
	text-align: center;
	}

#Header
	{
	padding-top: 12px;
	padding-left: 12px;
	padding-bottom: 20px;
	border-bottom: #E54096 5px solid;
	font-size: 140%;
	font-weight: bold;
	color: #4C494A;
	background-color: white;
	}

#Header img
	{
	float: left;
	margin-right: 12px;
	vertical-align: middle;
	}

#Navigation
	{
	float: left;
	width: 145px;
	padding-top: 12px;
	padding-bottom: 50px;
	color: black;
	background-color: white;
	border-right: #E54096 1px solid;
	}

#Navigation h2
	{
	display: none;
	font-size: 120%;
	}

#Navigation ul
	{
	margin-top: 0;
	margin-left: 10px;
	margin-right: 0;
	margin-bottom: 1em;
	padding: 0;
	}

#Navigation li
	{ 
	margin-left: 5px;
	margin-bottom: 0.25em;
	list-style: none;
	}

#Navigation a
	{
	font-size: 0.9em;
	text-decoration: none;
	color: #E9271B;
	background-color: white;
	}

#Navigation a.Print
	{
	font-size: 0.8em;
	}

#Navigation a:hover
	{
	color: black;
	background-color: white;
	text-decoration: underline;
	}

#Navigation a.Active
	{
	color: #E9271B;
	background-color: white;
	}

#Content
	{
	height: 1%;
	margin-top: 18px;
	margin-left: 200px;
	margin-right: 45px;
	}

#PanelSearch
	{
	margin-bottom: 30px;
	padding-bottom: 5px;
	border-bottom: black 1px solid;
	}

div.PanelList
	{
	margin-top: 10px;
	padding-top: 5px;
	border-top: black 1px solid;
	}

div.Indent
	{
	margin-left: 30px;
	}

table.FormListTable
	{
	margin-top: 10px;
	margin-bottom: 10px;
	}

table.FormListTable td a
	{
	font-weight: normal;
	color: #E9271B;
	background-color: white;
	text-decoration: none;
	}

table.FormListTable tr.Alternate
	{
	color: black;
	background-color: #DDDDDD;
	}

table.FormListTable tr.Alternate a
	{
	font-weight: normal;
	color: #E9271B;
	background-color: #DDDDDD;
	text-decoration: none;
	}

table.FormDisplayTable
	{
	margin-top: 20px;
	}

table.FormDisplayTable td.FormDisplayLabel
	{
	font-weight: bold;
	}

table.FormDisplayTable th.ProductDivider
	{
	height: 2px;
	color: black;
	background-color: #FFFCA6;
	}

table.FormDisplayTable th.ProductDetailSingle
	{
	padding: 5px;
	font-size: 12px;
	color: black;
	background-color: #C5C5C5;
	border: solid 2px #FFE4A4;/*#FFFBA5*/
	}

table.FormDisplayTable th.ProductDetailLeft
	{
	padding: 5px;
	font-size: 12px;
	font-weight: normal;
	color: black;
	background-color: #E4E4E4;
	border-left: solid 2px #FFE4A4;
	border-right: solid 2px #FFE4A4;
	border-bottom: solid 2px #FFE4A4;
	}

table.FormDisplayTable th.ProductDetailRight
	{
	padding: 5px;
	font-size: 12px;
	font-weight: normal;
	color: black;
	background-color: #E4E4E4;
	border-right: solid 2px #FFE4A4;
	border-bottom: solid 2px #FFE4A4;
	}

table.FormDisplayTable td.ProductDetailTitle
	{
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: black;
	border-bottom: solid 2px #FFE4A4;
	}

table.FormDisplayTable td.ProductDetail
	{
	padding: 5px;
	font-size: 12px;
	color: black;
	border-bottom: solid 2px #FFE4A4;
	}

table.FormEntryTable th
	{
	padding-top: 3px;
	padding-bottom: 3px;
	}

table.FormEntryTable td
	{
	padding-top: 3px;
	padding-bottom: 3px;
	}

table.FormEntryTable td.FormEntryLabel
	{
	font-weight: bold;
	}

input.FormFieldText 
	{
	vertical-align: baseline;
	}

input.Required 
	{
	}

input.FormButton
	{
	margin-top: 10px;
	}

#Content input.FormFieldTextReadonly
	{
	padding-left: 0em;
	padding-right: 0.25em;
	/*font-size: 80%;*/
	color: #2f4f4f;
	border: none;
	background-color: white;
	vertical-align: baseline;
	}

#productsearch select { width: 170px; }

