/* calendar */
table.calendar {
    border-left: 1px solid #999;
    height: 80%;
}

tr.calendar-row {
    min-height: 80px;
}

td.calendar-day {
    min-height: 80px;
    font-size: 100%;
    position: relative;
}
* html div.calendar-day {
    height: 80px;
}

td.calendar-day:hover {
    background: #eceff5;
}

td.calendar-day-np {
    background: #eee;
    min-height: 80px;
}
* html div.calendar-day-np {
    height: 80px;
}

td.calendar-day-head {
    font-size: 100%;
    color: #3451A7;
    background: #fff;
    font-weight: bold;
    text-align: center;
    width: 120px;
    padding: 5px;
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    height: 40px;
}

div.day-number {
    background: #999;
    padding: 5px;
    color: #fff;
    font-weight: bold;
    float: right;
    margin: -5px -5px 0 0;
    width: 20px;
    text-align: center;
}

/* shared */
td.calendar-day, td.calendar-day-np {
    width: 120px;
    padding: 5px;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
}

div.day-number {
    font-size: 150%;
    background: #999;
    position: absolute;
    z-index: 2;
    top: 4px;
    padding: 2px;
    color: #fff;
    font-weight: bold;
    width: 20px;
    text-align: center;
}

td.calendar-day, td.calendar-day-np {
    width: 120px;
    padding: 5px 25px 5px 5px;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
}

.calendar-day-container {
    min-height: 80px;
    height: 100%;
    width: 100%;
    position: relative;
}

.calendar-day-container p {
    margin: 10px 0 3px 0;
    padding: 0 2px;
    font-size: 175%;
}

.calendar-day-container p + p {
    margin: 3px 0 3px 0;
    padding: 2px;
}

.calendar-month-head {
    font-size: 150%;
}

.calendar-month-head h2 {
	margin-bottom: 0;
}

.calendar_month_title {
	margin-left: 3em;
}

div.today {
    background-color: #ff0000;
    color: #FFFF00;
    font-weight: bolder;
}

.left {
    float: left;
}

.right {
    float: right;
}

a.control:link, a.control:hover, a.control:active, a.control:visited {
    color: #3451A7;
    line-height: 40px;
}

.event_bar td a:link,
.event_bar td a:visited,
.event_bar td a:hover,
.event_bar td a:active {
    font-size: 16px;
	text-align: center;
}
.calendar-day-content {
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
}

.bike, p.bike, a.bike:link, a.bike:hover, a.bike:visited, a.bike:active, .bike a, .bike a:hover, .bike a:visited, .bike a:link, .bike a:active {
    color: #ff0000;
    background-color: #ffff00;
    font-size: 11px;
	text-decoration: none;
}

.run, p.run, a.run:link, a.run:visited, a.run:hover, a.run:active, .run a, .run a:link, .run a:hover, .run a:visited, .run a:active {
    color: #2f4f4f;
    background-color: #adff2f;
    font-size: 11px;
	text-decoration: none;
}

.swim, p.swim, a.swim:link, a.swim:visited, a.swim:hover, a.swim:active, .swim a, .swim a:link, .swim a:hover, .swim a:visited, .swim a:active {
    color: #0000ff;
    background-color: #00ffff;
    font-size: 11px;
	text-decoration: none;
}

.triathlon, p.triathlon, a.triathlon:link, a.triathlon:hover, a.triathlon:visited, a.triathlon:active, .triathlon a, .triathlon a:link, .triathlon a:hover, .triathlon a:visited, .triathlon a:active {
    color: #ffff00;
    background-color: #ff0000;
    font-size: 11px;
	text-decoration: none;
}

.adventure, p.adventure, a.adventure:link, a.adventure:hover, a.adventure:visited, a.adventure:active, .adventure a, .adventure a:link, .adventure a:hover, .adventure a:visited, .adventure a:active {
    color: #ffff00;
    background-color: #b8860b;
    font-size: 11px;
	text-decoration: none;
}

.trail, p.trail, a.trail:link, a.trail:active, a.trail:hover, a.trail:visited, .trail a, .trail a:link, .trail a:hover, .trail a:visited, .trail a:active {
    color: #ffff00;
    background-color: #00008b;
    font-size: 11px;
	text-decoration: none;
}

.social, p.social, a.social:link, a.social:active, a.social:hover, a.social:visited, .social a, .social a:link, .social a:hover, .social a:visited, .social a:active {
    color: #8b0000;
    background-color: #ffc0cb;
    font-size: 11px;
	text-decoration: none;
}

a.bike:hover, a.run:hover, a.swim:hover, a.triathlon:hover, a.trail:hover, a.adventure:hover, a.social:hover, .bike a:hover, .run a:hover, .swim a:hover, .triathlon a:hover, .trail a:hover, .adventure a:hover, .social a:hover {
    text-decoration: underline;
    font-size: 11px;
}

.footer {
    text-align: center;
}

.center, .center td {
    text-align: center;
}

.event_cntr {
    width: 400px;
    margin: 0 auto;
    font-size: 100%;
}

.event_cntr ul {
    list-style: none;
    padding-left: 2em;
}

body {
	background: #3451A8 url("/assets/imgs/TSC_BG.gif") repeat;
}

td.on {
    background-image: url(/assets/imgs/buttonOver.gif);
    color: #FFFFFF;
}

td.off {
    background-image: url(/assets/imgs/button.gif);
    color: #CC0000;
}

a.nav2:link,
a.nav2:visited,
a.nav2:hover,
a.nav2:active {
    color: #FF0000;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    font-family: arial, verdana, Helvetica, sans-serif;
    line-height: 19px;
}

a.nav3:link,
a.nav3:visited,
a.nav3:hover,
a.nav3:active {
    color: #0000FF;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    font-family: arial, verdana, Helvetica, sans-serif;
    line-height: 19px;
}

a.nav3:hover {
	color: #99FF00;
}

.box_Dash {
    border: 1px;
    border-color: #00FF00;
    background-color: #FFFFFF;
    border-style: dashed;
}

.white22b {
    COLOR: #FFFFFF;
    FONT-SIZE: 20px;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
    font-family: Verdana, Helvetica, sans-serif;
    text-align: center;
}

.pic1 {
    BORDER-COLOR: #7CFC00;
    border-style: solid;
    border-width: 1px;
    margin-top: 10px;
}

td.blue13b {
    COLOR: #0000FF;
    FONT-SIZE: 13px;
    FONT-WEIGHT: Bold;
    TEXT-DECORATION: none;
    FONT-FAMILY: Arial;
    LINE-HEIGHT: 15px;
}

a.aEvent:link,
a.aEvent:visited,
a.aEvent:hover,
a.aEvent:active {
    color: #0000FF;
    FONT-SIZE: 13px;
    FONT-WEIGHT: BOLD;
    TEXT-DECORATION: underline;
    font-family: arial, verdana, Helvetica, sans-serif;
    line-height: normal;
}

a.aEvent:visited {
    color: #0000FF;
}

a.aEvent:hover {
    color: #00FF00;
	background-color: #000000;
}

.pic2 {
    BORDER-COLOR: #0000FF;
    border-style: solid;
    border-width: 1px;
    margin: 2px;
}

.blue {
    COLOR: #0000FF;
    FONT-SIZE: 13px;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    LINE-HEIGHT: normal;
}

.green {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    line-height: normal;
    font-weight: bold;
    text-transform: none;
    color: #00FF00;
    text-decoration: none;
}

/* Forms */

fieldset.checkboxes {
	width: 400px;
}

.form {
	width: 39.5em;
	padding-top: 2em;
}

.form p+p {
	text-indent: 0;
}

.form input[type="text"],
.form input[type="password"],
.form input.text,
.form input.title,
.form textarea,
.form select {
	width: 25em;
}

.form p.date select {
	width: 3em;
}

.form p.month select {
	width: 6em;
}

.form p.year select {
	width: 4em;
}

.form button {
	float: right;
}

.form legend {
margin-left: 1em;
color: #000000;
font-weight: bold;
}

.form fieldset {
float: left;
clear: left;
width: 100%;
margin: 0 0 1.5em 0;
padding: 0;
}

.form label {
float: left;
width: 9em;
margin: 0.5em 0;
text-align: right;
padding-right: 1em;
}

.form p.date {
	margin-left: .5em;
	margin-bottom: .5em;
}

.form .inline {
	display: inline;
}

.form th {
	padding: 1.5px;
}

.form td {
	text-align: center;
}

.form input[type="checkbox"] {
	margin-top: .55em;
}
/*
body {
    font-family: arial, verdana, Helvetica, sans-serif;
    color: black;
    font-size: 8px;
    scrollbar-3d-light-color: #FFFFFF;
    scrollbar-arrow-color: #0033FF;
    scrollbar-base-color: #00FF00;
    scrollbar-dark-shadow-color: #FFFFFF;
    scrollbar-face-color: #00FF00;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #0066FF;
    background: #3451A8 url("/assets/imgs/TSC_BG.gif") repeat;
}

a:link {
    color: #0000FF;
    background-color: none;
    FONT-SIZE: 15px;
    FONT-WEIGHT: BOLD;
    TEXT-DECORATION: none;
    font-family: arial, verdana, Helvetica, sans-serif;
    line-height: 19px;
}

a:visited {
    color: #0000FF;
    background-color: none;
    FONT-SIZE: 15px;
    FONT-WEIGHT: BOLD;
    TEXT-DECORATION: none;
    font-family: arial, verdana, Helvetica, sans-serif;
    line-height: 19px;
}

a:hover {
    color: #99FF00;
    background-color: none;
    FONT-SIZE: 15px;
    FONT-WEIGHT: BOLD;
    TEXT-DECORATION: none;
    font-family: arial, verdana, Helvetica, sans-serif;
    line-height: 19px;
}



a.aEvent:link {
    color: #0000FF;
    background-color: none;
    FONT-SIZE: 13px;
    FONT-WEIGHT: BOLD;
    TEXT-DECORATION: underline;
    font-family: arial, verdana, Helvetica, sans-serif;
    line-height: normal;
}

a.aEvent:visited {
    color: #0000FF;
    background-color: none;
    FONT-SIZE: 13px;
    FONT-WEIGHT: BOLD;
    TEXT-DECORATION: underline;
    font-family: arial, verdana, Helvetica, sans-serif;
    line-height: normal;
}

a.aEvent:hover {
    color: #00FF00;
    background-color: #000000;
    FONT-SIZE: 13px;
    FONT-WEIGHT: BOLD;
    TEXT-DECORATION: underline;
    font-family: arial, verdana, Helvetica, sans-serif;
    line-height: normal;
}

a.a10:link {
    color: #0000FF;
    background-color: none;
    FONT-SIZE: 10px;
    FONT-WEIGHT: NORMAL;
    TEXT-DECORATION: underline;
    font-family: verdana, Helvetica, sans-serif, arial;
    line-height: normal;
}

a.a10:visited {
    color: #0000FF;
    background-color: none;
    FONT-SIZE: 10px;
    FONT-WEIGHT: NORMAL;
    TEXT-DECORATION: underline;
    font-family: verdana, Helvetica, sans-serif, arial;
    line-height: normal;
}

a.a10:hover {
    color: #00FF00;
    background-color: #000000;
    FONT-SIZE: 10px;
    FONT-WEIGHT: NORMAL;
    TEXT-DECORATION: underline;
    font-family: verdana, Helvetica, sans-serif, arial;
    line-height: normal;
}

a.aE:link {
    FONT-SIZE: 10px;
    FONT-WEIGHT: NORMAL;
    TEXT-DECORATION: none;
    font-family: arial, verdana, Helvetica, sans-serif;
    line-height: 12px;
}

a.aE:visited {
    FONT-SIZE: 10px;
    FONT-WEIGHT: NORMAL;
    TEXT-DECORATION: none;
    font-family: arial, verdana, Helvetica, sans-serif;
    line-height: 12px;
}

a.aE:hover {
    FONT-SIZE: 10px;
    FONT-WEIGHT: NORMAL;
    TEXT-DECORATION: underline;
    font-family: arial, verdana, Helvetica, sans-serif;
    line-height: 12px;
}



td.offf {
    background-image: url(/assets/imgs/buttonNEW.gif);
    color: #CC0000;
}

tr.on {
    background-color: #FFFF00;
}

tr.off {
    background-color: #FFFFFF;
}

.box_Dash {
    border: 1px;
    border-color: #00FF00;
    background-color: #FFFFFF;
    border-style: dashed;
}

#sponsor_page_div IMG {
    margin-bottom: 8px;
    border: 0
}

.tiny {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 5px;
    line-height: normal;
    text-decoration: none;
}

.big {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 15px;
    line-height: normal;
    font-weight: bold;
    text-transform: none;
    color: #888888;
    text-decoration: none;
}

.green {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    line-height: normal;
    font-weight: bold;
    text-transform: none;
    color: #00FF00;
    text-decoration: none;
}

.green1 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 18px;
    line-height: normal;
    font-weight: bold;
    text-transform: none;
    color: #00FF00;
    text-decoration: none;
}

.blue12 {
    COLOR: #0000FF;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    LINE-HEIGHT: normal;
}

.blue {
    COLOR: #0000FF;
    FONT-SIZE: 13px;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    LINE-HEIGHT: normal;
}

td.blue13b {
    COLOR: #0000FF;
    FONT-SIZE: 13px;
    FONT-WEIGHT: Bold;
    TEXT-DECORATION: none;
    FONT-FAMILY: Arial;
    LINE-HEIGHT: 15px;
}

.blue18 {
    COLOR: #0000FF;
    FONT-SIZE: 18px;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
    FONT-FAMILY: Verdana, Arial;
    LINE-HEIGHT: 23px;
}

.blue20 {
    COLOR: #0000FF;
    FONT-SIZE: 20px;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
}

.black10 {
    COLOR: #000000;
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
    font-family: Verdana, Helvetica, sans-serif;
}

.black11 {
    COLOR: #000000;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
    font-family: Verdana, Helvetica, sans-serif;
}

.black14 {
    COLOR: #000000;
    FONT-SIZE: 14px;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
    font-family: Arial;
}

.black {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 15px;
    line-height: normal;
    font-weight: bold;
    text-transform: none;
    color: #888888;
    text-decoration: none;
}

.white15b {
    COLOR: #FFFFFF;
    FONT-SIZE: 15px;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
    font-family: Verdana, Helvetica, sans-serif;
    text-align: center;
}

.white18b {
    COLOR: #FFFFFF;
    FONT-SIZE: 18px;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
    font-family: Verdana, Helvetica, sans-serif;
}

.white22b {
    COLOR: #FFFFFF;
    FONT-SIZE: 20px;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
    font-family: Verdana, Helvetica, sans-serif;
    text-align: center;
}

.error1 {
    COLOR: #FF0000;
    FONT-SIZE: 14px;
    FONT-WEIGHT: Normal;
    TEXT-DECORATION: none;
    font-family: Verdana, Helvetica, sans-serif;
}

.reqN {
    COLOR: #0000FF;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
    font-family: verdana, Helvetica, sans-serif;
}

.reqY {
    COLOR: #0000FF;
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
    font-family: verdana, Helvetica, sans-serif;
}

.reqE {
    COLOR: #FF0000;
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
    font-family: verdana, Helvetica, sans-serif;
}

.pic1 {
    BORDER-COLOR: #7CFC00;
    border-style: solid;
    border-width: 1px;
    margin-top: 10px;
}

.pic2 {
    BORDER-COLOR: #0000FF;
    border-style: solid;
    border-width: 1px;
    margin: 2px;
}

.normal {
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica;
    FONT-SIZE: 15px
}

.heading2 {
    COLOR: #000099;
    FONT-FAMILY: Tahoma, Arial, Helvetica;
    FONT-SIZE: 13pt;
    FONT-WEIGHT: bold
}

.heading3 {
    COLOR: #000099;
    FONT-FAMILY: Tahoma, Arial, Helvetica;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold
}

.heading4 {
    COLOR: #000099;
    FONT-FAMILY: Tahoma, Arial, Helvetica;
    FONT-SIZE: 15pt;
    FONT-WEIGHT: bold
}

.titlebar {
    color: #ffffff;
    background-color: #3451A8;
    text-align: center;
    font-family: Arial, helvetica;
    font-size: 10pt;
    font-weight: bold
}

.maintble {
    background-color: #FFFFFF;
    FONT-SIZE: 10px;
    line-height: 14px;
}

.cell {
    background-color: #FFFFFF;
    color: #000000;
    FONT-FAMILY: verdana;
}

.cellToday {
    background-color: #EEEEEE;
    color: #000000;
    FONT-FAMILY: verdana;
}

a.ssmItems:link {
    color: #3451A8;
    text-decoration: none;
}

a.ssmItems:hover {
    color: #3451A8;
    text-decoration: none;
}

a.ssmItems:active {
    color: #3451A8;
    text-decoration: none;
}

a.ssmItems:visited {
    color: #3451A8;
    text-decoration: none;
}

a.ssmItems:visited {
    color: #3451A8;
    text-decoration: none;
}

a.ssmItems:visited {
    color: #3451A8;
    text-decoration: none;
}

a.ssmItems:visited {
    color: #3451A8;
    text-decoration: none;
}
