﻿html, body, form
{
	min-height: 100%; /*all except IE6*/
	margin: 0;
	padding: 0;
}

* html html, * html body, * html form
{
	height: 100%; /*IE6 only*/
}

.bodyPanel
{
	margin-left: 0px;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 13px !important;
	font-weight: bold;
	background-color: rgb(204, 204, 204);
	background-position: 50% 100%;
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-bottom: 20px;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button
{
	font-weight: bold;
}

.ui-widget-header
{
	background-image: url('Images/ui-bg_flat_50_5c5c5c_40x100.png') !important;
	padding: 5px;
}

.mainPanel
{
	background-color: rgb(224, 239, 246);
	background-position: 50% 0%;
	background-repeat: repeat-y;
	margin: 0px auto;
	padding: 0px 30px 0px;
	width: 1000px;
}

.menuPanel
{
	font-size: 115%;
}

#logindisplay
{
	text-align: right;
	margin: 10px;
	position: relative;
	float: right;
	bottom: 2.2em;
}

.breadcrumbPanel
{
	float: left;
	color: #D76B10;
	font-family: arial,veranda,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	padding: 10px 0px 10px 6px;
}

.breadcrumbPanel A:hover
{
	color: #d76b10;
	text-decoration: underline;
}

.contentPanel
{
	padding: 0 10px 10px 10px;
}

.pageTitle
{
	color: rgb(149, 0, 212);
}

.header
{
	background-color: rgb(71, 71, 71);
	margin: 0px auto;
	padding: 0.15em 0em 0.2em;
	text-align: left;
}

.footer
{
	background-color: rgb(71, 71, 71);
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	color: White;
	padding-bottom: 5px;
	clear: both;
}

.versionLabel
{
}

.backgroundPanel
{
	background-color: rgb(224, 239, 246);
}

.copyrightLabel
{
}

.versionPanel
{
	position: relative;
	text-align: right;
	padding-right: 10px;
	padding-top: 4px;
	width: 950px;
	color: white;
}

.sealPanel
{
	float: right;
	position: relative;
	text-align: right;
}

.clear
{
	clear: both;
}
/* Styles for basic forms
-----------------------------------------------------------*/

fieldset
{
	border: 1px solid #ddd;
	padding: 0 1.4em 1.4em 1.4em;
	margin: 0 0 10px 0;
}

legend
{
	font-size: 1.2em;
	font-weight: bold;
}

textarea
{
	min-height: 75px;
}

.editor-label
{
	margin: 1em 0 0 0;
}

.editor-field
{
	margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
	color: #ff0000;
}

.field-validation-valid
{
	display: none;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors
{
	font-weight: bold;
	color: #ff0000;
}

.validation-summary-valid
{
	display: none;
}

input.RollOverButton
{
	width: 104px;
	height: 38px;
	background: url(images/ButtonOff.png) no-repeat;
	background-color: transparent;
	vertical-align: middle;
	border: none;
	cursor: pointer;
	color: White;
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
	padding-bottom: 6px;
}

input.RollOverButton:hover
{
	background-image: url(images/ButtonOn.png);
	color: #336699;
}

input[disabled], input[readonly], select[disabled], select[readonly], checkbox[disabled], checkbox[readonly], textarea[disabled], textarea[readonly]
{
	background: none;
	background-color: #dcdcdc !important;
	color: #000000 !important;
	cursor: default !important;
	opacity: 1 !important;
	-moz-opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.commandPanel
{
	text-align: right;
	padding-right: 10px;
}

.currency
{
	text-align: right;
}

.currency3
{
	text-align: right;
}

.hidden
{
	display: none;
}

.imageButton
{
	border: 0;
}
