﻿/* CSS layout */

@import url("layout.css");

body {
	font-family: Arial, sans-serif;
	font-size: medium;
	color: #000;
/*	background: url(topgrnd.jpg) repeat-x top; */
	background-color:#800000;
}
#container {
	width: 865px;
	margin-right: auto;
	margin-left: auto;

	height: 98%;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #dc9;
}
#wide_container {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;

	height: 98%;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #dc9;
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: right;
	background-color: MidnightBlue;
}
#page_content {
	margin-right: 190px;
	margin-left: 190px; 
}

#sidebar {
	position: relative;
	float: left;
	width: 155px;
}
#right_col {
	position: relative;
	float: right;
	width: 150px;
	height: 435px;
	margin-top: 10px;
	color: white;
	background-color: MidnightBlue;
}

#right_col p {
	text-align:center
}

#right_col a {
	color: #C0C0C0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#right_col a:visited {
	color: #999999;
	text-decoration: none;
}
#right_col a:hover {
	color: white;
}
#right_col a img {
	border: 0; 
}
#right_col a:hover img {
	border: 0; 
	/*border: 1px white solid; */
}
#right_col a:visited img {
	border: 0; 
}

#content {
/*	font-family: Arial Black;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: large;
/*	margin-left: 10px;
*/
	padding: 10px;
	background-color: #dc9;
	margin-top: 10px;
	margin-bottom: 10px; 
	border:thin MidnightBlue solid;
}

#content p {
	margin: 0;
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	text-align: center;
	background-color: #800000;
	color: #dc9;
}
#masthead img {
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid MidnightBlue;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
/*	color: #393939;
	color: #09c;
*/
	color: MidnightBlue;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
}
#sidebar a_old {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
}
#sidebar a:visited {
	font-weight: bold;
	text-decoration: none;
	color:#07a;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	border-bottom: 1px solid #f5f5f5;
	background-color: #dc9;
}

/* Styles for Footer */
#footer p {
	font-size: small;
}
#footer a {
	color: #dc9;
	text-decoration: underline;
}
#footer a:hover {
	color: #dc9;
	text-decoration: none;
}
img.poster {
	float: left; 
	margin:0 5px 0 0;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_normal {
	font-size: medium;
	font-weight: normal;
}
.style_italic {
	font-style: italic;
}
.style_locheader {
	font-family: Arial Black;
	font-size: medium;
	margin: 10px 0px 5px 0px;
	padding: 5px;
	color: #800000;
}
.style_copyright {
	border-style: none;
	padding: 0px;
	margin: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: black;
	text-align: center;
	text-decoration: none;
	position: inherit;
}
.style_marquee {
	height: 100%; 
	text-align: center;
	font-size: 12px; /*	color: #808080;	*/;
	color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style_movielink {
	font-family: Arial;
	font-size: small;
	color: #393939;
}

.popupControl
{
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}