html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none;
	  font-size:12px;
   }

body {font-family:arial;}

h1 {
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px
	}
	
.header  {
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	}

.main {
	width: 80%; 
	height: 100%;
	cellspacing:0px;
	width:800px;
	padding:0px;
	vertical-align:bottom;
}

.content {
	width: 500px; 
	cellspacing:0px;
	padding:0px;
	text-align:left;
}
td.ContentCell{
	vertical-align:top;
	padding-right:150px;
}	


/* The following classes define the content of the info div which pops down when a resource or band is selected in the calendar */

.InfoDiv{
	padding:26px 28px 8px 28px;
	background-color:#cccccc;
	font-size:12px;

}
.InfoDiv h1{
	margin-bottom:8px;

}

.InfoTitle {
font-family:Arial, Helvetica, sans-serif;
color:#FF9966;
font-size:16px;
font-weight:bold;
}

.InfoHr {
color:#FF9966;
background-color: #FF9966;
 height: 1px;
}



.info_box {
    background-color:#CCCCCC;
	scroll:auto;
	height:300px;
	width:650px;
	overflow:auto;
	
}


a.Bright1{
	display:block;
	margin-top:5px;
	font-weight:bold;
}

.CalendarTitleTable td{
	font-size:12px;
	
}
td.DaysOfWeekCell{
	text-transform:uppercase;
	color:#999999;
}

td.CalendarCell{
	text-align:right;
	vertical-align:top;
	font-size:9px;
	padding-bottom:5px;
	height: 15px;
}

td.ContentCell{
	padding-left:10px;
}


.thumb{
	display:block;
	width:84px;
	height:84px;
	
	float:left;
}


.login a:link,a:active, a:visited{
color:#000000;
}

.login a:hover {
color:#333333;
}


.menu {
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#009AFF;
	}
	
.menu a:link {color:#009AFF;}
.menu a:active {color:#009AFF;}
.menu a:visited {color:#009AFF;}
.menu a:hover {
	color:#000000;
	background-color:#990000;
	padding-bottom:5px;
	padding-top:5px;
	}

.MenuTabActive{
	background-image:url("graphics/menutab_background.gif");
	background-repeat: repeat;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	color:#0395FF;
	text-align:center;
	border-left: 1px solid; 
	border-right:1px solid; 
	border-top:1px solid;
	border-color:#014761;
	padding:3px;
}

.MenuTabInactive {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	height:31px;
	border-bottom:1px solid #014761;
}

.MenuTabInactive a:link, .MenuTabInactive a:active, .MenuTabInactive a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

.MenuTabInactive a:hover {
	color:#F8AD5B;
	text-decoration:none;
	}
	
.MenuTable {
	border-bottom:1px solid;
	border-left:1px solid;
	border-right:1px solid;
	border-color:#014761;
	padding:3px;
	}
	
.BasicTable {
	width:100%;
}