
 /* begin cms stylesheet */ 
/* *** Calendar Table Styles *** */
table.calendar-table {
    border-collapse: collapse;
}

.calendar-table {
    font-size: 11px;
    border: 1px solid #B3CAE1;
    margin-bottom: 12px;
    background-color: #fff;
}

.calendar-table th {
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    background-color: #3D68A7;
    padding: 2px;
    height: 18px;
    line-height: normal;
}

.calendar-table tr:hover {
    background-color: #FAFAFA;
}

.calendar-table td {
	width: 25px;
}

.calendar-table .leftline {
    border-left: 2px solid #CCC;
}


/* Large Calendar Table */

#cms-eventcalendar-calendar .calendar-month {
	font-size: 18px;
	padding: 10px 20px 5px;
}

#cms-eventcalendar-calendar .day {
    height: 126px;
}

/* Small Calendar Table */
#calendar-widget .calendar-month {
	font-size: 12px;
	padding: 5px 5px 5px;

}

/* Universal Calendar Table Styles */
.calendar-label {
	/*padding-right: 20px;
	padding-left: 10px;*/
}
.calendar-label label {
    font-size: 9px;
}
#embed-calendar-labels .calendar-label-box {
	height: 10px;
	width: 10px;
}
.calendar-label-box {
	height: 15px;
	width: 15px;
	/* Rounded Corners*/
	/*For Mozilla*/
	-moz-border-radius: 4px;
	/*For Safari*/
	-webkit-border-radius: 4px;
	/*For CSS3*/
	border-radius: 4px;
	border: 1px solid #666;
}
.calendar-labels {
	margin-bottom: 10px;
	/* Rounded Corners*/
	/*For Mozilla*/
	-moz-border-radius: 6px;
	/*For Safari*/
	-webkit-border-radius: 6px;
	/*For CSS3*/
	border-radius: 6px;
	border: 1px solid #CCC;
	padding: 5px;
}
.calendar-labels ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.calendar-labels li {
	display: inline-block;
	width: 150px;
	float: left;
	margin-bottom: 2px;
	margin-top: 2px;
}
#event-calendar .calendar-labels {
    width: 680px;
}
#event-calendar-grid .calendar-labels {
	height: 100%;
}
#event-calendar .calendar-labels {
    height: 60px;
}
#event-calendar .calendar-labels li {
    width: 130px;
}

#event-calendar .calendar-labels input {
	margin: 0px;
	padding: 0px;
}
#event-calendar .icons {
    margin-bottom: 10px;
}
.cms-event-calendar img {
    vertical-align: text-bottom;
}
.cms-event-calendar .usage {
    text-align: center;
    margin: 10px;
}
#cms-calendar-embed-list .label-container,
#cms-calendar-embed-day .label-container {
    vertical-align: top;
    padding-top: 5px;
}
.calendar-month {
	text-align: center;
	background-color: #C2D6EF;
	background-image: url(/mainimages/buttonbg2.png);
	background-repeat: repeat-x;
	padding: 10px 20px 5px;
	/* Rounded Corners*/
	/*For Mozilla*/
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	/*For Safari*/
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	/*For CSS3*/
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border: 1px solid #CCC;
	}
/*.calendar-month strong {
	width: 150px;
	display: inline-block;
}*/
.calendar-next a:link, .calendar-next a:visited, .calendar-prev a:link, .calendar-prev a:visited {
	color: #FFFFFF; /* buttonFontColor */
	text-decoration: none;
}
.calendar-next a:active, .calendar-next a:hover, .calendar-prev  a:active, .calendar-prev a:hover {
	color: #666666 !important; /* linkColor2 */
	text-decoration: none;
}
.calendar-next {
	float: right;
    background-color: #8CC444;
}
.calendar-prev {
	float: left;
    background-color: #8CC444;
}
.calendar-next, .calendar-prev  {
	background-image: url(/mainimages/buttonbg.png);
	background-repeat: repeat-x;
	background-position: left top;
	display: inline-block;
	margin: 0px;
	padding: 2px 5px;
	font-weight: normal;
	font-size: 10px;
	/* Rounded Corners*/
	/*For Mozilla*/
	-moz-border-radius: 4px;
	/*For Safari*/
	-webkit-border-radius: 4px;
	/*For CSS3*/
	border-radius: 4px;
	line-height: normal;
}
.calendar-table {
	font-size: 11px;
	border: 1px solid #ccc;
	margin-bottom: 12px;
    /*border: 1px solid #B3CAE1;
    background-color: #fff;*/
}
.calendar-table td {
	width: 14%;
	padding: 5px;
}
.calendar-table th {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #8BC444;
	padding: 8px 2px 2px;
	height: 18px;
	line-height: normal;
    /*
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    padding: 2px;
    height: 18px;
    line-height: normal;
     */
}
.calendar-table .day {
	border: 1px solid #CCC;
}
.calendar-table .day:hover {
    background-color: #EFEFEF;
}
.calendar-table .dayname {
	background-image: url(/mainimages/buttonbg.png);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #CCC;
}
.calendar-table .daynone {
}
.calendar-table .eventbox {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 3px;
	/* Rounded Corners*/
	/*For Mozilla*/
	-moz-border-radius: 4px;
	/*For Safari*/
	-webkit-border-radius: 4px;
	/*For CSS3*/
	border-radius: 4px;
	margin-top: 5px;
	font-size: 10px;
	background-color: #FFF;
}
.calendar-table .leftline {
    border-left: 2px solid #CCC;
}
.calendar-table .moreevents {
	margin-top: 8px;
	text-align: right;
	font-size: 10px;
}
#event-calendar h1 a {
    /*color: #8CC444;*/
}
.cms-event-calendar .calendar-rss {
    float: right;
}
#calendar-label-form {
    clear:both;
}
#cms-calendar-embed-list .description {
    font-size: 11px;
    margin-bottom: 15px;
}
#cms-calendar-embed-list h4, #cms-calendar-embed-list h5 {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
}



 /* begin base stylesheet */ 
/* Master link colors */
a:link, a:visited {
	color: #186603; /* linkColor */
	text-decoration: underline;
}
a:hover, a:active {
	color: #c20606; /* linkColor2 */
	text-decoration: none;
}

img {
	 border: 0;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/* Site Headers */

.lrgHdr, h1,.medHdr, h2,.smHdr, h3, h4, h5 {
	font-family: Tahoma, Geneva, sans-serif; /* headingFont */
}

.lrgHdr, h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #186603;/* pageHeaderColor */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height:1.7em;
	/* underlineColor - If active */
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0171BD;*/
}
.medHdr, h2, #cms-calendar-embed-list h5 {
	font-size: 1.45em;
	font-weight: bold;
	color: #c20606;/* subHeadColor */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height:1.55em;
}
.smHdr, h3, h4, h5 {
	color: #186603; /* subHead2Color */
}
.smHdr, h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h4 {
	font-size: 1.05em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h5 {
	font-size: 0.95em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
/* Content text */

.bodyText {
	font-size: 1.0em;
}
.medText {
	font-size: 0.95em;
}
.smText {
	font-size: 0.8em;
}
/* Content Stuff */

body {
	font-family: Tahoma, Geneva, sans-serif;/* bodyFont */
	font-size: 13px;/* bodyFontSize */
	color: #333333; /* bodyFontColor */
	margin: 0px;
}
#bodyGoodies {
	background-color: #eeeeee; /* backGroundColor */
	background-image: url(/assets/templates/005/images/bodyBg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#addressBox {
	display:none
}
#addressBoxSidebar {
	float: right;
	color: #FFF;
	margin-top: 20px;
	margin-right: 50px;
	display: none;
}
#bodyArea {
	width: 972px;
	margin-right: auto;
	margin-left: auto;
	/*background-image: url(http://www.sleighridestc.com/local/upload//bytpl/header/header_5.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
}
#bodyBg {
}
.buttons, .buttonsSm, .formbutton, .action, .byte-pageactions a, #byte_breadcrumb {
	border: 1px solid #c20606; /* buttonColor */
	background-color: #c20606; /* buttonColor */
}
.buttons, .action {
	background-image: url(/assets/universal_images/buttonbg_gloss.png);
	background-repeat: repeat-x;
	background-position: left center;
	display: inline-block;
	margin: 5px;
	padding: 5px 10px;
	float: right;
	font-weight: bold;
	font-size: 1.2em;
}
.buttons a:link, .buttons a:visited, .buttons, .action, .byte-pageactions a {
	color: #FFFFFF !important; /* buttonFontColor */
	text-decoration: none;
}
.buttons a:active, .buttons a:hover, .buttons:hover, .formbutton:hover, .action:hover, .byte-pageactions a:hover {
	color: #c20606 !important;/* linkColor2 */
	text-decoration: none;
}
.buttonsSm {
	background-image: url(/assets/universal_images/buttonbg_gloss.png);
	background-repeat: repeat-x;
	background-position: left center;
	display: inline-block;
	margin: 2px;
	padding: 3px 10px;
	float: right;
	font-weight: bold;
	font-size: 0.95em;
}
.buttonsSm a:link, .buttonsSm a:visited {
	color: #FFFFFF !important; /* buttonFontColor */
	text-decoration: none;
}
.buttonsSm a:active, .buttonsSm a:hover {
	color: #c20606 !important;/* linkColor2 */
	text-decoration: none;
}
.color1 {
	color: #186603; /* linkColor */
}
.color2 {
	color: #c20606; /* linkColor2 */
}
.color3 {
	color: #FFF;
}
#contentArea {
	font-size: 1.0em;
	min-height: 420px;
	float: left;
	width: 510px;
	clear: left;
}
#contentAreaManage {
    font-size: 1.0em;
}
#contentAreaMedium {
	width: 740px;
	float: left;
	font-size: 1.0em;
	min-height: 420px;
}
#contentAreaWide {
	width: 740px;
	float: left;
	font-size: 1.0em;
	min-height: 420px;
}
#contentBox {
	width: 750px;
	float: right;
	display: block;
	background-image: url(/assets/templates/005/images/contentBgTop.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	background-color: #FFF;
	height:100%;
}
#contentBoxBg {
	display: block;
	clear: both;
	background-image: url(/assets/templates/005/images/contentBg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color:#FFF;
	height:100%;
}
#contentBoxBttm {
	display: block;
	clear: both;
	background-image: url(/assets/templates/005/images/contentBgBttm.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 5px;
}
.contentPadding {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	padding-right: 25px;
}
#copyright {
	font-size: 0.95em;
	padding-left: 20px;
	padding-top: 10px;
}
.errors {
	font-size: 1.05em;
	color: #BB0000;
}
#footerBox {
	display: block;
	clear: both;
	color: #222222;
	font-size: .90em;
}
#footerBox a {
	color: #750707; /* footerLink */
}
#footerBox a:link, #footerBox a:visited {
	text-decoration: underline;
}
#footerBox a:hover, #footerBox a:active {
	text-decoration: none;
}
form {
	margin: 0px;
	padding: 0px;
}
form input {
	background-color: #FFF;
	border: 1px solid #333;
}
.formbutton {
	background-image: url(/assets/universal_images/headerbg_fade.png);
	background-repeat: repeat-x;
	background-position: center center;
	color: #FFFFFF; /* buttonFontColor */
}
.formradio {
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#logoBox {
	float: left;
	margin-top: 35px;
	margin-left: 30px;
	margin-right: 30px;
	clear: right;
	font-size: 2.45em;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	line-height: normal;
}
#logoBoxSidebar {
	display:none
}
#logoBoxSidebar2 {
	display:none;
}
#midsitebox {
	background-color: #FFF;
	height:100%;
}
#navBar {
}
#navbarBox {
	float: left;
	width: 200px;
	display: block;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 0px;
}
.photoLeft {
	padding-right: 20px;
	padding-bottom: 10px;
	float: left;
}
.photoRight {
	padding-bottom: 10px;
	padding-left: 20px;
	float: right;
}
#sidebarBox1 {
	display:none
}
#sidebarBox1 ul, #sidebarBox1 ol {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
#sidebarBox1 li {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
#sidebarBox2 {
	width: 200px;
	float: right;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#sidebarBox2 ul, #sidebarBox2 ol {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

#sidebarBox1 li {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
#sidebarBoxNav {
	width: 200px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.sidebarContent1 {
	padding: 20px 10px;
	color: #333333;/* leftFontColor */
	font-size: .95em;
	/* leftBorderColor - If active */
	border: 1px solid #eeeeee;
	/* leftBgColor - If active */
	background-color: #eeeeee;
}
.sidebarContent1 h2 {
	font-size: 1.2em;
	color: #186603; /* leftHdrColor */
}
.sidebarContent2 {
	padding: 20px;
	color: #333333;/* rightFontColor */
	font-size: 0.95em;
	/* rightBorderColor - If active */
	border: 1px solid #eeeeee;/* rightBorderColor */
	/* rightBgColor - If active */
	background-color: #eeeeee;/* rightBgColor */
}
.sidebarContent2 h2 {
	font-size: 1.2em;
	color: #186603; /* leftHdrColor */
}
.sideheader {
	color: #FFFFFF;/* sideBarHeaderBoxFontColor */
	background-color: #186603; /* sideBarHeaderBoxColor */
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	padding: 6px 20px 6px 20px;
	background-image: url(/assets/universal_images/headerbg_fade.png);
	background-repeat: repeat-x;
	background-position: left center;
	/* sideBarHeaderUnderlineColor - If active */
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #696;*/
}
.tableBorderCart {
	font-size: 1.0em;
	padding: 5px;
}
.tableBorder, .packageTableBorder {
	font-size: 1.0em;
	padding: 1px;
	border: 1px solid #000000;
}
.tableCell1 {
	padding: 8px;
}
.tableCell1Col {
	padding: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
}
.tableCell2 {
	padding: 8px;
	background-color: #EEEEEE;
}
.tableCell2Col {
	padding: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
	background-color: #EEEEEE;
}
.tableFooter {
	padding: 3px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #186603;/* sideBarHeaderBoxColor */
}
.tableFooter2 {
	padding: 3px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #186603;/* sideBarHeaderBoxColor */
	background-color: #EEEEEE;
}
.tableHeader, .packagetableHeader {
	background-color: #186603;/* sideBarHeaderBoxColor */
	padding: 5px;
	font-size: 1.05em;
	font-weight: bold;
	color: #FFFFFF;/* sideBarHeaderBoxFontColor */
	background-image: url(/assets/universal_images/headerbg_fade.png);
	background-repeat: repeat-x;
	background-position: left center;
}
.tableHeaderCol {
	background-color: #186603;/* sideBarHeaderBoxColor */
	padding: 5px;
	font-size: 1.05em;
	font-weight: bold;
	color: #FFFFFF;/* sideBarHeaderBoxFontColor */
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AAAAAA;
	background-image: url(/assets/universal_images/headerbg_fade.png);
	background-repeat: repeat-x;
	background-position: left;
}
.tableHeaderCol a,.tableHeader a {
	color: #FFFFFF !important;/* sideBarHeaderBoxFontColor */
}
.tableHeader2 {
	background-color: #c20606; /* rightBgColor */
	padding: 5px;
	font-size: 1.0em;
	font-weight: bold;
	color: #FFFFFF; /* rightHdrColor */
}
.tableHeader2Col {
	background-color: #c20606; /* rightBgColor */
	padding: 5px;
	font-size: 1.0em;
	font-weight: bold;
	color: #FFFFFF; /* rightHdrColor */
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #555555;
}
.tableHeader3 {
	background-color: #CCCCCC;
	padding: 5px;
	font-size: 1.0em;
	font-weight: bold;
	color: #186603; /* subHead2Color */
	text-decoration:none
}
.tableHeader3Col {
	background-color: #CCCCCC;
	padding: 5px;
	font-size: 1.0em;
	font-weight: bold;
	color: #186603; /* subHead2Color */
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #888888;
}
.tableRow1, .packagetableRow1 {
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
}
.tableRow1Col, .packagetableRow1Col {
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
}
.tableRow2 {
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
	background-color: #EEEEEE;
}
.tableRow2Col {
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
	background-color: #EEEEEE;
}
.tableStyle, .byte-table {
	font-size: 0.95em;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	margin-bottom: 15px;
}
.tableStyle td, .byte-table td {
	padding: 4px 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
}
.tableStyle th, .byte-table th {
	font-size: 1.05em;
	font-weight: bold;
	color: #FFFFFF; /* sideBarHeaderBoxFontColor */
	background-color: #186603;/* sideBarHeaderBoxColor */
	text-align: left;
	padding: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	background-image: url(/assets/universal_images/headerbg_fade.png);
	background-repeat: repeat-x;
	background-position: left;
}
.tableStyle td table td, .byte-table td table td {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding: 6px;
}
table.tableStyle, table.byte-table {
    border-collapse: collapse;
}
.tableStyle tr td table, .byte-table tr td table {
    width: 100%;
}
.tableStyle th a:link, .tableStyle th a:visited, .byte-table th a:link, .byte-table th a:visited {
	color: #FFFFFF !important;/* sideBarHeaderBoxFontColor */
	text-decoration: underline;
}
.tableStyle th a:active,.tableStyle th a:hover, .byte-table th a:active,.byte-table th a:hover {
	color: #FFFFFF !important;/* sideBarHeaderBoxFontColor */
	text-decoration: none;
}
.tableStyle .rowcolor, .byte-table tr {
	background-color: #EEEEEE;
}
#topBar {
}
#topbarBox {
	height: 175px;
	/* topBarColor - If used */
	/*background-color: #000000;*/
	/*background-image: url(http://www.sleighridestc.com/local/upload//bytpl/header/header_5.jpg);*/
	background-repeat: no-repeat;
	background-position: left top;
}
#topbarBox2 {
	display:none;
}
#topbarNavBox {
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(/assets/universal_images/headerbg_fade.png);
	background-color: #000000; /* topAddyBarBgColor */
	color: #FFFFFF; /* topbarNavText */
}
#topbarNavBox a {
	color: #003C92;
}
#topbarNavBox a:link, #topbarNavBox a:visited {
	text-decoration:none;
}
#topbarNavBox a:hover, #topbarNavBox a:active {
	text-decoration:underline;
}
#topbarNavLeftLinks {
	float: left;
	padding-top: 8px;
}
#topbarNavLeftLinks a {
	padding-right: 5px;
}
#topbarNavRightLinks {
	float: right;
	clear: left;
	margin-top: 8px;
	font-size: 0.95em;
}
#topbarNavWidth {
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 32px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#topbarText {
	padding-top: 45px;
	padding-left: 30px;
}
#topbarText h1 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 2.1em;
	line-height: normal;
	color: #FFFFFF;
}
#topbarText h2 {
	color: #FFFFFF !important;
}

/* Management Menu */
 /*/ To edit the manage menu text colors edit
*  #p7PMnav a {} //font color for menu
*  #p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {} //font hover,ect
*  #p7PMnav .p7PMmark {} // current page marker
/*/

.manageMainMenuBorder {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 1.0em;
     color:#FFFFFF;     padding: 0px;
     border: 1px solid #000000;
}
.manageMainMenu {
     background-color: #EEEEEE;
     color:#FFFFFF;
     padding: 3px;
}
.manageMainMenu a:hover {
     background-color: #FFFFFF;
     color:#FFFFFF;
     letter-spacing: 0.01px;
}
.manageSubMenu {
     background-color: #EEEEEE;
     padding: 3px;
     border-bottom-width: 1px;
     border-bottom-style: solid;
     border-bottom-color: #BBBBBB;
}
.manageBox {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #222222;
	min-width: 700px;
}
.tableRowAttention {
	background-color: #CC3333;
	padding: 5px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.tableRowAttention a:link, .tableRowAttention a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.tableRowAttention a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.tableRowAttention a:active {
	color: #EEEEEE;
	text-decoration: none;
}
.tableRowAttentionBubbles {
	background-color: #FFD4C8;
	padding: 4px 5px 4px 5px;
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.tableRowAttentionCol {
	background-color: #CC3333;
	padding: 5px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #555555;
}
.tableRowAttentionCol a:link, .tableRowAttentionCol a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.tableRowAttentionCol a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.tableRowAttentionCol a:active {
	color: #EEEEEE;
	text-decoration: none;
}
/* Contact Form Styles */
.tableStyle .rowcolor, .byte-table tr {
	background-color: transparent;
}
#cms-formmailer .byte-table {
	border:0px;
}
#cms-formmailer .byte-table td {
	border:0px;
	padding:2px;
}
#cms-formmailer .byte-table th {
	font-size: 12px;
	font-weight: normal;
	color: #143359;
	background-color: transparent;
	text-align: right;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
div #cms-formmailer {
	width: 100%;
	padding-left: 20px;
	padding-right:20px;
}
div #cms-formmailer h1 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

div #cms-formmailer .formmailer-text {
	width: 400px;
	height:25px;
	background-color: #EEEEEE;
	border: none;
}

#formmailer-introtext p {
	width: 100%;
}
.formmailer-textbox {
	width: 400px;
	height: 50px;
	background-color: #EEEEEE; /*E8E5E2*/
	border: none;
}
#cms-formmailer .elements {
	width: 400px;
}

#cms-formmailer .byte-table h3 {
	font-family: Tahoma, Geneva, sans-serif; /* bodyFont */
	font-weight:normal;
	font-size: 1.0em;
}


.byte-table elements, h3  {
	font-family: Tahoma, Geneva, sans-serif; /* bodyFont */
	font-size: 1.0em;
}

.tour-order-button {
	float: right;
}

.numberCircle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #000000;
	background-image: url(/sites/all/mainimages/numberCircle.gif);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: top;
	padding: 3px 0px 0px;
	text-align: center;
	width: 18px;
	font-weight: bold;
}
.cms-img-gal-cell {
	vertical-align: top;
	height: 130px;
}

/* Calendar styles */

.calendar-month {
	color: #FFFFFF; /* sideBarHeaderBoxFontColor */
	background-color: #186603; /* sideBarHeaderBoxColor */
	background-image: url(/assets/templates/005/images/headerbg.png);
	margin-top: 10px;
}
.calendar-next, .calendar-prev  {
	background-color: #eeeeee; /* backGroundColor */
}
.calendar-next a:link, .calendar-prev a:link  {
	color: #186603;
}
.calendar-table th {
	background-color: #eeeeee;
	color: #186603;
	font-weight:300;
}
 /* begin custom.css */ 


/* begin custom css basic 005 */

#topbarBox {
	background-image: url(http://www.sleighridestc.com/local/upload//bytpl/header/header_5.jpg);
}
 /* begin local site custom css files */ 
@charset "UTF-8";
/* CSS Document */

/*Body background template 5 */

#bodyGoodies {
	background-image: url(/custom/images/bkgrnd.jpg);
	background-position: top left;
	background-repeat:repeat-x;
}
.contentPadding {
	padding-top:0px;	
}
#midsitebox {
	background-image: url(/custom/images/bottom.png) !important;
	background-position: bottom left;
	background-repeat:no-repeat;
	
}
#contentBox {
	background-image: url(/custom/images/bttmright.png) !important;
	background-position: bottom right;
	background-repeat:no-repeat;	
}
#contentBoxBttm {
	height: 38px;
	background-image:none;
	background-color:transparent;
}
/* Contact Form Styles */
.tableStyle .rowcolor, .byte-table tr {
	background-color: transparent;
}
#cms-formmailer .byte-table {
	border:0px;
}
#cms-formmailer .byte-table td {
	border:0px;
	padding:2px;
}
#cms-formmailer .byte-table th {
	font-size: 12px;
	font-weight: normal;
	color: #c20606;
	background-color: transparent;
	text-align: right;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
div #cms-formmailer {
	width: 100%;
	padding-left: 20px;
	padding-right:20px;
}
div #cms-formmailer h1 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

div #cms-formmailer .formmailer-text {
	width: 655px;
	height:25px;
	background-color: #EEEEEE;
	border: none;
}

#formmailer-introtext p {
	width: 100%;
}
.formmailer-textbox {
	width: 650px;
	height: 50px;
	background-color: #EEEEEE; /*E8E5E2*/
	border: none;
}
#cms-formmailer .elements {
	width: 655px;
}

#cms-formmailer .byte-table h3 {
	font-weight:normal;
	font-size: 12px;
}
