@charset "utf-8";
/* css document */

/* document sections */
/*====================*/
/*====================*/

/* page */
/*text styles - headers, labels, paragraphs, bold*/
/*buttons - text*/
/*misc - system*/
/*links*/
/*layout - divs, tables*/
/*map pages*/
/*pop calendar*/
/*calendar*/
/*memberhsip and donations*/
/*resource grids*/
/* grid reservation process */
/*custom styles*/

/*====================*/
/*====================*/
/* end document sections */



/*page*/
/*====================*/
/*====================*/

/*style for adding vertical scrollbar*/
html {
	overflow-y: scroll;
}

/*style if you want to use background image background: url(images/bck.gif) repeat-x #cccccc;*/
body {
	width: 1000px;
	margin: 0 auto;
	background-color: #CCC;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000000;
	line-height: 16px;
}

/*====================*/
/*====================*/
/*end page*/
	
/*text styles - headers, labels, paragraphs, bold*/
/*====================*/
/*====================*/
	
p {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 2px;
}
	
.bodyindent	{
	margin-left: 5px;
	margin-right: 15px;
	margin-bottom: 2px;
}
	
.errortext {
	color: #ff0000;
	margin-left: 5px;
	margin-right: 15px;
	margin-bottom: 2px;
	display: block;
}
	
.formtext {
	margin-right: 1px;
}

.formtextpopup {
	margin-right: 1px;
	color: white;
}

/*only on welcome page - remove*/
.bodyindentmid {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 2px;
}
	
.whitetext {
	color: #ffffff;
	margin-left: 0px;
	margin-bottom: 0px;
}

/*select date description label*/
.selectdatedescription {
	margin-left: 5px;
	margin-right: 15px;
	margin-bottom: 2px;
}
	
/*select time description label*/
.selecttimedescription {
	margin-left: 5px;
	margin-right: 15px;
	margin-bottom: 2px;
}
	
/*particpants description label*/
.partdescription {
	margin-left: 5px;
	margin-right: 15px;
	margin-bottom: 2px;
}
	
/*confirmation description label*/
.confirmdescription {
	margin-left: 5px;
	margin-right: 15px;
	margin-bottom: 2px;
}
	
/* general info labels on all pages */
.generalinfo {
	margin-left: 5px;
	margin-right: 15px;
	margin-bottom: 2px;
}

.loginlabels {
	color: #333333;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 15px;
	margin-bottom: 2px;
}
	
b {
	color: #003366;
	font-weight: bold;
}
	
.boldindent {
	color: #72828b;
	margin-left: 5px;
	text-decoration: none;
	font-weight: bold;
}

/*only on billing page */
.boldsmaller {
	color: #72828b;
	margin-left: 5px;
	margin-right: 15px;
	margin-bottom: 2px;
	font-weight: bold;
}

/*used in calendars */	
.regtext {
	margin-left: 0;
	margin-right: 0;
}
	
i {
	text-decoration: italic;
}

/*header text for view groups in the page*/
.h4 {
	color: #003366;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	line-height: 16px;
}
	
/*billiing and confirmation page */
.h5 {
	color: #003366;
	font-weight: bold;
}

/*billiing and confirmation page */
h5 {
	color: #003366;
	font-weight: bold;
	margin: 2px;
}
	
/*larger header text example billing information on billing page*/ 
.h6 {
	color: #003366;
	font-size: 14px;
	font-weight: bold;
}

/*description lblgeneral*/
.infodescription {	
	margin-left: 5px;
	margin-right: 15px;
	margin-bottom: 2px;
}

.billingsummarylabels {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	font-weight: bold;
}

/* required fields */
.reqfield {
	background-color: #ffff99;
	border-width: 1px;
	border-color: gray;
	border-style: solid;	
}	
	
/* form fields */
.formfield {
	background-color: #ffffff;
	border-width: 1px;
	border-color: gray;
	border-style: solid;
}

.commentbox {
	color: #000000;
	margin-left: 15px;
}

/*====================*/
/*====================*/
/*end text styles - headers, labels, paragraphs*/

/*buttons - text*/
/*====================*/
/*====================*/

.buttext {
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	text-decoration: none;
	padding: 0px;
}
	
/*font has to be arial, sans-serif to fit on the button*/
.matchbuttext {
	font-size: 10px;
	text-align: center;
	padding: 0px;
}
	
.farpointbutton {
	font-size: 9px;
	text-align: center;
	text-decoration: none;
	padding: 0px;
}

.buttons_bottom {
	width: 100%;
	height: 23px;
	margin: 20px 0 10px 0;
	text-align: center;
}

.button_back {
	display: inline;
	margin-left: 50px;
	float: left;
}

.button_next {
	display: inline;
	margin-right: 50px;
	float: right;
}

.button_addbasket {
	display: inline;
	margin-right: 50px;
	float: right;
}

.button_viewreservation {
	display: inline;
}

.button_newreservation {
	display: inline;
}

.button_deletereservation {
	display: inline;
}

.button_checkout {
	display: inline;
	margin-right: 50px;
	float: right;
}

.button_basket {
	display: inline;
}

.button_accept {
	display: inline;
	margin-right: 50px;
	float: right;
}

/*====================*/
/*====================*/
/*end buttons*/
	
/*misc - system*/
/*====================*/
/*====================*/

/* step image */
.stepimage {
	margin-left: 10px;
}
	
#farpoint {
}

.billingspacer {
	height: 20px;
}

.shippingspacer {
	height: 10px;
}

.footerspacer {
	height: 35px;
}

.indent	{
	margin-left: 5px;
	margin-right: 15px;
	margin-bottom: 2px;
}

/*====================*/
/*====================*/
/*end system*/

/*links*/
/*====================*/
/*====================*/

a {
	color: #003366;
	text-decoration: underline;
}
	
a:hover {
	color: #333333;
}

a.sidebar:link, a.sidebar:visited {
	color: #003366;
	text-decoration: none;
}

a.sidebar:hover {
	color: #333333;
	text-decoration: underline;
}

a.boldcore:link {
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
}
	
a.boldcore:visited {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
	
a.boldcore:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #72828b;
	font-weight: bold;
}

a.sublink:link {
	color: #ffffff; 
	text-decoration: underline;
}
	
a.sublink:visited {
	color: #ffffff;
	text-decoration: underline;
}
	
a.sublink:hover {
	color: #ffffff; 
	text-decoration: none;
}

/*only used on the welcome page - remove */
a.bolder:link {
	color: #72828b;
	text-decoration: underline;
	font-weight: bold;
}
	
a.bolder:visited {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
	
a.bolder:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #72828b;
	font-weight: bold;
}
	
/*view group links*/

a.roller { 
	color: #333333;
	margin: 0;
	padding: 10px 0; 
	display: block; 
	text-decoration: none;
} 
	
a.roller:hover { 
	background-color: #333333;
	color: #ffffff;
	text-decoration: none;
}

a.rollerright { 
	color: #333333;
	margin: 0;
	padding: 10px 0; 
	display: block; 
	text-decoration: none;
} 
	
a.rollerright:hover { 
	background-color: #333333;
	color: #ffffff;
	text-decoration: none;
}

/*end view group links*/

.continueshopping {
	background-color: #ffffff;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: dotted;
	border-color: c8b6a5;
}

.booknowlink, .bookpackage {
	text-decoration: underline;
	font-weight: bold;

}

/*====================*/
/*====================*/
/*end links*/
	

/*layout - divs, tables*/
/*====================*/
/*====================*/

.tablemain {
	border-collapse: collapse;
	border: none 0;
}

/* main table in the content section of the page */
.contenttable {
	
}

/*footer style on all pages*/	
.footer {
	vertical-align: middle;
}

/*master pages*/
/*three main sections - header, content, footer*/

#wrapper {
	margin-left:auto;
	margin-right:auto;
	width: 1000px;
	border-collapse: collapse;
	border: none 0;
	background-color:#fff;
}

#header {
}

.tableheader {
	border-collapse: collapse;
	border: none 0;
}

.tableheader td {
	padding: 0;
	margin: 0;
}

/*view group navigation div*/
#nav {
	clear: both;
	float: left;
	width: 243px;
	margin: 0;
	padding: 0;
}

/*style for rows on view group navigation*/
.tableviewgroups {
	border-collapse: collapse;
	border: none 0;
}
	
.tableviewgroups td {
	background: none;
}

/*div wrapper around content and contentinfo*/	
#contentwrapper {
	margin-left: 260px;
}
	
/*div additional information in content section*/
#contentinfo {
}
	
/*reservation content*/
#content {
	margin-top: 10px;
}

/*reservation content area 2 - custom pages */
#content2 {
}	

.tablecontent {
	border-collapse: collapse;
	border: 0 none;
	background-color: #ffffff;
	width: 720px;
}
	
#footer {
	clear: both;
	padding: 0;
	margin: 0;
}
	
.tablefooter {
	border-collapse: collapse;
	border: none 0;
	padding: 0;
	margin: 0;
}

.tablefooter td {
	vertical-align: middle;
	text-align: left;
}

/*end main section for master pages*/

/*console page*/
/*table for console page*/
.console {
	width: 718px;
	padding: 0px;
}
	
.consoleleft {
	width: 40%;
}
	
.consoleright {
	width: 60%;
}
	
/*panels on the console page*/
.panel {
	color: #000000;
	font-size: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 2px;
	text-decoration: none;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	background-color: #ffffff; 
}
	
.paneltabs {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 2px;
}

.paneltables {
	border-color: #000000;
	border-style: solid;
	border-width: 0px;
	border-spacing: 0px;
}
	
.functionreport td {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	border-spacing: 0px
}

.consolegrid {
	border: 1px #72828B solid;
	color: #000000;
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	text-decoration: none;
	margin-right: 2px;
}

.consolegrid td {
	border: 1px #72828B solid;
}

.consolegrid-header {
	background-color: #72828B;
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
	vertical-align: middle;
	text-align: center;
}

.consolegrid-header td {
	color: #ffffff;
	font-weight: bold !important;
	font-size: 10px;
}

/*end console page*/

/*sidebar on the homepage*/
.sidebartable {
	background-color: #cfd0b1;
	border-style: solid;
	border-width: 0px;
	border-bottom: none;
	border-right: none;
	border-color: #ffffff;
}

/*style border for activities table on info page*/
.tableinfo {
	border-collapse: collapse; border: #333333; border-style: solid; 
	border-top-width: 1px; border-right-width: 1px; 
	border-bottom-width: 1px; border-left-width:1px; 
	background-color: #ffffff;
}
	
.tableinfo td {
	border: solid 1px #333333;
	padding: 3px;
}

/*table on info page*/
.infoheader {
	color: #ffffff; 
	font-weight: bold;
	font-size: 10px;
	line-height: 14px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
}

/*grouping style at top of info table*/
.subgroupheader {
	background-color: #333333;
	text-align: left;
	color: #ffffff;
	font-size: 11px;
	line-height: 18px;
	text-decoration: none;
	font-weight: bold;
	margin-left: 10px;
}

/*grouping style at top of info table*/
.subgroupheader2 {
	background-color: #0b5f07;
	text-align: left;
	color: #ffffff;
	line-height: 18px;
	text-decoration: none;
	text-align: right;
	margin-left: 10px;
}

/*activity style in the info table*/
.infoacttitle {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
	
/* table on the selecttime page */		
table.selecttime {
	border-style: solid; 
	border-width: 1px;
	border-color: #333333;
}
			
.selecttimeheader {
	background-color: #333333;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	line-height: 16px;	
	text-align: center
}
		
tr.selecttime { 
	text-align: center;
}

.selecttime td {
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
	padding: 1px;	
}
	
/* table on the policies page */	
table.policies {
	border-style: solid; 
	border-width: 1px;
	background-color: #333333;
	width: 385px;
}
	
tr.policiesheader {
	background-color: #333333;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
}
	
tr.policies {
	background: #ffffff;
}
	
/*the "number of participants" grid on the policies page */	
.numberparthead {
	background-color: #333333;
	color: #ffffff;
	font-weight: bold;
	font-size: 7pt;
	font-family: verdana;
}
	
.numberpartcell {
	background-color: #ffffff;
	color: #000000;
	font-weight: bold;
	font-size: 8pt;
	font-family: verdana;
	border-style: solid;
	border-color: #72828b;
	border-width: 1px;
	text-align: center
}

/* number of participants grid on policies page */
.farpointpolicies {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 2px;
}
	
.farpointpoliciesheader {
	text-align: left;	
}

.farpointpoliciescolumn0 {
	text-align: center;
}
	
.farpointpoliciescolumn1 {
	text-align: left;
}
/* end number of participants grid on policies page */	

/* options grid on policies page */
.farpointoptions {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 2px;
}

.farpointoptionscolumn0 {
      text-align: center;
}

.farpointoptionscolumn1 {
      text-align: left;
}

.farpointoptionscolumn2 {
      text-align: left;
}

.farpointoptionsheader {
      text-align: left;
}
/* end options grid on policies page */
	
/* table on the participants page */	
table.participants {
	background-color: #000000;
}
		
tr.participantsheader {
	background-color: #b1b579;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	line-height: 18px;	
	text-align: left;
}
	
tr.participants {
	background-color: #ffffff;
	color: #72828b;
	font-weight: bold;
	font-size: 8pt;
	text-align: left;
}

/* participant2.aspx styles for Farpoint Control*/
.farpointparticipants {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 2px;
}

.participantcolheader {
}

.participantrowheader {
}

.participanttextcell {
}     

.participantcheckcell {
}     

.participantcombocell {
}

.participantbuttoncell {
}
/*end participant2.aspx styles for Farpoint Control*/
	
/*table on the confirmation page*/
.confirmation {
	background-color: #333333;
	border-style: solid; 
	border-width: 1px;
	border-color: #333333;	
}
	
.confirmationheader {
	background-color: #333333;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	line-height: 18px;	
	text-align: left;
}
	
.confirmationcell {
	border-style: solid; 
	border-width: 1px;
	border-color: #333333;
	background: #ffffff;	
}

.confirmation td {
	padding: 2px;
}

/*confirmation page placement*/
/*====================*/
/*====================*/
#confirm-wrapper {
	width: 95%;
	margin: 15px 0 0 0;
	border: 1px solid #333333;
}

.confirm-header {
	color: #ffffff;
	background-color: #333333;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	line-height: 16px;	
	text-align: left;
	display: block;
	width: 100%;
}

#confirm-billing {	
	padding: 0 5px 0 5px;
	float: left;
}

#confirm-billing-info {
	width: 100%;
}

#confirm-cc-info {
	width: 100%;
	margin-bottom: 10px;
}

#confirm-activity {
	clear: both;
	padding: 5px;
	width: 98%;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
}

#confirm-participants {
	padding: 5px;
	width: 98%;
}

#confirm-activities {
}

#confirm-activities-text {
	padding-left: 5px;
}

#confirm-amountdue {
	margin: 20px 0 0 0;
	text-align: right;
	padding-right: 10px;
}

.confirm-amountdue-label {
	display: block;
}

.confirm-amountdue-label b {
}

/*====================*/
/*====================*/
/*end confirmation page placement*/
	
/* multiple activities table on confirmation page*/
.confirmact {
	border-style: solid; 
	border-width: 1px;	
	border-color: #333333;
	width: 98%;
	margin-left: 5px;
}
	
.confirmactheader {
	background-color: #333333;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	line-height: 18px;	
	text-align: center;
}
	
.confirmactcell {
	color: #000000;
	line-height: 18px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}
	
.confirmact td {
	border-style: solid; 
	border-width: 1px;
	border-color: #333333;  
	padding: 1px;
}

/* table on the my reservation page*/
table.myres {
	border-style: solid; 
	border-width: 1px;	
	border-color: #333333;
}
	
tr.myresheader {
	color: #ffffff;
	font-weight: bold;
	line-height: 18px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
	text-align: center;
}
	
tr.myres {
	color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}
	
.myres td {
	border-style: solid; 
	border-width: 1px;	
	border-color: #333333;
}
	
/* table on basket page*/
table.basket {
	border-style: solid; 
	border-width: 1px;	
	border-color: #333333;
}
	
tr.basketheader {
	color: #ffffff;
	font-weight: bold;
	line-height: 18px;
	background-color: #333333;
	text-align: center;
}
	
tr.basket {
}
	
.basket td {
	border-style: solid; 
	border-width: 1px;	
	border-color: #333333;
}
	
/* participant change grid on basket page*/
.basketparthead {
	background-color: #333333;
	color: #ffffff;
	font-weight: bold;
	font-size: 7pt;
	font-family: verdana;
}
	
.basketpartcell {
	background-color: #ffffff;
	color: #000000;
	font-weight: bold;
	font-size: 8pt;
	font-family: verdana;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	text-align: center;
}
	
/* table header login.aspx */	
table.login {
	border-style: solid; 
	border-width: 1px;	
	border-color: #333333;
	margin-left: 10px;
}
	
tr.loginheader {
	background-color: #333333;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	line-height: 18px;
}
	
td.loginheader {
	border-right-color: #333333;
	border-right-style: solid;
	border-right-width: 1px;
}
	
td.newcustheader {
}
	
tr.login {
}
	
td.login {
	border-right-color: #333333;
	border-right-style: solid;
	border-right-width: 1px
}
	
td.newcust {
}
	
/* activity summary information on the billing page  */
.billingactsum {
	background-color: #ffffff;
}

#billingactsum h5 {
}
	
/* billing information table */
.billinginfo {
	border-collapse: collapse; border: #333333; border-style: solid; 
	border-top-width: 1px; border-right-width: 1px; 
	border-bottom-width: 1px; border-left-width: 1px;
	background-color: #ffffff;
}

.billinginfoform td {
	padding: 1px;
}

/* profile information table */
.profile {
	border-collapse: collapse; 
	border: #333333; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	background-color: #ffffff;
}
	
/* table on the thank you page */
.thankyou {
	border-collapse: collapse; border: #333333; border-style: solid; 
	border-top-width: 0px; border-right-width: 0px; 
	border-bottom-width: 0px; border-left-width: 0px; 
	background-color: #333333;
}
	
.thankyou td {
	background-color: #ffffff;
}
	
/* table on membership and donations page */	
.membership {
	border-collapse: collapse; border: #a8b1b8; border-style: solid; 
	border-top-width: 1px; border-right-width: 1px; 
	border-bottom-width: 1px; border-left-width: 1px; 
	background-color: #ffffff; margin-left: 10px;
}
	
.membership td { 
	border-style: dotted;
	border-color: #a8b1b8;
	border-width: 0px;
	vertical-align: top;
	padding: 10px;
}

	/* table on the more info page */
.moreinfo {
	border-collapse: collapse; border: #000000; border-style: solid; 
	border-top-width: 1px; border-right-width: 1px; 
	border-bottom-width: 1px; border-left-width: 1px;
}

.moreinfo td {
	border-collapse: collapse; border: #000000; border-style: solid; 
	border-top-width: 1px; border-right-width: 1px; 
	border-bottom-width: 1px; border-left-width: 1px; 
	background-color: #ffffff;
}

.setuptables {
	color: #000000;
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 2px;
	text-decoration: none;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	background-color: #ffffff;
}
                
.setuptables td {
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
}

.setuptablebuttons {
	margin-left: 15px;
	margin-bottom: 2px;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	background-color: #ffffff;
}

/* Activity setup */
.customelements {
    background-color: yellow;
}
	
/*====================*/
/*====================*/
/*end layout - divs, tables*/
	
	
/*map pages*/
/*====================*/
/*====================*/
	
/* left cells on maps page page */	
.maptableleft {
	background-color: #215429;
	text-align: center;
	color: #ffffff;
}
	
/* center top cell on maps page page */
.maptablecentertop {
	background-color: #ffff99;
	text-align: center;
}
	
.maptablecentertop p {
}
	
.maptablecentertop b {
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
}
	
.maptablecenter a {
	text-decoration: underline;
}
	
.maptablecenter a:hover {
	text-decoration: none;
}

/* center cells on maps page page */	
.maptablecenter {
	text-align: center;
}	
	
/* right cells on maps page page */
.maptableright {
	background-color: #215429;
	text-align: center;
	color: #ffffff;
}

/*====================*/
/*====================*/
/*end map pages*/

/*pop calendar*/
/*====================*/
/*====================*/
	
.popcalbody {
	background: #ffffff !important;
}
	
.popcal {
	border-color: #333333;
	border-width: 1px;
	background-color: #ffffff !important;
	font-size: 8pt;
	color: #333333;
}
	
.popcal a {
	color: #333333 !important;
}
	
.popcaldayheader {
	background-color: #feb729;
	border-width: 1px;
	border-color: #feb729;
}
	
.popcalday {
}
	
.popcalnextprev a {
	color: #ffffff !important;
	font-size: 9pt;
	font-weight: bold !important;
	text-decoration: underline;
}
	
.popcalothermonthday a {
	color: #ffffff !important;
}
	
.popcalothermonthday {
	background-color: #cccccc !important;
}
	
.popcalselectedday {
	background-color: #333333;
}
	
.popcalselector {
	background-color: #333333;
}
	
.popcaltitle {
	font-size: 8pt;
	font-weight: bold !important;
	height: 20px;
	color: #ffffff;
}
	
.popcaltoday {
	background-color: #333333;
	color: #ffffff;
}
	
.popcalweekend {
}

/*====================*/
/*====================*/
/*end pop calendar*/
	
/*calendar*/
/*====================*/
/*====================*/
	
.cal {
	border-color: #72828b;
	border-width: 1px;
	border-style: solid;
}
	
.cal td {
	border-color: #72828b;
	border-width: 1px;
	border-style: solid;
}
	
.cal th {
	border-color: #ffffff;
	border-width: 0px;
	border-style: solid;
}
	
.cal a {
	color: #333333 !important;
}
	
.caltoday {
	background-color: #666666;
	color: #ffffff;
}
	
.calday {
	background-color: #cccccc;
}
	
.calnextprev a {
	color: #ffffff !important;
	font-size: 10px;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
}
	
.caldayheader {
	color: #333333;
	font-weight: bold;
	font-size: 11px;
}
	
.calselectedday {
	background-color: #87cefa;	
}
	
.calselector {
}
	
.caltitle {
	background-color: #72828b;
	font-size: 14px;
	color: #ffffff;	
	font-weight: bold;
}
	
.calweekend {  
	background-color: #cccccc;
}
	
.calothermonthday {
	background-color: #cccccc;
}
	
.calothermonthday a {
	color: #666666 !important;
}	
	
/*====================*/
/*====================*/
/*end calendar*/

/*calendar search styles*/
/*====================*/
/*====================*/
.calsearchtime {
	color: blue;
}
.calsearchadhoc {
	background-color: plum;
}
.calsearchbooked {
	color: white;
	background-color: red;
}
.calsearchlimited {
	background-color: yellow;
}
.calsearchopen {
	background-color: lightgreen;
}
.calsearchopen {
	color: black;
}		
/*====================*/
/*====================*/
/*end calendar search styles*/
	
/*memberhsip and donations*/
/*====================*/
/*====================*/
	
.membererrortext {
	color: #ff0000;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 2px;
	text-decoration: none;
}
	
.memberheaders {
	color: #333333;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	line-height: 18px;	
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
	
.memberlistformtext {
	color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}
	
.membertargetformtext {
	color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}
	
.donationtypeformtext {
	color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}
	
.donationlistformtext {
	color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}
		
.designationlistformtext {
	color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}
	
.tributelistformtext {
	color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}
		
.occassionlistformtext {
	color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}
	
.customamountformtext {
	color: #000000;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 2px;
	text-decoration: none;
}
	
.textentryformtext {
	color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}

#recipient {
                width: 475px;
                background-color:  #ffffff;
                margin: 10px;
                border: 1px solid #000000;
}


/*====================*/
/*====================*/
/*end membership and donations*/

/*resource grids*/
/*====================*/
/*====================*/

/* the "resources" grid on the policies page */	
.resourcegridhead {
	background-color: navy;
	color: #ffffff;
	font-weight: bold;
	font-size: 7pt;
	font-family: verdana;
}
	
.resourcegridcell {
	background-color: #72828b;
	color: #000000;
	font-weight: bold;
	font-size: 8pt;
	font-family: verdana;
}

/*====================*/
/*====================*/
/*end resource grids*/
	
/* grid reservation process */
/*====================*/
/*====================*/

.griddaterow {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
	
.gridspanrow {
 	background-color: #8cb8cc;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.gridgroupheaders {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	margin-left: 0px;
	text-align:left;
	vertical-align: middle;
	margin-right: 0px;
	margin-bottom: 0px;
}

.gridcolumnheaders {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}     

.gridpicturecell {
	color: #000000;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none; 
	height: 100px;
}   
        
.gridblankcolumn {
	color: #8cb8cc;
	background-color: #8cb8cc;
	font-size: 10px;
}     

.griddatarows {
	color: #000000;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
}	
	
/*====================*/
/*====================*/	
/*end grid reservation process */
	
/*custom styles*/
/*====================*/
/*====================*/

/*homepage styles*/
#contentleft {
	float: left;
	width: 220px;
	height: 415px;
	margin-top: 50px;
	padding-left: 20px;
	padding-right: 5px;
	text-align: left;
	border-right-color: #cccccc;
	border-right-style: dotted;
	border-right-width: 1px;
}

#contentright {
	float: right;
	width: 470px;
}

#contenttext {
	float: left;
	width: 670px;
	margin-left: 20px;
	margin-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	clear:both;
	border-top-color: #cccccc;
	border-top-style: dotted;
	border-top-width: 1px;
	display: inline-block;
}

#contenttext a {
	display: inline;
	padding-right: 7px;
	padding-left: 7px;
}

/*slideshow styles */
#gallery {
	position:relative; width:415px; margin-top:40px; 
	padding:10px; border:6px solid #fff; background:#aaa;
}

#images {
	border:2px solid #9ac1c9; background:#eef5f6; margin-bottom:20px;
}
#image {
	position:relative; width:415px; height:274px; border:2px solid #666; 
	background:#fff url(slideshow/images/loading.gif) center center no-repeat;
}

#image img {
	position:absolute; top:5px; left:5px;
}

#thumbwrapper {
	margin-top:10px; padding:5px 0; width:415px; 
	height:86px; border:2px solid #666; background:#fff;
}

#thumbarea {
	position:relative; overflow:hidden; 
	height:86px; width:400px; 
}

#thumbs {
	position:absolute; list-style:none; margin-left:5px; 
	height:100px; width:10000px; border-right:5px solid #fff; 
	margin:0px 0px 5px 5px; padding:0;
}
	
#thumbs li {
	float: left; margin-right:5px; 
	cursor:pointer; margin-left: 0px;
}

#thumbs ul {
	margin-left: 0px;
}

.imgnav {
	position:absolute; height:0px; width:20%; 
	z-index:100; height:259px; width:20%; 
	z-index:100; outline:none; cursor:pointer;
}

#previmg {
	left:0; background:url(slideshow/images/left.gif) left center no-repeat; 
	border-left:5px solid #fff;
}

#previmg:hover {
	opacity:1; filter:alpha(opacity=100);
}

#nextimg {
	right:0; background:url(slideshow/images/right.gif) right center no-repeat; 
	border-right:5px solid #fff;
}

#nextimg:hover {
	opacity:1; filter:alpha(opacity=100);
}

.password {
	border: solid 1px #4b3723;
	padding: 2px;
	margin-left: 3px;
	margin-top: 1px;
	color: #ffffff;
	background-color: #4b3723;
	vertical-align: middle;
	text-decoration: none;
	height: 20px;
	vertical-align: top;
}

/* ? */
.info { 
	border-color: #003366;
	border-width: 5px;
	border-style: solid;
}

.subgroup, .subgroup:hover {
	background-color: #003366;
	text-align: left;
	color: #ffffff;
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-decoration: none;
	font-weight: bold;
}

/*Custom */
	
.reservations_nav {
	background-color: #FFFFFF;
	text-align: right;
	height: 20px;
	padding: 5px 5px 0 0;
}
	
.reservations_nav a {
	color: #000000;
	text-decoration: none;
}
	
.reservations_nav a:hover {
	color: #666666;
	text-decoration: underline;
}
	
.reservations_nav p {
	color:#999999;
	padding: 0;
	margin: 0;
}


/**End Custom Wes */

/*Hide Header*/
#ctl00_imgHeader {
	display: none;
	height: 0;
	width: 0;
}

.policies-buttons {
                margin-left: 15px;
                width: 176px;
}

#ctl00_ContentPlaceHolder1_butAutoCheck {
                margin-top: 5px;
}

#ctl00_ContentPlaceHolder1_butStandBy {
                margin-top: 10px;
}

#ctl00_ContentPlaceHolder1_butOverBook {
                margin-top: 10px;
}



/*====================*/
/*====================*/
/*end custom*/


/*====================*/
/*====WaiverLookUp====*/
/*====================*/

#waiverlookup-wrapper {
	width: 97%;
	display: block;
	background-color: #E2E2E2;
	margin: 10px auto;
	overflow: hidden;
	/*CSS3*/
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 3px 3px 5px #CCC;
	-webkit-box-shadwo: 3px 3px 5px #CCC;
	box-shadow: 3px 3px 5px #CCC;
	padding-bottom: 10px;
}

	#waiverlookup-wrapper h2.waiverlookup-header {
		text-align: center;
		font-size: 28px;
		display: block;
		background-color: #333333;
		color: #FFF;
		line-height: normal;
		text-transform: uppercase;
		padding: 5px;
		margin: 0;
		font-weight: normal;
		/*CSS3*/
		-moz-border-radius: 8px 8px 0 0;
		-webkit-border-radius: 8px 8px 0 0;
		border-radius: 8px 8px 0 0;
		border-bottom: #CCC 5px solid;
	}
	
	#waiverlookup-wrapper p.lookup-desc {	
		margin: 0;
		padding: 10px 20px;
		text-align: center;
	}
	
	h2.waiverlookup-stepheader {
		text-align: center;
		margin: 0;
		padding: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
	
	h2.waiverlookup-stepheader span {
		background-color: orange;
		padding: 1px 5px;
		margin: 0;
	}
	
#waiverlookup-wrapper #waiverlookup-entry {
	padding: 0;
	background-color: #EEEEEE;
	box-shadow: 0 0 5px #999;
}

	#waiverlookup-wrapper #waiverlookup-step {
		margin: 0 10px 10px 10px;
		border: orange 4px solid;
		position: relative;
	}

	#waiverlookup-entry .waiverlookup {
		padding: 10px 20px;
		margin: 0 auto;
		position: relative;
	}
	
		.waiverlookup .lookup-fields {
			padding: 10px 0 15px 0;
			text-align: center;
			display: block;
			margin: 0 0 20px 0;
		}
		
		.waiverlookup .lookup-fields input, #waiverlookup-captcha input {
			border: 1px solid #BBB!important;
			padding: 5px 5px!important;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			color: #666666!important;
			/*CSS3*/
			box-shadow: 1px 1px 1px #CCC;
			-moz-box-shadow: 1px 1px 1px #CCC;
			-webkit-box-shadow: 1px 1px 1px #CCC:
		}
		
		/**Option1**/
		.option1-input {
			width: 75%!important;
		}
		
		.option1 .zip {
			width: 60%!important;
		}
		
		.option1 .zip-text {
			width: 35%!important;
		}
		
		/**Option2**/
		.option2-input {
			width: 60%!important;
		}
		
		.option2 .zip {
			width: 50%!important;
			float: left;
			margin-left: 5px;
		}
		
		.option2 .customer-text, .option2 .zip-text {
			width: 35%!important;
		}
		
		/**Option3**/
		.option3-input {
			width: 70%!important;
			float: left;
			margin-left: 5px;
		}
		
		.lookup-fields .onecol {
			width: 100%;
			float: left;
		}
		
		.lookup-fields .twocol {
			width: 50%;
			float: left;
		}
		
		.lookup-fields .threecol {
			width: 33%;
			float: left;
		}
		
		.waiverlookup .lookup-fields span.lookupfield-text {
			font-size: 12px;
			width: 20%;
			float: left;
			display: block;
			text-align: right;
			line-height: 200%;
			color: #666;
			font-weight: bold;
		}
		
	#waiverlookup-entry h3.lookupby {
		text-transform: uppercase;
		display: block;
		border-top: 5px #333 solid;
		padding: 10px 0;
		margin: 0;
		clear: both;
	}
	
		#waiverlookup-entry h3.lookupby span {
			background-color: #333;
			margin: 0;
			padding: 10px;
			color: #FFF;
		}

	#waiverlookup-entry .waiverlookup-or-break {
		margin: 0;
		text-align: center;
		bottom: 0;
		right: 0;
		display: block;
		padding: 0;
		position: absolute;
	}
	
		#waiverlookup-entry .waiverlookup-or-break p {
			margin: 0 0 -12px 0;
			padding: 5px;
			background-color: orange;
			color: #FFF;
			z-index: 99;
			text-transform: uppercase;
		}
		
#waiverlookup-wrapper #waiverlookup-captcha {
    margin: 0 10px;
	padding: 20px 10px 10px 20px;
	width: 26%;
	float: left;
	display: block;
	border: orange 4px solid;
	position: relative;
}

	#waiverlookup-captcha img {
		float: left;
	}

	#waiverlookup-captcha a {
		color: #333;
		clear: both;
		margin: 0 0 1em 0;
		padding: 0;
	}
	
	#waiverlookup-captcha p {
		margin: 0;
		padding: 0;
	}
	
	#waiverlookup-captcha p label {
		clear: both;
		display: block;
		color: #999;
		font-style: italic;
		margin-top: .5em;
	}
	
	#waiverlookup-captcha input {
		width: 80%;
	}
	
#waiverlookup-buttons {
	width: 61%;
	float: right;
	position: relative;
	height: 157px;
	display: block;
	border: orange 4px solid;
	position: relative;
    margin: 0 10px;
}

	#waiverlookup-buttons .clear-but {
		position: absolute;
		bottom: 0;
		left: 43%;
		margin-bottom: 10px;
	}
	
	#waiverlookup-buttons .lookup-but input {
		background: #1a82F7;
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2F2727), to(#1a82f7));
		background: -webkit-linear-gradient(top, #2F2727, #1a82f7); 
		background: -moz-linear-gradient(top, #2F2727, #1a82f7);
		background: -ms-linear-gradient(top, #2F2727, #1a82f7);
		background: -o-linear-gradient(top, #2F2727, #1a82f7);
		height: 80px;
		padding: 0 80px;
		display: block;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		box-shadow: 1px 1px 3px #999;
		-moz-box-shadow: 1px 1px 3px #999;
		-webkit-box-shadow: 1px 1px 3px #999;
		text-transform: uppercase;
		font-weight: bold;
		color: #FFF;
		font-size: 30px;
		font-family: Arial, Sans-Serif;
	}
	
	#waiverlookup-buttons .lookup-but input:hover {
		background: #2F2727;
	}
	
	#waiverlookup-buttons .lookup-but {
		background-image: none;
		margin-left: 15%;
		margin-top: 7%;
	}

	/***Kiosk Mode***/
	.no-captcha {
		display: none!important;
	}
	
	.kiosk-lookup {
		margin: 0 auto!important;
		float: none!important;
	}

.farpointparticipantclearbtn a, .farpointparticipantlookupbtn a {
                background: #333333 !important;
                color: #ECD00D !important;
                border: 1px solid #555555;
                border-radius: 4px 4px 4px 4px;
                font-size: 12px!important;
                text-decoration: none!important;
                font-family: Arial, sans-serif;
                padding: 1px 4px;
                text-align: center;
                width: 65px !important;
                margin: 2px auto;
}

.selectparticipantbtn,
div.RadGrid_OBS_Grid .rgRow a,
div.RadGrid_OBS_Grid .rgAltRow a,
.selectparticipantbtn a
{
	 /*====================*/
	/*Select Button on the Participant Lookup Page*/
    /*====================*/
    background: #333333 !important;
    color: #ECD00D !important;
    border: 1px solid #555555;
    border-radius: 4px 4px 4px 4px;
    font-size: 12px!important;
    text-decoration: none!important;
    font-family: Arial, sans-serif;
    padding: 1px 4px;
    text-align: center;
    width: 65px !important;
    margin: 2px auto;
}
/*====================*/
/*====END WaiverLookUp====*/
/*====================*/

/*============================*/
/*==== NEXT STEP WAIVER LINK ====*/
/*============================*/

a.ThankYouWaiverLink {
	border: 1px solid #555555;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: block;
	font-family: Arial,sans-serif;
	font-size: 18px;;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 15px 0;
    padding: 14px 17px;
    text-decoration: none;
    text-align: center;
	background: #ECD00D;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
	color: #333;
	text-transform: uppercase;
	text-shadow: 1px 1px #FFF;
}
	
a.ThankYouWaiverLink:hover {
	-moz-transition: all 0.3s ease-in-out 0s;
    color: #FFFFFF;
    text-decoration: none;
    background: #333;
    text-shadow: none;
}

/*============================*/
/*==== NEXT STEP WAIVER LINK ====*/
/*============================*/

/* New Recipient textbox style for when user did not fill in required field. - CR 10/3/12 */
.reqflderror {
	border: solid 1px #ff0000;
	background-color: #ffcccc;
}

/*==============================
=======SEAT SELECTION===========
==============================*/

#seatselectionwrapper {
	width: 120%;
	background-color: #E8E8E8;
}

#seatselectionwrapper #seatmappingarea {
	width: 80%;
	float: left;
}

	#seatselectionwrapper #seatmappingarea img {
		width: 100%;
		height: auto;
	}
	
	#seatmappingarea #seating-grid div {
		width: 90%!important;
		border: 0 none!important;
		box-shadow: 2px 2px 5px #CCC;
		-moz-box-shadow: 2px 2px 5px #CCC;
		-webkit-box-shadow: 2px 2px 5px #CCC;	
	}
	
		#seatmappingarea #seating-grid div table {
			text-align: center;
		}
		
		#seating-grid div table td {
			border-color: #E8E8E8!important;
			border-width: 0 0 1px;
			border-style: solid;
		}
	
#seatselectionwrapper #seatselectionlist {
	position: fixed;
	top: 0;
	right: 0;
	width: 19%;
	background-color: #F5F4ED;
	border-radius: 0 0 0 8px;
	-moz-border-radius: 0 0 0 8px;
	-webkit-border-radius: 0 0 0 8px;
	box-shadow: -2px 2px 5px #CCC;
	-moz-box-shadow: -2px 2px 5px #CCC;
	-webkit-box-shadow: -2px 2px 5px #CCC;
}

	#seatselectionlist #legend {
		margin: 10px;
		padding: 0 0 10px 0;
		background-color: #FFF;
		/**CSS3**/
		box-shadow: 1px 1px 3px #CCC;
		-moz-box-shadow: 1px 1px 3px #CCC;
		-webkit-box-shadow: 1px 1px 3px #CCC;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	#legend h3.legend-header {
		display: block;
		background-color: #333;
		color: #FFF;
		padding: 10px;
		margin: 0;
		font-size: 16px;
		/**CSS3**/
		border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
	}
	
	#legend p {
		font-size: 12px;
		padding: 0 0 0 15px;
		margin: 0;
	}
	
	#legend p span {
		font-weight: bold;
	}
		#legend p.seat-section {
			border-bottom: 1px solid #333;
			line-height: 28px;
			padding-left: 10px;
			background-color: #EEE;
			display: block;
			margin-bottom: 5px;
		}
		
		#legend p.seat-row {
		}
#seatselectionlist #seatselectionbuttons {
	padding: 0 0 0 10px;
	margin: 10px 0;
	overflow: hidden;
}

	#seatselectionbuttons a {
		/*clear: both;*/
		background-image: none!important;
		background: #666666!important;
		background: -webkit-gradient(linear, 35%, 100%, from(#666666), to(#333333)) repeat scroll 0 0 transparent!important;
		background: -webkit-linear-gradient(center top , #666666 35%, #333333 100%) repeat scroll 0 0 transparent!important; 
		background: -moz-linear-gradient(center top , #666666 35%, #333333 100%) repeat scroll 0 0 transparent!important;
		background: -ms-linear-gradient(top,#666666 35%, #333333 100%)!important;
		background: -o-linear-gradient(center top , #666666 35%, #333333 100%) repeat scroll 0 0 transparent!important;
		color: #FFF!important;
		display: block!important;
		font-size: 11px!important;
		margin: 0 5px 5px 0!important;
	}
	
	#seatselectionbuttons a:hover {
		background: #333!important;
		filter: none!important;
	}
	
	#seatselectionbuttons a.cancel, #seatselectionbuttons a.clear {
		float: left;
	}
	
	#seatselectionbuttons a.next {
		background: #FFBB00!important;
		background: -webkit-gradient(linear, 35%, 100%, from(#FFBB00), to(#FFD900)) repeat scroll 0 0 transparent!important;
		background: -webkit-linear-gradient(center top , #FFBB00 35%, #FFD900 100%) repeat scroll 0 0 transparent!important; 
		background: -moz-linear-gradient(center top , #FFBB00 35%, #FFD900 100%) repeat scroll 0 0 transparent!important;
		background: -ms-linear-gradient(top,#FFBB00 35%, #FFD900 100%)!important;
		background: -o-linear-gradient(center top , #FFBB00 35%, #FFD900 100%) repeat scroll 0 0 transparent!important;
		border-color: #FFBB00!important;
		color: #333!important;
		font-weight: bold;
	}
	
	#seatselectionbuttons a.next:hover {
		background: #FFBB00!important;
		filter: none!important;
	}
/*==============================
=======END SEAT SELECTION=======
==============================*/
	