/* general formatting */
.event_td {
	padding: 5px 2px 5px 3px;
}

.eventdefs_menu {
	font-size: 10px;
	color: #000000;
}

/* text */
.schedule_hd {
	color: #6949A1;
	font-size: 14px;
}
.schedule_sh {
	color: #6949A1;
	font-size: 12px;
}
.schedule_body {
	color: #B9B9B9;
}
.schedule10 {
	color: #B9B9B9;
	font-size: 10px;
}
.event_info {
	font-size: 10px;
	color: #B9B9B9;
}
.event_info_sm {
	font-size: 9px;
	color: #B9B9B9;
}

.yellow_sh {
	color: #6949A1;
	font-size: 12px;
}
.detail_sh {
	color: #6949A1;
	font-size: 11px;
}
.white {
	color: #FFFFFF;
}
/* links */
a.event_info {
	text-decoration: underline;
	font-weight: normal;
	color: #B9B9B9;
}
a.event_info:hover {
	background-color: transparent;
	color: #B9B9B9;
}
a.event_button:hover {
	background-color: transparent;
}
a.detail_sh:hover {
	background-color: transparent;
	color: #6949A1;
	text-decoration: underline;
}
a.tab {
	background-color: #6D43BE ;
	padding: 0px 23px 0px 23px;
	text-decoration: none;
}
a.tab:link, a.tab, a.tab:visited {
	color: #fff;
}
a.tab:hover, a.tab.activeTab {
	background-color: #0088BD;
	color: #fff;
}


.orangebold {
    color: #6D43BE;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.orangeboldtitle {
    color: #6D43BE;
    font-weight: bold;
    text-transform: uppercase;
}
.backto {
	color: #42BBFF;
	font-weight: bold;
	font-size: 10px;
}
/* printable content */
.print_body {
	margin: 10px;
	background-color: #ffffff;
}
.print_header {
	color: #F8981C;
	font-size: 13px;
	font-weight: bold;
}
.print_day_sh {
	color: #000000;
	font-size: 11px;
}
.print_sh_td {
	padding-top: 6px;
	padding-bottom: 6px;
}
.print_border_td {
	padding: 6px 10px 6px 0px;
	border-top: 1px dashed #000000;
}
.print_event_sh {
	font-size: 10px;
	color: #000000;
}
.print_event_info {
	font-size: 9px;
	color: #000000;
}
.print_detail {
	color: #000000;
	font-size: 12px;
}
table.tablesched {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #cccccc;
	border-collapse: separate;
}
table.tablesched td {
	padding: 4px;
}
table.tablesched th {
	color: #fff;
	/*border-left: 1px solid #C1DAD7;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;*/
	background: #6D43BE ;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 1px 6px 1px 12px;
}
table.tablesched th a:link {
	color: #fff;
	text-decoration: none;
}
table.tablesched th a:visited {
	color: #fff;
	text-decoration: none;
}
table.tablesched th a:hover, a:focus {
	color: #fff;
	text-decoration: underline;
}
table.tablesched th a:active {
	color: #fff;
	text-decoration: underline;
}
