﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment... */

/* ***************************************************************************************** */
/* Page Container */
/* ***************************************************************************************** */
.Pet-ContentBody .Pet-PageContainer
{
	clear: both;
	width: 100%;
	background-color: #ffffff;
	border: none 0;
}

/* ***************************************************************************************** */
/* Tab */
/* ***************************************************************************************** */
.Pet-Tab
{
	padding: 10px 45px 5px 15px;
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: bold;
	font-style: normal;
	font-size: 10pt;
	color: #202b63;
}

/* ***************************************************************************************** */
/* Page */
/* ***************************************************************************************** */
.Pet-PageContainer .Pet-Page
{
	width: 100%;
}

/* ***************************************************************************************** */
/* h1 */
/* ***************************************************************************************** */
.Pet-Page h1
{
	margin: 10px 0;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 24px;
	color: #202b63;
}

.Pet-Page h1 sup
{
	font-size: 10px;
	vertical-align: super;
}

/* ***************************************************************************************** */
/* h2 */
/* ***************************************************************************************** */
.Pet-Page h2
{
	margin: 10px 0;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	color: #202b63;
}

/* ***************************************************************************************** */
/* Form */
/* ***************************************************************************************** */
.Pet-Page .Pet-Form
{
	display: block;
	width: 100%;
}

/* ***************************************************************************************** */
/* Static Panel */
/* ***************************************************************************************** */
.Pet-Form .Pet-StaticPanel
{
}

.Pet-Form .Pet-StaticPanel .Pet-MajorInstruction,
.Pet-Form .Pet-StaticPanel .Pet-MinorInstruction
{
	padding: 5px 10px;
	text-align: left;
}

.Pet-Form .Pet-StaticPanel .Pet-MajorInstruction span,
.Pet-Form .Pet-StaticPanel .Pet-MinorInstruction span
{
	display: block;
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #202b63;
}

.Pet-Form .Pet-StaticPanel .Pet-MajorInstruction span
{
	font-size: 14px;
}

.Pet-Form .Pet-StaticPanel .Pet-Notes
{
	margin-top: 20px;
	padding: 10px;
	text-align: center;
	background-color: #e6e8ec;
}

.Pet-Form .Pet-StaticPanel .Pet-Notes span
{
	display: block;
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #202b63;
}

/* ***************************************************************************************** */
/* Entry Panel */
/* ***************************************************************************************** */
.Pet-Form .Pet-EntryPanel
{
}

.Pet-Form .Pet-FloatLeft
{
	float: left;
	width: 40%;
}

.Pet-Form .Pet-EntryPanel fieldset
{
	margin: 0;
	padding: 10px;
	border: none 0;
}

.Pet-Form .Pet-EntryPanel fieldset.Pet-Highlight
{
	background-color: #e6e8ec;
}

.Pet-Form .Pet-EntryPanel fieldset.Pet-Outline
{
	border: solid 1px #202b63;
}

.Pet-Form .Pet-EntryPanel fieldset legend
{
	margin-bottom: 10px;
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	color: #202b63;
}

/* ***************************************************************************************** */
/* Input Field */
/* ***************************************************************************************** */
.Pet-Form .Pet-EntryPanel fieldset .Pet-InputField
{
	clear: left;
	margin: 10px 0;
}

.Pet-Form .Pet-EntryPanel fieldset .Pet-InputField label
{
	float: left;
	width: 150px;
	margin-top: 3px;
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	text-align: right;
	color: #000000;
}

.Pet-Form .Pet-EntryPanel fieldset .Pet-InputField input,
.Pet-Form .Pet-EntryPanel fieldset .Pet-InputField select,
.Pet-Form .Pet-EntryPanel fieldset .Pet-InputField textarea
{
	width: 200px;
	margin-left: 10px;
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #000000;
}

.Pet-Form .Pet-EntryPanel fieldset .Pet-InputField select
{
	width: 205px;
}

.Pet-Form .Pet-EntryPanel fieldset .Pet-InputField .Optional-Indicator
{
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #202b63;
}

.Pet-Form .Pet-EntryPanel fieldset .Pet-InputField .Validator-Indicator
{
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: red;
}

.Pet-Form .Pet-EntryPanel fieldset .Pet-InputField .Validator-Callout
{
	background-color: #fffacd;
}

/* ***************************************************************************************** */
/* Read-Only Field */
/* ***************************************************************************************** */
.Pet-Form .Pet-EntryPanel fieldset .Pet-ReadOnlyField
{
	clear: left;
	margin: 0;
	padding: 5px 0;
}

.Pet-Form .Pet-EntryPanel fieldset .Pet-ReadOnlyField label
{
	float: left;
	width: 150px;
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	text-align: right;
	color: #000000;
}

.Pet-Form .Pet-EntryPanel fieldset .Pet-ReadOnlyField span
{
	float: left;
	width: 205px;
	margin-left: 10px;
	margin-right: 5px;
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #000000;
	overflow: hidden;
}

.Pet-Form .Pet-EntryPanel fieldset .Pet-ReadOnlyField span.Callout
{
	font-weight: bold;
}

.Pet-Form .Pet-EntryPanel fieldset .Pet-ReadOnlyField a,
.Pet-Form .Pet-EntryPanel fieldset .Pet-ReadOnlyField a:visited,
.Pet-Form .Pet-EntryPanel fieldset .Pet-ReadOnlyField a:hover
{
	float: left;
	width: 205px;
	margin-left: 10px;
	margin-right: 5px;
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	text-decoration: underline;
	color: #202b63;
}

.Pet-Form .Pet-EntryPanel fieldset .Pet-ReadOnlyField a:hover
{
	color: gray;
}

.Pet-Form .Pet-EntryPanel fieldset .Pet-ReadOnlyField span.Callout
{
	font-weight: bold;
}

.Pet-Form .Pet-EntryPanel fieldset .Pet-ReadOnlyField a.Callout,
.Pet-Form .Pet-EntryPanel fieldset .Pet-ReadOnlyField a:visited.Callout,
.Pet-Form .Pet-EntryPanel fieldset .Pet-ReadOnlyField a:hover.Callout
{
	font-weight: bold;
}

/* ***************************************************************************************** */
/* Summary Field */
/* ***************************************************************************************** */
.Pet-Form .Pet-EntryPanel fieldset .Pet-SummaryField
{
	margin: 0;
	padding: 2px 0;
}

.Pet-Form .Pet-EntryPanel fieldset .Pet-SummaryField span
{
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

.Pet-Form .Pet-EntryPanel fieldset .Pet-SummaryField a,
.Pet-Form .Pet-EntryPanel fieldset .Pet-SummaryField a:visited,
.Pet-Form .Pet-EntryPanel fieldset .Pet-SummaryField a:hover
{
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	text-decoration: underline;
	color: #202b63;
}

.Pet-Form .Pet-EntryPanel fieldset .Pet-SummaryField a:hover
{
	color: gray;
}

/* ***************************************************************************************** */
/* Failure Field */
/* ***************************************************************************************** */
.Pet-Form .Pet-EntryPanel fieldset .Pet-FailureField
{
	clear: left;
	margin: 0;
	padding: 5px 0;
}

.Pet-Form .Pet-EntryPanel fieldset .Pet-FailureField label
{
	float: left;
	width: 150px;
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	text-align: right;
	color: #000000;
}

.Pet-Form .Pet-EntryPanel fieldset .Pet-FailureField span
{
	float: left;
	width: 205px;
	margin-left: 10px;
	margin-right: 5px;
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	text-decoration: none;
	color: red;
}

/* ***************************************************************************************** */
/* Success Text Field */
/* ***************************************************************************************** */
.Pet-Form .Pet-EntryPanel fieldset .Pet-SuccessTextField
{
	clear: left;
	margin: 0;
	padding: 5px 0;
}

.Pet-Form .Pet-EntryPanel fieldset .Pet-SuccessTextField field
{
	float: left;
	width: 150px;
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	text-align: right;
	color: #000000;
}

.Pet-Form .Pet-EntryPanel fieldset .Pet-SuccessTextField span
{
	float: left;
	width: 205px;
	margin-left: 10px;
	margin-right: 5px;
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	text-decoration: none;
	color: green;
}

/* ***************************************************************************************** */
/* HyperLink Field */
/* ***************************************************************************************** */
.Pet-Form .Pet-EntryPanel fieldset .Pet-HyperLinkField
{
	clear: left;
	margin: 0;
	padding: 5px 0px 5px 20px;
}

.Pet-Form .Pet-EntryPanel fieldset .Pet-HyperLinkField span
{
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	text-decoration: none;
	color: #202b63;
}

.Pet-Form .Pet-EntryPanel fieldset .Pet-HyperLinkField a,
.Pet-Form .Pet-EntryPanel fieldset .Pet-HyperLinkField a:visited,
.Pet-Form .Pet-EntryPanel fieldset .Pet-HyperLinkField a:hover
{
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	text-decoration: underline;
	color: #202b63;
}

.Pet-Form .Pet-EntryPanel fieldset .Pet-HyperLinkField a:hover
{
	color: gray;
}

/* ***************************************************************************************** */
/* Submit Field */
/* ***************************************************************************************** */
.Pet-Form .Pet-EntryPanel fieldset .Pet-SubmitField
{
	clear: left;
	margin: 10px 0;
}

.Pet-Form .Pet-EntryPanel fieldset .Pet-SubmitField label
{
	float: left;
	width: 150px;
	margin-top: 3px;
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	text-align: right;
	color: #000000;
}

.Pet-Form .Pet-EntryPanel fieldset .Pet-SubmitField input
{
	width: auto;
	margin-left: 10px;
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	text-decoration: none;
	color: #202b63;
}

.Pet-Form .Pet-EntryPanel fieldset .Pet-ExcelSubmitField
{
}

.Pet-Form .Pet-EntryPanel fieldset .Pet-ExcelSubmitField input
{
	width: 23px;
	height: 23px;
}

/* ***************************************************************************************** */
/* Data List Field */
/* ***************************************************************************************** */
.Pet-Form .Pet-EntryPanel fieldset .Pet-DataListField
{
	width: 100%;
}

.Pet-Form .Pet-EntryPanel fieldset .Pet-DataListField .Pet-DataListHeader
{
	float: left;
	width: 20%;
	margin: 0;
	padding: 5px;
	text-align: right;
	background-color: #ffffe1;
	border: solid 1px #202b63;
}

.Pet-Form .Pet-EntryPanel fieldset .Pet-DataListField .Pet-DataListHeader span
{
	float: left;
	width: 100%;
	height: 20px;
	display: block;
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	color: #000000;
	white-space: nowrap;
}

.Pet-Form .Pet-EntryPanel fieldset .Pet-DataListField .Pet-DataListItems
{
	float: right;
	width: 75%;
	margin: 0;
	padding: 5px;
	background-color: #808080;
}

.Pet-Form .Pet-EntryPanel fieldset .Pet-DataListField .Pet-DataListItems .Pet-DataItem
{
	float: left;
	width: 105px;
	margin: 0px 5px 5px 0px;
	height: 80px;
	background-color: #ffffff;
	border: solid 1px #202b63;
}

.Pet-Form .Pet-EntryPanel fieldset .Pet-DataListField .Pet-DataListItems .Pet-DataItem span
{
	height: 20px;
	width: 100px;
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #000000;
	border: none 0;
}

/* ***************************************************************************************** */
/* Modal Popup */
/* ***************************************************************************************** */
.Pet-ModalBackground
{
	background-color: gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.Pet-ModalPopup 
{
	width: 400px;
	padding: 5px;
	border: solid 3px #202b63;
	background-color: #e6e8ec;
}
