
/**************************************
 **************************************
 * Styles for the live calendar pages.
 **************************************
 **************************************
 */

/* sub title bar for calendar */
.liveHeadingBackground
{
	background-color: #cccccc;
}
.liveHeadingText	
{
	font-family: Verdana, Arial;
	font-size: 10px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}

/* subheading bg for days on monthly & days on weekly */
.liveHeadingBg2
{
background-color : #666666;
}
/* text for days on weekly view */
.liveHeadingText2
{
font-family : Verdana, Arial;
font-size : 10px;
color : white;
font-weight : bold;
}
/* text for days on monthly view */
.liveHeadingTextDetail2
{
font-family : Verdana, Arial;
font-size : 10px;
color : white;
}
/* Calendar navigation bar */
.liveNavBg
{
background-color : #999999;
}
/* style used for text dividers */
.liveNavText
{
font-family : Verdana, Arial;
font-size : 10px;
color : black;
}
/* style on links for other views */
.liveNavLink
{
font-family : Verdana, Arial;
font-size : 10px;
color : black;
font-weight : bold;
text-decoration : none;
}

.liveNavLinkWhite
{
font-family : Verdana, Arial;
font-size : 10px;
color : white;
font-weight : bold;
text-decoration : none;
}
/* style on non-links for selected view */
.liveNavLinkDim
{
font-family : Verdana, Arial;
font-size : 10px;
color : #666666;
}
/* next & previous links */
.liveNavLink2
{
font-family : Verdana, Arial;
font-size : 10px;
color : black;
text-decoration : none;
}
/* divider color between table headers & table row in daily & weekly view */
.liveActionableBg
{
	background-color : #cc0000;
}

/* two alternating colors for stripes on daily & weekly view */
.liveStripeBg
{
	background-color : #ffffff;
}
.liveStripeBg2
{
	background-color : #f0f0f0;
}

/* text for program entries */
.liveStripeText
{
font-family : Verdana, Arial;
font-size : 9.5px;
color : black;
text-decoration : none;
}
/* lines between weeks on monthly... deprecate this */
.liveMonthlyDivider
{
	background-color : #666666;
}
/* ticks between day names on monthly... deprecate this */
.liveMonthlyDivider2
{
	background-color : #cccccc;
}
/* background for days in this month */
.liveMonthlyDayBg
{
	background-color : #white;
}
/* background for days not in this month */
.liveMonthlyDayBgDim
{
	background-color : #e1e1e1;
}
/* background for selected day of month */
.liveMonthlyDayBgSelected
{
	background-color : #eeeeff;
}
/* number in each cell */
.liveMonthlyDayOrdinal
{
font-family : Verdana, Arial;
font-size : 11px;
color : black;
font-weight : bold;
}
/* a selected number in a cell */
.liveMonthlyDayOrdinalSelected
{
font-family : Verdana, Arial;
font-size : 11px;
color : black;
font-weight : bold;
}
/* time in each cell */
.liveMonthlyDayLink
{
font-family : Verdana, Arial;
font-size : 9px;
color : #666666;
font-weight : bold;
text-decoration : none;
}
/* link for program if concluded */
.liveMonthlyDayLinkConcluded
{
font-family : Verdana, Arial;
font-size : 9px;
color : red;
text-decoration : none;
}
/* link for program if in progress */
.liveMonthlyDayLinkInProgress
{
font-family : Verdana, Arial;
font-size : 9px;
color : green;
text-decoration : none;
}
/* link for program if not yet started */
.liveMonthlyDayLinkNotYetStarted
{
font-family : Verdana, Arial;
font-size : 9px;
color : #000066;
text-decoration : none;
}
/* only used for "more..." link */
.liveMonthlyDayLink3
{
font-family : Verdana, Arial;
font-size : 9px;
color : #999999;
text-decoration : none;
}
