@charset "utf-8";
/* CSS Document */

/*********************** Global form styles *****************************/
form legend {
	display: none;
} /* legend tag to appear only in aural style sheet */
input {
	border: #ccc solid 1px;
	font-size: 1em;
	margin: 0 10px 0 0;
	border-radius: 3px;
	box-shadow: 2px 2px 3px #ccc;
	vertical-align: top;
}

.longInput {
	width: 320px;
}

input[type=checkbox], input[type=radio], input[type=hidden] {
	border: none;
	box-shadow: none;
} /* uniform for all browsers */
input[type=text], input[type=password], input[type=textarea] {
	
} /* for text input character spacing */
select {
	width: auto;
	max-width: 500px;
	min-width: 50px;
	font-size: 1em;
	border-radius: 3px;
	border: #ccc solid 1px;
	box-shadow: 2px 2px 3px #ccc;
}

form select {
	width: auto;
	max-width: 500px;
	/* min-width: 140px; */
	font-size: 1em;
	border-radius: 3px;
	border: #ccc solid 1px;
	box-shadow: 2px 2px 3px #ccc;
}

select.error {
	border: red solid 2px;
}

input[type=textarea], textarea {
	width: 73%;
	height: 75px;
	font-size: 1.2em;
	font-weight: normal !important;
	border-radius: 3px;
	border: #ccc solid 1px;
	box-shadow: 2px 2px 3px #ccc;
}

form select option {
	width: auto;
	font-size: 1em;
}

form select .long {
	width: auto;
	max-width: 500px;
	min-width: 50px;
}

input[type=checkbox] {
	box-shadow: none !important;
}

/* ************************************  Form Element styles ******************************** */
.formElements {
	background: #eee;
	padding: 3px 5px 10px;
	border-radius: 5px;
	margin-bottom: 10px;
	box-shadow: 0 2px 3px #999999;
	margin-top: 5px;
	margin-right: 10px;
}

.formElement {
	margin-top: 5px !important;
}

.formElement .systemValue {
	color: maroon;
	width: 380px;
	text-align: left;
}

.formElement label {
	display: inline-block;
	margin: 0 5px 0 0;
	font-weight: bold;
	padding-right: 5px;
	vertical-align: top;
	text-align: right;
	width: 90px;
	color: #41537c;
}

.formElement h6 {
	padding-left: 70px;
}

.bannerFormElement label {
		display: inline-block;
	margin: 0 5px 0 0;
	font-weight: bold;
	padding-right: 5px;
	vertical-align: top;
	width: 150px;
	color: #41537c;
}

.managementDateLabel{
	width: 90px !important;
}

.managementDateLabelRequired{
	color: #900 !important;
	font-weight: bold;
	width: 90px !important;
}

.requiredField {
	color: #900 !important;
	font-weight: bold !important;
}


.formElement .alignLeft {
	text-align: left;
}

.formElement .requiredField {
	color: #900 !important;
	font-weight: bold;
	background: url(../images/themes/default/requiredField.gif) right
		no-repeat;
	 padding-right: 15px;
	width: 110px;
}

/*.formElementAcct .formElement .requiredField {
	color: #900 !important;
	font-weight: bold;
	background: ;
	padding-right: 0px;
	width: 0px;
} */

.formElementAcct .requiredField {
	color: #900 !important;
	font-weight: bold;
	background: url(../images/themes/default/requiredField.gif) right
		no-repeat;
	padding-right: 15px;
	width: 80px;	
}

.balanceDueRequiredField {
	margin-left: 15px !important;
}

.formElement .requiredFieldLong {
	color: #900 !important;
	font-weight: bold;
	background: url(../images/themes/default/requiredField.gif) right
		no-repeat;
	padding-right: 15px;
	width: 140px;
}

.formElement .date {
	margin-right: 2px;
}

.formElement .fieldHint {
	float: none !important;
	font-weight: normal !important;
	color: ##616161;
	padding-left: 4px;
	text-align: left;
	white-space: nowrap;
}



/* ************************************  Check Select styles ******************************** */
.checkSelect {
	margin-top: 5px;
}

.checkSelect label {
	font-weight: bold;
	color: #41537c;
	margin-top: 5px;
}

/************************ Input styles for field length ********************************/
.month, .day, .stateAbbr {
	width: 26px;
}

.day {
	height: 35px;
}

.year {
	width: 38px;
}

.date {
	width: 75px;
}

.small, .zip {
	width: 55px;
}

.zipWith4 {
	width: 70px;
}

.phoneNum {
	width: 95px;
}

.exSmall {
	width: 40px;
}

.long {
	width: 230px;
}

.exLong {
	width: 380px;
}

.widthAutoOverride {
	width: auto !important
}

.formSeparator {
	margin-top: 5px;
}

.errorMsgId {
	visibility: hidden !important;
}

.calendarHead {
	background: #cccccc;
	background: -webkit-linear-gradient(bottom, #cccccc, #ffffff); 
    background: -o-linear-gradient(bottom, #cccccc, #ffffff); 
    background: -moz-linear-gradient(bottom, #cccccc, #ffffff); 
    background: linear-gradient(bottom, #cccccc, #ffffff); 
}

.calendarDay.selected {
	background: #e3e3e3;
}

.calendarDateContainer {
	background: #FAF0E0;
	text-align: right;
	min-width: 81px;
    font-size: 1.1em;
    font-weight: bold;
}

.calendarDate {
	padding-right: 3px;
}

.calendarDay {
	height: 44px !important;
	width: 14% !important;
	text-align: center;
	display: table-cell !important;
	float: none !important;
	padding: 0;
	border: 1px	solid #CCC;
}

.calendarDay a {
	font-size: 1.1em;
	display: block;
	width: 100%;
	height: 100%;
}

.calendarDayOfWeek {
	text-align: center;
}

.calEventList > form > #SelectListPanel > .listPanelResults {
	margin: 0 !important;
}

.radioItem > label {
	width: 150px;
	text-align: left;
}

.zindex {
	z-index: 1000;
}

.long > div > label {
	width: 135px;
}

.bmLabel > label {
	width: 115px;
}