body {
	background-color: #000000;
	background-image: url(images/mast_bkgnd-01.gif);
	background-repeat: repeat-x;
	
}
.menubar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #FEB331;
}

a.menubar:link {
	color: #C040FF;
	text-decoration: none;
}
a.menubar:visited {
	color: #C040FF;
	text-decoration: none;
}
a.menubar:hover {
	color: #FEB331;
	text-decoration: none;
}
a.menubar:active {
	color: #FEB331;
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #FEB331;
	border-bottom: 1px solid #444;
	padding-bottom: 6px;
}
.largetitle {
	font-size: 32px;
	line-height: 30px;
}
p {
	color: #C040FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
}
a:link {
	color: #C040FF;
	text-decoration: none;
}
a:visited {
	color: #C040FF;
	text-decoration: none;
}
a:hover {
	color: #FEB331;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #FEB331;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	color: #C040FF;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #C040FF;
}
.displaytext {
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
}
.displaytext-gold {
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	color: #FEB331;
}
.gold {
	color: #FEB331;
}
.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #FEB331;
}
.inline-p-gold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #FEB331;
	font-weight: normal;
}
.inline-p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #C040FF;
	font-weight: normal;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #C040FF;
	list-style-position: outside;
	list-style-type: square;
}
li {
	padding-bottom: 6px;
}
.calendar-month {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #FEB331;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
	padding: 0px 0px 6px 0px;
	margin: 0px 170px 0px 0px;
}
div.calendar-feature {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #FEB331;
	border-right-color: #FEB331;
	border-bottom-color: #FEB331;
	border-left-color: #FEB331;
	padding: 10px 10px 10px 10px;
	margin: 0px 30px 0px 0px;	
}
div#full-event-listing {
/* overflow: visible; */ /* For Printing Only */
overflow: scroll; 
height: 300px; 
padding: 20px 10px 10px 20px; 
margin: 20px 30px 20px 0px; 
border: dashed 1px #FEB331
}

div#db-event-listing {
/* overflow: visible; */ /* For Printing Only */
/*overflow: scroll;*/
/*overflow: auto;*/
/*height: 800px;*/ 
/*padding: 20px 10px 10px 20px;*/ 
margin: 0px 0px 20px 0px; 
/*border: solid 1px #444;*/
/*background-color: #224;
*/
background-color: #000;
}

div.db-event-content {
	margin: 20px;
}

div.db-workshop-event-content {
	margin: 0px;
}


table.eventTable {
	width: 100%;
}


table.eventTable tr {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	height: 20px;
}

table.eventTable tr th{
	border-bottom: 1px solid #444;
	font-weight: bold;
	font-size: 13px;
	color: #FEB331;
	padding: 5px 0px 10px 0px;
}

table.eventTable tr td{
	border-bottom: 1px solid #444;
	font-size: 13px;
	color: #FEB331;
	padding: 5px 10px 5px 0px;
}


th.db-cal-date, td.db-cal-date {
	width: 20%;
}

th.db-cal-event, td.db-cal-event {
	width: 35%;
}

th.db-cal-venue, td.db-cal-venue {
	width: 35%;
}

th.db-cal-moreinfo, td.db-cal-moreinfo {
	width: 10%;
}

div#eventPopup h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FEB331;
	font-weight: bold;
}

div#eventPopup p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FEB331;
	line-height: 140%;
	font-weight: bold;
}

div#popupButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FEB331;
	border: 1px solid #FEB331;
	line-height: 90%;
	width: 120px;
}

div#popupButton p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FEB331;
	line-height: 90%;
	padding: 0px;
	margin: 3px;
	text-align: center;
}

div#popupButton p a:link {
	color: #FEB331;
	padding: 3px;
	text-decoration: none;
}

div#popupButton p a:visited {
	color: #FEB331;
	padding: 3px;
	text-decoration: none;
}

div#popupButton p a:hover {
	color: #C040FF;
	padding: 3px;
	text-decoration: none;
}


td.presskit h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #FEB331;
	border-bottom: 1px solid #444;
	padding-bottom: 0px;
	margin-bottom: 20px;
}

td.presskit h2 {
	font-size: 16px;
	line-height: 120%;
	margin-bottom: 6px;
	padding-bottom: 0px;
}

td.presskit p {
	font-size: 13px;
	line-height: 15px;
	margin: 0px 0px 6px 20px;
	padding: 0px;
}

p.kitlink {
	margin: 0px 0px 25px 20px !important;
}

/*Workshop Description Styles*/

span.workshopsub {
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
}

div.workshopdescr p {
	font-size: 14px;
	line-height: 18px;
}