@charset "utf-8";
/* CSS Document */

body {
	background-color: #001D2E;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: small;
	margin: 0px;
	/*padding-top: 20px;*/
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;

}
#page {
	width: 900px;
	color: #FFF;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
#main_body {
	background-image: url(images/viewer_border_bottom.png);
	background-repeat: repeat-x;
	background-position: top;
	text-align: left;
}
#nav_pane_left {
	padding-top: 10px;
	margin-right:50px;
	float: left;
	width: 200px;
	padding-bottom: 10px;
}
#content_left {
	padding-top: 10px;
	float: left;
	width: 400px;
	padding-bottom: 10px;
	margin-right:100px;
}
form {
}
select {
	font-size: small;
	font-weight:bolder;
	background-color: #09F;
	color: #000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	vertical-align: top;
}
input {
	font-size: small;
	font-weight:bolder;
	background-color: #09F;
	color: #000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight:bolder;
	background-color: #09F;
	color: #000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#content {
	padding-top: 10px;
	float: left;
	width: 400px;
	padding-bottom: 10px;
}
#content_full_width {
	padding-top: 10px;
	float: left;
	width: 900px;
	padding-bottom: 10px;
}
#image_pane_right {
	padding-top: 10px;
	float: right;
	width: 200px;
	padding-bottom: 10px;
}
a {
	color: #09F;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #09F;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #F93;
	text-decoration: underline;
}
#viewer {
	background-color: #09F;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/herringbone_bg.png);
	background-repeat: repeat;
	background-position: top;
}
#top {
	background-image: url(images/viewer_border_top.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 15px;
}
#top_nav {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0px;
}
#header {
	background-image: url(images/needlessfilms_logo_bw_50x222.gif);
	height: 50px;
	width: 900px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: left top;
}
#footer {
	clear: both;
	font-size: x-small;
	width: 900px;
	padding-top:10px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	text-align: center;
	font-weight: bold;
}
#search {
	text-align: right;
	padding-top:10px;
}
#page_title {
	font-size: x-large;
	text-align: right;
	/*vertical-align: bottom;*/
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	margin-bottom: 0px;
}
h1 {
	font-size: large;
	font-variant: normal;
	border-bottom-style: dotted;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	border-bottom-width: 1px;
	padding-bottom: 2px;
}
strong {
	/*color: #F93;*/
}
h3 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	font-size: small;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
.postdate {
	margin-bottom:2px;
	font-size:10px;
	color: #ff9900;
	font-weight: bold;
}
.poster_image {
	border: medium solid #FFF;
	margin-right: 10px;
	margin-left: 10px;
}
#loginform {
	width: auto;
	height: auto;
	text-align: right;
	margin-top: 10px;
}
#top_menu {
	width: 900px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top:10px;
}
#top_menu a {
	display:inline;
	margin:0 10px 0 0;
	padding:0px 5px 0px 5px;
	text-decoration:none;
	color:#FFF;
	font-weight: bold;
	/*
	background-image: url(images/herringbone_bg.png);
	background-repeat: repeat;
	background-position: top;
	*/
}
#top_menu a:visited {
	/*margin:0 5px 0 0;*/
	text-decoration:none;
	color: #FFF;
	font-weight: bold;
	/*border-bottom:none;*/
}
#top_menu a:hover {
	color: #F93;
	/*margin:0 5px 0 0;*/
	/*text-decoration:none;*/
	/*border-bottom:8px solid #09F;*/
}
#top_menu .active a {
	color: #F93;
	/*margin:0 5px 0 0;*/
	text-decoration:none;
	/*background-color:#003;*/
	/*border-bottom:8px solid #09F;*/
}
#top_menu .active a:visited {
	color: #F93;
	/*margin:0 5px 0 0;*/
	text-decoration:none;
	/*background-color:#003;*/
	/*border-bottom:8px solid #09F;*/
	font-weight: bold;
}
#top_menu .active a:hover {
	color: #FFF;
	/*margin:0 20px 0 0;*/
	text-decoration:none;
	/*background-color:#003;*/
	/*border-bottom:8px solid #09F;*/
	font-weight: bold;
}
#breadcrumbs {
	float: left;
	width: 900px;
	text-align: left;
	padding:0px 5px 0px 5px;
}
#sub_nav {
	float: left;
	width: 900px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
#current_page_nav {
	text-align:center;
	float: left;
	width: 900px;
	margin-top:5px;
}
#current_page_nav a, #current_page_nav a:visited {
	text-decoration:none;
	color: #CCC;
	font-weight:bolder;
	margin:0 5px 0 5px;
	padding:0 3px 0 3px;
}
#current_page_nav a:hover {
	text-decoration:none;
	color: #FFF;
	font-weight: bolder;
	margin:0 5px 0 5px;
	padding:0 3px 0 3px;
	background-color:#09F;
}
#current_page_nav .active a {
	color:#FFF;
	background-color:#09F;
}
.B_currentCrumb {
	font-weight:bold;
}
#ajaxSearch_form {
	margin-bottom: 0px;
}
#ajaxSearch_input {
	width:100px;
	vertical-align: middle;
	display: inline;
	background-color: #09F;
	height: 15px;
	border: 1px solid #CCC;
	color: #CCC;
	font-size: x-small;
	margin: 0px;
	padding: 0px;
}
#ajaxSearch_submit {
	vertical-align: middle;
	display: inline;
	background-color: #09F;
	height: 17px;
	border: 1px solid #CCC;
	color: #CCC;
	font-size: x-small;
	margin: 0px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#ajaxSearch_output {
	border: 1px solid #444;
	padding: 10px;
	background: #fff;
	display: block;
	height: auto;
	vertical-align: top;
}
.ajaxSearch_paging {
}
.AS_ajax_result {
	color: #444;
	margin-bottom: 3px;
	z-index: 50;
}
.AS_ajax_resultLink {
	text-decoration: underline;
}
.AS_ajax_resultDescription {
	color: #555;
}
.AS_ajax_more {
	color: #555;
}
a.thumb img, a.thumbnail img {
	border: 5px solid #ccc;
	display:block;/*width:140px;*/
}
a:hover.thumb img, a:hover.thumbnail img {
	background: #8EB4C6;
	border: 5px solid #ff9900;
}
a:hover.thumb, a:hover.thumbnail {
	background: none;
}
a.thumb span, a.thumbnail span {
	display: block;
	margin-top: -5px !important;
	margin-top: -2px;
}
.feedicon {
	vertical-align: bottom;
}
html {
	height:100%;
	margin-bottom: 30px;
}
.imginfo {
	float:none;
	clear:both;
	margin-top:1em;
	text-align:left;
}
.imginfo img {
	float:left;
	margin-right:1em;
}
#infobar {

 font: message-box;
}

#infobar a, #infobar a:link, #infobar a:visited, #infobar a:active {
 display: block;
 color: #000;
 width:100%;
 background: #FFFFE1 url(/images/warning.gif) no-repeat fixed .3em .3em;
 border-bottom: .16em outset;
 text-decoration: none;
 cursor: default;
}

#infobar a:hover {
 color: #FFF;
 background: #3169B6 url(/images/warning2.gif) no-repeat fixed .3em .3em;
}

#infobar p{
 margin:0px;
 padding: .45em 0em .45em 22px;
 font-size:11px;
}
