html { height: 100%; }

body {
	margin: 0px;
	text-align:center;
	font-family: Arial;
	font-size: 14px;
	color: #858585;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

img { border: 0px; }

a {
	text-decoration: none;
	color: #858585;
}

	a:hover { color: #5b0000; }

h1 {
	font-size:32px;
	padding-top:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #858585;
	margin: 10px 3px;
}

	h1 a {
		text-decoration: none;
		color: #858585;	
	}

		h1 a:hover { color: #5b0000; }

.contactHead {
	font-weight: bolder;
}


	
/* stuff to handle auto-clearing of elements with floats without the need for a clearing div */				
/* thanks to: http://www.positioniseverything.net/easyclearing.html */	
.clearMe:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 1%;
	font-size: 0.1em;
	line-height: 0;
}			

/* patch to make easyclearing hack work in IE7 */
/* thanks to: http://www.tanfa.co.uk/archives/show.asp?var=300 */
.clearMe { display: inline-block; }
.clearMe { display: block; }	

#frame {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	padding-bottom: 56px;
	text-align: left;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}

	#frame.noHeader {
		background-image: none;
	}

	#pageHeader {
		margin: 0px;
	}
		
		#menu {
			text-transform: uppercase;
			font-size: 12px;
			text-align: right;
			margin-right: 100px;
			font-weight: normal;		
		}
		
			#menu a {
				text-decoration: none;
				color: #858585;
			}

			#menu a:hover {
				color: #5b0000;
			}
			
	
	div.reelListTitleWrapper {
		margin-left: 40px;
		margin-top: 5px;
	}
	
		div.reelListTitleWrapper h1 {
			padding-top: 0;
			margin-right: 15px;
			margin-bottom: 10px;
			margin-top: 0;
			float: left;
		}
		
		/* stuff to handle auto-clearing of elements with floats without the need for a clearing div */
		/* thanks to: http://www.positioniseverything.net/easyclearing.html */
		div.reelListTitleWrapper:after {
			content: ".";
			display: block;
			visibility: hidden;
			clear: both;
			height: 1%;
			font-size: 0.1em;
			line-height: 0;
		}

		/* patch to make easyclearing hack work in IE7 */
		/* thanks to: http://www.tanfa.co.uk/archives/show.asp?var=300 */
		div.reelListTitleWrapper { display: inline-block; }
		div.reelListTitleWrapper { display: block; }
	
		div.reelListTitle {
			font-family: Arial, Helvetica, sans-serif;
			text-transform: uppercase;
			font-size: 13px;
			display: block;	
			margin-left: 5px;
			margin-bottom: 10px;
			padding-top: 15px;
			color: #711d1d;
		}

			div.reelListTitle a {
				color: #858585;
				text-decoration: none;
			}

			div.reelListTitle a:hover { color: #711d1d; }
	
	#clipList {
		width: 280px;
		margin: 0;
		padding-left: 40px;
		padding-bottom: 30px;
		float: left;
		background: #fff;
	}

		input.playAll { margin: 10px 4px; }

		a.playAll {
			color: #333;
			text-decoration: none;
			margin: 10px 5px;
			display: block;	
			padding: 3px 10px;
			float: left;
		}

			a.playAll:hover { 
				color: black;
				background-color: #eee;
			}
			
			a.playAll img {
				width: 16px;
				height: 18px;
				border: none;
				vertical-align: middle;
				margin-right: 4px;
			}
	
		#reelList { 
			position: relative;
			clear: left;
			height: 400px;
			width: 278px;
			overflow: hidden;
			overflow-y: scroll;
			border: 1px solid #eee;
			background-color: #f9f9f9;
		}
		
			#clipList.editMode #reelList {
				height: auto;
			}

		a.reelItem {
			background-image: url(reelListRowBackground.jpg);
			background-repeat: repeat-x;
			background-color: #fafafa;
			width: 166px;
			padding: 7px 20px 7px 90px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			display: block;
			color: #3d3d3d;
			text-decoration: none;
			clear: left;
			border-width: 1px ;
			border-style: solid;
			border-top-color: #fafafa;
			border-bottom-color: #fafafa;
			border-left-color: #eee;
			border-right-color: #eee;
			position: relative;
			margin: 0;
		}	
			
			a.reelItem:focus { 
				outline: none; 
				border-top-color: #e1e1e1;
				border-bottom-color: #e1e1e1;
			}
			
			html a.transition { z-index: 2; }

			html a.open,
			a.reelItem:hover { 
				color: #000;
				background-image: url(reelListRowBackgroundOpen.jpg);
				background-color: #fbfbef;
			}
			
			html #reelList a.selected,
			html #reelList span.selected a.reelItem { 
				background-image: url(reelListRowBackgroundPlaying.gif);
				background-repeat: repeat;
			}
			
			a.reelItem span.description {
				display: none;
				font-size: 11px;
				color: #666;
			}
			
			html a.open { 
				/* padding: 15px 20px 15px 90px; */
				border-top-color: #ddd;
				border-bottom-color: #ddd;
				border-width: 1px 1px;
			}
			
			html a.expanded span.description,
			html a.open span.description {
				display: block;
				margin-top: 2px;
			}
			
			html a.expanded {
				position: relative;
			}

			a.reelItem img {
				float: left;
				display: inline;
				margin: -3px 10px -3px -82px;
				width: 72px;
				height: 40px;
			}
				
			a.reelItem span.title,
			a.reelItem span.description {
				width: 166px;
				overflow: hidden;
				min-height: 14px;
			}
			
				a.reelItem span.title input { width: 209px; }
				a.reelItem span.title input { width: 197px; }
			
				a.reelItem span.description textarea {
					width: 209px;
					width: 197px;
					font-size: 11px;
					font-family: Arial,Helvetica,sans-serif;
				}
				
			a.reelItem span.emptyReel {
				display: block;
				width: 278px;
				overflow: hidden;
				min-height: 14px;
				font-style: italic;
				margin-left: -67px;
				text-align: center;
			}
						
			/* stuff to handle auto-clearing of elements with floats without the need for a clearing div */				
			/* thanks to: http://www.positioniseverything.net/easyclearing.html */	
			a.reelItem:after {
				content: ".";
				display: block;
				visibility: hidden;
				clear: both;
				height: 0;
				font-size: 0.1em;
				line-height: 0;
			}			
			/* hide from IE/Mac \*/
			* html a.reelItem { height: 1%; }
			/* end hide from IE/Mac */

			/* patch to make easyclearing hack work in IE7 */
			/* thanks to: http://www.tanfa.co.uk/archives/show.asp?var=300 */
			a.reelItem { display: inline-block; }
			/* hide from IE/Mac \*/
			a.reelItem { display: block; }
			/* end hide from IE/Mac */	
			
			
			div.toolbar {
				font-size: 11px;
				color: black;
				background-color: #f3f3f3;
				padding: 3px;
				margin-bottom: 10px;
				text-align: right;
			}
			
				div.toolbar input { font-size: 11px; }
				
				
			div.reelListTitle a.reelName {
				display: block;
				position: relative;
			}
			
				div.reelListTitle button { text-transform: none; }
				div.reelListTitle input.editReelTitle { 
					text-transform: uppercase; 
					width: 276px;
				}
			
				/* div.editorName h1:hover, */
				div.reelListTitle a.reelName:hover {
					background-image: url(reelListRowBackgroundOpen.jpg);
					background-color: #fbfbef;
				}
				/* div.editorName div.selected, */
				div.reelListTitle div.selected {
					background-image: url(reelListRowBackgroundPlaying.gif);
					background-repeat: repeat;			
				}
				
			input.editorButton {
				font-size: 11px;
			}
			
			div.editButtons {
				position: absolute;
				left: 290px;
				top: 0;
				white-space: nowrap;
			}
				
			button { font-size: 11px; }
			
			h1 input.editReelTitle {
				font-size:32px;
				font-family: Georgia, "Times New Roman", Times, serif;
				width: 280px;
			}
			
			div.editorName h1 { position:relative; }
			
			div.urlName { 
				padding: 0 5px; 
				margin-bottom: 10px;
			}
			div.urlName span { position:relative; }
			
			div.urlName div.editButtons { left: 160px; }
			
			div.editorFunctions {
				margin-left: 20px;
			}
			
			.error { color: red; }
			
	#uploader {
		width: 301px;
		margin: 0;
		margin-top: 25px;
		padding-left: 40px;
		float:left;
		clear: left;
		background:#fff;
		font-size: 12px;
	}
			
		#uploader input { font-size: 11px; }
	
	#tvPane {
		width: 680px;
		height: 514px;
		float: left;
		position: relative;
	}
		
		#flashVideoFrame {
			top: 0px;
			position: absolute;
			left: 0px;
		}
	

	div.copyBlock {
		width:600px;
		margin: 30px auto;
	}
	
		div.copyBlock h1 { 
			text-align: center;
			margin: 30px auto;
		}
		
		
		table.contactsTable { margin: auto; }

			table.contactsTable td { 
				padding: 0 20px; 
				vertical-align: top;
			}
			
			table.contactsTable .contactHead { white-space: nowrap; }
			
#footer {
	margin: 20px 0;
	width: 100%;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3d3d3d;	
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
}

.loginForm {
	margin: auto;
	width: 220px;
	text-align: right;
}

	.loginForm input.textInput {
		width: 140px;
		margin-bottom: 5px;
	}
