@charset "UTF-8";
#content-left {
	width: 490px;
	/*max-width: 520px;*/
	float: left;
	margin-top: 25px;
	margin-bottom: 25px;
}
#content-left a {
	text-decoration: underline;
	color: #FFFFFF;
}
#content-left   ul   {
	list-style-type: square;
	list-style-position: inside;
	color: #92CCDD;
}
#content-left   li   {
	color: #fff;
	text-transform: capitalize;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none;
	font-family: "Arial Narrow";
}
#content-left li a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	background-image: url(../images/button-bg-blk.gif);
	height: 15px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #212121;
	width: 200px;
	color: #92CCDD;
	font-family: "Arial Narrow";
	font-weight: bold;
	text-transform: uppercase;
}
#content-left li a:hover {
	color: #80B3C1;
	display: block;
	border: 1px solid #033446;
	cursor: pointer;
}
#content-left li a:active {
	color: #FFFFFF;
}
#content-left li a.selected {
	color: #FFFFFF;
	background-image: url(../images/button-bg-selected.gif);
	background-repeat: repeat-x;
}
#content-left    h2 {
	text-transform: uppercase;
	font-family: "Arial Narrow";
	color: #489DB9;   
    font-weight: bold;
	font-size: 13px;
}
#content-left strong {
	font-size: 20px;
	font-weight: normal;
}
#content-right {
	width: 415px;
	float: right;
	text-align: right;
	margin-top: 25px;
	margin-bottom: 25px;
}
#footer-wrapper {
	clear: both;
}
#footer {
	width: 952px;
	margin-right: auto;
	margin-left: auto;
	height: 60px;
	font-size: 10px;
	margin-top: 10px;
}
#footer-left {
	float: left;
	font-size: 19px;
	color: #80B3C1;
}
#footer-right {
	float: right;
	text-align: right;
}
#footer strong {
	font-size: 14px;
}
#footer-right .grey a {
	color: #999999;
	text-decoration: none;
}
#footer-right .grey a:hover {
	text-decoration: underline;
}
#content-right     h2 {
	text-transform: uppercase;
	font-family: "Arial Narrow";
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
}
/* CSS Document */


#movieHolder tr td#plMiddle {
	background-image: url(../images/movie-wrapper/pl-mid.png);
	background-position: left top;
	background-repeat: repeat-y;
	padding-top: 2px;
	vertical-align: top;
	width: 409px;
}
#content-right  td {
	margin: 2px;
	padding: 2px;
}

#folio-flashHolder {
	/*position: absolute;
	width: 952px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	overflow: hidden;
	height: 438px;
	z-index:110;
	background-image: url(../images/interface/lightbox/macFFBgHack.png);
	background-repeat: repeat;*/
	 }

.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}

.white_content {
	display: none;
	position: absolute;
	width: 952px;
	height: 500px;
	padding: 0px;
	border: 2px solid #666666;
	background-color: white;
	z-index:1002;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
		}

#content-right a {
	color: #FFFFFF;
	text-decoration: none;
}
