/*
------------------------------
Included screen styles
Designed by Alex Giron 
Coded by Maritn Ringlein
http://www.nclud.com
------------------------------
Updated by Cory O'Brien 01.18.10 for blue colors
*/

/*------ Yahoo! Reset CSS ------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
p { 
	margin: 10px 0;
	font-size: 13px; 
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
body {
	width: 100%;
	font: normal 62.5% Arial, Helvetica, Verdana, sans-serif;
	background: white url(../images/limbo/main_background_gradient.png) repeat-x scroll 0 0;
}
#container {
}
#subcontainer {
}
#contentcontainer {
	background:#ffffff;
	width:83.0em;
	margin:0 auto;
	padding:3.0em 3.0em 3.0em 2.0em;
	z-index:1;
	position:relative;
}
.container {
	width:88.0em;
	margin:0 auto;
}
/*------ Header Styles ------*/
#header {
	width:100%;
	background:none;
	border-bottom:none;
	height:130px;
}
#header .container {
	background: none;
	/* background-color: #99cc33; */
	height:130px;
	position:relative;
}
#header #logo a {
	display:block;
	float:left;
	margin:20px 0 20px 30px;
	background: transparent url(../images/wrapper/NTHP-5linelogo.png) no-repeat scroll 0 0;
	height:87px;
	width:142px;
}
#header #tagline {
	display:block;
	float:right;
	width:25.0em;
	margin:30px 40px 0 0;
	color:#fff;
	font:normal 1.3em "lucida grande", "lucida sans unicode", verdana, helvetica, sans-serif;
	font-weight:normal;
}
#header #tagline a {
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	background: transparent url(../images/wrapper/icn_arrow_dark.gif) no-repeat 0 2px;
	margin-left:0.5em;
	padding-left:13px;
}
#header #information {
	width:37.0em;
	position:absolute;
	bottom:0;
	right:0;
	background: none;
	padding:0;
}
#header #information .inside {
	margin:0 0 0 10px;
	padding:0.4em 1.0em 0.4em 0;
	background: none;
	color:#fff;
	font-size:1.2em;
}
#header #information .inside a {
	color:#ffffff;
}
#header #information .inside a:hover {
	color:#fff;
}
/*------ Navigation Styles Styles ------*/
#navigation {
	height: 26px;
	width: 100%;
	background-color: #515159;
	border-top: 1px solid #6d6e70;
	position:absolute;
	top:130px;
	left:0; 
	z-index:2;
}
#navigation li {
	position:relative;
}
#navigation a {
	color:#ffffff;
	padding:0.4em 1.0em 0.6em 1.2em;
	background: transparent url(../images/wrapper/nav-sep.gif) no-repeat right center;
	font: normal 1.0em 'Lucida Grande', 'Lucida Sans Unicode', verdana, helvetica, sans-serif;
	text-decoration:none;
	font-weight:normal;
	text-transform:uppercase;
}
#navigation li.first {
	margin-left:1.0em;
}
#navigation li.logout {
	float:right;
}
#navigation li.logout a {
	margin-right:0.8em;
	padding:0.4em 0.8em 0.6em 0.8em;
	background: transparent url(../images/wrapper/icn_carrot_white.gif) no-repeat 0 9px;
	text-transform:none;
}
#navigation a:hover {
	background:#ffffff;
	color:#000000;
}
#navigation li ul {
	background:#515159;
	border:1px solid #515159;
	color:#000000;
	position:absolute;
	left:-5000px;
	top:2.2em;
	width:10.0em;
	padding:0.2em;
	z-index:1;
	border-top:0;
}

#navigation li ul.search {
	background:none;
}

#navigation li ul li {
	display:block;
	float:none;
	text-align: left;
}
#navigation li:hover ul, #navigation li.sfhover ul {
	left:auto;
}
#navigation li ul li a {
	display:block;
	margin:0;
	padding:0.6em;
	background-image:none;
	/* font-size:0.8em; */
	color:#ffffff;
}
#navigation li ul li a:hover {
	background-image:none;
	color:#000000;
	background:#ffffff;
}
#navigation li form {
	margin: 0.3em 1.5em 0 0;
	padding-left:0.8em;
	background: none;
}
#navigation li form #search input {
	background-color: white;
	font-size: 0.9em;
}

#navigation li form #search .submit {
	vertical-align: bottom;
	padding:0;
	margin:0;
	border:0;
}
/*------ Convio Specific Classes ------*/
.navigationMenu {
	margin:-0.8em 0 1.0em 0;
	padding:0;
}
.navigationMenu .navigationItemLabel {
	text-transform: uppercase;
	font-size: 1.5em;
	color:#5c1401;
	font-weight:bold;
	margin:0.8em 0 1.0em 0;
}
.navigationMenu .navigationItem {
	border-top:1px solid #eeeeee;
	padding:0.2em 0 0.2em 1.0em;
	background: transparent url(../images/wrapper/icn_carrot_yellow.gif) no-repeat 0 0.8em;
}
.navigationMenu .navigationItem a {
	color:#49811D;
	font:normal 1.0em "lucida grande", "lucida sans unicode", verdana, helvetica, sans-serif;
	text-decoration:none;
	display:block;
	padding:0.4em 0 0.4em 0;
}
.navigationMenu .navigationItem a:hover {
	text-decoration:underline;
	background:#eeeeee;
}
.navigationMenu .navigationSubMenu {
	margin-left:1.2em;
}
.navigationMenu .navigationSubMenu .navigationItemLabel {
	font-size:1.4em;
	font-weight:normal;
	margin-bottom:0.6em;
}
/* Convio CMS specific navigation classes */
.navigationItemLabel {
	font-size:1.5em;
	color:#0E82AE;
	font-weight:bold;
	margin-bottom: .3em;
	margin-top: .7em;
}
.navigationItem a {
	color: #49811D;
	font-family: "lucida grande", "lucida sans unicode", verdana, helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 1.2em;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	text-decoration: none;
}
.navigationItem a:hover {
	text-decoration: underline;
}
.navigationItem {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eeeeee;
	padding-top: 0.3em;
	padding-right: 1.4em;
	padding-bottom: 0.3em;
	padding-left: 1em;
	background: transparent url(../images/wrapper/icn_carrot_yellow.gif) no-repeat center left;
}
#sidebar .linksetMenu {
	border-bottom: 1px solid #eeeeee;
}
/*------ Breadcrumb Styles ------*/
#breadcrumb {
	border-bottom:1px solid #eeeeee;
	padding-bottom: 1em;
}
.breadcrumb {
	font-size: 1.2em;
	line-height: 1.6em;
}
/*------ Content Styles ------*/
#content {
	width:73.0em;
	margin:2.0em 2.0em 0 0;
}
#content ol, #content ul {
	margin: 10px 0 10px 20px;
	list-style: disc;
	list-style-image: url(../images/wrapper/icn_carrot_dark.gif);
}
/* #content li {
	margin-bottom: 2px;
} */
#content .actions {
	background:#eeeeee;
	font-size:0.9em;
	width:100%;
	margin:0 0 2.0em 0;
	padding:0.5em 1.0em;
}
#content .actions li {
	margin-right:1.0em;
}
#content .actions li a {
	text-decoration:none;
	display:inline;
}
#content .actions li a:hover {
	text-decoration:underline;
}
#content .actions li.email {
	background:transparent url(../images/wrapper/icn_email.gif) no-repeat 0 0.4em;
	padding-left:14px;
}
#content .actions li.print {
	background:transparent url(../images/wrapper/icn_print.gif) no-repeat 0 0.1em;
	padding-left:14px;
}
#content .actions li.rss {
	background:transparent url(../images/wrapper/icn_rss.gif) no-repeat 0 0.2em;
	padding-left:14px;
}
#content .actions li.share {
	background:transparent url(../images/wrapper/icn_heart.gif) no-repeat 0 0.3em;
	padding-left:13px;
}

#content .TableHeadings p {
	font-weight: bold;
	color: #136db8;
}

#content h5.FormSectionHeader {
	margin: 10px 0;
	border-top: 1px dotted gray;
	border-bottom: 1px dotted gray;
	color: #136db8;
}

#content input[type="text"],
#content input[type="password"],
#content select {
	padding: 4px 6px;
/*	width: 160px;*/
	background-color: white;
	border: 1px solid gray;
}

#content input[type="radio"] { width: 15px; }

#content input#payment_typecc_cvvname { width: 100px; }

#content input.Button,
#content input.NextButton,
#content input.CancelButton {
	padding: 3px 7px;
	width: auto;
	background-color: #136db8;
	border: 0px solid white;
	color: white;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#content td.holdsErrorMsgTable {
	background-color: #f9f9f9;
}

/*------ Sidebar Styles ------*/
#sidebar {
	width:24.0em;
	float:left;
	border-right:1px solid #eeeeee;
	margin-top:2.0em;
	padding-right:1.9em;
}
/*------ Footer Styles ------*/
#footer .container {
	/* background:#99cc33; */
	background: none;
	/* border-top:1px solid #49811D; */
	padding:2.0em 0;
	text-align:center;
	color:#3c3c3c;
	clear:both;
}
#footer ul {
	margin:0 0 0.5em 11.1em;
}
#footer ul li a {
	border-right:1px solid #C0BEBF;
	color:#9F1D20;
	padding:0 1em;
}
#footer ul li a.last {
	border-right:0;
	padding-right:0;
}
#footer p {
	margin:0;
}
/*------ Article Styles ------*/	
.article {
}
.article ul {
	margin:1.0em;
}
.article ul li {
	background: url(../images/wrapper/icn_carrot_dark.gif) no-repeat 0px 7px;
	margin:0.5em 0;
	padding-left:1.0em;
}
.article ol {
	margin:1.0em;
	padding-left:1.0em;
}
.article ol li {
	list-style:decimal;
	margin:0.5em 0;
	padding-left:0.2em;
}
/*------ General Styles ------*/
h1 {
	font-size:1.8em;
	color:#0E82AE;
}
h2 {
	font-size:1.7em;
	color:#0E82AE;
}
h3 {
	font-size:1.5em;
	color:#0E82AE;
	font-weight:bold;
}
h4 {
	font-size:1.4em;
	color:#0E82AE;
}
h5 {
	font-size: 0.8em;
	color:#0E82AE;
	font-weight:bold;
}
h6 {
	font-size:1.2em;
	color:#0E82AE;
}

p, blockquote, ul, ol, {
	font-size: 1.2em;
	line-height:1.0em;
	margin:1.2em 0;
	color:#343434;
}
ul ul {
	font-size: 1.0em;
	line-height:1.6em;
	margin:1.2em 0;
	color:#343434;
}
ol ol {
	font-size: 1.0em;
	line-height:1.6em;
	margin:1.2em 0;
	color:#343434;
}
a {
	text-decoration:underline;
	color:#49811D;
}
a:hover {
	text-decoration:none;
	color:#999999;
}
a.more {
	width:auto;
	height:18px;
	display:block;
	background:transparent url(../images/wrapper/btn_learnmore.gif) no-repeat left center;
	margin-top:1.0em;
}
a.more_r {
	width:auto;
	height:18px;
	display:block;
	background:transparent url(../images/wrapper/btn_learnmore.gif) no-repeat right center;
	margin-top:1.0em;
}
a.join {
	width:auto;
	height:18px;
	display:block;
	background:transparent url(../images/wrapper/btn_join.gif) no-repeat right center;
	margin-top:1.0em;
}
a.takeaction {
	width:auto;
	height:18px;
	display:block;
	background:transparent url(../images/wrapper/btn_take_action.gif) no-repeat right center;
	margin-top:1.0em;
}
a.signup {
	width:auto;
	height:18px;
	display:block;
	background:transparent url(../images/wrapper/btn_sign_up.gif) no-repeat right center;
	margin-top:1.0em;
}
a.next {
	width:auto;
	height:18px;
	display:block;
	background:transparent url(../images/wrapper/btn_next.gif) no-repeat right center;
	margin-top:1.0em;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
small {
	font-size:1.0em;
}
hr {
	border:1px dashed #eeeeee;
	width:20%;
	clear:both;
	display:block;
	height:1px;
	text-align:left;
	margin:1.0em 0 3.0em 0;
}
blockquote {
	font-size:1.0em;
	line-height:1.6em;
	color:#9f904f;
	padding:0.5em 1.0em 0 2.0em;
}
form {
}
form label {
	margin-top:0.6em;
	/* font-size:0.8em; */
	color:#000000;
	padding-left: 0.4em
}
form input.input {
	border: 1px solid #db9629;
	padding:0.3em;
}
form input.submit {
	background:#6c1701;
	padding:0.4em 0.2em;
	font-size:0.9em;
	color:#fff;
	margin-top:1.0em;
	border:1px solid #db9629;
}
form input.submit:hover {
	background:#db9629;
	border:1px solid #6c1701;
}
form select {
}
form select option {
}
form textarea {
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid gray;
}
/*table {
	margin:1.0em 0;
	font-size:1.0em;
}
table caption {
	background:#ffbe6c;
	padding:0.5em;
	color:#5c1401;
	margin:0 0 -0.8em 0.7em;
}
table tr th {
	background:#eeeeee;
}
table tr {
	margin:0.2em 0;
	border: 1px solid #eeeeee;
	border-bottom-style: none;
	border-right-style: none;
}
table td, table th {
	padding: 0.3em;
	border: 1px solid #CAE6B4;
	border-top-style: none;
	border-left-style: none;
}
*/
.highlight {
	padding:1.5em 2.0em;
	background:#eeeeee;
	border:1px solid #ffbe6c;
	border-right:0;
	border-left:0;
	color:#793c25;
}
.introduction {
	color:#FC9836;
	font-style:italic;
}
.byline {
	margin-top:0.4em;
	display:block;
}
.byline a {
	color:#343434;
}
.photo {
	padding:0.3em;
	border:1px solid #000000;
	background:#eeeeee;
}
.photo_slide {
	margin:1.0em 0;
	padding:1.1em;
	border:1px solid #000000;
	background:#eeeeee;
}
.caption {
	display:block;
	margin-top:0.6em;
}
.promo_image a {
	display:block;
	background:#fff;
	border:1px solid #d6d6d6;
	padding:2px;
}
.schedule {
}
.schedule li {
	padding:1.5em 3.0em;
}
.schedule li.alt {
	background:#f4efc3;
}
.roundedBox {
	width: 100%;
	margin:0 0 2.0em 0;
	border: 0px solid #db9629;
	background-color: #eeeeee;
	border: 1px solid #000000;
}
.roundedBox .inside {
	margin: 2.0em;
}
.roundedBox .inside a.more {
	background:transparent url(../images/wrapper/btn_learnmore_orange.gif) no-repeat right center;
}
.box {
	margin-bottom:1.0em;
	padding:0;
}
.box h3 {
	text-transform: uppercase;
}
.box ul li {
	border-top:1px solid #eeeeee;
	padding:0.3em 1.4em 0.3em 1.0em;
	background: transparent url(../images/wrapper/icn_carrot_yellow.gif) no-repeat 0 0.8em;
}
.box ul li a {
	color:#49811D;
	font:normal 1.0em "lucida grande", "lucida sans unicode", verdana, helvetica, sans-serif;
	text-decoration:none;
}
.box ul li a:hover {
	text-decoration:underline;
}
.boxA {
	margin-bottom:1.0em;
	background:#eeeeee;
	padding:0 0 0 0;
}
.boxA h3 {
	margin-left:1.6em;
	text-transform: uppercase;
	padding-top:1.4em;
}
.boxA li {
	border-top:1px solid #ffffff;
	padding:0.3em 1.4em 0.3em 3.0em;
	background: transparent url(../images/wrapper/icn_carrot_yellow.gif) no-repeat 2.0em 0.8em;
}
.boxA li a {
	color:#49811D;
	font:normal 1.0em "lucida grande", "lucida sans unicode", verdana, helvetica, sans-serif;
	text-decoration:none;
}
.boxA li a:hover {
	text-decoration:underline;
}
/*------ Global Classes ------*/
.pos_hide {
	position: absolute;
	left: -5000px;
	top: -5000px;
}
.pos_left {
	float:left;
	margin-right: 0.8em;
}
.pos_right {
	float:right;
	margin-left: 0.8em;
}
.list_horizontal li {
	display: block;
	float: left;
}
.list_horizontal li a {
	display: block;
}
.list_bull {
	margin:1.0em;
}
.list_bull li {
	background: url(../images/wrapper/icn_carrot_dark.gif) no-repeat 0px 7px;
	margin:0.5em 0;
	padding-left:1.0em;
}
.list_num {
	margin:1.0em;
	padding-left:1.0em;
}
.list_num li {
	list-style:decimal;
	margin:0.5em 0;
	padding-left:0.2em;
}
/*------ Clear Fix Hack ------*/
.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
.clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*------ Trust added ------*/
.statement {
	width:50%;
	padding:1.5em 2.0em;
	background:#eeeeee;
	border:1px solid #ffbe6c;
	border-right:0;
	border-left:0;
	color:#793c25;
}
.roundedBoxT {
	width: 100%;
	margin:0 0 2.0em 0;
	background-color:#eeeeee;
	border:1px solid #eeeeee;
}
.roundedBoxT .inside {
	margin: 1.0em;
}
.roundedBoxT .inside a.more {
	background:transparent url(../images/wrapper/btn_learnmore_orange.gif) no-repeat right center;
}
.roundedBoxB {
	width: 100%;
	margin:0 0 2.0em 0;
	background-color:#eeeeee;
	border:1px solid #eeeeee;
}
.roundedBoxB .inside {
	margin: 2.0em;
}
.roundedBoxB .inside a.more {
	background:transparent url(../images/wrapper/btn_learnmore_orange.gif) no-repeat right center;
}
a.joinH {
	width:auto;
	height:18px;
	display:block;
	background:transparent url(../images/wrapper/btn_join.gif) no-repeat right center;
	margin-top:1.0em;
}
a.signupH {
	width:auto;
	height:18px;
	display:block;
	background:transparent url(../images/wrapper/btn_sign_up.gif) no-repeat right center;
	margin-top:1.0em;
}
.pullquote {
	font-size:1.6em;
	font-weight:bold;
	color:#9f904f;
	background:transparent url(../images/wrapper/bg_blockquote.gif) no-repeat left top;
	padding:0 0 0 2.0em;
}
.pullquote span {
	background:transparent url(../images/wrapper/bg_blockquote_r.gif) no-repeat right bottom;
	display:block;
	padding:0.5em 1.0em 0 0;
}
strong em, em strong {
	font-weight:bold;
	font-style:italic;
}
#content ol {
	margin-left: 15px;
	list-style:decimal;
}
.engagementBox {
	width: 100%;
	margin:0 0 2.0em 0;
}
.engagementBox .inside {
	margin: 2.0em;
}
/* Convio Overwrite */

/*#contentcontainer {background:#fefcef;}*/
/*#navigation {margin-top:149px;}*/
/*.pageTitle {
	font-size:18px;
	color:#000000;
	font-weight:normal;
}
a.NewsHeadlineList {
	font-size:14px;
	display:block;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	margin-bottom:-10px;
}
#content table tr td {
	font-size:1.1em;
	line-height:14px;
}
#content table tr td p {
	font-size:11px;
	line-height:14px;
}
#content table tr td p a {
	text-decoration:none;
	color:#49811D;
}
#content table tr td p a:hover {
	text-decoration:underline;
}
#content table tr td img {
	display:block;
	margin-bottom:-10px;
}
#content table tr td table {
	border-right:0px solid #e9e09e;
	margin-right:30px;
}
#content .appArea p.ObjTitle {
	font-size:18px;
	color:#000000;
	font-weight:normal;
}
#content table.FormBox {
	background-color:#fff;
	border:0;
}
#content table.FormBox tr {
	background-color:#eeeeee;
}
#content table.FormBox tr td.TableHeadings {
	background-color:#eeeeee;
	color:#000000;
	padding:10px 0;
}
#content table.FormBox tr td {
	padding:0 10px;
}
#content table.FormBox tr td input {
	border:1px solid #000000;
	padding:4px;
}
#content table.FormBox tr td input#login, #content table.FormBox tr td input#RemindMe, #content table.FormBox tr td input#SendPassword, #content table.FormBox tr td input#SendUserName {
	border-color:#000000;
}
#content table.FormBox tr td.TableHeadings p {
	color:#000000;
}
#footer p {
	clear:both;
}
#content table tbody.DFEC_el_wrapper tr td table {
	border-right:0;
	margin-right:0;
}
*/
#content table tbody.DFEC_el_wrapper .ProgressBarCurrentBack {
	background:transparent url(../images/convio_step1.png) no-repeat 0 0;
	display:block;
	height:18px;
	width:50px;
}
#content table tbody.DFEC_el_wrapper .ProgressBarCurrentBack img {
	display:none;
}
#content table tbody.DFEC_el_wrapper .ProgressBarOtherBack {
	background:transparent url(../images/convio_step2.png) no-repeat 0 0;
	display:block;
	height:18px;
	width:50px;
}

#content table tbody.DFEC_el_wrapper .ProgressBarOtherBack img {
	display:none;
}
/*
#content table tbody.DFEC_el_wrapper .ProgressBarCurrentLeader {
	border:0;
}
#content table tbody.DFEC_el_wrapper .ProgressBarCurrent {
	font-size:12px;
}
#content table tbody.DFEC_el_wrapper .ProgressBarOther {
	font-size:12px;
}
#content table .FormSectionHeader {
	border:0;
	background-color:#eeeeee;
}
#content table .FormSectionHeader h5.dividerHeading {
	background-color:#eeeeee;
	color:#000000;
	padding:10px 0;
	border-bottom:1px solid #eeeeee;
	margin:20px 0;
}
#content form#ProcessForm input {
	border:1px solid #000000;
	padding:4px;
}
#content .holdsErrorMsgTable {
	background-color:transparent;
}
#content a.HelpLink {
	font-size:11px;
	color:#49811D;
	font-weight:normal;
	text-decoration:none;
}
#content #cons_profile .appArea form#EditCons h5.dividerHeading {
	background-color:#eeeeee;
	color:#000000;
	padding:10px 0;
	border-bottom:1px solid #eeeeee;
	margin:20px 0;
}
#content #cons_profile .appArea form#EditCons {
	font-size:10px;
}
#content #cons_profile .appArea form#EditCons input {
	border:none;
	padding:4px;
}
#content form#ProcessForm tbody.DFEC_el_wrapper tr.FormRow td.FormInput table tr td input.DonationLevelRadio {
	border:none;
	border-color:#000000;
}
#content form input.DonationLevelRadio {
	border:none;
	border-color:#eeeeee;
}
#content form label.RadioGroupLabel {
	font-size:12px;
	margin-bottom:15px;
}
#content form#ProcessForm tbody.DFEC_el_wrapper tr.FormRow td.FormInput p.centered label.wrapable input {
	border:none;
	border-color:#eeeeee;
}

#content table tbody.DFEC_el_wrapper .ProgressBarCurrentBack {
	background:transparent url(../images/convio_step1.png) no-repeat 0 0;
	display:block;
	height:18px;
	width:50px;
}

#content table tbody.DFEC_el_wrapper .ProgressBarOtherBack {
	background:transparent url(../images/convio_step2.png) no-repeat 0 0;
	display:block;
	height:18px;
	width:50px;
}

/* Calendar Styles */

.eventtitle {
	font-size:14px;
	font-weight:bold;
	color:#0E82AE;
}

.locationtitle {
	font-size:14px;
	font-weight:bold;
	color:#0E82AE;
}

/* Error Styles */

p.ErrorMessage {
	margin: 8px 0;
	font-weight: bold;
	/* color: #f55337; */
	color: red;
	font-size: 13px;
}

.Explicit {
	font-size: 12px;
	color: gray;
}

input.tix_cost {
    border: 1px solid gray;
}

input.tix_price {
    border: 1px solid gray;
}


p.PaddedListHeadingsC {
    color: black;
    font-weight: bold;
    margin: 2px 3px;
    text-align: center;
}
