
 /* 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: 10px 10px 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: #009127; /* linkColor */
	text-decoration: underline;
}
a:hover, a:active {
	color: #000000; /* 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: Arial, Helvetica, sans-serif; /* headingFont */
}
.lrgHdr, h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;/* pageHeaderColor */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	/* 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.3em;
	font-weight: bold;
	color: #009127;/* subHeadColor */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.smHdr, h3, h4, h5 {
	color: #009127;/* subHead2Color */
}
.smHdr, h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h4 {
	font-size: 1.1em;
	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: Arial, Helvetica, sans-serif;/* bodyFont */
	font-size: 13px;/* bodyFontSize */
	color: #333333; /* bodyFontColor */
	margin: 0px;
}
#bodyGoodies {
	background-color: #d6d6d6; /* backGroundColor */
	background-repeat: repeat-x;
	background-position: center top;
}
#addressBox {
	float: right;
	color: #FFF;
	margin-top: 20px;
	margin-right: 50px;
}
#addressBoxSidebar {
	display:none
}
#bodyArea {
	width: 972px;
	margin-right: auto;
	margin-left: auto;
	/* background-image: url(http://www.tcbikefest.org/local/upload//bytpl/header/tcbf-topbar-1.jpg); */
	background-repeat: no-repeat;
	background-position: left top;	
}
#bodyBg {
}
.buttons, .buttonsSm, .formbutton, .action, .byte-pageactions a, #byte_breadcrumb {
	background-color: #009127;/* buttonColor */
	border: 1px solid #009127; /* buttonColor */
}
.buttons, .action {
	background-image: url(/assets/universal_images/buttonbg_gloss.png);
	background-repeat: repeat-x;
	background-position: center top;
	display: inline-block;
	margin: 4px;
	padding: 5px 9px;
	float: right;
	font-weight: bold;
	font-size: 1.1em;
}
.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: #000000 !important;/* linkColor2 */
	text-decoration: none;
}
.buttonsSm {
	background-image: url(/assets/universal_images/buttonbg_gloss.png);
	background-repeat: repeat-x;
	background-position: center top;
	display: inline-block;
	margin: 2px;
	padding: 3px 10px;
	float: right;
	font-weight: bold;
	font-size: 0.95emx;
}
.buttonsSm a:link, .buttonsSm a:visited, .action {
	color: #ffffff !important; /* buttonFontColor */
	text-decoration: none;
}
.buttonsSm a:active, .buttonsSm a:hover, .formbutton:hover, .action:hover {
	color: #000000 !important;/* linkColor2 */
	text-decoration: none;
}
.color1 {
	color: #009127;/* linkColor */
}
.color2 {
	color: #000000;/* linkColor2 */
}
.color3 {
	color: #FFF;
}
#contentArea {
	font-size: 1em;
	min-height: 420px;
	width: 505px;
	float: left;
}
#contentAreaManage {
    font-size: 1em;
}
#contentAreaMedium {
	width: 720px;
	float: left;
	font-size: 1em;
	min-height: 420px;
}
#contentAreaWide {
	width: 950px;
	font-size: 1em;
	min-height: 420px;
}
#contentBox {
	/*background-image: url(/mainimages_003/contentBgTop.png);*/
	background-repeat: no-repeat;
	background-position: left top;
	width: 972px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	color: #000;
	background-color: #FFF;
}
#contentBoxBg {
	background-image: url(/assets/templates/003/images/contentBg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height:100%;
}
#contentBoxBttm {
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 8px;
}
.contentPadding {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	/*margin-top: 20px;*/
	margin-bottom: 0px;
	/*border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #d6d6d6;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #d6d6d6;*/
}
#copyright {
	font-size: 0.95em;
}
.errors {
	font-size: 1.05em;
	color: #BB0000;
}
#footerBox {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	color: #ffffff;
	font-size: .90em;
}
#footerBox a {
	color: #009127; /* 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: none;
	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: 10px;
	margin-left: 30px;
	clear: right;
	font-size: 2.45em;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
}
#logoBoxSidebar {
	display:none
}
#logoBoxSidebar2 {
	display:none;
}
#navBar {
}
#navbarBox {
	padding-left: 15px;
}
.photoLeft {
	padding-right: 20px;
	padding-bottom: 10px;
	float: left;
}
.photoRight {
	padding-bottom: 10px;
	padding-left: 20px;
	float: right;
}
#sidebarBox1 {
	float: left;
	clear: left;
	width: 200px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-right: 15px;
	background-color: #ffffff;/* leftBgColor */
	/* leftBgColor - If active */
	/*background-color: #EEEEEE;*/
}
#sidebarBox1 ul, #sidebarBox1 ol {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
#sidebarBox1 li {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
#sidebarBox2 {
	float: right;
	clear: left;
	width: 205px;
	margin-right: 15px;
	margin-top: 20px;
	margin-bottom: 10px;
	height: 100%;
	background-color: #e8e8e8;/* rightBgColor */
	/* rightBgColor - If active */
	/*background-color: #EEEEEE;*/
}
#sidebarBox2 ul, #sidebarBox2 ol {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
#sidebarBox2 li {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
#sidebarBoxNav {
	display:none;
}
.sidebarContent1 {
	padding: 10px 5px 5px;
	color: #000000; /* leftFontColor */
	font-size: 1.0em;
	margin-bottom: 10px;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #d6d6d6;
}
.sidebarContent1 h2 {
	font-size: 1.2em;
	color: #009127; /* leftHdrColor */
}
.sidebarContent2 {
	padding: 10px 5px 5px;
	color: #000000;/* rightFontColor */
	font-size: 0.95em;padding-right: 10px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #d6d6d6;
}
.sidebarContent2 h2 {
	font-size: 1.2em;
	color: #009127; /* rightHdrColor */
}
.sideheader {
	color: #ffffff;/* sideBarHeaderBoxFontColor */
	/* sideBarHeaderBoxColor - If active*/
	background-color: #009127;/* sideBarHeaderBoxColor */
	font-size: 1.3em;
	font-weight: bold;
	background-image: url(/assets/universal_images/headerbg_fade.png);
	padding: 5px;
	background-repeat: repeat-x;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff; /* sideBarHeaderUnderlineColor */
}
.tableBorderCart {
	font-size: 1.0em;
	padding: 5px;
}
.tableBorder, .packageTableBorder {
	font-size: .85em;
	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: #009127;/* sideBarHeaderBoxColor */
}
.tableFooter2 {
	padding: 3px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #009127;/* sideBarHeaderBoxColor */
	background-color: #EEEEEE;
}
.tableHeader, .packagetableHeader {
	background-color: #009127;/* 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: center;
}
.tableHeaderCol {
	background-color: #009127;/* 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: center;
}
.tableHeaderCol a,.tableHeader a {
	color: #ffffff !important;/* sideBarHeaderBoxFontColor */
}
.tableHeader2 {
	background-color: #e8e8e8; /* rightBgColor */
	padding: 5px;
	font-size: 1.0em;
	font-weight: bold;
	color: #009127; /* rightHdrColor */
}
.tableHeader2Col {
	background-color: #e8e8e8; /* rightBgColor */
	padding: 5px;
	font-size: 1.0em;
	font-weight: bold;
	color: #009127; /* 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: #009127; /* subHeadColor */
	text-decoration:none
}
.tableHeader3Col {
	padding: 5px;
	font-size: 1.0em;
	font-weight: bold;
	color: #009127; /* subHeadColor */
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #888888;
	background-color: #CCCCCC;
}
.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 #999999;
	border-left: 1px solid #999999;
	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: #999999;
	border-bottom-color: #999999;
}
.tableStyle th, .byte-table th {
	font-size: 1.05em;
	font-weight: bold;
	color: #ffffff; /* sideBarHeaderBoxFontColor */
	background-color: #009127; /* sideBarHeaderBoxColor */
	text-align: left;
	padding: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	background-image: url(/assets/universal_images/headerbg_fade.png);
	background-repeat: repeat-x;
}
.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: #EEE;
}
#topBar {
}
#topbarBox {
	height: 145px;
}
#topbarBox2 {
	display:none;
}
#topbarNavBox {
	/*background-image: url(/assets/universal_images/headerbg_fade.png);
	background-repeat: repeat-x;
	background-position: left top;*/
	background-color: #000000;
	color: #FFFFFF;
}
#topbarNavBox a {
	color: #0E7697;/* linkColor */
}
#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 {
	float: left;
	padding-top: 30px;
	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;
	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 */

div #cms-formmailer {
	width: 100%;
	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: 340px;
}

.byte-table elements, h3  {
	font-family: Arial, Helvetica, 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;
}

 /* begin custom.css */ 


/* begin custom css events 003 */

#bodyArea {
	background-image: url(http://www.tcbikefest.org/local/upload//bytpl/header/tcbf-topbar-1.jpg);
}
 /* begin local site custom css files */ 
@charset "UTF-8";
/* CSS Document */

/*Body background template 5 */

.contact a:link, .contact a:visited {
	text-decoration:none;
}





@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 581px) {
	

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
	

}


@media only screen and (min-width: 0px) and (max-width: 580px) {


}


@media only screen and (min-width: 581px) and (max-width: 769px) {

}
