<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: #e9e9e9;
	font-family: Arial;
	font-size: 14px;
	margin: 0;
	padding: 0;
	
}

a {
	color: #0066ff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #0066ff;
}


.td_row_0 {
	
}

.td_row_1 {
	background-color: #838383;
}

.video_list {
	    margin-bottom: 15px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 0px solid black;
        width: 350px;
		height: 100px;
	    float: left;
        margin-right: 10px;
        font-size: 11px;
		
	
}



.video_list a,img {
	text-decoration: none;
	border: 0px;

}

.video_list img {
	-moz-box-shadow: 0 0 2px 1px #888;
	-webkit-box-shadow: 0 0 2px 1px #888;
	box-shadow: 0 0 10px 2px #888;
}

.video_place {
	float: left; 
	
	padding-left: 1px;
	padding-top: 1px;
	margin-right: 12px; 
	background-color: #CCC;

}

h3 {
	font-size: 13px;
	font-weight: 400;
}

#video_related {

}

.video_quick:hover {
	background-color: #EEE;
}

.video_quick {
	border-bottom: 1px dotted #ccc;
	padding: 3px;
	font-size: 12px;
	margin-bottom: 5px;
	height: 70px;
	float: left;
}

.video_quick img {
	width: 64px;
	margin-right: 5px;
}

#tube {
	-moz-box-shadow: 0 0 10px 5px #888;
	-webkit-box-shadow: 0 0 10px 5px #888;
	box-shadow: 0 0 20px 10px #888;
}

#vid_download {
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	font-size: 12px;
	width: 200px;
	float: right;
	padding: 10px;
}

#vid_under_1 {
	float: left;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	width: 320px;
}

#vid_under_2 {
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	width: 320px;
	float: right;
}

#video_under_desc {
	font-size: 12px;
}

#vid_cat_tag {
	font-size: 12px;
}

#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

#header_container {
	background: white url("../images/rainbow-banner.png") repeat-x top;
	padding-top: 20px;
	border-bottom: 1px solid #ccc;
	-moz-box-shadow: 0px 0px 5px #888;
	-webkit-box-shadow: 0px 0px 5px #888;
	box-shadow: 0px 0px 5px #888;
}

#header {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
}

#header strong {
	color: #de9d2d;
	font-size: 15px;
	font-weight: 800;
}

#header h2 {
	font-weight: 400;
}

#top_nav {

}

#top_nav li {
	list-style-type: none;
	display: inline;
	padding: 2px;
}


.error {
	color: red;
	size: 14px;
}

.status {
	color: #333;
	font-size: 12px;
}

#admin_top_nav {
	
}

#admin_top_nav li {
	list-style-type: none;
	display: inline;
	padding-bottom: 5px;
	padding-right: 5px;
}

#footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	background-color: #ddd;
	width: 100%;
	padding-left: 5px;
}
.alt0 {
	background-color: #E8E8E8;

}

.alt1 {
	background-color: #FFF;
	
}

.clear {
	clear: both;
}

#browse_terms {
	background-color: #CCC;
	width: 200px;
	padding-top: 2px;
}

#terms_header {
	font-size: 14px;
	background-color: #333;
	color: #DDD;
	width: 200px;
	height: 24px;
	padding-top: 6px;
	padding-left: 5px;
	margin-bottom: 10px;
	float: left;
}



#category_name {
	background-color: #333;
	color: #DDD;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 24px;
	padding-top: 6px;
	text-align: center;
}

#steps {
	width: 200px;
	float: left;
	clear: both;
}

#steps li {
	list-style-type: none;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

#steps li.selected {
	background-color: #6CF;
}

#steps li.completed {
	background-color: #F9F9F9;
	background-image: url(/images/tick.png);
	background-position: top right;
	background-repeat: no-repeat;
}

#steps li.notyet {
	background-color: #CCC;
	background-image: url(/images/particletree.png);
	background-position: top right;
	background-repeat: no-repeat;
}

#extra {
	width: 200px;
	font-size: 11px;
	
	clear: both;
	float: left;
	margin-top: 10px;
	margin-bottom: 50px;
	
}

label {
	float: left;
	font-weight: 800;
	width: 180px;

	clear: both;
}


select.required {
	border: 1px solid #0098E1;
}

select {
	border: 1px solid #333;
}

input.required {
	border: 1px solid #0098E1;
}

.step_content {
	border: 1px solid #ccc;
	float: left;
	
	width: 700px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	font-size: 12px;
	font-family: "Lucida Grande", "Verdana";
	margin-bottom: 20px;
}

#steps form em {
	font-size: 11px;
}

#steps select { 
	margin-left: 145px; 
	font-size: 12px;
	font-family: "Lucida Grande", "Verdana";
}

.step_content input { width: 250px; font-size: 12px;
font-family: "Lucida Grande", "Verdana";}
.step_content textarea { 
	font-size: 12px;
	font-family: "Lucida Grande", "Verdana"; 
	margin-left: 180px; 
	width: 250px;
}

#steps label.check, label.radio { position:relative; text-align:left; }

#steps button { margin-left: 145px; }


input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.step_header {

	min-height: 160px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	background-color: #FFF;
 
 	background: -moz-linear-gradient(100% 100% 90deg, #DDD, #FFF);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#DDD));
  
}

.step_header p {
	font-size: 12px;
}

#screenings_metadata {
	font-size: 11px;
	float: left;
	margin-right: 10px;
}


#receipt_collab {
	margin-left: 180px;
}

#receipt_metadata {
	width: 600px;
	
}


#receipt_metadata td {
	font-size: 12px;
}

.table_style table {
	border-collapse: collapse;
	table-layout: fixed;
}

.table_style td, th {
	padding: 0.5em;
	border: 1px solid #CCC;
	/*white-space: nowrap;
	overflow: hidden;*/
}

.table_style thead, tfoot {
	background-color: #DDD;
}

tr.rowodd {
	background-color: #FFF;
	
}

tr.roweven {
	background-color: #F2F2F2;
}

.sortcol {
	cursor: pointer;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
.sortasc {
	background-color: #DDFFAC;
	background-image: url(../images/up.gif);
}
.sortdesc {
	background-color: #B9DDFF;
	background-image: url(../images/down.gif);
}
.nosort {
	cursor: default;
}

div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0;
  padding:0;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:32px;
  cursor:pointer;
}

#percentage {
	height: 20px;
	background-color: white;
	border: 1px solid #333;
	width: 190px;
}

#progress {
	background-color: #40C1FF;
	height: 20px;
}


.validation-advice {
	color: red;
	font-size: 14px;
	font-weight: 800;
}

.extension {
	
	background-color: #FFF6BB;
	border: 1px solid #ccc;
	font-weight: 600;
	font-size: 14px;
	width: 900px;
	padding: 5px;
	
}

#logo {
height: 100px;
overflow: none;
}

#logo img {
	float: left;
	z-index: -1;
}


#logo1 {
	float: left;
	font-size: 48px;
	margin-top: 25px;
}

#logo2 {
	float: left;
	font-size: 32px;
	color: red;
	margin-top: 40px;
}

#browse_terms li {
	list-style-type: none;
	font-size: 13px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#browse_terms li:hover {
	background-color: #DDD;
}

#browse_categories {
	background-color: #CCC;
	width: 200px;
	margin-top: 10px;
}

#categories_header {
	font-size: 14px;
	background-color: #333;
	color: #DDD;
	width: 200px;
	height: 24px;
	padding-top: 6px;
	padding-left: 5px;
	margin-bottom: 10px;
	float: left;
}

#browse_categories li {
	list-style-type: none;
	font-size: 13px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#browse_categories li:hover {
	background-color: #DDD;
}

#browse_header {
	background-color: #CCC;
	width: 650px;
	position: absolute;
	top: 133px;
	left: 330px;
	padding: 5px;
	height: 20px;
	padding-left: 160px;
	z-index: 9;
}

#browse_content {
	float: left;
	width: 750px;
	padding-left: 10px;
}

#browse_side {
	float: left;
	width: 200px;
}</pre></body></html>