/* CSS Document */

body {
	margin:0;
	background: #000000;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

p {
	font-size: 12px;
}

td {
	font-size: 12px;
}

#main_content {
	height: 93px;
	width: 585px;
	position: relative;
	background-image: url(images/main_bg.gif);
	background-repeat: no-repeat;
	
}

.left_grad {
	background-image: url(images/gradient_left.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.right_grad {
	background-image: url(images/gradient_right.gif);
	background-repeat: repeat-y;
	background-position: left;
}

.content_left {
	background-image: url(images/content_left.gif);
	background-repeat: repeat-y;
	background-position: left;
}

.content_right {
	background-image: url(images/content_right.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.main_table {
	background-image: url(images/main_bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding: 0px 10px 10px 10px;
	
}

.news_table {
	padding: 10px 10px 10px 10px;
	text-align: justify;
}

.news_table a {
	color: #6699CC;
}

hr {
	color: #FFFFFF;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

#dotted_line {
	height: 1px;
	border-top: 1px dashed #FFFFFF;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}

#movie_scroller {
	overflow: scroll;
	height: 50px;
}
.credits_title {
	color: #B8C102;
	font-weight: bold;
}
.credits_sub_title {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 10px;
}
.credits_sub_title_green {
	color: #B8C102;;
	font-weight: normal;
	font-size: 10px;
}
.credits_clip_name {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.news_headline_title {
	color: #6699CC;
}

.biography a {
	color: #6699CC;
	text-decoration: none;
}

.services a {
	color: #FF9900;
	text-decoration: none;
}

.credits a {
	color: #66CC33;
	text-decoration: none;
}

.services_hl {
	color: #FF9900;
	font-size: 16;
	font-weight: bold;	
}

iframe {
	overflow-x: hidden;
	overflow-y: scroll;
} 

#movieScroller {
	width: 100%;
	height: 145px;
	border: 0px;
}

.trailersImg {
	border: 1px solid #FFFFFF;
}
