body{
	background: url(images/background.gif) repeat-x; 
	font: 75% Verdana,Arial,sans-serif;
	margin-left: 20px;
	margin-right: auto;
}

/* some browsers ignore the left margin in calculations 
(for pop up hints and prototype windows) 
if the body itself has a margin */
.body_bugfix {
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

img{
	border:none;
}

a{
	color: #006699;
	font-family: verdana,arial,sans-serif;
	font-size: 100%;
	text-decoration: none;
}

a:hover{
	color: #000;
	font-family: verdana;
	font-size: 100%;
	text-decoration: none;      
	background-color: transparent;
}


/* ie 'bug' adds margins and padding to forms */
/* can't hurt to have it here too as safari may have the same issue*/
form {
	margin: 0px; 
	padding: 0px;
}


/* Generic */

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.centered {
	margin-left: auto;
	margin-right: auto;
}
h3 {
	font-size: 130%;
	}
.bluerow{
	background: #e6f2ff;
}
.whiterow{
	background: #fff;
}
.container {
	width: 780px;
	padding: 15px;
	margin: 3px 0 10px 0;
	border: 1px solid #ccc;
	background: #fff;
	}
/* tabs rounded */
#nav {
	margin: 0;
	padding: 0 0 12px 10px;
	/*border-bottom: 1px solid #9FB1BC;*/
	}
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#nav a:link, #nav a:visited {
	float: left;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 6px 20px;
	text-decoration: none;
	color: #708491;
	}
#nav a:link.active, #nav a:visited.active, #nav a:hover {
	color: #000;
	background: url(images/tab_rounded.gif) no-repeat bottom center;
	}

/**********/
/* HEADER */ 
/**********/

.header {
	color: white;
	height: 143px; /* 111 + 32 */
}

.header a {
	color: white;
}

.header a:hover{
	color: yellow;
}

#logo {
	position: absolute;
	top: 0;
	left: 5px;
}


/***********/
/* TAB BAR */
/***********/

.tab_bar{
		position: absolute;
		top: 82px; /* 57 + 16 */
		background: url(../images/tab_bar.gif);
		border: 0;
		height: 29px;
		width: 100%;
}


/**************/
/* SEARCH BAR */
/**************/

.search_bar {
		position: absolute;
		top: 111px;  /* 82 + 29 */
		color: black;
		background: url(../images/search_bar.gif) repeat-x;
		height: 32px; 
		width: 100%;
}

.search_bar a{
	color: #006699;
}

.search_bar a:hover {
	color: black;
}

.search_bar_text{
	font-weight:bold;
	padding-top:8px; 
	margin-left:35px
}

.search_bar_search{
		position: absolute;
		right: 10px;
		top: 5px;
}

.search_bar_stats{
	overflow: hidden;
	float: left;
	margin-top: 10px;
	margin-left: 33px;
	height: 15px;
	font-size: .85em;

}

/* if you want a different style for the stats in the search bar, set it here */
.status_heading{
}


/**********/
/* FOOTER */
/**********/

.footer {
	clear: both;
	text-align: center;
	background-color: white;
	padding-bottom: 5px;
	width: 100%;
	font-size: 90%;
}

.footer_line{
	height: 7px;
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
	background: #FFF url(../images/footer_line.gif) bottom repeat-x;
}

.content {
	/* dont put position: relative here or it will cause ie to hide the floats behind the background color */
	background-color: white;
}


/**************/
/* MEDIA LIST */
/**************/

.thumbnails {
	width: 700px;
}

.thumbnail{
	/*background-color: #f6f0f0;*/ 
	float: left;
	width: 190px; 
	height: 150px; 
	padding: 10px 10px 40px 30px;
	text-align: center;
}

.thumbnail_title {
	color: black;
	font-weight: bold;
}

.thumbnail_info {
	color:#163055;
}

.thumbnail_actions {
	font-weight: bold;
	font-size: 90%;
}

.list_shown_text {
	float:left;
}

.list_shown_text, .list_filters {
	font-family: Verdana,Arial,sans-serif;
	color: #006699;  
	padding: 5px;
}

.list_filters {
	text-align: center;
	font-size:95%;
}

.list_filters select{
	font-size:95%;
	color: black;
	font-family: verdana;
	background-color: #f6f0f0;
	border: #006699 solid;
	border-width: 1px;
	vertical-align: bottom;
}

.list_pagination_top {
	float:right;
	padding: 5px;
}

.list_pagination_bottom {
	text-align: center;
	padding: 10px;
}

/**********/
/* VIEWER */
/**********/


.viewer {
	position: relative;
	padding: 10px;
}

.viewer_left {
	/* I believe this is a bug that requires this float:left for the 
	comments to be propely positioned when clearing both */
	float: left; 
	position: relative;
	width: 545px;
}

.viewer_left_left {
	width: 320px;
}

.viewer_left_right {
	position: relative;
	float: right;
	width: 200px;
}

.viewer_right {
	float: right;
	position: relative;
	width: 270px;
	padding-right: 20px;
}

.viewer_left_bottom {
}

.viewer_bottom {
	clear: both;
}


.viewer_info {
	position: relative;
	height: 40px;
	width: 100%;
}

.viewer_title {
	border-bottom: 1px solid #006699;
	font-weight: bold;
	font-size:120%;
}

.viewer_publish_info {
	font-size:90%;
}


.viewer_player {
}


.viewer_description {
	clear: left;
	padding-top: 10px;
}

.viewer_comments {
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
	background-color: #f0f0f7;
	border: #aba6aa thin dotted;
}

.viewer_comments_post {
	padding: 5px;
}

.viewer_comments_post textarea {
	background-color: #fff; 
	border: #a5acb2 solid; 
	border-width: 1px; 
	width:99.5%; 
	height:50px
}

.viewer_comments_post_submit {
	float: right;
	margin-bottom: 3px;
}


.viewer_comment {
	background-color: #fff;
	margin: 5px;
	padding: 5px;
	border: 1px solid #a5acb2;
}

.viewer_comment_header {
	font-size: 90%;
}

.viewer_comment img {
	float: right;
}

.viewer_comment_text {
	margin-top: 5px;
	font-size: 120%;
}


.viewer_comments_overflow {
	height:300px; overflow:auto;
}

.viewer_stats {
	clear: both;
	padding-top: 10px; 
	padding-bottom: 10px; /* firefox ignores the nmargin-top of the comments div whihc has clear: both */
}

.viewer_stats span {
	float: right;
	color: green;
}

.viewer_prev_next {
}

.viewer_prev_next_header {
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px solid #006699;
}

.viewer_prev_next_header span {
	float:right; 
	font-size:80%;
}

.viewer_prev_next_thumbs {
	padding-top: 5px;
	text-align: center;
	clear: both;
	font-size: 90%;
	color: #006699;
/*	margin-left: 20%; /* this needs to be 100% - the size of the thumbnails/2 */
}

.viewer_prev_next_thumb {
	float: left;
	padding-left: 5px;
}

.viewer_tags {
	clear: both;
	padding-top: 10px;
}

.viewer_tags_header {
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px solid #006699;
}

.viewer_tags span {
	float:right; 
	font-size:80%;
}

.viewer_tag_cloud {
	font-size:90%;
}

.viewer_embed, .viewer_url {
	clear: both;
	font-weight: bold;
	padding-top: 10px;
}

.viewer_embed input, .viewer_url input {
	width: 100%; 
	font-size: 90%;
}

.viewer_tags {
	font-weight: bold;
}

/* action buttons */

.viewer_actions {
	float: left;
}

.viewer_actions_top {
	margin-top: 5px;
}

.viewer_action {
	float: left;
	font-size: 85%;
	font-weight: bold;
	margin-left: 10px;
}

.viewer_approved {
	color: #00AA00;
	margin-right:5px;
	margin-top: 3px;
}

.viewer_rejected {
	padding:5px;
	color: #FF0000;
}

.viewer_reject {
	color: #006699;
}

.viewer_flag {
	color: #006699;
}

.viewer_categories {
	clear: both;
	font-size: 85%;
}

.viewer_category {
	margin-top: 3px;
}

/* ratings */

.viewer_ratings {
	font-family: Verdana,Arial,sans-serif;
}

.viewer_rating {
	font-size : 1.1em;
}

.viewer_rating_text_small  {
	font-size : 1em;
}

.viewer_rating_average {
	float:right;
}

.viewer_rating_track {
	height:14px;
	margin: 5px 0 5px 0;
}

.viewer_rating_track img {
	/* use width to stretch the slider */
	/* less than 100% is used if the slider doesn't covert the ends properly */
	width: 100%;
}

.viewer_rating_handle {
	float: left;  /* required to work as slider */
	
	/* this needs to be the same as the track height above including any bottom margin. */
	/* css2.1 doesn't let you stretch background images so this is a workaround */
	margin-top: -19px;  /* 14 + 5 */
	
	/* move the handle so that it goes all the way to the left */
	margin-left: -5px;
}

.viewer_rating_handle img {
	height: 18px;
}

.viewer_rating_value {
	float: right;
	font-size : .9em;
	margin-right: 10px;
}

.viewer_rating_indicator {
	display:none; 
	float:right;
}

/*********************/
/*     HELPER PAGES  */
/*********************/

.helper_page {
	width: 55%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
}

.helper_page_content {
	background:#faf9fe; 
	padding: 10px 5px 10px 20px;
	border: #aba6aa thin dotted;
}

.helper_page_content fieldset {
	border: none;
}

.helper_page_content legend {
}

.helper_page_content .field {
	margin-top: 10px;
}

.helper_page_content label {
	font-weight: bold;
	float:left;
	width: 170px;
	text-align: right;
	margin-right: 10px;
}

.helper_page_content input {
}

#upload_form_inner label, #ftaf_form label{
	text-align: left;
	width: 100%;
}


/* we don't use imagwes anymore */
.accept input {
	background: #adffcb;
	border: 1px solid #42b86b;
	font-weight: bold;
	font-size: 95%;
	font-family: arial, sans-serif;
	padding: 2px 10px 2px 10px;
	cursor: pointer;
}

.cancel a {
	color: black;
	background: #f6bfc1;
	border: 1px solid #ef1821;
	font-weight: bold;
	font-size: 95%;
	font-family: arial, sans-serif;
	padding: 2px 10px 2px 10px;
}



/*******************/
/* DYNAMIC CONTENT */
/*******************/

.list_dynacon {
	float: right;
	margin-right: 10px;
	border: 1px solid #eee;
}

.viewer_dynacon {
	clear: both;
	text-align: center;
	margin-top: 10px;
/*	border: 2px solid #eee; */
}

/******************/
/*  UTILITY CSS   */
/******************/

.hint{ 
	font-weight: bold;
	margin: 3px 8px;
}

#hintbox{ /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	background: url(../images/hintbox_bg.gif);
	background-color:#FFF;
	background-position: top left;
	background-repeat: repeat-x;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	width: 150px; /*Default width of hint.*/ 
	padding: 3px;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	visibility: hidden;
}

.drop_down_list {
	position: relative;
}

.drop_down_list ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

.drop_down_list li {
}

.drop_down_list li ul {
	position:absolute;
	display: none;
	z-index: 100;
	
	background-color:#f4f4f4;
	border-top:1px solid #6a6a6a;
	border-bottom:2px solid #6a6a6a;
	border-right:2px solid #6a6a6a;
	border-left:1px solid #6a6a6a;
}

.drop_down_list li ul li {
	width: 200px;
}

.drop_down_list li ul li span{
	margin: 2px 2px 2px 4px;
	display:block;
}

/* this works on firefox to show the menu, but IE6 needs the javascript */
.drop_down_list li:hover ul , .drop_down_list li.over ul{ 
	display: block;
}

.drop_down_list li ul li a:hover {
	background:#FFF;
}


/***************************/
/* MONGREL UPLOAD PROGRESS */
/***************************/

#progress-bar {
  width:190px;
  height:14px;
  margin:15px;
  border:solid 1px #000;
  position:relative;
}

#progress-bar #status-bar {
  display:block;
  height:14px;
  width:0;
  background-color:#fff;
	background-image: url(../images/upload_progress_bar.gif); 
  border-right:solid 1px #000;
  position:absolute;
  top:0; left:0;
}

#progress-bar #status-text {
  display:block;
  padding: 0 15px;
  line-height:25px;
  position:absolute;
  top:0; left:0;
}
/* end of mongrel upload progress */



/***************************/
/* PROTOTYPE WINDOWS MODS  */
/***************************/


#confirmDelete .confirmClass { 
	padding:3px; 
	font-size:15px; width:80px; 
} 
#confirmDelete .ok_button { 
	color:#000; 
} 
#confirmDelete .cancel_button { 
	color:#F88; 
} 

#toc {
	border: 1px solid #7f9db9;
	height: 200px;
	overflow: auto;
	margin: 10px;
	color: black;
	text-align:left;
}

/***************************/
/* NIFTY CORNERS ROUNDING  */
/***************************/
.rtop,.artop{display:block}
.rtop *,.artop *{display:block;height:1px;overflow:hidden;font-size:1px}
.artop *{border-style: solid;border-width:0 1px}
.r1,.rl1,.re1,.rel1{margin-left:5px}
.r1,.rr1,.re1,.rer1{margin-right:5px}
.r2,.rl2,.re2,.rel2,.ra1,.ral1{margin-left:3px}
.r2,.rr2,.re2,.rer2,.ra1,.rar1{margin-right:3px}
.r3,.rl3,.re3,.rel3,.ra2,.ral2,.rs1,.rsl1,.res1,.resl1{margin-left:2px}
.r3,.rr3,.re3,.rer3,.ra2,.rar2,.rs1,.rsr1,.res1,.resr1{margin-right:2px}
.r4,.rl4,.rs2,.rsl2,.re4,.rel4,.ra3,.ral3,.ras1,.rasl1,.res2,.resl2{margin-left:1px}
.r4,.rr4,.rs2,.rsr2,.re4,.rer4,.ra3,.rar3,.ras1,.rasr1,.res2,.resr2{margin-right:1px}
.rx1,.rxl1{border-left-width:5px}
.rx1,.rxr1{border-right-width:5px}
.rx2,.rxl2{border-left-width:3px}
.rx2,.rxr2{border-right-width:3px}
.re2,.rel2,.ra1,.ral1,.rx3,.rxl3,.rxs1,.rxsl1{border-left-width:2px}
.re2,.rer2,.ra1,.rar1,.rx3,.rxr3,.rxs1,.rxsr1{border-right-width:2px}
.rxl1,.rxl2,.rxl3,.rxl4,.rxsl1,.rxsl2,.ral1,.ral2,.ral3,.ral4,.rasl1,.rasl2{border-right-width:0}
.rxr1,.rxr2,.rxr3,.rxr4,.rxsr1,.rxsr2,.rar1,.rar2,.rar3,.rar4,.rasr1,.rasr2{border-left-width:0}
.r4,.rl4,.rr4,.re4,.rel4,.rer4,.ra4,.rar4,.ral4,.rx4,.rxl4,.rxr4{height:2px}
.rer1,.rel1,.re1,.res1,.resl1,.resr1{border-width:1px 0 0;height:0px !important;height /**/:1px}

/* end of niftyCorners.css */



/* old crap that needs to go once those pages are redone */

.textbox_text{
	font-family: Verdana,Arial,sans-serif;
	font-size : 1em;
	color: #4298B8;  
}


.checkbox {
	width:20px;
	float: left;
}
.checkbox_text {
	float: left;
}
