/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.2;
	margin: 0px auto;
	padding: 0px;
	background-color: #668;
	text-align: center;
	font-size: 12px;
}
body.mceContentBody {
	background: #fff url();
	text-align: left;
	width: 600px;
	margin: 0px;
	padding: 0px;
}
#main {
	margin: 0px auto;
	width: 1000px;
	background-color: #FFFFFF;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 0px;
	text-align: left;
}

a:link, a:visited, a:hover {
	color: #069;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
 color: #003366;
}

h2{
	font-size: 14pt;
	color: #006699;
	margin: 0px;
	padding: 10px 20px 5px 0px;
}

h3{
	font-size: 14px;
	color: #334d55;
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 0px;
}

h4{
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	line-height: 21px;
	font-style: italic;
}

h5{
	font-size: 14px;
	color: #000;
	padding: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-weight: bold;
	background-color: #D1ECFD;
}
h6 {
	font-size: 14px;
	color: #000;
	padding: 2px;
	margin-top: 15px;
	margin-bottom: 3px;
	font-weight: bold;
}

ul{
	list-style-type: square;
	margin-top: 5px;
	margin-bottom: 10px;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px;
	//border-bottom: 1px solid #cccccc;
	width: 100%;
	background-color: #FFF;
	height: 100px;
	vertical-align: bottom;
	background-image: url(images/masthead.jpg);
	background-repeat: no-repeat;
}

#navBar{
	margin: 0;
	padding: 2px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 200px;
	float: left;
}

#content{
	margin: 0;
	padding: 0;
	max-width: 800px;
	float: right;
	width: 780px;
	right: 20px;
	position: relative;
}
#content #tableNav {
	background-color: #D0D0D0;
	padding: 3px 2px 0px;
	text-align: center;
	width: 750px;
	display: block;
	margin: 0px;
}
#content table {
	margin: 10px 10px 10px 0px;
	width: 750px;
	display: table;
	font-size: 12px;
	padding: 0px;
	vertical-align: top;
	border: 1px solid #000;
}
#content table th {
	padding: 2px;
	vertical-align: top;
	background-color: #999;
}
#content table td {
	padding: 2px;
	vertical-align: top;
}
.table1 {
	margin: 10px 10px 10px 0px;
	width: 750px;
	border-top: 1px solid #000;
	border-left: 1px solid #999;
	display: table;
	font-size: 12px;
	padding: 0px;
}
.table1 th {
	background-color: #CCCCCC;
	border-right: 1px solid #999;
	margin: 0px;
	padding: 3px 2px 2px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	text-align: center;
}
.table1 td {
	margin: 0px;
	padding: 3px 2px 2px;
	vertical-align: top;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	text-align: center;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

.siteName{
	margin: 0px;
	padding: 55px 0px 10px 10px;
	font-size: 24px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 10px 0px;
	color: #CC0033;
	font-size: 24px;
}
.cellLeft {
	text-align: left;
	display: table-cell;
}
.cellRight {
	text-align: right;
}


/************* #globalNav styles **************/

#globalNav{
	color: #FFFFFF;
	padding: 0px;
	background-color: #600; /*205081*/
	margin: 0px;
	width: 1000px;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
	text-align: left;
	clear: both;
}
#globalNav ul {
	padding: 0px;
	margin: 0px;
	height: 22px;
}
#globalNav ul li {
	font-size: 12px;
	border-right: 1px solid #FFF;
	margin: 2px 1px 0 0;
	background-color: #114174;
	float: left;
	list-style-type: none;
	display: inline;
}
#globalNav ul li a {
	padding: 1px 10px 2px 10px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	background-color: #114174;
}
#globalNav ul li a:hover {
	background-color: #900;
	text-decoration: none;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px 20px 0px 0px;
	padding: 0px;
	font-size: 12px;
	width: 175px;
	background-color: #CCC;
	float: left;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}
#sectionLinks ul  {
	margin: 20px 0px 0px;
	padding: 0px;
	list-style-type: none;
	border-top: 1px solid #999;
	display: block;
}
#sectionLinks ul li {
	padding: 0px;
	border-bottom: 1px solid #999;
	margin: 0px;
	list-style-type: none;
	display: block;
}

#sectionLinks ul li a{
	padding: 2px 10px 3px;
	margin: 0px;
	list-style-type: none;
	width: auto;
	background-color: #ddd;
	display: block;
}

#sectionLinks ul li a:hover{
	background-color: #bbb;
}
p {
	margin: 0px;
	padding: 0px 0px 5px;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px;
	font-size: 100%;
	line-height: 1.2;
}
.smallerBodyText {
	font-size: 80%;
	line-height: 1.2;
}
hr {
	margin-top: 10px;
	margin-bottom: 20px;
	color: #205081;
}

.feature h3{
	padding: 10px 0px 2px;
	font-size: 14px;
	margin: 0px;
	line-height: 16px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
.iconIndent {
	padding-left: 70px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 90%;
	color: #000;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

.loginTable {
	text-align: left;
	width: 250px;
}
#scrollBox {
	height: 400px;
	width: 770px;
	overflow: auto;
	position: relative;
	border: 1px solid #CCC;
}
.scrollBox {
	height: 400px;
	overflow: auto;
	border: 1px solid #CCC;
}
.RehearsalFull {
	background-color: #CF9;
	text-align: center;
}
.RehearsalReduced {
	background-color: #FFA;
	text-align: center;
}
.RehearsalHolidays {
	background-color: #CFF;
	text-align: center;
}
.smallText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 10px;
}
.smallText th {
	font-size: 9px;
	line-height: 12px;
	background-color: #66C7FF;
	padding-top: 3px;
	padding-bottom: 4px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	text-align: center;
	vertical-align: middle;
}
.smallText td {
	font-size: 9px;
	line-height: 12px;
	background-color: #FFF;
	padding: 2px 2px 4px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	vertical-align: top;
	text-align: center;
}
textarea {
	background-color: #FFF;
	text-align: left;
}
.appForm {
	width: 650px;
	font-size: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #999;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
}
.appForm td {
	padding-top: 5px;
	padding-left: 10px;
	border-bottom: 1px solid #999;
	border-right: none;
}
.appForm tr td table tr td {
	border-style: none;
	margin: 0px;
	padding: 0px;
}
#mediaBox {
	background: #CCC;
	margin: 0px 0px 20px 20px;
	padding: 10px;
	float: right;
	width: auto;
	text-align: center;
}
