body {
	margin: 0;
	padding: 0;
	font: normal normal normal 14px/normal  Verdana, sans-serif;
	background-color: #eeede8;
	color: #666;
}
label {
	float: left;
	width: 90px;
	margin-right: 20px;
	margin-top: 2px;
	text-align: right;
	color: #000;
}

.permissions label {
	float: none;
	width: auto;
	margin-right: 20px;
	margin-top: 2px;
	text-align: left;
	color: #000;
}

a{
	color: #003956;
}

p {
	overflow: hidden;
	margin: 20px 0px;
	line-height: 22px;
}

span.inputs {
	display: block; 
	float: left;
	overflow: hidden;
	width: 265px;
	padding: 2px;
}
span.inputs input.specify {
	width: 100px;
}
span.inputs span.left {
	display: block;
	float: left;
	margin-right: 10px;
}
:active {
	outline: 0 none;
}

input[type=text], input[type=password] {
	outline: 0 none;
	background: #FFF url('/images/form_shadows.png') repeat-x;
	-webkit-border-radius: 2px 2px; -moz-border-radius: 2px 2px; border-radius: 2px 2px;
	border-bottom: 1px solid rgb(225, 225, 225);
	border-left: 1px solid rgb(142, 142, 142);
	border-right: 1px solid rgb(225, 225, 225);
	border-top: 1px solid rgb(142, 142, 142);
	float: left;
	line-height: 18px;
	height: 18px;
	width: 265px;
	font: normal normal normal 12px/normal 'Lucida Grande', Lucida, Verdana, sans-serif;
	margin: 0px 2px 0px 0px;
	padding: 2px;
		resize: none; }
textarea{
	float: left;
	width: 265px;
	height: 200px;
}		
.one-col textarea#user_note{
	height:100px;
	width:305px;
	float:right;
}
p.bigger_text textarea#user_note{
	height:100px;
	width:305px;
}
.one-col textarea {
	
}
input:focus, textarea:focus {
	background-color: #fefeee;
}

input[type=submit], button, .button a, a.button {
	background: url('/images/bg_buttons.jpg') top left repeat-x;
	border: 1px solid #e4e3da;
	height: 30px;
	color: #036393;
	font-size: 14px;
	padding: 0 20px;
	float: left;
  margin-right: 10px;
  overflow: visible; /* FOR PROPER PADDING IN IE */
	-webkit-border-radius: 10px 9px; -moz-border-radius: 10px 9px; border-radius: 10px 9px;
}
input[type=submit]:hover, button:hover, .button a:hover, a.button:hover{
	cursor: pointer;
	border: 2px solid #add9ef;
	padding: 0 19px;
}
input[type=submit]:disabled {
	border: 1px solid white;
	color: #ccc;
}
.button a, a.button {
	height: 24px;
	padding: 3px 20px 0px 20px;
	text-decoration: none;
}
.button a:hover, a.button:hover{
	height: 23px;
	padding: 2px 19px 0px 19px;
}
input[type=submit] {
}
h1 {
	background: url('/images/wallpaper.gif') top left repeat-x;
	height: 71px;
	line-height: 71px;
	color: #FFF;
	font-size: 24px;
	font-weight: normal;
	padding-left: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-shadow: #000000 1px 1px 1px;
}

h2 {
	color: #003956;
	font-size: 18px;
	font-weight: normal;
}

h4 {
	font-weight: normal;
	
	padding: 20px 20px 10px 20px;
	color: #003956;
	margin-top: 20px;
}
form h4 {
	border-top: 1px solid #d9d9d9;
}

/****** Header ******/
#header {
	background: url('/images/header.png') center bottom no-repeat;
	height: 143px;
    position:relative;;
}

#header .wrapper {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 850px;
}

.landing_header .wrapper {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 850px;
}

	div#header h1 {
		color: #023c59;
		font-size: 36px;
		line-height: 36px;
		position:relative;
		text-align: right;
		text-shadow: none;
		padding-right: 0px;
		height: 80px;
		margin: 10px 0px 0px 0px;
		background: url('/images/logo.png') top left no-repeat;
	}
	.logo_link{
		position:absolute;
		left:0px;
		top:0px;
		width:236px;
		height:63px;

	}
	a.logo_link {text-decoration:none;}
	div#header p {
		margin: 0 10px 0 0;
	}
/***** Landing Page ******/

div.landing_header{
	background: url('/images/wallpaper.gif') top left repeat;
	height: 270px;
	color: #FFF;
	margin:-20px 0 0 0;
}
	div.landing_header div.header-left{
		width: 400px;
		margin: 65px 0px 0px 40px;
		float: left;
	}
	div.landing_header div.header-right{
		width: 300px;
		margin: 30px 0px 0px 20px;
		float: left;
	}
	
div#col-left {
	width: 435px;
	margin: 40px 0px 0px 40px;
	float: left;
	border-right: 1px solid #d0d0d0;
}
div#col-left input.right {
	float: right;
}
div#col-right{
	width: 290px;
	margin: 40px 0px 0px 40px;
	float: left;
}
	div#col-right input[type=text], div#col-right textarea, div#col-right input[type=password]{
		width: 190px;
	}
	div#col-right label{
		width: 66px;
	}
	div#col-right form p {
		clear: both;
	}
	
	div#col-right form p.remember-me {
		margin-top: -8px;
		margin-bottom: 4px;
	}
	
	div#col-right form p.remember-me input{
		float: right;
		margin-top: 7px;
		margin-right: 8px;
	}
	div#col-right form p.remember-me label, div#col-right a.forgot-password{
		float: right;
		width: 200px;
		font-size: 11px;
		color: #036393;
		font-style: italic;
	}
	div#col-right a.forgot-password{
		float: right;
		text-align: right;
		margin-top: 0px;
		margin-right: 10px;
		font-size: 11px;
		color: #036393;
		font-style: italic;
	}
	div#col-right input.right {
		float: right;
		margin: 20px 0px 0px 0px;
	}
div.one-col {
	margin: 0px 40px;
	clear: both;
	overflow: hidden;
}	

p#terms-conditions {
	text-align: right;
	font-size: 12px;
	font-style: italic;
	margin-right: 55px;
}
	
/***** One col table lists *****/
	
div.one-col h3 {
	background: url('/images/wallpaper.gif') top left repeat-x;
	height: 44px;
	font-weight: normal;
	text-shadow: #000000 1px 1px 1px;
	color: #FFF;
	padding: 0px 20px;
	line-height: 44px;
	margin-bottom: 0px;
	-webkit-border-radius: 10px 9px; -moz-border-radius: 10px 10px 0px 0px; border-radius: 10px 10px 0px 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}	
	
div.one-col table {
	width: 100%;
	border-collapse: collapse;
}	
	div.one-col table tr {
		border-bottom: 1px solid #d9d9d9;
	}
		div.one-col table tr th {
			text-align: left;
			color: #696969;
			font-size: 14px;
			height: 35px;
		}
		
		div.one-col table tr td {
			padding: 10px 0px 10px 5px;
			
		}
		div.one-col table tr td.role{
			width: 20px;
			height: 10px;
		}
		div.one-col table tr td.admin {
			background: url('/images/icon_users_admin.jpg') center left no-repeat;
		}
		div.one-col table tr td.sales_rep {
			background: url('/images/icon_users_sales.jpg') center left no-repeat;
		}
		div.one-col table tr td.pending {
			background: url('/images/icon_users_pending.jpg') center left no-repeat;
		}
			div.one-col table tr td a, div.one-col table tr th a {
				color: #003956;
				text-decoration: none;
			}
			div.one-col table tr td a:hover, div.one-col table tr th a:hover{
				text-decoration: underline;
			}
p.legend{
	font-size: 10px;
	vertical-align: center;
}
p.legend img {
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 10px;
}

/**** FORM ELEMENTS ***/



/**** Two columns ****/
div.two-col-left{
	margin: 0px 40px;
	float: left;
	width: 400px;
	overflow: hidden;
}
div.two-col-right {
	margin: 0px 40px 0px 0px;
	float: right;
	width: 330px;
}

/*** user view pages ***/
div.one-col.view p span,
div.two-col-left.view p,
 div.two-col-right.view p{
	margin-left: 40px;
}

div.one-col.view p span, 
div.two-col-left.view p span, 
div.two-col-right.view p span {
	width: 90px;
	color: #000;
	text-align: right;
	margin-right: 40px;
	display: inline-block;
	font-weight: bold;
}
.view p {
	padding: 0px 0px;
	margin: 10px 0px;
}

/******** DASHBOARD *****/

div.dashboard div.dashboard-item{
	border-bottom: 1px solid #d9d9d9;
	padding: 20px 0px;
	overflow: hidden;
}

div.dashboard div.dashboard-item p {
	float: left;
	width: 500px;
	margin: 0px;
	padding-top: 0px;
}

div.dashboard div.dashboard-item .button, div.dashboard div.dashboard-item p.button a {
	width: 150px;
	text-align: center;
	float: left;
}
div.dashboard div.dashboard-item .button:hover, div.dashboard div.dashboard-item p.button a:hover {
	margin-bottom: 0px;
	height: 23px;
}			

/*** User Dashboard Page ***/
div.show {
	padding: 10px 20px 10px 10px;
	border-bottom: 1px solid #e1e1e1;
	overflow: hidden;
}
div.show img {
	float: left;
	margin-right: 20px;
}
div.show div {
	float: left;
}
div.show div.logo {
	width: 205px;
}
div.show div.show-info {
	width: 270px;
}

div.show div.episode-links{
	text-align: center;
}
div.show div.episode-links span {
	font-style: italic;
	font-size: 10px;
}
div.show div.episode-links .button {
	margin-left: 50px;
}
div.show div.episode-links .button:hover{
	height: 23px;
}
div.two-col-left.client-info{
	margin: 0px 40px;
	float: left;
	width: 300px;
	overflow: hidden;
}
div.two-col-right.client-info {
	border-left: 1px solid;
	padding-left: 40px;
	width: 349px;
}
div.client-info {
	/*margin-top: 40px;*/
}
div.client-info h4 {
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	color: #3e3e3e;
	font-size: 18px;
}
div.client-info p {
	overflow: hidden;
}
div.client-info select{
	width: 220px;
	margin-right:30px;
	float:right;
	font-size:13px;
}
div.client-info table.requests {
	width: 90%;
	font-weight: normal;
	border-collapse: collapse;
}

div.client-info table.requests th{
	text-align: left;
	
	font-style: italic;
	font-size: 14px;
	font-weight: normal;
	width: 50%;
	padding: 10px 0px 5px 20px;
	border-collapse: collapse;
	border-bottom: 1px solid #E1E1E1;
}
div.client-info table.requests td {
	padding: 10px 0px 5px 10px;
}
div.client-info table.requests td.request {
	font-style: italic;
}
div.client-info h3 {
	font-size: 14px;
	font-weight: normal;
	color: #3e3e3e;
	clear: both;
	margin-top: 40px;
}
div.client-info .name {
	color: #0f4560;
}
/*** user edit form ***/
div.user_info{
	overflow: hidden;
}
div.user_info div.main {
	float: left;
}
div.user_info p {
}
div.user_info p.note {
	float: right;
}

div#letter-filter {
	background-color: #e7e7e7;
	padding: 5px 20px;
	font-size: 10px;
	color: #c9c9c9;
	text-align: center;
	-webkit-border-radius: 5px 5px; -moz-border-radius: 5px 5px; border-radius: 5px 5px;
	margin: 0px 20px 10px 20px;
}
div#letter-filter span {
	margin: 0px 5px;
}

	div#letter-filter span.available{
		color: #666;
		cursor: pointer;
	}
	div#letter-filter span.active {
		color: #0f4560;
		font-weight: bold;
	}
div#select-all-perms {
	margin: 40px 40px 0px 40px;
	font-size: 10px;
}
div#open-all-perms {
	margin: 5px 40px 5px 40px;
	font-size: 10px;
}
div.permissions-block {
	padding: 0px 20px;
	overflow: hidden;
}
	div.permissions-block span {
float: left;
	}

	div.permissions-block span.show-name {
		color: #000;
		display: block;
		float: left;
		font-size: 14px;
		padding-left: 15px;
		cursor: pointer;
		background: url('/images/icon_collapse_up.jpg') 0 3px no-repeat;
	}
	span.show-private {
		color: #802734;
		font-size: 10px;
		font-weight: bold;
		padding-left: 3px;
		line-height: 14px;
	}
	div.permissions-block span.open{
		background: url('/images/icon_collapse_down.jpg') 0 3px no-repeat;
	}

	div.permissions-block div {
		float: left; 
		/*margin: 0px 50px 0px 20px;*/
		margin: 0px 20px 0px 20px;
	}
	div.permissions-block div.show-permission {
		float: left;
		width: 310px;
		/*margin-right: 10px;*/
	}
	
	div.permissions-block div.episodes{
		padding: 10px 0px;
		margin: 0px;
	}
	div.permissions-block div.episode-permission {
		font-size: 12px;
		margin-right: 0px;
		clear: left;
	}
	div.permissions-block div.episode-permission input{
		float: left; 
		margin-right: 10px;
	}
		div.permissions-block div.episode-permission p {
			width: 240px;
			margin: 0px;
			padding: 0px;
			float: right;
		}
		div.permissions-block div.show {
			font-size: 12px;
		}
			div.permissions-block div.show p {
				margin: 0px;
			}
		div.permissions-block div.show span{
			float: left;
		}
			div.permissions-block div.show input{
				clear: both;
				margin-left: 10px;
			}
			
/***** Video PLaying Page ***/			
div.player{
	background: #7f2232 url('/images/bg_video_page.jpg') bottom left repeat-x;
	padding: 20px 100px;
}
div#video_player {
	width: 640px;
	height: 360px;
	margin: 0px;
	padding: 0px;
}
	div.player h2 {
		color: #FFF;
		text-shadow: #000000 2px 1px 1px;
		font-style: italic;
		padding-bottom: 10px;
		padding-left: 15px;
		font-size: 16px;
		border-bottom: 1px solid #4b1019;
		margin-bottom: 0px;
	}
	
div.now-playing {
	background-color: #003956;
	border: 1px solid #003956;
	border-top: 0px;
	padding: 5px 0px 5px 8px;
	margin-right: 9px;
	margin-left: 0px;
	margin-top: 0px;
	width: 631px;
	overflow: hidden;
}			
div.now-playing div.episode {
	padding-left: 10px;
}
div.episode .button {
	margin-top: 15px;
	float: right;
}

div.episode {
	font-size: 12px;
	border-bottom: 1px solid #4b1019;
	overflow: hidden;
	padding: 5px 8px 5px 20px;
}
div.episode p {
	line-height: 14px;
	font-size: 14px;
	margin: 0px;
	float: left;
	color: #FFF;
}
	div.episode p .title {
		font-size: 14px;
		padding: 0px;
		text-shadow: #000000 2px 1px 1px;
	}
	div.episode p .episode-info {
		font-size: 10px;
	}
	
	div.now-playing div.episode {
		padding-right: 0px;
		border: 0px;
	}
		div.now-playing div.episode a.button{
		}
		div.now-playing div.episode p .episode-info {
			font-size: 12px;
		}
div.screening_room h2 {
	border-bottom: 1px solid #E1E1E1;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
div#documents {
	overflow: hidden;
	padding: 20px 0px;
}
div#documents div.document {
	float: left;
	width: 200px;
	text-align: center;
	/*border-right: 1px solid #E1E1E1;*/
}

span#open-all-perms{color: #0f4560;	cursor: pointer;
font-weight: bold;}
a.right {
	float: right;
}

#col-left p.note {
  margin: 0px 0px 0px 110px;
}

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

#colleague{ background-color:#ccccc9; 
				padding:10px 10px 10px; 
				border-top:1px solid #666666; 
				border-bottom:1px solid #666666;
			 }

#email_col	{ 	height:0px; 
					width:0px;
					padding:0px;
					line-height:0px; 
					font-size:0px; 
					border:0px;
				}

div.permissions-block div.checkbox {
	margin: 0px;
	padding: 20px 0px;
}

div.permissions-block div.checkbox label {
	margin-left: 70px;
	float: none;
	clear: both;
	text-align: left;
	color: #666666;
}



/****** DEV ONLY ******/
div#quick_logins{
	width: 770px;
	clear: both;
	margin: 40px;
}
div#quick_logins input {
	float: none;
	margin-bottom: 10px;
}

span.option {
    padding-left: 110px;
    margin: 0px;
    display: block;
}	
span.option label {
    float: none;
    color: #666666;
}

.search_filter select {
  font-size: 1.0em;
  float: left;
}

.pending_show_requests td {
  vertical-align: top;
}

.pending_show_requests p.button input {
  font-size: 1.0em;
  height: 24px;
  margin-left: 10px;
  vertical-align: middle;
}

div.one-col table.search tr {
  border: none;
}

div.one-col table.search {
  margin: 20px 0px;
  width: auto;
}
div.one-col table.search tr td {
  padding: 5px;
}
div.one-col table.search tr td p.button {
  margin: 0px;
}

div.one-col table.search label {
	float: none;
	width: auto;
	margin-right: 20px;
	margin-top: 2px;
	padding-left: 5px;
	text-align: left;
	color: #666;
}

