/* CSS Document */

td img {display: block;}

a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	background-image: url(graphics/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #000;
}
body, p, td, th, div {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #FFF;
}
h1 {
	font-size: 27px;
	color: #8CC63F;
	margin-top: 0px;
}
h2 {
	font-size: 17px;
	color: #FFF;
	margin-top: 0px;
}
.Subtitle {
	font-size: 17px;
	color: #FFF;
}
.GreyText {
	color:#999999;
}
#ContentBorder {
	width:960px;
	background-color: #000;
	border: 10px solid #1A1A1A;
	padding: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 20px;
}
.ContentArea {
	font-size:12px;
}
.ContentArea a:link {
	color: #8CC63F;
	text-decoration: none;
}
.ContentArea a:visited {
	color: #8CC63F;
	text-decoration: none;
}
.ContentArea a:hover {
	color: #FE6A14;
	text-decoration: none;
}
.ContentArea a:active {
	color: #FE6A14;
	text-decoration: none;
}
.SmLink {
	font-size: 10px;
	color: #FFF;
}
.SmLink a:link {
	color: #FFF;
	text-decoration: none;
}
.SmLink a:visited {
	color: #FFF;
	text-decoration: none;
}
.SmLink a:hover {
	color: #8CC63F;
	text-decoration: none;
}
.SmLink a:active {
	color: #8CC63F;
	text-decoration: none;
}
.texta input {
	font-size: 12px;
	background-color: #999;
	border: 1px solid #CCC;
}
div.centered1 
{
	text-align: center;
}
div.centered1 table 
{
margin: 0 auto; 
text-align: left;
}
div.centered2
{
	text-align: center;
	background-image: url(graphics/header-bg.png);
	background-repeat: no-repeat;
	background-position: center 5px;
}
div.centered2 table 
{
margin: 0 auto; 
text-align: left;
}
div.centered3
{
	text-align: center;
	background-image: url(graphics/button-bg.png);
	background-repeat: no-repeat;
	background-position: center 20px;
}
div.centered3 table 
{
margin: 0 auto; 
text-align: left;
}
div.centered4
{
	text-align: center;
	background-image: url(graphics/bg-bottom.jpg);
	background-repeat: no-repeat;
	background-position:center;
	margin:20px;
	height:214px;
	font-size:10px;
}
div.centered4 table 
{
margin: 0 auto; 
text-align: left;
}
div.centered4 a:link {
	font-weight:bold;
	color: #FFF;
	text-decoration: none;
}
div.centered4 a:visited {
	font-weight:bold;
	color: #FFF;
	text-decoration: none;
}
div.centered4 a:hover {
	color: #FE6A14;
	text-decoration: none;
}
div.centered4a a:active {
	color: #FE6A14;
	text-decoration: none;
}
div.centered5
{
	text-align: center;
	background-image:url(graphics/tools/sm-events/gfx/sm-events_bg.gif);
	background-repeat: no-repeat;
	background-position: center 5px;
}
div.centered5 table 
{
margin: 0 auto; 
text-align: left;
}
.EventTitle {
	font-size: 13px;
	color: #FFF;
}
.SponsorsBg {
	background-image: url(graphics/sponsors-bg.jpg);
	background-repeat: repeat-x;
}
.BtnText {
	font-size: 12px;
	color: #999;
}
.JoinFacebook {
	font-size: 17px;
}
#FacebookStatus {
	font-size: 10px;
	height: 59px;
	overflow: hidden;
    padding-right:5px;
}
.FacebookText a:link {
	color: #8CC63F;
	text-decoration: none;
}
.FacebookText a:visited {
	color: #8CC63F;
	text-decoration: none;
}
.FacebookText a:hover {
	color: #FE6A14;
	text-decoration: none;
}
.FacebookText a:active {
	color: #FE6A14;
	text-decoration: none;
}
.FacebookWhosGoing {
	background-image: url(graphics/bg_fb-whos-going.jpg);
	background-repeat: repeat-x;
}


/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	background:transparent url(graphics/tools/sm-events/gfx/black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;	
}

/* style the trigger elements */
#demo img {
	border:0;
	cursor:pointer;
	margin:0 8px;
}



/* ---------------Global Styles--------------- */
#page {  }
form, input { padding:0; margin:0; }
.center { text-align: center; }
.searchTitle {
	font-weight: bold;
	font-size: 13px;
	margin-top: 10px;
}
/* End Global Styles */


/* ---------------General Module Styles--------------- */
.itemCount { }
.itemList { clear: both; } 
.itemList:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.itemList h2 a { text-decoration: none; }
.itemList h2 a:hover { text-decoration: underline; }
.itemList span { display: block; }
.itemLabel { font-weight: bold; }
.itemList span.itemLabel { display: inline; }
.bottomNavigation {
	clear: both;
	margin-top: 30px;
}
.eventBody {
}
.goBack { }
.errorMessage{ font-weight:bold; color:#f00; }
/* End General Module Styles */


/* Pagination */
.pagination { clear: both; display: block; }
.pagination a, .pagination a:link, .pagination a:visited { text-decoration:none; }
.pagination .prevnextCurrent, .pagination .prevnextWindow, .pagination .prevnextWindowArrow { border:solid 1px #ccc; margin:0; padding:4px 6px; font-size:11px; margin-right:2px; display:inline; display:inline-block; }
.pagination a.prevnextWindow:hover, .pagination a.prevnextLink:hover, .pagination .prevnextWindowArrow:hover {
	border:solid 1px #FE6A14;
	color:#FE6A14;
}
.pagination .prevnextCurrent {
	background:#ccc;
	color:#333;
	font-weight:bold;
	padding:4px 6px;
}
.pagination a.prevnextLink { border:1px solid #ccc; padding:4px 6px 4px; margin-right:2px; font-size:11px; display:block; }
/* End Pagination */


/* Send Page Styles */
.sendpage { clear:both; }
.sendpageBody div, .sendpageBody td { padding: 2px 0px; }
/* End Send Page Styles */


/* ModuleBegin::gendocs */
.webpageWrapper { }
/* ModuleEnd::gendocs */


/* ModuleBegin::broadcastemail */
.enewsWrapper div { }
.enewsWrapper span { display: block; }
.enewsText { }
.enewsEmail { }
/* ModuleEnd::broadcastemail */


/* ModuleBegin::faq */
#faqRoot { margin: 0 auto; padding: 0; }
#faq .faqcontent { margin: 0 10px 0 15px; }
#faq h2.faqopened, #faq h2.faqclosed { cursor: pointer; padding: 0 0 0 15px; margin-bottom: 0; }
#faq h2.faqclosed:hover { color: #004469; }
#faq h2.faqclosed { background: transparent url(graphics/jquery/collapsed.gif) no-repeat scroll 0 5px; margin-bottom: 5px; }
#faq h2.faqopened { background: transparent url(graphics/jquery/expanded.gif)  no-repeat scroll 0 5px; }
/* ModuleEnd::faq */


/* ModuleBegin::newsfeed */
.newsfeedListWrapper { }
.newsfeedNumber { }
.newsfeedTitle { }
.newsfeedSource { }
.newsfeedDetailWrapper { }
.newsfeedDetailWrapper .newsItem {border-bottom:1px solid #ccc; margin-bottom:10px;padding-bottom:10px;}
.newsfeedDetailWrapper .newsItem img {margin:0 10px 0 0;}
.newsfeedDetailWrapper .newsItem span {display:block;}
.newsfeedDetailWrapper .newsItem .newsListHeadline {font-size:120%;}
.newsfeedDetailWrapper .newsItem .newsListPublishline {font-size:90%;}
/* ModuleEnd::newsfeed */

/* ModuleBegin::events */
/* ---------------
Events Lister
----------------- */
.eventsListerWrapper { }
.eventsListerWrapper table { empty-cells: show }
.eventsListerWrapper .col1, .eventsListerWrapper .col2, .eventsListerWrapper .col3 { border-bottom: black 1px solid; }
.eventsListerWrapper .col1, .eventsListerWrapper .col2 { border-right: black 1px solid; }

/* ---------------
Events Detail
----------------- */
.eventsDetailWrapper { }
.eventDate, .eventsDetailWrapper .eventTime, .eventsDetailWrapper .eventLocationMap, .eventsDetailWrapper .eventLocationAddress,
  .eventsDetailWrapper .eventLocationDriving, .eventsDetailWrapper .eventContact, .eventsDetailWrapper .eventPhone,
  .eventsDetailWrapper .eventEmail, .eventsDetailWrapper .eventRSVP, .eventsDetailWrapper .eventTicket,
  .eventsDetailWrapper .eventTicket1, .eventsDetailWrapper .eventTicket2 ,.eventsDetailWrapper .eventTicket3,
  .eventsDetailWrapper .eventTicket4, .eventsDetailWrapper .eventTicket5, .eventsDetailWrapper .eventTicket6 { display: block; }
.eventLocation, .eventRSVP, .eventTicketWrapper{ padding: 5px 0px; }
.eventDate {  }
.eventTime {  }
.eventLocation { }
.eventLocationMap {  }
.eventLocationAddress {  }
.eventLocationDriving {  } 
.eventContact {  }
.eventPhone {  }
.eventEmail {  }
.eventRSVP {  }
.eventTicketWrapper { }
.eventTicket {  }
.eventBody {
	margin-top: 20px;
}

/* ----------------------
Events Small Calendar
------------------------ */
.calendarSmallWrapper {
	background: transparent;
	background-position: left 5px;
	font-family: Arial, Helvetica, sans-serif;
	width:370px;
}
.cal {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background: transparent;
}
.calTop {
	padding-top: 14px;
}
.calPrev { position: absolute; top: 18px; left: 13px; }
.calNext { position: absolute; top: 18px; right: 13px; }
.calMonth {
	position: relative;
	top: 0;
	left: 0;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
}
.calPrev a, .calNext a, .calMonth a {
	text-decoration: none;
	font-size: 17px;
	font-weight:bold;
	text-transform: uppercase;
	color: #FFF;
}
.calPrev a:hover, .calNext a:hover, .calMonth a:hover { text-decoration: underline; }
.calGrid {
	margin-top: 5px;
	clear: both;
	width: 75%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	font-weight:100;
}
.calGrid td {
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}
.calWeek {
	text-align: center;
	font-weight:bold;
	font-size: 14px;
	color: #3E3E3E;
}
.calDayOn {
	background-color: #92C851;
	color:#FFF;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.calDayOn a {
	font-weight: bold;
	color: #006600;
}
.calDayOn a:hover {
	text-decoration: none;
	color: #CCF09C;
}
.calGrid td.calTodayOff, .calGrid td.calTodayOn {
	font-weight: bold;
	text-decoration: none;
	color: #006600;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #060;
}
.calGrid td.calTodayOn a {
	font-weight: bold;
	text-decoration:none;
}
.calGrid td.calTodayOn a:hover {
	color: #FFF;
	font-weight: bold;
}
.calBottom { text-align: left; padding-left: 20px; }
.calMonthGlance { padding: 5px 0px 3px 0px; }
.calBottom a {  }
#MoreEvents {
	position:absolute;
	width:98px;
	height:20px;
	z-index:1;
	left: 248px;
	top: 210px;
}

/* ----------------------
Events Month at a Glance
------------------------ */
#calendarDetail { background: #fff url('graphics/events/atglance_bottom.jpg') no-repeat bottom; padding-bottom: 30px; width: 547px; }
#calendarDetail table { background: #999; width: 100%; table-layout: fixed; }
#calendarDetail .calendarMonths { background: #e8e8e8 url('graphics/events/atglance_top.jpg') no-repeat; text-align: center; vertical-align: middle; padding-top: 3px; padding-left: 12px; border-left:1px solid #fff; border-right:2px solid #fff; width:100%; }
#calendarDetail a { text-decoration: none; }
#calendarDetail a:hover { text-decoration: underline; }
#calendarDetail .calendarMonths a { display: block; font-weight: bold; font-size: small; padding: 5px 0px 5px 0px; color: ##1e7dc1; }
#calendarDetail .calendarMonths a:hover { color: #1e7dc1; }
#calendarDetail .calendarDays { /* border-collapse: collapse; */ table-layout: fixed; background: #fff; width:100%; }
#calendarDetail .calendarDays td { background:#eee; }
#calendarDetail .calendarDays .title { font-size: medium; font-weight: bold; color: #333333; padding: 10px 0px 10px 0px; background: #bbb; }
#calendarDetail .calendarDays .prevLink, #calendarDetail .calendarDays .nextLink { background: #bbb; }
#calendarDetail .title a { font-size: x-small; }
#calendarDetail .calendarDays .prevLink, #calendarDetail .calendarDays .nextLink { font-size: small; }
#calendarDetail .calendarDays td { text-align: center; font-size: x-small; line-height:  1.1em; }
#calendarDetail .calendarDays .weekdays { height: 30px; background-color: #ccc; }
#calendarDetail .calendarDays .emptyDay { height: 60px; text-align: left; vertical-align: top; background-color: #eee; }
#calendarDetail .calendarDays .eventToday { height: 60px; text-align: left; vertical-align: top; background-color: #fdf9ea; padding-left: 5px; }
#calendarDetail .calendarDays .eventOff { height: 60px; text-align: left; vertical-align: top; padding-left: 5px; }
#calendarDetail .calendarDays .eventOn { height: 60px; text-align: left; vertical-align: top; padding-left: 5px; }

/* ---------------
Events Box
----------------- */
.eventsBoxWrapper { }
.eventsBoxWrapper .itemList { padding-bottom: 10px; }
.eventsBoxWrapper .eventDate { color: #777; }
/* ModuleEnd::events */

/* ModuleBegin::membership */
#formLogin { margin:0 auto; border: 1px solid #ccc; padding: 20px; width:275px; }
.membershipLoginWrapper { }
.memberLoginBox { margin: 0 auto; }
.memberLoginBox td { padding: 2px; }
.memberUser { }
.memberPassword { }
.memberRemember { }
.memberForgot { }
.memberSubmit { }
.myaccountListerBack { text-align:center;width:100%;padding-top:10px; }
/* ModuleEnd::membership */

/* ModuleBegin::jobs */
.jobsListWrapper { }
.jobsDetailWrapper { }
.jobsDetailWrapper span { display: block; }
.jobsDetailWrapper span.itemLabel { display: inline; }
.jobsJobCode { }
.jobsCategory { }
.jobsLocation { }
.jobsKeywords { }
.jobsDescription { }
/* ModuleEnd::jobs */



/* ModuleBegin::directory-test */
.directoryListWrapper { }
.directoryDetailWrapper { }
.directoryName { }
.directoryCategory { }
.directoryMonth {
	padding:5px;
	background-color:#333333;
	color: #999;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.directoryBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
/* ModuleEnd::directory-test */

/* ModuleBegin::photo */
/* Photo Lister */
.photoListerWrapper { clear: both; }
.photoListerWrapper .itemList { margin-bottom: 20px;}
.photoListerWrapper span {display:block;}
.photoListerWrapper .photoImage {float: left;  padding-right: 20px;}
.photoListerWrapper .photoImage img {padding:5px; border: 1px solid #ccc;}
.photoListerWrapper .photoDescription { }

/* Photo Thumbnails */
.photoThumbnailWrapper { }
.photoIntro { padding-bottom: 10px; }
.photoOther { }
.photoThumbnail { float: left; width: 180px; height: 160px; text-align: center; }
.photoThumbnail img { border:1px solid #ccc; padding: 5px;}
.photoThumbnailWrapper .photoTitle { display: block; }

/* Photo Detail */
.photoDetailWrapper { }
.photoDetailWrapper .photoDetail { padding: 10px 0px; text-align: center; }
.photoDetail span { display: block; }
.photoImage img {border:1px solid #ccc; padding:5px;}
.photoDetailWrapper .photoDescription { text-align: left; padding: 5px 0px; width: 400px; margin: 0 auto;} 
.photoRemote { width: 420px; margin: 0 auto; border: 0; clear: both;}
.photoRemote:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.photoRemote span{ border: 0; }
.photoRemote span a{display: block; width: 68px; padding: 4px 0px; border: 1px solid #ccc; text-decoration:none; text-align:center; float:left;}
.photoRemote span a:hover,div.photoRemote span a:active{border:1px solid #000;}
.photoDetailWrapper .pagination { text-align: center; }

/* Photo Slide */
.photoSlidelWrapper { }
.photoSlideWrapper .photoDetail { padding: 10px 0px; text-align: center; }
.photoSlide span { display: block; }
.photoImage img {border:1px solid #ccc; padding:5px;}
.photoSlideWrapper .photoRemote { width: 210px; margin: 0 auto; border: 0; clear: both; }
/* ModuleEnd::photo */

/* ModuleBegin::commerce */
.shoppingAlert { color: red; }
.shoppingBody { font-size: 8pt; }
.shoppingCartEvenRow { background-color: #666; color:#fff; }
.shoppingCartOddRow { background-color: #333; color:#fff; }
.shoppingCartTableHeader { background-color: #8CC63F; color: #000000; font-size: 8pt; font-weight: bold; }
.shoppingForm { font-size: 8pt; color:#fff; }
.shoppingFormQuantity { background-color: #ffffff; font-size: 8pt; }
.shoppingFormRequired { font-size: 8pt; font-weight: bold; color:#fff; }
.shoppingFormRequired input, .shoppingFormRequired select { font-weight: normal; color:#000; }
.shoppingHeading { color:#8CC63F; }
.shoppingInStock { }
.shoppingItemHeading { }
.shoppingOutOfStock { color: #dd0000; }
.shoppingLowStock { }
.shoppingTable { background-color: #333; color:#8CC63F; }
.shoppingTableBorder { background-color: #ffffff; }
.shoppingFormRequired { width: 1%; }
/* ModuleEnd::commerce */
