@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*/
body {
	background: none repeat scroll 0 0 #222222;
    color: #333333;
    font-family: Century Gothic,Verdana,Arial;
    font-size: 12px;
    line-height: 20px;
    margin: 0 auto;
}

img {
	border: none;
}
	
/*====================*/
/*====================*/
/*end page*/
	
/*text styles - headers, labels, paragraphs, bold*/
/*====================*/
/*====================*/

p {
	color: #000000;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 2px;
	text-decoration: none;
}
	
.bodyindent	{
	color: #000000;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 2px;
	text-decoration: none;
}
	
.errortext {
	color: #ff0000;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 2px;
	text-decoration: none;
}
	
.formtext {
	color: #000000;
	margin-right: 1px;
	text-decoration: none;
}
	
/*only on welcome page - remove*/
.bodyindentmid {
	color: #000000;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 2px;
	text-decoration: none;
}

.whitetext {
	color: #FFF;
	font-family: Century Gothic,Verdana,Arial;
	text-decoration: none;
}

/*select date description label*/
.selectdatedescription {
	color: #000000;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 2px;
	text-decoration: none;
}
	
/*select time description label*/
.selecttimedescription {
	color: #000000;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 2px;
	text-decoration: none;
}
	
/*particpants description label*/
.partdescription {
	color: #000000;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 2px;
	text-decoration: none;
}
	
/*confirmation description label*/
.confirmdescription {
	color: #000000;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 2px;
	text-decoration: none;
}
	
/* general info labels on all pages */
.generalinfo {
	color: #000000;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 2px;
	text-decoration: none;
}

.loginlabels {
	color: #666666;
	font-weight: bold;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 2px;
	text-decoration: none;
}

b {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
	
.boldindent {
	color: #72828b;
	margin-left: 15px;
	text-decoration: none;
	font-weight: bold;
}
	
/*only on billing page */
.boldsmaller {
	color: #72828b;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 2px;
	text-decoration: none;
	font-weight: bold;
}
	
/*used in calendars */
.regtext {
	color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	text-decoration: none;
}
	
i {
	color: #000000;
	text-decoration: italic;
}
	
/*header text for view groups in the page*/
.h4 {
	color: #111111;
	font-size: 22px;
	text-decoration: none;
	line-height: 24px;
	padding-left: 10px;
	font-weight: bold;
}
	
/*billiing and confiramtion page */
.h5 {
	color: #111111;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	line-height: 14px;
	font-style: italic;
}

/*billiing and confiramtion page */
h5 {
	color: #111111;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	line-height: 14px;
	font-style: italic;
}
	
/*larger header text example billing information on billing page*/ 
.h6 {
	color: #111111;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}
	
/*description lblgeneral*/
.infodescription {	
	color: #000000;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 2px;
	text-decoration: none;
}
	
/*billing page labels for activity summary section (event, activity, etc) */
.billingsummarylabels {
	color: #666666;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	font-weight: bold;
}
	
/* required fields */
.reqfield {
	background-color: #ffff99;
	border-width: 1px;
	border-color: gray;
	border-style: solid;
	color: #000000;
	text-decoration: none;
}	
	
/* form fields */
.formfield {
	background-color: #ffffff;
	border-width: 1px;
	border-color: gray;
	border-style: solid;
	color: #000000;
	text-decoration: none;
}

.commentbox {
	color: #000000;
	margin-left: 15px;
}
	
/*====================*/
/*====================*/
/*end text styles - headers, labels, paragraphs*/
	
/*buttons - text*/
/*====================*/
/*====================*/
	
.buttext {
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	text-decoration: none;
	padding: 0px;
}
	
/*font has to be arial, sans-serif to fit on the button*/
.matchbuttext {
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 10px;
	text-align: center;
	padding: 0px;
}
	
.farpointbutton {
	font-family: arial, sans-serif;
	font-size: 8px;
	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;
}

#recipient {
                width: 475px;
                background-color:  #ffffff;
                margin: 10px;
                border: 1px solid #000000;
}
/* New For Enhanced Login - CR 5/21/12 */
.StandardButton {
                position:relative;
                height:20px;
                padding:4px;
                margin:14px; 
                color: #000000;
                text-decoration:none;
                background-color:#cccccc;
                border-width:1px;
                border-style:solid;
                border-bottom-color:#6B6A6A;
                border-right-color:#6B6A6A;
                border-top-color:#EBE8E8;
                border-left-color:#EBE8E8;
                font-size:12px;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
}

.StandardButton:hover {
                background-color:#A9A9A9;
                color: #ffffff;
}

.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 buttons*/
	
/*misc - system*/
/*====================*/
/*====================*/
	
/* step image */
.stepimage {
	margin-left: 10px;
}
	
.billingspacer {
	height: 20px;
}

.shippingspacer {
	height: 10px;
}

.footerspacer {
}
	
/*====================*/
/*====================*/
/*end system*/

/*links*/
/*====================*/
/*====================*/	

a {
	color: #3A8A91;
	text-decoration: none;
}
	
a:hover {
	color: #55A5AC;
	text-decoration: underline;
}
	
a.sidebar:link {
	color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}
	
a.sidebar:visited {
	color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}
	
a.sidebar:hover {
	color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration: underline;
}

a.boldcore:link {
	color: #72828b;
	text-decoration: underline;
	font-weight: bold;
}
	
a.boldcore:visited {
	color: #72828b;
	text-decoration: none;
	font-weight: bold;
}
	
a.boldcore:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #72828b;
	font-weight: bold;
}
	
a.sublink:link {
	color: #FFF;
	margin-left: 0px; 
	text-decoration: none;
}
	
a.sublink:visited {
	color: #FFF;
	margin-left: 0px; 
	text-decoration: none;
}
	
a.sublink:hover {
	color: #FFF;
	margin-left: 0px; 
	text-decoration: underline;
}

/*only used on the welcome page - remove */
a.bolder:link {
	color: #2662df;
	text-decoration: underline;
	font-weight: bold;
}
	
a.bolder:visited {
	color: #2662df;
	text-decoration: underline;
	font-weight: bold;
}
	
a.bolder:hover {
	color: #043862;
	text-decoration: none;
	background-color: #ffffff;
	font-weight: bold;
}
	
/*view group links*/
a.roller { 
	color: #3A8A91;
	font-family: Century Gothic,Verdana,Arial;
	padding: 10px 15px 0 0; 
	display: block; 
	text-decoration: none;
	text-align: left;
	line-height: 1em;
} 
	
a.roller:hover { 
	color: #55A5AC;
	display: block; 
	text-decoration: none;
}

a.rollerright {
	color: #3A8A91;
	font-family: Century Gothic,Verdana,Arial;
	padding: 10px 15px 0 0; 
	display: block; 
	text-decoration: none;
	text-align: left;
	line-height: 1em;
	margin-bottom: 20px;
} 
	
a.rollerright:hover {
	color: #55A5AC;
	display: block;
	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 {
	color: #3A8A91;
	font-family: Century Gothic,Verdana,Arial;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: bold;
}

.booknowlink:hover, .bookpackage:hover {
	color: #55A5AC;
}
	
/*====================*/
/*====================*/
/*end links*/
	

/*layout - divs, tables*/
/*====================*/
/*====================*/
	
.tablemain {
	background-color: #ffffff;
}
	
/* main table in the content section of the page */
.contenttable {
	background-color: #ffffff;
}
	
.footer {
	background-color: #444e19;
	text-align: center;
}
	
/*master pages*/
/*three main sections - header, content, footer*/

/*wrapper around entire page*/
#wrapper{
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	border-bottom-width: 0px; border-left-width: 0px;
	position: relative;
}
	
/*header div*/
#header {
	overflow: hidden;
}

#header img {
	margin: 0;
	padding: 0;
}
	
.tableheader {
	border: none;
	margin: 0;
	padding: 0;
	border-spacing: 0;
}

.tableheader td {
	padding: 0;
	margin: 0; 
}
	
/*view group navigation div*/
#nav {
	float: right;
	z-index: 99;
	position: absolute;
	right: 0;
	width: 125px;
	margin-top: -35px;
	border: none!important;
	padding-bottom: 20px;
}
	
/*style for rows on view group navigation*/
.tableviewgroups {
	border-collapse: collapse; border: none!important;
}
	
/*div wrapper around content and contentinfo*/	
#contentwrapper {
	overflow: hidden;
	width: 840px;
	margin-right: -200px;
	float: left;
	border-left: 5px solid #333333;
	border-bottom: 5px solid #333333;
	border-right: 5px solid #333333;
	background-color: #FFF;
	min-height: 350px;
}
	
/*div additional information in content section*/
#contentinfo {
}
	
#content{
	float: left;
}
	
.tablecontent {
	border-collapse: collapse;
	width: 700px;
}
	
#footer{
	clear: both;
}
	
.tablefooter {
	border-collapse: collapse; border: red; border-style: solid; 
	border-top-width:0px; border-right-width: 0px; 
	border-bottom-width: 0px; border-left-width: 0px;
}		
	
.tablefooter td {
	vertical-align: middle;
	text-align: center;
}
	
/*end main section for master pages*/
	
	
/*console page*/
/*table for console page*/
.console {
	width: 710px;
	padding: 0px;
	margin: 15px 0 15px 0;
}
	
.consoleleft {
	width: 40%;
}
	
.consoleright {
	width: 60%;
}
	
/*panels on the console page*/
.panel {
   	color: #000000;
   	font-family: verdana, geneva, helvetica, arial, sans-serif;
   	font-size: 11px;
   	line-height: 14px;
   	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 #333333 solid;
	color: #000000;
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
	margin-right: 2px;
}

.consolegrid td {
	border: 1px #333333 solid;
}

.consolegrid-header {
	background-color: #333333;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	vertical-align: middle;
	text-align: center;
}

.consolegrid-header td {
	color: #ffffff;
	font-weight: bold !important;
	font-size: 11px;
}
	
/*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: #333; border-style: solid; 
	border-top-width: 1px; border-right-width: 1px; 
	border-bottom-width: 1px; border-left-width: 1px; background-color: #ffffff; padding: 2px; margin-bottom: 10px;
}

.tableinfo p {
	margin-bottom: 10px;
}
	
.tableinfo td {
	border: solid 1px #333;
}
	
/*table on info page*/
.infoheader {
	color: #FFF;
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	line-height: 14px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333;
}


/*grouping style at top of info table*/
.subgroupheader {
	background-color: #333;
	text-align: left;
	color: #FFF;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px;
}
	
/*activity style in the info table*/
.infoacttitle {
	color: #111111;
	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;
	text-align: center;
}
		
tr.selecttime  { 
	text-align: center;
	background-color: #ffffff;
}
	
/* table on the policies page */	
	
table.policies {
	background-color: #333333;
	border-color: #333333;
	border-style: solid; 
	border-width: 1px;
	width: 385px;
	margin: 15px 5px 0 0;

}
	
tr.policiesheader {
	background-color: #333333;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}
	
tr.policies {
	background-color: #ffffff;
}
	
/*the "number of participants" grid on the policies page */	
.numberparthead {
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
}
	
.numberpartcell {
	background-color: #ffffff;
	color: #000000;
	font-weight: bold;
	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;
	border: 1px solid #333333 !important;
}
	
.farpointpoliciesheader {
	text-align: left;
	font-family: Century Gothic,Verdana,Arial !important;
    font-size: 12px !important;
    line-height: 20px !important;
	background-color: #333333 !important;
}

.farpointpoliciescolumn0 {
	text-align: center;
	font-family: Century Gothic,Verdana,Arial !important;
    font-size: 12px !important;
    line-height: 20px !important;
}
	
.farpointpoliciescolumn1 {
	text-align: left;
	font-family: Century Gothic,Verdana,Arial !important;
    font-size: 12px !important;
    line-height: 20px !important;
}
/* end number of participants grid on policies page */	

/* options grid on policies page */
.farpointoptions {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 2px;
	border: 1px solid #333333 !important;
}

.farpointoptionscolumn0 {
	text-align: center;
	font-family: Century Gothic,Verdana,Arial !important;
    font-size: 12px !important;
    line-height: 20px !important;
}

.farpointoptionscolumn1 {
	text-align: left;
	font-family: Century Gothic,Verdana,Arial !important;
    font-size: 12px !important;
    line-height: 20px !important;
}

.farpointoptionscolumn2 {
	text-align: left;
	font-family: Century Gothic,Verdana,Arial !important;
    font-size: 12px !important;
    line-height: 20px !important;
}

.farpointoptionsheader {
	text-align: left;
	font-family: Century Gothic,Verdana,Arial !important;
    font-size: 12px !important;
    line-height: 20px !important;
	background-color: #333333 !important;
}
/* end options grid on policies page */
	
/* table on the participants page */	
table.participants {
	background-color: #000000;
}
		
tr.participantsheader {
	background-color: #6b696b;
	color: #e5f2fb;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}
	
tr.participants {
	background-color: #ffffff;
	color: #72828b;
	font-weight: bold;
	text-align: left;
}

/* participant2.aspx styles for Farpoint Control*/
.farpointparticipants {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 2px;
	border: 1px solid #333333 !important;
	min-height: 300px !important;
}

.farpointparticipants td {
}

.participantcolheader {
	font-family: Century Gothic,Verdana,Arial !important;
    font-size: 12px !important;
	background-color: #333333 !important;
}

.participantrowheader {
	font-family: Century Gothic,Verdana,Arial !important;
    font-size: 12px !important;
	background-color: #333333 !important;
}

.participanttextcell {
	font-family: Century Gothic,Verdana,Arial !important;
    font-size: 12px !important;
}     

.participantcheckcell {
	font-family: Century Gothic,Verdana,Arial !important;
    font-size: 12px !important;
}     

.participantcombocell {
	font-family: Century Gothic,Verdana,Arial !important;
    font-size: 12px !important;
}

.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;
	text-align: left;
}
	
.confirmationcell {
	background-color: #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;
	text-decoration: none;
	font-weight: bold;
	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: 20px;
}

.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;
	background-color: #333333;
	width: 98%;
	margin-left: 5px;
}
	
.confirmactheader {
	background-color: #333333;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
	
.confirmactcell {
	background-color: #ffffff;
	color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}
	
.confirmact td {
   	border-style: solid; 
    border-width: 1px;
    border-color: #4c88be;  
    padding: 1px;
}	
	
/* table on the my reservation page*/
table.myres {
	border-style: solid; 
	border-width: 1px;	
	border-color: #333333;
}
	
tr.myresheader {
	font-weight: bold;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
	text-align: center;
	color: #ffffff;
}
	
tr.myres {
	background-color: #ffffff;
	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;
	background-color:#333333;
}
	
tr.basketheader {
	color: #ffffff;
	font-weight: bold;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
	text-align: center;
}
	
tr.basket {
	background-color: #ffffff;
	color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}
	
.basket td {
	border-style: solid; 
	border-width: 1px; 
	border-color: #333333;
}
	
/* participant change grid on basket page*/
.basketparthead {
	background-color: #333333;
	color: #e5f2fb;
	font-weight: bold;
}
	
.basketpartcell {
	background-color: #ffffff;
	color: #000000;
	font-weight: bold;
	border-style: solid;
	border-color: #333333;
	border-width: 1px;
	text-align: center;
}
	
/* table header login.aspx */
table.login	{
	border-style: solid; 
	border-width: 1px;	
	border-color: #333333;
	margin-left: 10px;
	margin-top: 10px;
	width: 680px;
}
	
tr.loginheader {
	background-color: #333333;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
	
td.loginheader {
	border-right-color: #333333;
	border-right-style: solid;
	border-right-width: 0px;
}
	
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-color: #333333; border-style: solid; 
	border-top-width: 1px; border-right-width: 1px; 
	border-bottom-width: 1px; border-left-width: 1px;
	background-color: #ffffff; margin-top: 15px;
}
	
.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-color: #333333; border-style: solid; 
	border-top-width: 1px; border-right-width: 1px; 
	border-bottom-width: 1px; border-left-width: 1px; background-color: #6b696b;
}
	
.thankyou td {
	background-color: #ffffff;
}
	
/* table on the more info page */
.moreinfo {
	border-collapse: collapse; border: #333333; 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: #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 membership and donations page */	
.membership {
	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;
}
	
.membership td {
	border: solid 1px #333333; padding: 5px;
}

.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;
	text-decoration: none;
}
	
/* center top cell on maps page page */
.maptablecentertop {
	background-color: #ffff99;
	text-align: center;
}
	
.maptablecentertop p {
	color: #000000;
	text-decoration: none;
}
	
.maptablecentertop b {
	color: #000000;
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
}
	
.maptablecenter a {
	color: #000000;
	text-decoration: underline;
}
	
.maptablecenter a:hover {
	color: #000000;
	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;
	text-decoration: none;
}

/*====================*/
/*====================*/
/*end map pages*/

/*pop calendar*/
/*====================*/
/*====================*/

.popcalbody {
	background: #ffffff !important;}
	
.popcal {
	border-color: #ffffff;
	border-width: 1px;
	background-color: #e5e0d8;
	font-family: Century Gothic,Verdana,Arial;
	font-size: 10pt;
	color: #685c53;
}
	
.popcal a {
	color: #685c53 !important;
	text-decoration: none;
	font-family: Century Gothic,Verdana,Arial;
	font-size: 10pt;
}

.popcal a:hover {
	color: red !important;
	text-decoration: none;
	font-family: Century Gothic,Verdana,Arial;
	font-size: 10pt;
	background-color: #ffffff !important;
}

	
.popcaldayheader {
	background-color: #ffffff;
	border-width: 1px;
	border-color: #ffffff;
}
	
.popcalday {
	background-color: #e5e0d8 !important;
}

	
.popcalnextprev a {
	color: #685c53 !important;
	font-family: Century Gothic,Verdana,Arial;
	font-size: 10pt;
	font-weight: bold !important;
	text-decoration: none;
}

.popcalothermonthday a {
	color: #ada6a6 !important;
}
	
.popcalothermonthday {
	background-color: #cccccc !important;
}
	
.popcalselectedday {
	background-color: #efcfb8;
}
	
.popcalselector {
	background-color: #ffcc66;
}

.popcalselectedday a {
	color: red !important;
}
	
.popcaltitle {
	font-family: Century Gothic,Verdana,Arial;
	font-size: 10pt;
	font-weight: bold !important;
	height: 20px;
	color: #685c53;
	background-color: #ffffff;
}
	
.popcaltoday {
	background-color: #efcfb8;
}

.popcaltoday a {
	color: red !important;
}
	
.popcalweekend {
}
	
/*calendar*/
/*====================*/
/*====================*/
	
.cal {
	border-color: #333333;
	border-width: 1px;
	border-style: solid;
}
	
.cal td {
	border-color: #333333;
	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-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
}
	
.caldayheader {
	color: #333333;
	font-weight: bold;
}
	
.calselectedday {
	background-color: #87cefa;	
}
	
.calselector {
}
	
.caltitle {
	background-color: #333333;
	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;
}
	
.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;
}

/*====================*/
/*====================*/
/*end membership and donations*/

/*resource grids*/
/*====================*/
/*====================*/

/* the "resources" grid on the policies page */	
	
.resourcegridhead {
	background-color: navy;
	color: #ffffff;
	font-weight: bold;
}
	
.resourcegridcell {
	background-color: #72828b;
	color: #000000;
	font-weight: bold;
}

/*====================*/
/*====================*/
/*end resource grids*/
	
/* grid reservation process */
/*====================*/
/*====================*/
	
.griddaterow {
	color: #000000;
   	font-weight: bold;
   	text-align: center;
   	vertical-align: middle;
   	text-decoration: none;
}
	
.gridspanrow {
	color: #000000;
   	background-color: #8cb8cc;
   	font-weight: bold;
   	text-align: center;
   	vertical-align: middle;
   	text-decoration: none;
}
	
.gridgroupheaders {
	color: #ffffff;
   	font-weight: bold;
   	margin-left: 0px;
   	text-align:left;
   	vertical-align: middle;
   	margin-right: 0px;
   	margin-bottom: 0px;
   	text-decoration: none;
}

.gridcolumnheaders {
	color: #ffffff;
   	font-weight: bold;
   	text-align: center;
   	vertical-align: middle;
   	text-decoration: none;
}     

.gridpicturecell {
	color: #000000;
   	text-align: center;
   	vertical-align: middle;
   	text-decoration: none; 
   	height: 100px;
}   
        
.gridblankcolumn {
	color: #8cb8cc;
   	background-color: #8cb8cc;
   	text-decoration: none;
}     

.griddatarows {
	color: #000000;
   	text-align: center;
   	vertical-align: middle;
   	text-decoration: none;
}	
	
/*====================*/
/*====================*/	
/*end grid reservation process */
	
/*custom styles*/
/*====================*/
/*====================*/	

.footerdiv {
	background: url(../images/vg_background.gif);
	width: 720px;
	height: 30px;
}

.hp a {
	font-family: Century Gothic,Verdana,Arial;
	font-size: 16px;
	font-weight: bold;
	color: #578bbb;
	text-decoration: none;
	margin-left: 5px;
}


.hp a:hover {
	font-family: Century Gothic,Verdana,Arial;
	font-size: 16px;
	font-weight: bold;
	color: #578bbb;
	text-decoration: none;
	margin-left: 5px;
}

.hr {
	background-color: #578bbb;
	height: 7px;
	width: 719px;
}

.footeraddress {
	color: #ffb725;
	font-family: Century Gothic,Verdana,Arial;
	font-size: 12px;
	line-height: 26px;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
}

.footertext {
	color: #FFF;
	font-family: Century Gothic,Verdana,Arial;
	font-size: 10px;
	line-height: 24px;
	text-decoration: none;
	text-align: left;
}
	
li{
	color: #000000;
	font-family: Century Gothic,Verdana,Arial;
	font-size: 10px;
	line-height: 14px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 2px;
	text-decoration: none;
}
	
/*====================*/
/*====================*/
/*end custom*/

/**********************/
/*Southwicks Styles*/ 
.res-nav {
	margin-top: 5px;
	background-color: #FFF;
	border-left: 5px solid #333333;
	border-top: 5px solid #333333;
	border-right: 5px solid #333333;
	padding: 10px;
	overflow: hidden;
}

.res-nav p {
	margin: 0;
	border-bottom: 1px solid #333333;
	line-height: 1.3em;
	padding-bottom: 5px;
	width: 85%;
}

.res-nav p a {
	font-size: 12px;
	color: #3A8A91;
} 
	
.res-nav p a { 
	color: #55A5AC;
}

#footer-gallery {
	background: none repeat scroll 0 0 #333333;
    clear: both;
    color: #FFFFFF;
    font-size: 12px;
    margin: 5px auto 0;
    overflow: hidden;
    padding: 0 0 5px;
    width: 850px;
}

#footer-gallery .featured-post {
    clear: both;
    margin: 0 0 15px;
    padding: 0 0 15px;
}

#footer-gallery .featured-post .post {
    float: left;
    margin: 0 10px 10px 0;
    overflow: hidden;
    padding: 0;
}

#footer-gallery .wrap {
	padding: 10px 20px 15px;
}

#footer-gallery h4 {
	border-bottom: 1px solid #666;
    color: #CCCCCC;
    font-family: Century Gothic,Verdana,Arial;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 0 0 5px;
    text-transform: uppercase;
    text-align: left;
}


#footer-gallery .featured-post a img {
	border: 2px solid #FFF;
}

#footer-gallery .featured-post a img:hover {
	border: 2px solid #999;
}

#footer-text {
	clear: both;
    color: #FFFFFF;
    font-size: 12px;
    height: 40px;
    margin: 0 auto;
    padding: 0;
}

#footer-text .gototop p, #footer-text .creds p, #footer-text .gototop p a, #footer-text .creds p a{
	font-size: 12px;
	color: #FFF;
}

.gototop {
	float: left;
    margin: 0;
    padding: 10px 0 0;
    width: 220px;
    text-align: left;
}

.gototop a {
	background: url("../images/footer-top.png") no-repeat scroll left center transparent;
    margin: 0;
    padding: 0 0 0 15px;
}

.creds {
	float: right;
    margin: 0;
    padding: 10px 0 0;
    text-align: right;
    width: 630px;
}
    
/*custom*/
#ctl00_imgHeader {
	display: none;
	vertical-align: bottom;
}


/*DropDown Nav*/
.header-nav-wrap {
    background:#333333;
    clear: both;
    color: #FFFFFF;
    font-size: 12px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    text-transform: uppercase;
    width: 850px;
}

#header-nav {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 99999;
}
#header-nav, #header-nav ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 99999;
}

#header-nav a {
    display:block;
    color:#ffffff;
    text-decoration:none;
    padding: 5px 15px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.7em;
    text-align: left;
}

#header-nav li {
    float: left;
    margin: 0;
    padding: 0;
    z-index: 99999;
}

#header-nav ul {
    height: auto;
    left: -999em;
    margin: 0;
    position: absolute;
    width: 175px;
    z-index: 99999;
}

#header-nav li li {
    width: 100%;
    z-index: 99999;
    padding: 0;
    margin: 0;
}

#header-nav li li a {
    color: #FFF;
    padding: 4px 10px;
    z-index: 99999;
    font-size: 11px;
    border-bottom: 1px solid #333333;
}

#header-nav li ul ul {
    margin: -28px 0 0 175px;
    z-index: 99999;
}

#header-nav li li:hover {
    z-index: 99999;
    background: #333;
}

#header-nav li ul li:hover a, #header-nav li ul li li:hover a, #header-nav li ul li li li:hover a, #header-nav li ul li li li:hover a {
    color: #FFFFFF;
    z-index: 99999;
}

#header-nav li:hover a, #header-nav li.sfhover a {
    color: #FFFFFF;
    z-index: 99999;
}

#header-nav li:hover li a, #header-nav li li:hover li a, #header-nav li li li:hover li a, #header-nav li li li li:hover li a {
    color: #FFFFFF;
    z-index: 99999;
}

#header-nav li:hover ul ul, #header-nav li:hover ul ul ul, #header-nav li:hover ul ul ul ul, #header-nav li.sfhover ul ul, #header-nav li.sfhover ul ul ul, #header-nav li.sfhover ul ul ul ul {
    left: -999em;
    z-index: 99999;
    background: #333;
}

#header-nav li:hover ul, #header-nav li li:hover ul, #header-nav li li li:hover ul, #header-nav li li li li:hover ul, #header-nav li.sfhover ul, #header-nav li li.sfhover ul, #header-nav li li li.sfhover ul, #header-nav li li li li.sfhover ul {
    left:auto;
    background: #222;
	z-index: 99999;
}

#header-nav li:hover, #header-nav li.sfhover {
    z-index: 99999;
    background: #222;
}

.arrow {
	background: url("../images/arrow-down.png") no-repeat scroll right center transparent;
}

.arrow-r {
	background: url("../images/arrow-right.png") no-repeat scroll right center transparent;
	margin-right: 5px;
}

.pad {
	padding-right: 5px!important;
}

.header-nav span {
}

#welcome {
	padding-left: 10px;
}

.nav-title {
	margin-right: 15px;
	font-size: 1em;
	margin-bottom: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #333333;
	margin-top: 0;
}

.social {
	padding: 10px 25px 10px 0;
}

.header-image {
	display: block;
	vertical-align: bottom;
}

.calendarsearch-holder {
	position: absolute;
	z-index: 999999;
	margin-left: -15px;
	background-color: #ffffff;
	padding: 10px;
}
	