﻿
span.mandatory
{
	color: rgb(212, 0, 0);
	font-size: 1.15em;
	margin-left: -0.80em;
	position: absolute;
}

div.form { padding-left: 20px; padding-right: 20px; }
div.form .failureNotification { margin-left: 5px; }
div.form h2, div.form h3 { margin-left: 0px; margin-bottom: 15px; }
div.form h4 { margin-left: 0px; margin-bottom: 10px; }
div.form h3, div.form h4 { padding-top: 10px; }
div.form h2.pseudoLink, div.form h3.pseudoLink { margin-bottom: 2px; }
div.form div.panel, div.form div.command { z-index: 1; }
div.form div.top { /*padding-top: 1em;*/ }
div.form div.fieldSet { margin-bottom: 1.5em; margin-left: -19px; margin-right: -19px; } /*4px for autos brd and mrgn */
div.form div.fieldSet fieldset { padding-left: 15px; padding-right: 15px; }
div.form div.panel { margin-bottom: 1.5em; padding-bottom: 0.08em; }
div.form div.command { padding-bottom: 1.5em; }
div.form div.panel span.label, div.form div.panel span.control { display: inline-block; vertical-align: top; }
div.form div.panel span.label { width: 25%;padding-top: 3px;color: #aaaaaa; }
div.form div.panel span.valignTop { vertical-align: top; margin-top: 3px; }
div.form div.panel span.control { width: 73%; } 
div.form a.padded { margin-left: 16px; }

div.form .narrow { margin-left: 410px; }
div.form .narrow div.panel span.label {  width: 35%; }
div.form .narrow div.panel span.control {  width: 60%; }

div.form .info
{
	display: block;
	background-color: #F1F5FA;
	padding: 10px;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 1.5em;
}

.ctl
{
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-background-clip: padding-box;
	-webkit-border-radius: 3px;
	background: #FFFFFF;
	border: 1px solid;
	border-color: #8E8E8E #C5C5C5 #C5C5C5 #8E8E8E;
	border-radius: 3px;
	color: #000000;
	overflow: visible;
	/*position: relative;*/
	padding: 2px;
	vertical-align: baseline;
}

.ctl-part { display: inline-block; margin-right: 4px; vertical-align: top; }
.ctl-part span, div.form div.panel span.control .sub, div.form div.panel span.control .top { display: block; }
.ctl-part span.hint, div.form div.panel span.control .sub { font-size: 0.8em; color: #999999; }

.ctl-s { width: 50px; }
.ctl-m { width: 100px; }
.ctl-n { width: 150px; }
.ctl-w { width: 250px; }
.ctl-vw { width: 500px; }
.ctl-full { width: 100%; }
.ctl-date { width: 70px; }

.ctl-text { background-repeat: no-repeat; }

.ctl-text-align-left { text-align: left; }
.ctl-text-align-center { text-align: center; }
.ctl-text-align-right { text-align: right; }

.modalDialog {  }
.modalDialog .inner { background-color: White; overflow: inherit !important; }

.modalBg
{
	background-image: url('/Content/Images/ModalBackGround.png');
	filter: alpha(opacity=50);
	opacity:.50;
	height: 100%;
}

.watermark { color: #aaaaaa; }
input[type=password].watermark { background: url('/Content/Controls/PasswordWatermarkBackground.png') no-repeat; color:white; text-align: right; } 
.comment { font-style: italic; }

.contextDropDown
{
	border: 1px solid gray;
	background-color: White;
	z-index: 3;
	max-height: 400px;
	overflow-y: auto; 
}

.contextDropDown .contextItem
{
	cursor: pointer;
	font-size: 0.9em;
	padding: 4px;
}
.contextDropDown .contextItem:hover { background-color: #FFCC66; }
.contextDropDown .contextItem .cap { color: Black; }
.contextDropDown .contextItem .sub { font-size: 0.9em; padding: 2px 0px 2px 10px; }

div.form .return { margin-left: -15px; }
div.form input[readonly] { background: #EEEEEE;color: #777777;}

.ballonPanel > div { margin-bottom: 5px; }
.quantity > input { vertical-align: middle;}