
/*
	These styles may be used in the shared code which drives this web site
*/

#editor_padding { padding: 8px 8px 0px; }

body fieldset {
	margin: 6px 0px 15px;
	border-top: 1px solid black;
} 

legend {
	padding: 0px 10px 5px 10px;
	font-weight: bold;
}

.leftNavAdminToolsLink a { color: #C00; }

/* used to make colored grid in a table w/out using table borders */
.colored {
	background-color : #BED0D2;
}
.clear {
	background-color : White;
}

/* username/password login prompts */
.user_pass {
	font-family: Helvetica, Verdana, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	font-style: normal; 
	text-decoration: none; 
	font-weight: normal;
}

/* next 3 are user prompt styles for errors, warnings, and informational messages */

.errorText {
	font-family : Helvetica, Verdana, sans-serif;
	font-size : 11px;
	color: Red;
	font-weight : bold;
}

.informText {
	font-size : 14px;
	color: #006600;
	font-weight : bold;
}

.warnText {
	font-family : Helvetica, Verdana, sans-serif;
	font-size : 11px;
	color: Orange;
	font-weight : bold;
}

.smallInform {
	font-family : Helvetica, Verdana, sans-serif;
	font-size : 11px;
	color: Green;
	font-weight : bold;
}

/*  common styles for listings  */
.listHeadingRow {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #4f3c0d;
	background-color: #D8E5AF;
}
.listFirstRow {
	background-color: #FFFFFF;
}
.listAlternateRow {
	background-color: WhiteSmoke;
}


/* next 3 are used for form field labels */
.required  {
	color : #B40000;
	font-size : 10px;
}
.optional  {
	color : Black;
	font-size : 10px;
}
.disable  {
	color : Silver;
	font-size : 10px;
}

/* some common font sizes */
.smallFont {
	font-size : 11px;
	font-family : Helvetica, Verdana, sans-serif;
}
.tinyFont  {
	font-size : 9px;
	font-family : Helvetica, Verdana, sans-serif;
}

/* button-type links */
.buttons {
	color: #0000A3;
	text-decoration: none;
	font-size: 10px; 
	font-family : Helvetica, Verdana, sans-serif;
}

.buttons:VISITED {
	color: #0000A3;
	text-decoration: none;
}

.buttons:HOVER {
	color : #016874;
	text-decoration: underline;
}

/* "Site by WDG" signature */
.wdgSiteSig, .wdgSiteSig:link, .wdgSiteSig:visited {
	color: DarkGray;
}

/* pretty-looking input boxes */
.styled_input { 
	font-family: Helvetica, Arial, sans-seriff;
	font-size: 12px; 
	background-color:#f9f1dd;
	color:Black;
	border-width:1px; 
}

img.content_image.left { float: left; margin-right: 10px; margin-bottom: 10px; }
img.content_image.right { float: right; margin-left: 10px; margin-bottom: 10px; }

/*News module styles*/

#news_readMoreLinkRow { word-break: break-all; word-wrap: break-word; }

/* calendar styles */
.clmonth, .clmonth_heading {
	border-collapse: collapse;
	width: 98%;
}
.clmonth_heading td {padding-bottom: 3px;}
.clmonth caption {
	text-align: left;
	font: bold 100% Arial, Helvetica, sans-serif;
	padding-bottom: 6px;
}
.clmonth th {
	border: 1px solid #6279A2;
	border-bottom: none;
	padding: 2px 8px 2px 8px;
	background-color: #CEBB9A;
	color: #3F3F3F;
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .64em;
	width: 110px;
}
.clmonth td {
	border: 1px solid #6279A2;
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .64em;
	padding: 1px 2px;
	vertical-align: top;
	height: 70px;
}
.clmonth td.previous, .clmonth td.next {
	background-color: #F6F6F6;
	color: #C6C6C6;
}
.clmonth td.active {
	background-color: #B1CBE1;
	color: #2B5070;
	border: 2px solid #4682B4;
}
.clmonth td ul li {
	font-size: 1.15em;
}
.clmonth ul {
	list-style-type: none;
	margin: 0;
	padding-left: 0px;
	padding-right: 0px;
}
#center .clmonth li {
	margin-bottom: 0px;
	border: 0px;
	padding: 0px;
	background: none;
	line-height: 120%;
}

/* Event module */

/* Event module styles */

#event_listings {
	width: 98%;
	padding: 0;
	margin: 0;
	display: table;
}

#event_listing_item {
	display: table-row;
}

#event_listings .alt {
	background: #F5FAFA;
}

#event_listings p { margin-bottom: 0px }

#event_listing_details {
	display: table-cell;
	border-top: 1px solid #C1DAD7;
	padding: 6px 12px 12px 0px;
	color: #4f6b72;
	vertical-align: top;
}

#event_listing_location {
	display: table-cell;
	border-top: 1px solid #C1DAD7;
	border-left: 1px dashed #C1DAD7;
	width: 30%;
	padding: 25px 12px 12px 10px;
	color: #4f6b72;
	vertical-align: top;
}

#event_listing_headline, #event_listing_location_label, .event_title { 
	font-size: 16px;
	font-weight: bold;
	color: #4f6b72;
	clear: left;
}
#event_listing_location_label {
	font-size: 14px;
}

#event_listing_dateline, .event_date { 
	font-size: 12px; 
	text-transform: uppercase;
	color: #666666;
	font-weight: normal;
	padding-bottom: 2px;
}

#event_listing_spacer { display: none; }

#events_module_header h1 { margin-bottom: 13px; }

#events_module_toplinks {
	float: right; 
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; 
	font-size: x-small; 
	white-space: nowrap; 
	/*clear: both; */
	padding-top: 8px;
}

/*
#event_listing_dateline, .event_date { color: #666; font-size: 13px; font-weight:bold; } 
#event_listing_headline, #event_listing_location_label, .event_title { color: #333; font-size: 23px; font-weight:bold; margin: 0px 0px 3px; }
#event_listing_location_label { font-size: 18px; }

#event_listing_headline { clear: left; }

#event_details { padding-top: 10px; }
*/

#event_readMoreLink { padding: 3px; text-align: right; }

#event_tabs_container {
	position: relative;
	height: 33px;
	width: 99%;
	margin-top: 0px;
	margin-bottom: 10px;
}

ul#event_tabs  { 
	width: 100%;
	height: 24px;
	margin: 0px; padding: 0px; 
	padding-top: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555555;
	position: absolute;
	overflow: hidden;
}

ul#event_tabs li {
	height: 32px;
	float: left;
	display: table-cell;
	position: relative;
	padding: 7px 10px;
	margin: 0px 2px 0px 0px;
	background: #E2E2E2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1em;
	color: #333;
	cursor: pointer;
	border: 0;
	z-index: 1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/SharedWebRoot/css/ie-css3.htc);
}

ul#event_tabs li.sel {
	background: #555555;
	color: #fff;
	z-index: 2;
	-moz-box-shadow: 1px 0px 6px 0px rgba(0,0,0,0.7);
	-webkit-box-shadow: 1px 0px 6px 0px rgba(0,0,0,0.7);
	box-shadow: 1px 0px 6px 0px rgba(0,0,0,0.7);
	iecss3-box-shadow: 0px 0px 6px;
}

ul#event_tabs li.sel:first-child {	margin-left: 2px; }
ul#event_tabs li a { text-decoration: none; color: #333;}
ul#event_tabs li.sel a { text-decoration: none; color: #fff;}

ul#event_listing_toplinks {
	margin: 0;
	padding: 0;
	line-height: 1em;
}

ul#event_listing_toplinks li {
	list-style-type: none; 
	float: left;
	margin: 2px 0px 8px 0px;
	padding: 0 8px;
	border: 0px solid #d8d8d8;
	border-right-width: 1px;
	line-height: .9em;
}
ul#event_listing_toplinks li:first-child { border-left-width: 1px; }

#event_form label, #order_form label {
	font-size: 12px;
	font-weight: bold;
	height: 22px;
	margin: 1px;
	padding: 0px;
	display: inline;	
}

#event_form fieldset, #order_form fieldset {
	/*  height: 19px;  */
	background-color: #FBFBF7;
	border: 1px inset #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px;
	margin-bottom: 10px;
} 

#event_form fieldset legend, #order_form fieldset legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #369;
	padding: 0px 5px;
	font-weight: bold;
	/*  text-transform: capitalize;  */
}

.event_reg_custom_message {
	margin: 8px 20px;
	padding: 5px 10px;
	background-color: #FBFBF7;
	border: 1px inset #CCC;
}

.vevent { margin: 0; padding: 0; border: 0; }

#event_badges {
	float: right; 
	padding: 20px 15px 10px 10px; 
	cursor: default;
}

#event_badge_hcal {
	font: 9px Geneva, Verdana, sans-serif; 
	padding: 0 1.0em 1px 0; 
	border: 1px solid #000; 
	background: #31757B; 
	color: #fff; 
	text-decoration: none;
}

#event_badge_hcal span {
	background: #000; 
	border-right: 1px solid #000; 
	color: #FFF; 
	padding: 1px 0.75em; 
	margin-right: 0.1em;
}

/*  Event and Order modules use the styles below  */

table.dataTable {
 border: 0;
 border-collapse: collapse;
 font-size: 11px;
 width: 99%;
}
table.dataTable th {
 border-bottom: 1px solid #BEB688;
 text-align: left;
 background-color: #f0f0ff;
 padding: 3px;
 vertical-align: bottom;
}
table.dataTable td {
 padding: 2px;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #f0f0ff;
 vertical-align: top;
}
table.dataTable tr:hover {
	background-color: #eeeeee;
}

/*table.dataTable.order_dataTable.invoice th {
	background-color : #cfd8de; 
	padding: 1px;
}*/

table.formTable { border: 0; }
table.formTable th {
 text-align: left;
 /*background-color: #f0f0ff;*/
 padding: 3px;
 vertical-align: top;
 max-width: 200px;
}
table.formTable td {
 padding: 2px;
 vertical-align: top;
}
.ctr, table.dataTable th.ctr, table.formTable th.ctr { text-align: center; }
.rt, table.dataTable th.rt, table.formTable th.rt { text-align: right; }


input.txt, textarea.txt, select.txt {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 11px;
  background-color: #eeeeee;
  border: 1px inset #000000;
  padding: 3px;
}

select.txt {
  padding: 1px;
}

input.btn, input.cmdBtn {
	/*height: 19px;*/
	background-color: #F0EEE4;
	border: 1px outset #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	padding: 3px 8px;	
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
} 

input.btn:hover, input.cmdBtn:hover {
	background-color: #d5d5d5;
} 

input.btn:active, input.cmdBtn:active {
	border: 1px inset #666;
} 

/* plus/minus toggler */
div.toggle { width: 11px; height: 11px; cursor: pointer; background: url(/SharedWebRoot/images/core/icn_plus.gif) no-repeat; }
div.toggle.minus { background: url(/SharedWebRoot/images/core/icn_minus.gif) no-repeat; }

.oldMsieScriptDiv { display: none; }

@media print { .noPrint {display: none;}}
