/* Orange Productions styles CSS */

body {
  background-color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  color: #CC6600;
}

p {
	margin: 0 0 10px 0;
	color: #666666;
	font-size: 12px;
	line-height: 15px;
}

p.newsTitle {
	background-color: #CC6600;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 5px;
}

p.newsDate {
	font-weight: bold;
	margin-bottom: 0;
	margin-left: 5px;
	text-align: right;
}

p.newsArticle {
	color: #CC6600;
	margin-bottom: 10px;
	margin-left: 5px;
}

p.infoTitle {
	background-color: #CC6600;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 10px;
	padding-top: 3px;
	padding-left: 5px;
}

.leftAlign {
	text-align: left;
}

.centerAlign {
	text-align: center;
}

.rightAlign {
	text-align: right;
}

.movContainer {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -10px;
}

p.playTitle {
    background-color: #CC6600;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 3px;
}

table.playTable {
	width: 242px;
	border-collapse: separate;
	border-spacing: 0px;
	margin: -1px -1px -1px -1px;
	background-color: #330000;
}

a.playLink, a.playLink:link, a.playLink:visited {
    padding: 3px 173px 2px 5px; 
    font-style: normal;
	color: #333333;
	background-color: #cc6600;
	text-decoration: none;
}

a.playLink:hover, a.playLink:active {
    padding: 2px 172px 1px 4px; 
    color: #cc6600;
	background-color: #333333;
	border: 1px solid #cc6600;
	text-decoration: none;
}

p.info {
	color: #cc6600;
	margin-left: 15px;
}

p.dropText {
	background-color: #CC6600;
	color: #333333;
	padding: 2px 2px 0 2px;
	cursor: pointer;
}

a, a:visited {
	color: #666666;
	text-decoration: none;
	font-style: italic;
}
a:hover, a:active {
	text-decoration: underline;
	font-style: italic;
}

a.img, a.img:visited, a.img:hover, a.img:active {
	border: 0px solid #cc6600;
}

a.email, a.email:visited {
	background-color: #CC6600;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
	font-style: normal;
	margin-left: 0;
	padding-top: 3px;
}

a.email:hover, a.email:active {
	text-decoration: underline;
}

a.urlLink, a.urlLink:visited, a.urlLink:hover, a.urlLink:active {
	font-style: normal;
}

h3.bannerTitle {
	color: #333333;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 22px;
	font-weight: bold;
	padding-top: 7px;
	text-transform: uppercase;
	margin: 0 0 5px;
	padding-left: 10px;
}

table.dropInfo {
	position: absolute;
	visibility: hidden;
}

table.movInfo {
	margin-left: 10px;
	padding-top: 3px;
	padding-left: 5px;
}

td.infoType {
	color: #cc6600;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 3px;
	vertical-align: top;
}

td.info {
	color: #cc6600;
	font-size: 16px;
	padding-bottom: 3px;
}

td.imgLink {
	cursor: pointer;
}

img.imgLink {
	cursor: pointer;
}

.noMargin {
	margin: 0;
}



/* container styles */

#mainContainer {
	position: relative;
	width: 720px !important;
	background-color: #333333;
	border: 5px solid #cc6600;
	margin: auto;
	padding: 10px;
}

#banner {
	width: 720px;
	background-color: #CC6600;
	text-align: left;
	margin-bottom: 10px;
}

#movieInfo {
	text-align: left;
	margin-bottom: 10px;
}

#logoContainer {
	position: absolute;
	left: 30px;
	top: 30px;
	width: 200px;
}

#bioContainer {
	position: absolute;
	left: 525px;
	top: 10px;
	width: 271px;
	background-color: #333333;
	border-top: 5px solid #cc6600;
	border-right: 5px solid #cc6600;
	border-bottom: 0px solid #cc6600;
	border-left: 5px solid #cc6600;
	margin: auto;
	padding: 4px;
}


#newsContainer {
	position: absolute;
	left: 10px;
	top: 127px;
	width: 240px;
}

#galleryContainer {
	position: absolute;
	left: 260px;
	top: 127px;
	width: 540px;
	background-color: #333333;
	border: 5px solid #cc6600;
	margin: 0;
	padding: 2px;
}


