

body {
	font-family:Trebuchet MS, Verdana;
	background:#FFFFFF;
} 




#main_area {
	width:877px;
	margin:75px auto;
	
}



div#left {
	width:340px;
	float:left;
	padding:0 15px 35px 0px;	
	border-right: 1px dashed #444947;
}

div#watch_left {
	width:auto;
	float:left;
	padding:0 35px 35px 0px;	

}

div#right {
	float:left;
	width:340px;
	padding-left:20px;
	
}

div#watch_right {
	float:left;
	width:400px;
}

h1.section_header {
	font-size:.9em;
	padding:4px;
	background:#F0F0E9;
	margin:2px 0 2px 0;
}

h1.section_alert_header {
	font-size:.9em;
	padding:4px;
	background:#BFFABE;
	margin:2px 0 2px 0;
}

fieldset#new_video {
	border:1px dotted #000;
	font-size:.6em;
}

fieldset#new_video legend {
	font-size:14px;

}

li.video_title {
	list-style:none;
	font-size:1em;
}

a:hover { 
	text-decoration:underline;
}
a {
	color:#164F88;
	text-decoration:none;
}

a.title_link {
	float:none;
}

a.edit_link {
	text-align:right;
}

.row {
	float:none;
	margin-top:15px;
}

.left {
	float:left;
}

input {
	border:1px solid #444947;
	padding:2px;
}

#sampleVideo {
	float:left;
	width:330px;
	height:430px;
}

span.video_date {
	color:#70706D;
	margin-right:9px;
}

/*  user login, registration etc page styles */
form {
	margin-top:5px;
}

div.user_form {
	float:none;
	width:85%;
	margin-top:4px;
}

.form_label {
	text-align:right;
	width:26%;
}

.form_label {
	float:left;
	text-align:left;
}

fieldset#collaboration_invite {
	width:95%;
}

.collaboration_form_label {
	width:150px;
	text-align:left;
	margin:5px 5px 5px 5px;	
}

.collaboration_form_input {
	border:1px solid #919288;
	padding:2px;
}

textarea.collaboration_form_input {
	
}

p {
 	width:55%;
}

div#left p {
	width:100%;
}

div.alert {
	width:45%;
	border:2px solid red;
	padding:3px;
	font-size:.9em;
	color:red;
	margin:10px 0 10px 0;
}


.form_available {
	color:#41963A; /* green */
	font-size:.8em;
}

.form_unavailable, .form_alert {
	color:#EB1013; /* red */
	font-size: .8em;
}


/**********************************/

li.list_caption {
	/*list-style:none;*/
	padding:2px;
	margin:2px;
}

li.list_caption:hover {
	background:#C3E8EE;
	
}

li.highlight {
	background:#C3E8EE;
}

li.list_caption a:hover {
	text-decoration:none;
}

div.translation_row {
	width:50%;
	border-bottom:1px solid #44947;
	margin:4px 0 4px 0;
	float:top;
}

div.translation_row:hover {
	background:#EEFFA8;
}

div.translation_column {
	width:45%;
	float:left;
}

div.caption_times {
	width:98%;
	float:none;
}

textarea.new_caption {
	margin-left:10px;
	width:96%;
	border:1px solid #444947;
	padding:4px;
}

div#translation_editor {
	padding:10px 0 0 20px;
	width:50%;
	height:300px;
	float:left;
	
	border-left:1px dotted #797668;
}

div#translation_editor h2 {
	font-size:1.2em;
	background:
}

div#caption_text {
	text-align:left;
	width:75%;	
	margin-bottom:25px;
} 

div#caption_background {
	
}

textarea.translated_text, input.translated_background {
	border:1px solid #797668;
	padding:3px;
}


div#translation_controls {
	width:100%;
	margin-top:30px;
	padding:6px;
	float:left;
}


div.video_title_thumb {
	width:131px;
	padding:2px;
	text-align:center;
	float:left;
	margin:5px;
}

.video_title_thumb img {
	float:top;

	width:130px;
	height:91px;
	border:0px;
}

.video_title_thumb a {
	font-size:.9em;
}
.video_title_thumb a {
	border:0px;
}