/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


.structureHeader {
	text-align: center;
	/*background-image: url("../img/harmcycle-transparent.png");
    background-size: 200px 72px;*/
    background-repeat: no-repeat;
	#background-color: #B3D4FC;
	height:80px;
	width:100%;
}

Div {
	padding: 3px;
}

body {
	font-family: Helvetica;
	background-image: url("../img/bg-cycle2.png");
	background-repeat: repeat;
}

body::after {
}

#headDiv {
	font-family:Helvetica;
	font-size:small;
	text-align:right;
	font-style:oblique;
}

#footDiv {
	font-family:Helvetica;
	font-size:small;
}

#tocDiv {
	width:100px;
	vertical-align:top;
}

#tocCell {
	vertical-align:top;
}

#contentDiv {
	width:100%;
	height:100%;
}

/******************/
/* Custom Tables */
/******************/
.eventtable {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
	
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}.eventtable table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.eventtable tr:last-child td:last-child {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}
.eventtable table tr:first-child td:first-child {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}
.eventtable table tr:first-child td:last-child {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
}.eventtable tr:last-child td:first-child{
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
}.eventtable tr:hover td{
	
}
.eventtable tr:nth-child(odd){ background-color:#ffaaaa; }
.eventtable tr:nth-child(even)    { background-color:#ffffff; }.CSSTableGenerator td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.eventtable tr:last-child td{
	border-width:0px 1px 0px 0px;
}.eventtable tr td:last-child{
	border-width:0px 0px 1px 0px;
}.eventtable tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.eventtable tr:first-child td{
		background:-o-linear-gradient(bottom, #bf0000 5%, #7f0000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bf0000), color-stop(1, #7f0000) );
	background:-moz-linear-gradient( center top, #bf0000 5%, #7f0000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#bf0000", endColorstr="#7f0000");	background: -o-linear-gradient(top,#bf0000,7f0000);

	background-color:#bf0000;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.eventtable tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #bf0000 5%, #7f0000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bf0000), color-stop(1, #7f0000) );
	background:-moz-linear-gradient( center top, #bf0000 5%, #7f0000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#bf0000", endColorstr="#7f0000");	background: -o-linear-gradient(top,#bf0000,7f0000);

	background-color:#bf0000;
}
.eventtable tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.eventtable tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}








.pasteventtable {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
	
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}.pasteventtable table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.pasteventtable tr:last-child td:last-child {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}
.pasteventtable table tr:first-child td:first-child {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}
.pasteventtable table tr:first-child td:last-child {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
}.pasteventtable tr:last-child td:first-child{
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
}.pasteventtable tr:hover td{
	
}
.pasteventtable tr:nth-child(odd){ background-color:#aaaaaa; }
.pasteventtable tr:nth-child(even)    { background-color:#ffffff; }.CSSTableGenerator td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.pasteventtable tr:last-child td{
	border-width:0px 1px 0px 0px;
}.pasteventtable tr td:last-child{
	border-width:0px 0px 1px 0px;
}.pasteventtable tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.pasteventtable tr:first-child td{
		background:-o-linear-gradient(bottom, #bfbfbf 5%, #7f7f7f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bfbfbf), color-stop(1, #7f7f7f) );
	background:-moz-linear-gradient( center top, #bfbfbf 5%, #7f7f7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#bfbfbf", endColorstr="#7f7f7f");	background: -o-linear-gradient(top,#bfbfbf,7f7f7f);

	background-color:#bfbfbf;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.pasteventtable tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #bfbfbf 5%, #7f7f7f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bfbfbf), color-stop(1, #7f7f7f) );
	background:-moz-linear-gradient( center top, #bfbfbf 5%, #7f7f7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#bfbfbf", endColorstr="#7f7f7f");	background: -o-linear-gradient(top,#bfbfbf,7f0000);

	background-color:#bfbfbf;
}
.pasteventtable tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.pasteventtable tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}









.ratetable {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
	
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}.ratetable table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.ratetable tr:last-child td:last-child {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}
.ratetable table tr:first-child td:first-child {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}
.ratetable table tr:first-child td:last-child {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
}.ratetable tr:last-child td:first-child{
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
}.ratetable tr:hover td{
	
}
.ratetable tr:nth-child(odd){ background-color:#ffffaa; }
.ratetable tr:nth-child(odd) td:last-child{ text-align:right; }
.ratetable tr:nth-child(even) td:last-child{ text-align:right; }
.ratetable tr:nth-child(even)    { background-color:#ffffff; }.CSSTableGenerator td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.ratetable tr:last-child td{
	border-width:0px 1px 0px 0px;
}.ratetable tr td:last-child{
	border-width:0px 0px 1px 0px;
}.ratetable tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.ratetable tr:first-child td{
		background:-o-linear-gradient(bottom, #bfbf00 5%, #7f7f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bf0000), color-stop(1, #7f0000) );
	background:-moz-linear-gradient( center top, #bfbf00 5%, #7f7f00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#bfbf00", endColorstr="#7f7f00");	background: -o-linear-gradient(top,#bf0000,7f0000);

	background-color:#bfbf00;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.ratetablegroupheaderrow {
		background:-o-linear-gradient(bottom, #bfbf00 5%, #7f7f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bf0000), color-stop(1, #7f0000) );
	background:-moz-linear-gradient( center top, #bfbf00 5%, #7f7f00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#bfbf00", endColorstr="#7f7f00");	background: -o-linear-gradient(top,#bf0000,7f0000);

	background-color:#bfbf00;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.ratetable tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #bfbf00 5%, #7f7f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bf0000), color-stop(1, #7f0000) );
	background:-moz-linear-gradient( center top, #bfbf00 5%, #7f7f00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#bfbf00", endColorstr="#7f7f00");	background: -o-linear-gradient(top,#bf0000,7f0000);

	background-color:#bfbf00;
}
.ratetable tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.ratetable tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}


.infoheadertable {
	'border: 1px solid #bf0000;
}
.infoheadercell {
	display: inline-block;
	
}

.headlinediv {
	font-family:Garamond;
	font-size:large;
	text-align:center;
	font-style:oblique;
}

.goingtext {
	font-family:Garamond;
	font-size:small;
	text-align:center;
	font-style:oblique;
	background:#88FF88;
	vertical-align:middle;
}


.checkspan {
	font-family:Georgia;
	font-size:small;
	text-align:center;
	font-style:oblique;
	font-weight:bold;
	color:#003300;
	'background:#88FF88;
	vertical-align:middle;
}

.newsdatespan {
	font-family:Georgia;
	font-size:smaller;
	text-align:center;
	font-style:oblique;
	'font-weight:bold;
	color:#000000;
	'background:#88FF88;
	vertical-align:middle;
}
