a
{
	color: #0000AA;
	font-family: times;
}

a:hover
{
	color:#00AA00;
}

form
{
	display: inline;
}

td
{ 
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
}

h2
{
	font-weight: normal;
	font-size: 1.3em;
}

table
{
	border-width: 0px;
}

table.main
{
	background-color:#99CCFF;
	width: 700px;
	padding: 0px;
	border: 3px double black;
}

a.admin
{
	font-size:0.8em;
	color:#FF4444;
	
}

a.main_link
{
	font-size: 1.4em;
	color: #0000AA;
}
a.main_link:hover
{
	color: #00AA00;
}

td.small
{
	font-size:0.8em;
	font-family:times;
	vertical-align:top;
	text-align: center;
}

table.event_calendar
{
	background-color: #CCFFCC;
	padding-bottom: 5px;
	height: 350px;
	width: 250px;
	
	border-top: 1px solid #77FF77;
	border-left: 1px solid #77FF77;
	border-bottom: 2px solid #44FF44;
	border-right: 2px solid #44FF44;
}

td.upcoming_events
{
	vertical-align:top;
}

td.event_row
{ 
	vertical-align: top;
	font-family: arial;
	font-size: 0.9em;
	
	background-color:#88FF88;
	
	border-top: 1px solid #55FF55;
	border-left: 1px solid #55FF55;
	border-bottom: 2px solid #55FF55;
	border-right: 2px solid #55FF55;
}

table.events_upcoming
{
	border-width: 0px;
}

table.login
{
	background-color: #AAFFAA;
	
	border-top: 1px solid #77FF77;
	border-left: 1px solid #77FF77;
	border-bottom: 2px solid #44FF44;
	border-right: 2px solid #44FF44;
}

table.content
{
	width:100%;
	border-width:0px;
}

table.contact td.title
{
	text-align:center;
}

table.contact
{
	background-color: #CCFFCC;
	height: 200px;
	width:300px;
	
	border-top: 1px solid #77FF77;
	border-left: 1px solid #77FF77;
	border-bottom: 2px solid #44FF44;
	border-right: 2px solid #44FF44;
	
	padding: 5px;
}

table.contact td.send
{
	text-align:right; padding-right: 15px;
}

table.contact td.body
{
	text-align:center;
}

table.contact td.youremail
{
	text-align: center;
	font-size: 10pt;
}

.main .film_title 
{
	font-size:1.5em;
	color: #000000;
}
.main .film
{
	font-size: 1.2em;
	color: #0000AA;
}
.main .film:hover
{
	color: #00AA00;
}

table.main td.title
{
	font-size: 1.6em;
	font-weight: bold;
	color: #000000;
	font-family: times;
	text-align: center;
}

td.message
{ 
	font-family: times;
	font-size: 1.0em;
}

td.filmpage_title
{
	font-size: 32pt;
	font-style: italic;
	font-family: times;
	text-align: center;
} 
td.film_subtitle
{
	font-size: 1.4em;
	font-family: times;
	text-align: center;
}
td.film_copyright
{
	font-size: 0.8em;
	font-family: times;
	text-align: center;
	padding-bottom: 20px;
} 

td.film_description
{
	font-size: 1.2em;
	font-family: Arial;
}

td.nav
{
	background-color: #FFFFFF;
	font-size: 8pt;
	font-family: arial;
	color: #000000;
	padding-left: 5px; 
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 1px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	width: 100%;
}

table.header
{
	border-width: 0px;
	width:100%;
}

a.nav
{
	font-family: arial;
	font-size: 8pt;
}

table.delete
{
	border: 1px solid #FF6666;
	border-bottom-width: 2px;
	border-right-width: 2px;
	background-color: #FFAAAA;
	width: 350px;
	height: 100px;
}

div.delete
{
	position:absolute;
	top:210px;
	left:0px;
	z-index:1001;
}

div.delete_bg
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:1200px;
	z-index:1000;

	background-color: #FFFFFF;
	filter: alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: .7;
	-khtml-opacity: .7;
	opacity: .7;
}


td.delete_buttons
{
	width: 50px;
	text-align:center;
}

td.delete
{
	font-size: 0.8em;
	font-family: times;
}

td.delete_prompt
{
	font-size:1.0em;
	font-family: times;
}

table.green
{
	background-color: #CCFFCC;
	
	border-top: 1px solid #77FF77;
	border-left: 1px solid #77FF77;
	border-bottom: 2px solid #44FF44;
	border-right: 2px solid #44FF44;
}

td.bottom_line
{
	height: 75px;
	text-align: center;
}

table.play_preview
{
	border:0px solid white;
	width:100%;
}

table.play_preview td
{
	text-align: center;
	font-family: optima;
}

table.play_preview td.title  {
	font-size:1.3em;
	font-weight:bold;
}

table.play_preview ul {
	list-style: none;
}

table.play_preview li {
	list-style: none;
}



div.image {
	float:left;
	padding-right:5px;
}
div.image_right {
	float:left;
	padding-left:5px;
}
div.caption {
	font-size:0.8em;
	font-style:italic;
	font-family:arial;
	text-align:center;
}
h1{
	font-size: 2.0em;
	font-weight: bold;
	color: #000000;
	font-family: times;
	text-align: center;

}

ul.mainlist li {
	list-style:none;
	clear:both;
	background-color: #88BBEE;
	margin-top:20px;
	padding:10px;
	border:1px solid black;
}
ul.mainlist li h2 {
	text-align:center;
	font-size:1.6em;
	font-style:italic;
	margin-top:4px;
}

p {
	font-family: times new roman;
	font-size:1.1em;
}

p.larger {
	text-align:center;
	font-size:1.3em;
}

ul.flowers li{
	list-style-image: url('../images/icons/flower.png');
	list-style-type: circle;
	border:0px;
	margin:0px;
	padding:0px;
	margin-top:0px;
	padding-top:8px;
	font-size:1.2em;
}
