
<style>
.dummy{}
/* */

/************* Form Stylesheet = Form, Input and Button Layout Styles ***************/
form { margin:0; padding:0; }
.blank_form { margin:0; padding:0; display:inline; }


/************* Form Input Type Styles ***************/
input, input.copy {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	color: #000000;
	background: #ffffff;
	border:1px solid #707070;
}
textarea, textarea.copy {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	color: #000000;
	background: #ffffff;
	border:1px solid #707070;
	font-size:12px;
}
select, select.copy {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	color: #000000;
	background: #ffffff;
	border:1px solid #707070;
}
input:hover, input.copy:hover, textarea:hover, textarea.copy:hover, select:hover, select.copy:hover {
	border:1px solid green;	
}
input.chkbox {
	border:none !important;
	height:auto !important;
	background:transparent url(none) !important;
}

/***************** Button Styles *********************/
.buttons, .button, .calMonthYearSubmit {
    cursor:pointer;
	font-weight:bold;
	color: #ffffff;
	background: #8EAFD8;
	border:1px solid #707070;
	vertical-align:middle;
}
a.button {
	display:block;
	height:23px;
	width:144px;
	overflow:hidden;
	line-height:22px;
	text-indent:5px;
	text-align:left;
}
a.button:link, a.button:visited {
	text-decoration:none;
	color: #ffffff;
	border:none;
	background: #8EAFD8;
}
input.button, td.button, th.button {
	background: #8EAFD8;
}
input.checkout_button { 
	font-weight:bold; 
	height:32px; 
}
.buttons:hover, .button:hover, .calMonthYearSubmit:hover {
	color:#eeeeee;
	border:1px solid #8EAFD8;
	background: #21357a;
}
a.button:hover, a.button:active {
	text-decoration:none;
	color:#eeeeee;
	border:none;
	background: #21357a;
}




/************** Verity Search Styles **************/
table#verity_search_table {
}
.verity_search_input {
	width:300px;
}
#verity_search_button {
	width:120px;
	font-weight:bold;
	margin-left:2px;
	margin-right:2px;
}
#verity_reset_button {
}
.hilight_search_terms {
	background-color:#cccccc;
	font-weight:bold;
	text-transform:uppercase;
}
.verity_search_result_title {
	font-weight:bold;
	font-size:16px;
	margin:6px 0;
	padding:0;
}
.verity_search_result_title a:link, .verity_search_result_title a:visited {
}
.verity_search_result_title a:hover, .verity_search_result_title a:active {
}
.verity_search_result_description {
	margin:6px 0;
	padding:0;
}
.verity_search_result_url {
	margin:6px 0;
	padding:0;
}
.verity_search_result_url a:link {
}
.verity_search_result_url a:visited {
}
.verity_search_result_url a:hover, .verity_search_result_url a:active {
}


/************** What's New Display and Archive Styles **************/
#whatsNewArchiveSearchInput {
	width:300px;
}
#whatsNewArchiveSearchGO {
	font-weight:bold;
	width:120px;
}
#whatsNewArchiveSearchReset {
}


/************** Contact Us Form Styles **************/
#contactUsArea {
	display:block;
	margin:0;
	padding:10px 0;
	text-align:left;
}
#contactUsTable {
}
.contactUsField {
	font-weight:bold;
	text-align:left;
}
.contactUsData {
	text-align:left;
}
.contactUsData input, .contactUsData textarea, #stateProv, #country, #how_did_you_hear {
	width:250px;
}
.contactUsData textarea#message {
	height:175px;
}
.contactUsData #eventDate {
	width:125px;
}
.longVersionRow.showLongVersion {
}
.longVersionRow.hideLongVersion {
}
#contactUsSend {
	width:125px;
}
#whyLinkArea {
	display:block;
	margin:0;
	padding:12px 0 0 0;
}
#whyLinkArea, #whyLinkArea a:link, #whyLinkArea a:visited, #whyLinkArea a:hover, #whyLinkArea a:active {
	font-size:10px;
	font-weight:normal;
}
#whyContainer {
	position:relative; 
	width:1px; 
	height:1px; 
	margin:0; 
	padding:0;
	z-index:1000;
}
#whyContent {
	display:none; 
	position:absolute; 
	width:250px; 
	padding:10px; 
	left:-125px; 
	top:10px; 
	border:1px solid black; 
	background:#eeeeee; 
	cursor:pointer;
	z-index:1001;
}
#whyClose {
	margin:0; 
	padding:2px 0 2px 0; 
	border-bottom:1px solid black;
	font-weight:normal;
	text-align:right;
}
#whyClose a {
	text-decoration:none !important; 
	border:none !important;
}
#whyClose a img {
	margin-left:5px;
	text-decoration:none !important; 
	border:none !important;
}
#whyDescription {
	font-weight:normal;
	font-style:italic;
}

/************** Form Error Classes **************/
.RequiredField {
	background-color:#ff0000;
}
#alertbox {
	border:1px solid #ff0000;
	padding:2px 5px;
	display:block;
	float:left;
	color:#ff0000;
	text-align:center;
	font-size:10px;
}
div.alertbox {
	border:1px solid #ff0000;
	padding:2px 5px;
	display:block;
	float:left;
	color:#ff0000;
	text-align:center;
	font-size:10px;
}
#redbox {
	border:1px solid #ff0000;
	padding:2px 5px;
	display:block;
	color:#ff0000;
	text-align:center;
	font-size:10px;
}
.Error {
	border: 		1px solid #ff0000;
	padding: 		3px;
	color:			#ffffff;
	text-align:		center;
	font-size: 		16px;
	background-color:#ff0000;
	font-weight:bold;
}

