/* STYLESHEET SECTIONS
   CSS Flags marked with [=]
	 
	 FORM FIELDS
	 FORM ASSETS
	 FORM FRAMEWORK
	 MISC STYLES
	 
	 ....................................... */


/* =FORM FIELDS
	 ....................................... */

input.text,
select,
textarea{
	background: #FFFFFF;
	border: 1px solid #D6D6D6;
	color: ;
	font-family: "Segoe UI", "Segoe", "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
}
textarea {
	padding: 3px 5px;
	width: 450px;
	height: 125px;
}
input.text:hover,
select:hover,
textarea:hover,
input.text:focus,
select:focus,
textarea:focus {
	border-color: #acacac;
	-moz-box-shadow: 0 0 3px #C9C9C2;
    -webkit-box-shadow: 0 0 3px #C9C9C2;
    box-shadow: 0 0 3px #C9C9C2;
}
select {
	background-image: none;
	padding: 4px 5px;
	line-height: 20px;
}

/* =FORM ASSETS
	 ....................................... */

fieldset { 
	padding: 1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #adadad;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
legend {
	font-weight: bold;
	font-size: 1.2em;
	color: #386BA0;
}
label { 
	display: inline-block;
	font-weight: bold;
	margin: 0 0 2px 0;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
input + label { /* targets any label that directly follows an input; typically labels for radio inputs or checkboxs */
	font-weight: normal;
	padding-left: 3px;
}
input:hover, input:active, input:focus,
select:hover, select:active {
	outline: none;
}

.chbox {
	display: block;
	padding: 4px 12px 0 0;
	margin: 0;
}
.chbox.horiz {
	padding-top: 7px;
}
.chbox input {
	display: inline;
	margin: 0;
	width: 13px;
}
.chbox label {
	display: inline;
	padding: 0 0 0 4px;
}
.radio_table td {
	vertical-align: top;
}
.radio_table label {
	font-weight: normal;
	float: right;
	padding: 4px 0;
	text-align: left;
}
.radio_table input {
	margin-top: 5px;
}

/* =FORM FRAMEWORK
	 ....................................... */

.formWrapper {
    width: 500px;
}
.formHalf {
    float: left;
    width: 46.999%;
}
.formThird {
    float: left;
    width: 30.299%;
}
.formWhole {
    clear: both;
    width: 97%;
}
.formHalf, .formWhole, .formThird {
    padding: 0 3% 10px 0;
}
.formHalf.last, .formWhole.last, .formThird.last {
    padding-right: 0;
}
.formWrapper select {
    width: 96%;
    height: 2.1em;
}
.formHalf input.text,
.formHalf textarea {
    width: 92%;
}
.formThird input.text,
.formThird textarea {
    width: 88%;
}
.formWhole input.text,
.formWhole textarea {
    width: 96%;
}
.formWrapper fieldset {
    padding: 0 0 0 3%;
}
.formWrapper hr {
    width: 97%;
    margin: 0 3% 10px 0;
    clear: both;
}


/* =MISC STYLES
	 ....................................... */

/* Button Styling */
span.button a {
	background: #386CA0;
	border: 1px solid #386CA0;
	color: #FFFFFF;
	display: inline-block;
	float: none;
	font-size: 93%;
	font-weight: bold;
	padding: 4px 8px;
	text-transform: none;
	cursor: pointer;
}

.btnContainer {
	margin: 0 0 15px;
}
.btnContainer.horizForm {
	padding: 0 0 0 180px;
}
.btnContainer.floatRight {
	padding-right: 5px;
}

input.button,
a.textLinkBtn {
	display: inline-block;
	width: 0;
	padding: 4px 15px 4px 15px; 
    overflow:visible;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	cursor: pointer;
	border:1px solid #386CA0;
	color:#FFFFFF;
	vertical-align: middle; /* Used to improve button alignment with User dropdown (for example, in IE8). */
	text-decoration: none;
	outline: none;
}/* Shared attributes grouped for consistency */
a.textLinkBtn {
	width: auto;
	padding: 5px 15px 6px; 
}/* Style overrides. */
input.button[class] { /*ie ignores [class]*/
    width: auto;
}
input.button:hover,
a.textLinkBtn:hover {
	color: #fff;
	border-color: #006699;
	background-image: none;
}
input.button.floatLeft {
	margin-left: 10px;
}
input.button.cancelBtn,
input.button.saveBtn,
input.button.editBtn {
	padding-left: 28px;
}
input.button.cancelBtn {
	background: url(../fw/btnIcons/icon_cancel.gif) no-repeat 6px 50%;
}
input.button.saveBtn {
	background: url(../fw/btnIcons/icon_save.gif) no-repeat 6px 50%;
}
input.button.editBtn {
	background: url(../fw/btnIcons/icon_edit.gif) no-repeat 6px 50%;
}

/* RAD Styles */
.CMWrapper {
    background: #069;
    border: 1px solid #999;
    padding: 5px 3px;
}
table.CMTop {
    margin: 0;
}
table.CMTop td {
    border: 0px none;
}
.CMTop label {
    display: inline;
    color: #fff;
}
.reWrapper {
    position: inherit !important;
}
.CMWrapper .reResizeCell div {
    background-image: url(../fw/radResizer.gif);
    background-position: center top;
}
.CMWrapper .reResizeCell div:hover {
    background-position: center bottom;
}

/* Validation */
.requiredFields {
	margin-right: 3%;
	float: right;
}
.validation, 
span.validation {
	display: block;
	background: #C93B13;
	padding: 10px;   
}
.validation ul {
  margin: 0;
}
.formWrapper span.confirmationMessage {
	background-color:#92C300;
	color:White;
	display:block;
	margin-left:0;
	margin-right:-3.2%;
	margin-top:-10px;
	padding:10px;
}
.requiredFields {
	clear:both;
	padding: 15px 0;
	font-size: 11px;
	color: #AE4C4C;
	font-weight: bold;
}
.requiredFields span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 16px;
}
.validationSummary {
	padding: 10px;
	width: 90%;
	margin: 0 auto 20px;
	color: #D50000;
	font-size: 12px;
	background-color: #F7E8E8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.validationSummary ul {
	margin: 5px 0 0;
}
.errorSummaryHeader {
	border-right: 1px solid #ccc;
	margin-right: 10px;
}
.successMessage,
.errorMessage {
	clear: both;
	color: #669966;
	padding: 10px 0;
}
.errorMessage {
	color: #CC0000;
}
.errorMessage h3,
.successMessage h4 {
	border-right: 1px solid #ccc;
	margin: 0;
	padding-top: 7px;
	padding-bottom: 0;
	background-position: left center;
}
.errorMessage h3 {
	border-right-color: #CC0000;
}
.errorMessage p,
.successMessage p {
	display: block;
	float: left;
	padding: 13px 0 0 0;
	margin: 0 0 0 10px;
	font-size: 11px;
}
input.text.error, select.error, textarea.error {
    border-color: #F00000;
}