
/* FORMS */
/*div.formBlock {
	border-top: 1px solid #E4E7F0;
	margin-top: 40px;
	padding-top: 10px;
	margin-left: -43px;
	margin-right: -43px;
	padding-left: 43px;
	padding-right: 43px;
}*/
.form,
.radioFieldSet span,
.recordListing .pager td {
	/*background-color: #dfe5ea;
	border-color: c6cbd1;*/
	background-color: #F3F5F8;
	border-color: #E4E7F0;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 5px;
}
.recordListing .pager td td {
	background-color: transparent;
	border-width: 0;
	margin: 0;
}
.form .form,
.radioFieldSet span {
	background-color: #FFFFFF;
}
.form div {
	position: relative; /* Fix IE 6 Peekaboo bug*/
}
.form {
	padding: 15px 15px 15px 15px;
}
.form th,
.form td {
	padding: 2px 7px 2px 7px;
	vertical-align: top;
}
.form th {
	text-align: right;
	white-space: nowrap;
}
.form td {
	padding-left: 0;
}
label {
	font-weight: bold;
}
div.boxWhite
{
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	padding: 15px;
	font-size: 11px;
	display:none;
}
div.box {
	background-color: #F3F5F8;
	border-color: #E4E7F0;
	border-width: 3px;
	border-style: solid;
	padding: 15px;
	font-size: 11px;
	/*width: 30em;*/
}
p.note {
	background-color: #F3F5F8;
	border-color: #E4E7F0;
	border-width: 1px;
	border-style: dotted;
	padding: 15px;
	width: 30em;
}
p.note strong {
	text-transform: uppercase;
}
label span,
.form p.note {
	background-color: transparent;
	border-width: 0;
	padding: 2px 0 0 0;
	margin: 0;
	display: block;
	font-size: 0.9em;
	font-weight: normal;
	width: auto;
	/*border: 1px solid;
	border-color: #000000;*/
}
label span span {
	margin: inherit;
	display: inline;
	font-size: inherit;
	font-weight: inherit;
}
.fieldPrefix {
	font-weight: bold;
	vertical-align: top;
	padding-right: 2px;
}

/* TEXT FIELDS */
input {
	/*width: 20em;*/
}
.dayTextBox,
.monthTextBox {
	width: 25px;	
}
.yearTextBox {
	width: 50px;
}
.zip {
	width: 5em;
}
.phoneExt {
	width: 5em;
}

/* ASP.NET Panel */
.panFieldGroup {
	display: inline;
}


/* RADIO BUTTONS */
.radioFieldSet {
	clear: both;
	float: left;
	vertical-align: top;
}
.radioFieldSet span,
.radioFieldSet h4,
.radioFieldSet div,
.radioFieldSet input,
.radioFieldSet label {
	display: block;
	float: left;
}
.radioFieldSet span {
	padding: 5px;
}
.radioFieldSet input, 
.radioFieldSet label {
	text-align: left;
}
.radioFieldSet label {
	padding: 2px 0 0 0;
}
.radioFieldSet br {
	clear: both;
}
.radioFieldSet h4 {
	font-family: Verdana, sans-serif;
	margin: 0;
	padding-right: 1em;
	text-align: right;
}


/* RECORD LISTING */
div.pagingInfo {
	margin: 0;
	border-width: 1px 1px 0 1px;
}
div.pagingInfo p {
	float: left;
}
div.pagingInfo p em {
	font-weight: bold;
	font-style: normal;
}
p#pageNumber {
	padding: 0 0 0 50px;
}
table.recordListing {
	/* Give table a border on all sides except the right side (since this will be handled by individual cells) */
	background-color: #FFFFFF;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: #D8DCE5;
	padding-bottom: 1px;
	margin-bottom: 25px;
}
table.recordListing tr.head th {
	background-image: url(../../assets/images/record_listing/unsorted.gif);
	background-position: top right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8DCE5;
}
table.recordListing tr.head th.sortedAscending {
	background-image: url(../../assets/images/record_listing/ascending.gif);
}
table.recordListing tr.head th.sortedDescending {
	background-image: url(../../assets/images/record_listing/descending.gif);
}
table.recordListing tr.head th,
table.recordListing tr.head a:link, 
table.recordListing tr.head a:visited, 
table.recordListing tr.head a:hover, 
table.recordListing tr.head a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}
table.recordListing tr.head a:link, 
table.recordListing tr.head a:visited, 
table.recordListing tr.head a:hover, 
table.recordListing tr.head a:active {
	display: block;
}
th.sortedAscending a:link, 
th.sortedAscending a:visited, 
th.sortedAscending a:hover, 
th.sortedAscending a:active,
th.sortedDescending a:link, 
th.sortedDescending a:visited, 
th.sortedDescending a:hover, 
th.sortedDescending a:active {
	padding-right: 20px;
}
table.recordListing tr.even {
	background-color: #EEEEEE;
}
table.recordListing td,
table.recordListing th {
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #D8DCE5;
	padding: 7px;
	vertical-align: top;
}
table.recordListing table td {
	border-width: 0
}
table.recordListing td.date {
	text-align: right;
}
table.recordListing tr.head th {
	/*padding: 7px 10px 7px 10px;*/
}
table.recordListing tr.head th {
	border-right-color: #21528E;
}
table.recordListing tr.head th.last {
	border-right-color: #D8DCE5;
}

table.recordListing p {
	margin: 0;
}

/* RECORD DETAIL */
table.recordDetail {
	margin: 0 0 50px 0;
	padding: 25px 15px;
	background-color: #F3F5F8;
	border-color: #E4E7F0;
	border-width: 1px;
	border-style: solid;
}
table.recordDetail th {
	text-align: left;
	padding-right: 10px;
}
table.recordDetail th,
table.recordDetail td
{
	padding: 7px;
	vertical-align: top;
}


/* LINK BUTTON */
.recordListing .pager a:link,
.recordListing .pager a:visited,
.recordListing .pager a:hover,
.recordListing .pager a:active,
a.button:link,
a.button:visited,
a.button:hover,
a.button:active {
	/*display: block;
	float: left;*/
	font-size: 10px;
	text-decoration: none;
	background-color: #3E80AF;
	color: #FFFFFF;
	padding: 2px 8px 3px 8px;
	border: 2px solid;
	border-color: #3e80af #296b9a #296b9a #3e80af;
	text-align: center;
	/*margin: 25px 0 25px 0;*/
}
.recordListing .pager a:hover,
.recordListing .pager a:active,
a.button:hover,
a.button:active {
	background-color: #FFFFFF;
	color: #333344;
}
/*a.button:link,
a.button:visited {
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #46A316;
	padding: 2px 11px 4px 11px;
	border: 2px solid;
	border-color: #46A316 #409315 #409315 #46A316;
}
a.button:hover,
a.button:active {
	text-decoration: none;
	color: #2E5B17;
	background-color: #95E66A;
}*/


/* MESSAGES */
.errorMessage,
.successMessage {
	display: block;
	font-weight: bold;
}
.errorMessage,
.errorMessage font,
.errorMessage a:link,
.errorMessage a:visited,
.errorMessage a:hover,
.errorMessage a:active {
	/*
	background-color: #f5dddd;
	color: #CC0000;
	*/
	background-color: #CC0000;
	color: #FFFFFF;
	/*background-color: #ffcccc;
	border-color: #CC0000;*/
	line-height: 1.2;
}
.successMessage,
.successMessage font,
.successMessage a:link,
.successMessage a:visited,
.successMessage a:hover,
.successMessage a:active {
	color: #077E25;
}
.errorMessage a:link,
.errorMessage a:visited,
.errorMessage a:hover,
.errorMessage a:active,
.successMessage a:link,
.successMessage a:visited,
.successMessage a:hover,
.successMessage a:active {
	font-style: italic;
	text-decoration: underline;
}

/* This is the block that appears at the top of the form to give the user an overall result of their submission (success or error) */
.errorMessageBlock,
.successMessageBlock,
.warningMessageBlock,
.noticeMessageBlock {
	display: block;
	background-position: 2% center;
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: left;
	/*border-width: 1px 0 1px 0;*/
	border-style: solid;
	padding: 10px 10px 10px 40px;
	margin: 0;
	color: #FFFFFF;
	white-space: normal;
	margin: 1em 0 1em 0;
	width: 30em;
	/*margin-left: auto;
	margin-right: auto;*/
}
.errorMessageBlock {
	background-color: #CC0000;
	border-color: #CC9999;
	background-image: url(../../assets/images/icons/alert.gif);
}
.successMessageBlock {
	background-color: #077E25;
	border-color: #9BCC99;
	background-image: url(../../assets/images/icons/success.gif);
}
.warningMessageBlock,
.noticeMessageBlock {
	padding: 10px 15px 10px 60px;
	background-color: #FFFFFF;
	background-color: #fffee4;
	border-color: #CCCCCC;
	border-color: #da7804;
	/*border-color: #e5e4d1;*/
	background-image: url(../../assets/images/icons/warning.gif);
	background-position: 10px;
	color: #333333;
	font-weight: normal;
}
.noticeMessageBlock {
	background-image: none;
	padding-left: 15px;
}
.warningMessageBlock .primaryMessage,
.noticeMessageBlock .primaryMessage {
	display: block;
	padding-bottom: 5px;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
}
.warningMessageBlock .primaryMessage strong,
.noticeMessageBlock .primaryMessage strong {
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}

.errorMessageBlock a,
.errorMessageBlock a:link,
.errorMessageBlock a:visited,
.errorMessageBlock a:active,
.errorMessageBlock a:hover,
.successMessageBlock a,
.successMessageBlock a:link,
.successMessageBlock a:visited,
.successMessageBlock a:active,
.successMessageBlock a:hover {
	color: #FFFFFF;
}

p.errorMessageOutline,
td.errorMessageOutline,
.errorMessageOutline {
	display: block;
	border: 1px solid;
	border-color: #CC0000;
	padding: 7px;
	/*background-color: #f5dddd;*/
	background-color: #CC0000;
	color: #FFFFFF;
	
	
	/*background-color: #ffcccc;
	border-color: #CC0000;*/
}

/* GENERIC STYLES */
.showMe {
	display: block;
}
/* Special case for spans */
span.showMe {
	display: inline;
}
.hideMe,
.errorMessageOff,
.hidden {
	display:none;
}

