﻿.movies_container {
	font-family: Arial;
}

/*Theatres*/

div.movies_theater {
	padding-bottom: 5px;
}

div.movies_theater p.movies_address {
	margin: 0 0 0 0;
}

table.movies_theater thead {
	background-color: #ffffff; 
}

table.movies_theater th {
	color: #003399;
	border-bottom: #003399 2px solid
}

table.movies_theater tr.alt {
	background-color: white;
}

.movies_theatername {
	font-weight: bold;
	color: #000000;
	font-size: 14pt;
	text-decoration: none;
}
p.movies_theatername a {
	font-weight: bold;
	color: #000000;
	font-size: 14pt;
	text-decoration: none;
}

p.movies_theatername a:active {
	font-weight: bold;
	color: #000000;
	font-size: 14pt;
	text-decoration: none;
}

p.movies_theatername a:visited {
	font-weight: bold;
	color: #003399;
	font-size: 14pt;
	text-decoration: none;
}

p.movies_theatername a:hover {
	font-weight: bold;
	color: #003399;
	font-size: 14pt;
	text-decoration: underline;
}

.movies_theateraddress {
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}

.movies_selecttheater {
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}

/*Movies*/

span.movies_moviename {
	font-size: 11pt;
	font-weight: bold;	
	color: #000000;
}

span.movies_moviename a {
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
}

span.movies_moviename a:active {
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
}

span.movies_moviename a:visited {
	font-size: 11pt;
	font-weight: bold;
	color: #003399;
}

span.movies_moviename a:hover {
	font-size: 11pt;
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
}

.movies_moviename {
	/* remove this because of overlaying CSS conflicts */
	/*text-decoration: underline;*/
	font-weight: bold;	
	color: #000000;
}

div.movies_duration {
	font-size: 10pt;
}


.movies_specialnote {
	font-size: 10pt;
}

.movies_screening_table {
	font-size: 10pt;
}

a.movies_ratingtext:link {
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}

a.movies_ratingtext:visited {
	font-size: 10pt;
	font-weight: normal;
	color: #003399;
}

a.movies_ratingtext:hover {
	font-size: 10pt;
	font-weight: normal;
	color: #003399;
	text-decoration: underline;
}

a.movies_ratingtext:active {
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

/*Reviews*/

td.movies_review_label {
	font-weight: bold;
	font-size: 10pt;
}

td.movies_review_field {
	text-align: left;
	font-size: 10pt;
}

td.movies_review_darkrow {
	/*background-color: #003399;*/
	color: #ffffff;
	font-size: 10pt;
}

tr.movies_review_altrow {
	background-color: white;
	font-size: 10pt;
}

.movies_review_text {
	font-size: 10pt;
}

.movies_reviewlinks {
	color: #000000;
	font-weight: bold;
	text-align: center;
	font-size: 10pt;
}

.movies_reviewlinks a:active {
	color: #000000;
	font-weight: bold;
	text-align: center;
	font-size: 10pt;
}

.movies_reviewlinks a:active {
	color: #000000;
	font-weight: bold;
	text-align: center;
	font-size: 10pt;
}

.movies_reviewlinks a:visited {
	color: #003399;
	font-weight: bold;
	text-align: center;
	font-size: 10pt;
}

.movies_reviewlinks a:hover {
	color: #003399;
	font-weight: bold;
	text-align: center;
	font-size: 10pt;
}

/*Admin*/
.movies_admin {
	color: #000000;
	font-weight: normal;
	font-size: 10pt;
}
