BODY {
	font-family : helvetica,arial;
	background-color : White;
}
P  {
	font-size : small;
	font-family : helvetica,arial;
	color: #166616;
}

.small {
	font-family: helvetica,arial,sans-serif;
	font-size: xx-small;
	color: #166616;
}

H1  {
	font-size : x-large;
	font-family : helvetica,arial;
	font-weight : bold;
	color: #166616;
}

H2  {
	font-size : large;
	font-family : helvetica,arial;
	font-weight : bold;
	color: #166616;
}

H3  {
	font-size : medium;
	font-family : helvetica,arial;
	font-weight : bold;
    color: #166616;
}

H4  {
	font-size : small;
	font-family : helvetica,arial;
	font-weight : bold;
    color: #166616;
}

A  {
	font-family : helvetica,arial;
    color: #166616;
	text-decoration: none;
}

A:Visited  {}

A:Active  {
	color : #166616;
}

A:Hover  {
	color : Red;
}

TR  {
	valign : top;
}

TH  {
	font-size : small;
	font-family : helvetica,arial;
	font-weight : bold;
   background-color : white;
   color : #166616;
}

TD  {
	font-family : helvetica,arial;
	font-size : small;
	font-weight : normal;
    color: #166616;
}

LI  {
	font-size : small;
	font-family : helvetica,arial;
    color: #166616;
}

DT  {
	font-family : helvetica,arial;
	font-size : small;
	font-weight : bold;
    color: #166616;
}

DD  {
	font-size : small;
	font-family : helvetica,arial;
    color: #166616;
}

.WBText {
    color: DarkBlue;
	background-color: white;
}

.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: #166616;
}

.Big {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	font-size : 108%;
    color: #166616;
}

.Bigger {
	 font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	 font-size : 135%; 
    color: #166616;
}
.Required  {
	font-family : helvetica,arial;
	color : red;
}
.Required2  {
	font-size : x-small;
	font-family : helvetica,arial;
	color : Red;
}
.dateTableCell
{
	background-color: #eeeeee;
	color: white;
	font-family : helvetica,arial;
	font-size : small;
	font-weight : normal;	
}
.trow
{
	background-color: white;
}
.tdata1
{
	background-color: #444444;
}
.tdata2
{
	background-color: #222222;
}

.Gig
{
	background-color: white;
	color: Red;
	text-decoration : underline;
	font-weight : bold;
}

.Rehearsal
{
	background-color: white;
	color: Green;
	text-decoration : underline;
	font-weight : bold;
}

.TimeOff
{
	background-color: white;
	color: Purple;
	text-decoration : none;
	font-size : x-small;
}

.ActiveCalDays {
	background: white;
	background-color: white;
	color: DarkBlue;
	font-weight : bold;
}
.InActiveCalDays {
	background: white;
	background-color: white;
	color: Gray;
	font-weight : bold;
}
.ButtonLeft {
	position: static;
	left: 100px;
}
.ButtonRight {
	position: static;
	display: inline;
	left: 720px;
}

.thinBox {
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-left-style : solid;
	border-left-width: 1px;
	border-right-style : solid;
	border-right-width : 1px;
	border-top-style : solid;
	border-top-width : 1px;
}

.incSearch {
	font-family: sans-serif;
	font-size: 10px;
	color: #000066;
	background-color: #99CCFF;
}