/*---------------------------------------------------------------------------------------------|
|	Author: James Swinyard																	   |
|	james@jamesswinyard.co.uk																   |
|	Developed for Countrywide Productions, Moving Image Communications LTD and Michael Maloney |
|----------------------------------------------------------------------------------------------*/

/*----------------------------------------
General HTML Styles
----------------------------------------*/

body {
	padding: 					0px;
	margin:						0px;
	background:					#ccc;
	font-family:				"Arial", sans-serif;
	font-size:					12px;
	text-align:					justify;
}

#wrapper {
	width:						400px;
	height:						350px;
	background:					#acacac;
	float: 						left;
	clear: 						both;
	margin-left: 				35%;
	margin-top: 				30px;
	padding:					30px;
	border:						1px solid #eee;
}

input, select {
	background: #eee;
	border: 1px solid #000;
}

input.text {
	width:						395px;
	padding: 5px 0px 5px 0px;
}

input.submit {
	background:					#ff0088;
	border:						1px solid #eee;
	padding:					5px;
	width:						400px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}

select {
	padding: 5px 0px 5px 0px;
	float: right;
	width:					255px;
	display: block;
}

label {
	float: left; 
	clear: both;
	font-weight: bold;
	margin-right: 	10px;
	padding-top: 5px;
}

h1, h2 {
	padding: 0px;
	margin: 0px;
}

.field {
	float: 						left;
	clear:						both;
	margin:						3px 0px 3px 0px;
}

table#timecodes {
border-collapse: collapse;
margin-bottom: 30px;
}

table#timecodes td, table#timecodes tr, table#timecodes th {
	border: 1px solid #f2f2f2;
	padding: 3px;
	font-size: 13px;
}

table#timecodes tr:hover {
	background: #999;
}

table#timecodes th.heading {
	background: #333;
	color: #fff;
	font-size: 14px;
	padding: 5px;
}

/*----------------------------------------
	Highlighting Styles
----------------------------------------*/
.highlight
{
background: #fff000;
}

.highlight_important
{
background: #fff000;
}
