/* CSS Document */
a:link, a:visited {
	color: #003663;
	text-decoration:none;
}
a:hover, a:active {
	color: #727a82;
	text-decoration:underline;
}
.imgpng {
	/* hide hack from Mac-IE5 \*/
	behavior: url(css/iepngfix.htc);
	/* end hiding */
}
.hlink {
	width:624px;
	height:84px;
	margin-left:5px;
	display: block;
	float: left;
	margin-top: 3px;
}
body {
	/*margin: 0px 0px 0px 0px;*/
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	background-color:#E7F0FE;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#container{
	margin: 0px auto 0px auto;
	width:950px;
	height:auto;
	border: 1px solid #E7F0FE;
	background-color:#E7F0FE;
	background-image: url(../img/container.gif);
	background-repeat: repeat-y;
}
#header{
	width:950px;
	height:219px;
	float:left;
	background-image: url(../img/header.jpg);
}
#hmenu{
	height:24px;
	width:940px;
	float:left;
	margin-top:44px;
	padding-left:10px;
	font-size:12px;
  font-family: Georgia;
  font-weight:bold;
  float: left;
}
#right_bar{
	width:162px;
	height:100%;
	float:right;
	/*background-color:#EBEBEB;*/
}
#left_bar{
	width:170px;
	height:100%;
	float:left;
	/*background-color:#EBEBEB;*/
}
#nav {
  float:left;
  margin-bottom:18px;
  width:160px;
}
#mbody{
	width:608px;
	height:auto;
	float:left;
	border:1px solid #E7F0FE;
	padding-left:4px;
	padding-right:4px;
	background-color:#E7F0FE;
}
#footer {
	width:950px;
	height:50px;
	line-height:50px;
	background-color:#E7F0FE;
	float:left;
	color:#000000;
}
#f_p_right{
  float:right;
  width:294px;
  height:100%;
  display:block;
  border:1px solid #7e9db9;
  background-color:#fcfdff;
  margin-bottom:5px;
  padding:1px;
}
#subs{
  border:1px solid #eaeaea;
  float:left;
  width:602px;
  margin-bottom:10px;
  padding:2px;
  background-color:#fafafa;
}
#subs .holder{
  float:left;
  width:196px;
  height:100%;
  border:1px solid #fafafa;
  margin-right:2px;
  display:inline;
}
#subs .img{
  width:120px;
  height:120px;
  margin:2px auto 2px auto;
  border:1px solid #000000;
}
#subs .footer{
  float:left;
  width:192px;
  height:30px;
  border:1px solid #fafafa;
  padding-left:2px;
  text-align:center;
}
#issue{
	width:160px;
	padding-top: 2px;
	padding-bottom: 7px;
}
#ajax_movies {
  float:left; 
  height:80px; 
  width:290px;
  margin-bottom:5px; 
  padding:2px;
  text-align:center;
  border-bottom:1px dotted #7e9db9;
}
#ajax_end{
  float: left;
  width: 100%;
  border-bottom:1px dotted #7e9db9;
}
#ajax_header {
  background-color:#ff7c00;
  color:#FFFFFF;
  height:15px;
  font-weight:bold;
  width:100%;
  float:left;
}
#ajax_container {
  width:100%;
  height:15px;
}
#movies {
  float:left;
  width:100%;
  display:inline;
}
.submit {
  border-top:1px solid #b1b9d3;
  border-left:1px solid #b1b9d3;
  border-right:1px solid #8393ca;
  border-bottom:1px solid #8393ca;
  background-color: #8393ca;
  color:#FFFFFF;
}
a.issueimg:link, a.issueimg:visited{
  padding: 6px;
  margin: 6px;
  background-color: #BEC9DB;
  border: 1px solid #E7F0FE;
  display: block;
}
a.issueimg:hover, a.issueimg:active{
  background-color: #CCCCCC;
  border: 1px solid #E7F0FE;  
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}