/* BASIC ELEMENTS */

body{
	background: #ea0000;
	font-family: Verdana, Arial;
	font-size: 12px;
	padding: 0;
	margin: 0;
	color: #333;
}

form{
	margin: 0;
	padding: 0;
}

table{
	margin: 0;
	padding 0;
	border-spacing: 0;
	border-collapse: collapse;
}
td{
	margin: 0;
	padding: 0;
}
img{
	border: none;
	margin: 0;
	padding: 0;
}
ul{
	margin: 0;
	padding: 0 0 0 30px;
}
li{
	margin: 0;
	padding: 0;
}

p{
	margin: 0;
	padding: 0 0 10px 0;
}

select,
textarea,
input{
	width: 300px;
	font-size: 12px;
	font-family: Verdana, Arial;
	border-top: 1px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #999;
}
input.radio{
	width: auto;
}

textarea{
	height: 80px;
}

a.button,
button{
	color: #333;
	font-size: 12px;
	font-weight: normal;
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	background: #f3f3f3;
	padding: 5px 20px;
	cursor: pointer;
}
a.button{
	position: relative;
}
a.button:hover{
	text-decoration: none;
	border-top: 1px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #999;
}

.clear{
	font-size: 0px;
	line-height: 0px;
	clear: both;
}

h1{
	margin: 0 !important;
	padding: 10px 20px 5px 20px;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #900;
	position: relative;
}

h3{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	padding: 10px 0 5px 0;
	color: #900;
}

a{
	color: #349;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

/* SHARED ELEMENTS */

.mainBlock{
	width: 710px;
	margin: 0 auto;
}
.topBlock{
	height: 70px;
	background: url('../images/top2.gif') no-repeat center center;
	font-size: 0px;
	line-height: 0px;
}

.topNavBlock{
	height: 90px;
	pbackground: url('../images/inactive2.gif') no-repeat center center;
	font-size: 0px;
	line-height: 0px;
}
.topNavBlock ul{
	margin: 0;
	padding: 0;
}
.topNavBlock ul li{
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}
.topNavBlock ul li.inactive a{background-image: url('../images/inactive2.gif');}
.topNavBlock ul li a:hover{background-image: url('../images/active2.gif');}
.topNavBlock ul li.active a{background-image: url('../images/active2.gif');}
.topNavBlock ul li.home a{
	width: 80px;
	background-position: 0px 0px;
	cursor: pointer;
}
.topNavBlock ul li.news a{
	width: 70px;
	background-position: -80px 0px;
}
.topNavBlock ul li.history a{
	width: 95px;
	background-position: -150px 0px;
}
.topNavBlock ul li.productions a{
	width: 135px;
	background-position: -245px 0px;
}
.topNavBlock ul li.costumes a{
	width: 140px;
	background-position: -380px 0px;
}
.topNavBlock ul li.members a{
	width: 100px;
	background-position: -520px 0px;
}
.topNavBlock ul li.links a{
	width: 90px;
	background-position: -620px 0px;
}
.topNavBlock ul li a{
	display: block;
	height: 90px;
}
.topNavBlock ul li a span{
	display: none;
}

.middleBlock{
	height: 20px;
	background: url('../images/middle2.gif') no-repeat center center;
	font-size: 0px;
	line-height: 0px;
}
.contentBlock{
	background: url('../images/bg.gif') repeat-y center center;
	padding-right: 8px;
	position: relative;
}
.innerContentBlock{
	padding: 10px 20px;
	position: relative;
}
.bottomBlock{
	height: 15px;
	background: url('../images/bottom.gif') no-repeat center center;
	font-size: 0px;
	line-height: 0px;
}
.bottomNavBlock{
	border-top: 1px dotted #ccc;
	margin: 10px 15px 0 15px;
	padding-top: 5px;
}
.bottomNavBlock ul{
	padding: 0;
	margin: 0 0 0 0;
	float: right;
	font-size: 10px;
	line-height: 12px;
}
.bottomNavBlock ul li{
	padding: 0 5px;
	margin: 0;
	display: block;
	float: left;
	border-right: 1px solid #ccc;
}
.bottomNavBlock ul li.top{
	border-right: none;
}
.bottomNavBlock ul li a{
	color: #888;
	text-decoration: none;
}
.bottomNavBlock ul li a:hover{
	color:#ea0000;
	text-decoration: underline;
}

.charityNo{
	font-size: 0.8em;
	font-weight: bold;
	float: left;
}
.versionInfo{
	font-size: 10px;
	text-align:	center;
	padding-right: 10px;
	color: #900;
}

.messageBlock{
	font-size: 14px;
	border: 1px solid #060;
	margin: 0 10px;
	padding: 16px 0 20px 55px;
	color: #060;
	background: #efe url('../images/ok.gif') no-repeat 10px 10px;
}

.leftBlock{
	float: left;
	position:relative;
}
.leftBlock ul{
	margin: 0;
	padding : 0;
	list-style-type: none;
	border-bottom: 1px solid #ccc;
	width: 125px;
}
.leftBlock ul li{
	margin: 0;
	padding : 0;
	border: 1px solid #ccc;
	border-bottom: none;
}
.leftBlock ul li.inactive{
	background: #ddd;
}
.leftBlock ul li.active{
	font-weight: bold;
}
.leftBlock ul li a{
	padding : 3px 10px;
	display: block;
	text-align: right;
}
.leftBlock ul li a:hover{
	background: #fff;
	text-decoration: none;
	color: #900;
}
.leftBlock ul li.active a{
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	background: #ccc;
}
.leftBlock ul li.inactive a{
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
.leftBlock ul li.logout a{
	background-image: url('../images/logout.gif');
	background-repeat: no-repeat;
	background-position: 4px center;
}
.rightBlock{
	float: right;
	width: 525px;
	position:relative;
}

/* FORM TABLE */

table.form{
	width: 100%;
}
table.form td.errors ul{
	font-size: 14px;
	margin: 0;
	padding: 10px 10px 10px 60px;
	border: 1px solid #600;
	background: #d66 url('../images/error.gif') no-repeat 10px 10px;
	color: #fff;
}
table.form td.errors ul b{
	display: block;
	padding: 0 0 5px 0;
}
table.form td.errors ul li{
	margin: 0 0 0 25px;
	font-weight: normal;
}
table.form td{
	vertical-align: top;
	padding: 2px 0;
}
table.form td.error{
	font-weight: bold;
	color: #600;
}
table.form td.errors ul a{
	color: #ff6;
}
table.form td.label{
	text-align: right;
	padding-right:10px;
	padding-left: 10px;
	padding-top: 4px;
}
table.form tr.submit td{
	padding: 10px 0 0 0;
}
table.form td.errors{
	padding: 0;
}

table.form td .formNote{
	width: 300px;
	padding-top: 5px;
}
table.form td .formNote .inner{
	border: 1px solid #ccc;
	background: #ffe;
	padding: 10px;
	font-size: 11px;
	color: #666666;
}

table.form td .formText{
	padding-top: 2px;
	color: #666666;
	font-weight: bold;
	width: 300px;
	overflow: hidden;
}
table.form td .formNote{
	font-weight: normal;
	font-size: 0.9em;
}

table.login input{
	width: 150px;
}
.loginGrid{
	margin: 0;
}
.loginGrid td{
	padding: 10px 0;
}
.loginGrid .divider{
	padding: 0;
	font-size: 0px;
	width: 10px;
	border-left: 1px solid #ccc;
}
.loginGrid ul{
}
.loginInfo{
	padding: 0 10px 0 20px;
}

.textCenter{
	text-align: center;
}

.titleElements{
	float: right;
	position: relative;
}
.titleElement{
	float: left;
	margin-left: 5px;
	position: relative;
}

.dateInput input{
	width: 85px;
	float: left;
	text-align: center;
}
.dateTimeInput input{
	width: 125px;
	float: left;
	text-align: center;
}
.dateInput .trigger span,
.dateTimeInput .trigger span{
	display: none;
}
.dateInput .trigger,
.dateTimeInput .trigger{
	cursor: pointer;
	width: 20px;
	height: 14px;
	margin: 3px 0 0 5px;
	background: url('../images/calendar.gif');
	float: left;
}

.dateSelect .days{width: 45px;}
.dateSelect .months{width: 50px;}
.dateSelect .year{
	width: 40px;
	text-align: center;
}

table.jacker .moveRowUp,
table.jacker .moveRowDown,
table.jacker .addRow,
table.jacker .removeRow{
	display: block;
	float: left;
	color: #333;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	background: #f3f3f3;
	cursor: pointer;
	padding: 0px 3px 2px 3px;
	text-align: center;
	margin-right: 4px;
}
table.jacker .moveRowUp:hover,
table.jacker .moveRowDown:hover,
table.jacker .addRow:hover,
table.jacker .removeRow:hover{
	text-decoration: none;
}
table.jacker .moveRowUp,
table.jacker .moveRowDown{
	display: none;
}
table.jackerOrder .moveRowUp,
table.jackerOrder .moveRowDown{
	display: block;
}
table.jacker td{
	padding: 0 10px 0 0;
}
table.jacker td.key{
	padding: 2px 6px 0 0;
}

.showGalleries select{
	width: 200px;
}

.reviewQuotes input{
	width: 220px;
}
.reviewQuotes textarea{
	width: 220px;
}
.reviewQuotes .name{
	background: red;
}

.reviewQuotes{
	width: 300px;
}
.reviewQuotes table.jacker{
	width: 100%;
}
.reviewQuotes .odd td{
	background: #ffe;
}
.reviewQuotes td{
	padding: 10px 5px 5px 5px !important;
	background: #eee;
}
.reviewQuotes td.key{
	padding-left: 10px !important;
}
.reviewQuotes .controls td{
	border-bottom: 1px solid #ccc;
}

.reviewList .author{
	font-weight: bold;
}
.reviewList .copy{
	padding: 10px 0;
}
.reviewList .quote{
	padding-bottom: 10px;
}
.reviewList .quoteCopy{
	font-style: italic;
}
.reviewList .quoteName{
	font-weight: bold;
}

.reviewList .rating{
	padding-top: 2px;
}
.reviewList .rating .star{
	float: left;
	width: 16px;
	height: 16px;
	background: url('../images/star-off.gif');
	margin-right: 1px;
}
.reviewList .rating .on{
	background: url('../images/star-on.gif');
}
/* BOX */

.box{
	border: 1px solid #ccc;
	padding: 1px;
	position: relative;
}

.box .inner{
	border: 1px solid #ececec;
	position: relative;
}

.box .title .innerTitle{
	background: #900;
	padding: 5px 8px;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	color: #fff;
}
.boxLeft{
	float: left;
}
.boxRight{
	float: right;
}

/* PRODUCTIONS */

.production .inner{
	padding: 5px;
}
.production .image{
	float: left;
	margin: 0 10px 10px 0;
	position: relative;
}

.production .productionTeam .role{
	font-weight: bold;
}
.production .productionTeam .member{
	padding-bottom: 5px;
}

.castList .item{
	border-bottom: 1px dotted #999;
	padding: 3px;
	position: relative;
}
.castList .odd{
	background: #eee;
}
.castList .role{
	float: left;
	font-weight: bold;
	position: relative;
}
.castList .member{
	float: right;
	position: relative;
}

/* HOME PAGE */

.homeInfo .inner{
	padding: 10px;
}

.homeGrid td{
	vertical-align: top;
}
.homeNews .item{
	padding: 8px 5px;
	border-top: 1px solid #ccc;
}
.homeNews .odd{
	background: #fff;
}
.homeNews .even{
	background: #ffe;
}
.homeNews .headline{
	display: block;
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 14px;
	font-weight: bold;
}
.homeNews .image{
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #ccc;
	font-size: 0px;
}
.homeNews .more{
	display: none;
	text-align: right;
}
.homeRightBlock{
	margin-top: -43px;
	position: relative;
	padding-top: 1px;
}
.homeRightBlock div{
	position: relative;
}
.homeEvents .item{
	padding: 3px 5px;
	background: #ffe;
	border-top: 1px solid #ccc;
}

.homeEvents .item .calendar{
	float: left;
	width: 50px;
	margin-right: 10px;
	text-align: center;
	border: 1px solid #999;
	background: #fff;
}
.homeEvents .item .month{
	display: block;
	font-size: 10px;
	background: #666666;
	color: #fff;
	padding: 1px 0;
}
.homeEvents .item .day{
	display: block;
	font-size: 16px;
	padding: 8px 0;
	color: #900;
}

.homeEvents .odd{
	background: #fff;
}
.homeEvents .all{
	background: #eee;
	text-align: right;
	line-height: 30px;
}
.homeEvents .inner .title{
	display: block;
	margin: 0;
	padding: 0 0 3px 0;
	font-size: 12px;
	font-weight: bold;
}
.homeEvents .more{
	display: none;
	text-align: right;
}
.homeEvents .dateTime{
	color: #000;
	font-size: 10px;
}
.homeEvents .location{
	color: #666;
}

.upcomingShow .image{
	font-size: 0;
}
.upcomingShow .name{
	float: left;
}
.upcomingShow .date{
	float: right;
}
.upcomingShow .description{
	padding-top: 10px;
	width: 360px;
	margin: 0 10px;
}
.upcomingShow .production{
	padding: 0 10px 10px 10px;
}
.upcomingShow .production .role{
	font-weight: bold;
}
.upcomingShow .production .member{
	padding-bottom: 5px;
}

.textBox .inner{
	padding: 0 10px;
}

.memberNav{
	padding: 0 0 10px 0;
}
.memberNav div.link{
	float: left;
	padding: 0 4px;
	color: #aaa;
}
.memberNav div.first{
	border: none;
}
.memberNav div.active a{
	font-weight: bold;
	color: #600;
}
.memberNav div.active a span{
	display: block;
	padding: 0 7px 12px 7px;
	background: #ddd url('../images/letterbg.gif') no-repeat center 18px;
}


/* PAGINATED LIST */

table.paginatedList{
	width: 100%;
	border: 1px solid #ccc;
}
table.paginatedList td.actions{
	text-align: right;
}
table.paginatedList tr.heading td{
	font-weight: bold;
	padding: 3px;
	border-bottom: 1px solid #999;
	background: #bbb;
	color: #333;
}
table.paginatedList tr.heading td .text{
	float: left;
	padding-right: 2px;
}
table.paginatedList tr.heading td .orderUp{
	float: left;
	margin-top: -2px;
}
table.paginatedList tr.heading td .orderDown{
	float: left;
	margin-top: -2px;
}
table.paginatedList tr.heading td a:hover{
	text-decoration: none;
}
table.paginatedList tr.row td{
	padding: 3px;
	border-bottom: 1px dotted #999;
}
table.paginatedList tr.odd td{
	background: #fff;
}
table.paginatedList tr.even td{
	background: #eee;
}

table.paginatedList tr td .pagination{
	margin-top: 5px;
	padding: 3px;
	background: #ddd;
	border: 1px solid #ccc;
}
table.paginatedList tr td .pagination .left{
	float: left;
}
table.paginatedList tr td .pagination .right{
	float: right;
}

table.paginatedList tr td.noresults{
	padding: 10px;
}
table.paginatedList tr.inactive td{
	color: #aaa;
}

table.members td.name a{
	font-size: 16px;
}
table.members td.name{
	width: 1%;
	white-space: nowrap;
	padding: 10px 20px 10px 10px !important;
	color: #666666;
}
table.members td.name .function{
	color: #333;
}
table.members td.name .shows{
	color: #900;
}
table.members td.image{
	width: 1%;
	text-align: right;
	font-size: 0px;
	vertical-align: middle;
}
table.members td.image img{
	border: 1px solid #999;
}
table.members tr.heading{
	display: none;
}

table.news td.image{
	width: 1%;
	text-align: right;
	font-size: 0px;
	vertical-align: middle;
}
table.news td.image img{
	border: 1px solid #999;
}
table.news tr.heading{
	display: none;
}
table.news .headline{
	font-size: 14px;
	padding: 10px 0 0 10px;
}
table.news .date{	
	color: #900;
	padding-left: 10px;
}
table.news .teaser{
	padding: 5px 0 10px 10px;
}

/* TABS */

.tabs .tab{
	float: left;
	border: 1px solid #ccc;
	border-bottom: none;
	margin-right: 1px;
}
.tabs .tab a{
	display: block;
	padding: 3px 8px;
}
.tabs .active a{
	padding-bottom: 5px;
}
.tabs .inactive{
	margin-top: 2px;
}
.tabs .inactive a{
	background: #ccc;
}

/* LINKS PAGE */

.links .link{
	padding: 10px;
	border-top: 1px dotted #ccc;
}
.links .link a{
	font-weight: bold;
}
.links .even{
	background: #fff;
}
.links .odd{
	background: #e9e9e9;
}

/* EVENTS */

.event .location{
	font-weight: bold;
}
.event .description{
	padding-top: 10px;
}

/* ADMIN HOME */

.adminHome{
	padding-left: 10px;
	position: relative;
}
.adminHome .item{
	padding-bottom: 10px;
	padding-left: 40px;
	background: url('../images/go-next.gif') no-repeat left 3px;
}
.adminHome .page{
	font-size: 14px;
	display: block
}
.adminHome .description{
}

.adminHome .notification{
	font-weight: bold;
}
.adminHome .notify{
	color: #900;
}

/* PUBLIC PROFILE */

.publicProfile .function{
	margin-top: -12px;
	padding: 0 0 20px 2px;
}
.publicProfile .image{
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #ccc;
	font-size: 0px;
	position: relative;
}
.publicProfile .memberShows .memberShow{
	padding-top: 5px;
	position: relative;
}
.committeeChooser select{
	width: 150px;
}
.committeeChooser input{
	width: 200px;
}

/* NEWS STORY */

.newsStory .image{
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #ccc;
	position: relative;
	font-size: 0px;
}
.newsStory .date{
	display: block;
	padding-bottom: 5px;
	font-weight: bold;
}

/* GALLERY */

table.gallery{
	width: 100%;
}

table.gallery td.zeroItems{
	padding: 5px;
}

table.gallery td.item{
	width: 25%;
	text-align: center;
	padding: 10px 3px;
}
table.gallery td.item .name{
	font-size: 10px;
}
table.gallery td.item .admin{
	font-size: 10px;
}
table.gallery td.item .admin a{
	padding: 0 2px;
}
table.gallery td.item img{
	border: 1px solid #ccc;
}
table.gallery td.item .folder img{
	border: none;
}

table.gallery td.galleryName{
	background: #ddd;
	padding: 5px 10px 5px 5px;
	border: 1px solid #ccc;
}
table.gallery td.galleryName h3{
	margin: 0;
	padding: 0;
	float: left;
}
table.gallery td.galleryName a{
	float: right;
}

.galleryPagination{
	margin-top: 5px;
	padding: 3px;
	background: #ddd;
	border: 1px solid #ccc;
}
.galleryPagination .left{
	float: left;
}
.galleryPagination .right{
	float: right;
}

.memberSummary .image{
	float: left;
	margin-right: 10px;
}
.memberSummary .inner{
	padding: 10px;
}
.memberSummary .infoRow{
	padding-bottom: 5px;
}
.memberSummary .infoRow .infoLabel{
	font-weight: bold;
}
.scheduleDaySelector select{width: 50px;}
.scheduleDaySelector input.time{width: 45px;text-align:center;}
.scheduleDaySelector input.info{width: 130px;}

table.schedule{
	width: 100%;
}
table.schedule td{
	padding: 3px;
}
table.schedule td.key{
	text-align: right;
	padding-right: 8px;
}
table.schedule td.remove a{
	float: right;
}
table.schedule td.insert{
	background: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table.schedule td.insert a{
	float: left;
}
table.schedule td.spacer{
	font-size: 5px;
}
table.schedule td.heading{
	text-align: center;
	font-weight: bold;
	padding-bottom: 5px;
}

div.schedule .rehearsal{
	margin: 0 0 5px 0;
	border: 1px solid #ccc;
	background: #fefefe;
}
div.schedule .rehearsal .date{
	padding: 3px;
	background: #ddd;
	border-bottom: 1px solid #999;
}
div.schedule .month2{background: #eef;color:#003;}
div.schedule .month2 .date{background: #ccd;}
div.schedule .rehearsal .where{
	padding: 3px 3px 0 3px;
}
div.schedule .rehearsal .who{
	padding: 3px;
}
div.schedule .rehearsal .notes{
	padding: 3px;
	background: #ffe;
	border-top: 1px dashed #ccc;
	color: #600;
}
div.schedule .afterEven{
	clear: both;
}

