BODY {
	font-family : helvetica,arial;
	background-color : Black;
}
P  {
	font-size : small;
	font-family : helvetica,arial;
	color: #0063F7;
}

H1  {
	font-size : x-large;
	font-family : helvetica,arial;
	font-weight : bold;
	color: #0063F7;
}

H2  {
	font-size : large;
	font-family : helvetica,arial;
	font-weight : bold;
	color: #0063F7;
}

H3  {
	font-size : medium;
	font-family : helvetica,arial;
	font-weight : bold;
    color: #0063F7;
}

H4  {
	font-size : small;
	font-family : helvetica,arial;
	font-weight : bold;
    color: #0063F7;
}

A  {
	font-family : helvetica,arial;
    color: #0063F7;
}

A:Visited  {}

A:Active  {
	color : #0063F7;
}

A:Hover  {
	color : Red;
}

TR  {
	vertical-align : top;
}

TH  {
	font-size : small;
	font-family : helvetica,arial;
	font-weight : bold;
   background-color : black;
   color : #0063F7;
}

TD  {
	font-family : helvetica,arial;
	font-size : small;
	font-weight : normal;
    color: #0063F7;
}

LI  {
	font-size : small;
	font-family : helvetica,arial;
    color: #0063F7;
}

DT  {
	font-family : helvetica,arial;
	font-size : small;
	font-weight : bold;
    color: #0063F7;
}

DD  {
	font-size : small;
	font-family : helvetica,arial;
    color: #0063F7;
}

.WBText {
    color: White;
	background-color: black;
}

.Reverse  {
	font-size : small;
	font-family : helvetica,arial;
	font-weight : bold;
	color : White;
	background-color : Gray;
}

.Small  {
	font-size : x-small;
	font-family : helvetica,arial;
    color: #0063F7;
}

.Small_inline {
	font-size : x-small;
	font-family : helvetica,arial;
    color: #0063F7;
	display: inline;	
}

.Big {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	font-size : 108%;
    color: #0063F7;
}

.Bigger {
	 font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	 font-size : 135%; 
    color: #0063F7;
}
.Required  {
	font-family : helvetica,arial;
	color : red;
}
.Required2  {
	font-size : x-small;
	font-family : helvetica,arial;
	color : Red;
}
.dateTableCell
{
	background-color: #eeeeee;
	color: #000000;
	font-family : helvetica,arial;
	font-size : small;
	font-weight : normal;	
}
.trow
{
	background-color: #666666;
}
.tdata1
{
	background-color: #444444;
}
.tdata2
{
	background-color: #222222;
}

.Gig
{
	background-color: black;
	color: Red;
	text-decoration : underline;
	font-weight : bold;
}

.Rehearsal
{
	background-color: black;
	color: Green;
	text-decoration : underline;
	font-weight : bold;
}

.TimeOff
{
	background-color: #000000;
	color: LightBlue;
	text-decoration : none;
	font-size : x-small;
}

.ActiveCalDays {
	background-color: black;
	color: White;
	font-weight : bold;
}
.InActiveCalDays {
	background-color: black;
	color: Gray;
	font-weight : bold;
}

.ActiveMenuItemSelected {
	color: black;
	background-color : #0063F7;
}

.InActiveMenuItemSelected {
	color: #A3A3A3;
	background-color : #0063F7;
}
.ActiveMenuItem {
	color: #0063F7;
	background-color : Black;
}

.InActiveMenuItem {
	color : #6A6A6A;
	background-color : Black;
}
.redStrong {
	color: red;
	font-weight: bold;
	font : italic;
}
