/* metavid.css Created on June 29, 2007
 *
 * All Metavid Wiki code is Released under the GPL2
 * for more info visit http://metavid.org/wiki/Code
 *
 * @author Michael Dale
 * @email dale@ucsc.edu
 * @url http://metavid.org
 *
 * extended styles for metavid extension
 */
.mvd_page_image{
	float:left;
	padding-right:5px;
	width:50px;
}
.mvd_page_image img {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
}
.tail_color{
	position:absolute;
	width:10px;
	border-bottom-color:#2F6FAB
}
.mv_fd_mvd{
	float:left;
	width:90%;
	min-width: 350px;
	border:none;
	border: 1px solid #FFFFFF;
}
.even{
	background:#EEE;	
}
.odd{
	background:#DDD;	
}
.anno_en{
	background:#CCF;	
}

.mv_video_time_hr{
 	position:absolute;
 	top:10px;
 	right:30px;
 	z-index:5;
	font-weight: 100;
	background:black;
	color:white;
}
.mv_timeline_mvd_jumper{
	cursor:pointer;
}
.mv_fd_im_cont{
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
}

label.mv_css_form,input.mv_css_form {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}
label.mv_css_form {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}
br.mv_css_form {
	clear: left;
}

.pl_desc{
	font-family:sans-serif;
	font-style:normal;
	font-size:small;
	font-variant:normal;
}

textarea.mv_ajax_textarea{
	font-family:sans-serif;
	font-style:normal;
	font-size:small;
	font-variant:normal;
	font-weight:normal;
}
div.autocomplete {
      position:absolute;
      min-width:250px;
      overflow:hidden;
      z-index:99;
      background-color:white;
      border:1px solid #888;
      margin:0px;
      padding:0px;
}
div.autocomplete ul {
      list-style-type:none;
      margin:0px;
      padding:0px;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
      list-style-type:none;
      display:block;
      margin:0;
      padding:2px;
      cursor:pointer;
      font-size:1.2em;
}


#auto complete css:
.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 96%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('images/indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: #CCC;
	color: #000;
	padding-right:10px;
}
.set_ogg_player_pref{
	text-align:left;
}

/**********************
* stream interface
***********************/
.mv_stream_title{
	font-weight:bold;font-size:1.1em;
}
#mv_page_spacer{
	width:100%;
	height:550px;
}
#MV_VideoPlayer{
	position:absolute;width:322px;top:30px;height:270px;left:10px;margin:4px;
}
#MV_Overlay{
	position:absolute;left:365px;top:30px;right:15px;bottom:10px;margin:4px;min-width:470px;
}
/*#mv_fd_mvd_cont{
	position:absolute;top:0px;right:12px;overflow-x:hidden;overflow-y:auto;
}*/
#mv_time_line{
	position:absolute;background:#DDDDDD;left:0px;height:94%;overflow:hidden;
}
#selectionsBox{
	width: 480px;
	height: 517px;
	overflow: auto;
	border: 1px solid #c8c8c8;
	margin: 15px 0;
}
#videoContent {
	width: 410px;
	float: left;
	display: inline;
}
#videoContent #videoMeta {
	background:#EEEEEE none repeat scroll 0 0;
	color:#353535;
	font-size: 11px;
	height:100%;
	margin:35px 0 10px;
	overflow:hidden;
	padding:10px;
	width:380px;
}
.layers ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
.layers ul li {
	display:inline;
	padding-right:15px;
}
#videoSideBar {
display:inline;
float:right;
width:495px;
}
#videoContent #videoMeta p.options span.download {
display:block;
margin-bottom:6px;
}
#videoContent #videoMeta p.about_file {
display:inline;
float:right;
margin:0;
padding:0;
}
#videoContent #videoMeta p.options {
display:inline;
float:left;
margin:0;
padding:0;
width:190px;
}

#videoContent #videoMeta p.about_file span.views {
display:block;
margin-bottom:6px;
}

#MV_Tools{
	/*position:absolute;width:400px;top:420px;left:10px;bottom:10px;margin:4px;*/
	float:left;
}
#mv_tool_cont{
	/*position:absolute;top:0px;left:0px;right:13px;bottom:30px;overflow:auto;*/
}
#mv_videoPlayerTime{
	position:absolute;left:150px;z-index:5;font-weight: 100;width:120px;background:black;color:white;
}

/*hide page title for streams*/
body.ns-106 .firstHeading{
	display:none;
}
/***********************
*sequence interface
************************/
#MV_SequencePlayer{
	position:absolute;width:322px;top:30px;bottom:195px;left:10px;margin:4px;
}
#MV_SequenceTools{
	position:absolute;left:365px;right:10px;top:30px;bottom:195px;margin:4px;
}
#MV_SequenceTimeline{
	position:absolute;left:10px;right:10px;height:174px;bottom:0px;margin:4px;
}

#cmml_link{
	position: absolute; right: 17px; top: 18px;width:28px;height:28px;z-index:2;
}

/***********************
* search interface
************************/
input.mv_search_text{
	margin-top:17px;
	font-size:12;
}
.mv_search_select{
	margin-top:17px;
}
.hl_term{
	font-weight:bold;
	background:white;
}
.mv_result_bar {
	background-color:#FFCC66;
	border-bottom:thin dashed #000000;
	border-top:thin dashed #000000;
	margin-top:5px;
	margin-right:5px;
	padding-left:5px;
	padding-top:2px;
}


/* jCalendar css */
table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}

table.jCalendar td.has_streams {
	background: #FC6;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

a.dp-choose-date {
	/*float: left;*/
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 15px 3px 0;
	display: inline;
	text-indent: -2000px;
	overflow: hidden;
	background: url('images/calendar.png') no-repeat;
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	/*float: left;*/
}

.mv_adj_hr{
	border:solid black thin;
}

#resultsArea {
	width: 630px;
	float: left;
	display: inline;
	margin: 0 0 10px 8px;
}

ul#metaResults, ul#metaProfile {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	overflow: hidden;
	height: 100%;
}
ul#metaResults li, ul#metaProfile li {
	display: inline;
}
ul#metaResults li a, ul#metaProfile li a {
	text-decoration: none;
}

ul#metaResults li.results {font-weight: bold; margin-right: 10px; margin-left:3px;}
ul#metaResults li.relevant {}
ul#metaResults li.recent {}
ul#metaResults li.viewed {margin-right: 10px;}
ul#metaResults li.rss a {background: url(images/ico_rss.png) top right no-repeat; padding: 0 18px 0 0; color: #df5c01; margin-left:40px}
ul#metaResults li.subscribe img {vertical-align: bottom; margin-left: 10px;}

ul#metaProfile li.recent_activity {font-weight: bold; font-size: 15px; float: left; display: inline;}
ul#metaProfile li.rss a {float: right; display: inline; background: url(images/ico_rss.png) top right no-repeat; padding: 0 18px 0 0; color: #df5c01;}
ul#metaProfile li.subscribe img {vertical-align: bottom; float: right; display: inline; margin-left: 10px;}
ul#metaResults li.prevnext {margin-left:3px; margin-right:10px;}

#resultsArea ul#results {
	list-style: none;
	margin: 20px 0;
	padding: 0;
}
#resultsArea ul#results li.result {
	margin: 0 0 26px 0;
	overflow: hidden;
	height: 100%;
}
#resultsArea ul#results li.moreBy {
	padding: 10px 0 0 173px;
}
#resultsArea ul#results li.moreBy a {text-decoration: none; font-weight: bold; font-size: 14px;}

#resultsArea ul#results li.result .vid_img {float: left; display: inline; width:160px;}
#resultsArea ul#results li.result div.result_description {
	width: 353px;
	float: left;
	display: inline;
	margin: 0 0 0 15px;
}
.suggestionsBox div.block p.people2_match img {width: 44px;}
#resultsArea ul#results li.result div.result_description p {margin: 0; padding: 8px 0;}
#resultsArea ul#results li.result div.result_description h4 {margin: 0; padding: 0;}
#resultsArea ul#results li.result div.result_description a {text-decoration: none;}
#resultsArea ul#results li.result div.result_meta {float: right; display: inline; color: #7a7979;}
#resultsArea ul#results li.result div.result_meta span {display: block; font-size: 12px; padding: 2px 0;}

#searchSideBar {
	width: 253px;
	float: right;
	display: inline;
	overflow: hidden;
}
#searchSideBarInner h6 {color: #242424; text-transform: none; padding: 5px 20px 5px 20px; margin: 0;}
#searchSideBarInner h6.profile {background: #dfebfe; margin: 0px 1px;}
#suggestions {
	width: 295px;
	overflow: hidden;
	position: absolute;
	z-index: 2;
	margin: 0 0 0 230px;
}
#suggestionsInner{
	background:#FFF;
}

/* for dialog boxes */
.dlbox-centered 
{
	display:none;
	position:fixed;
	background:#DDD;
	border:3px solid #AAA;
 	font-size:115%;".
	width:40%;
	height:50%;
	/*margin: -20% 10% -20% 10%;*/
	padding: 10px;
	z-index:100;
}
.dlbox-overlay{
	display:none;
	background:#000;
	cursor:wait;
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:99;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
<!-- CSS Calendar Start -->
//<style type="text/css">
	/* the calendar table style */
	option.lst{}
	input.btn{}	
	ul.bullets {padding-left: 0px;}

	.calendarWeekday {vertical-align:top; background-color:;}	
	.calendarWeekend {vertical-align:top; background-color:black}	
	.calendarToday {vertical-align:top; background-color: black}
	.daymissing { height:100px;border:1px solid black}
	.alerts {text-align: left;}		
	.calendarYearSelect {text-align:right;white-space:nowrap;}
	.calendarMonthSelect {white-space:nowrap;}
	.eventsMode {}
	.dayMode{}
	.weekMode{border:1px solid #808080;height:100px;}	
	.calendarAddEvent {text-align: right; white-space:nowrap; font-size:10px; vertical-align:top;}		
	.monthMode{height:100px; border:1px solid #808080;}
	.calendarEventList { width:100%; background-color: transparent;}
	
	
	.calendarTransparent {
	  background-color: transparent;
	  width:100%;
	}

	/* defines the text for single day events... other events inherent these base values */
	.baseEvent{
		padding:0px;
		border-spacing: 0px;		
		text-align: left;
		font-size: 12px;
	}	
	
	/* defines the text for multi-day events... inherents baseEvent */
	.repeatEvent{
	}
	
	/* defines the text for recurrence type events... inherents baseEvent */
	.recurrenceEvent{
		font-weight:bold;
	}
	
	.calendar {
	  padding:0px;
	  border-spacing:0px;
	  border:0px solid #808080;
	  border-collapse:collapse;
	  width:100%;
	  background-color:;
	}
	
	/* style for the table cell displaying the month title */
	.calendarTitle {
	  font-size:18px;
	  text-align:center;
	  font-weight:bold;
	}
	
	/* style for the week day headings */
	.calendarHeading {
	  width:14%;
	  text-align:center;
	  font-weight:bold;
	  background-color:black;	
	  border:1px solid #808080;
  	}
	
	.calendarDayNumber {
	  white-space:nowrap;
	  border:1px solid #CCCCCC;
	  background-color:black;	  
	  width:20%;
	  text-align: center;
	  font-size: 12px;
	}
	
	/* eventlist 'mode' day overrrides */
	.eventsDay {
	  background-color: transparent;
	  border:0px;
	  font-weight:bold;
	  font-style:italic;
	  font-size: 16px;
	  text-align: left;
	}
	
	.singleDay {
	  background-color: transparent;
	  border:0px;
	  font-weight:bold;
	  font-style:italic;
	  font-size: 14px;
	  text-align: left;
	}	
	
/******  Year View Options BEGIN  *******/
	.yearCalendar {
	  vertical-align:top;
	  border:0px solid #808080;
	  xborder-collapse:collapse;
	  width:100%;
	  text-align: center;
	}		
	
	.yearCalendarMonth {
	  vertical-align:top;
	  border:1px solid #808080;
	  border-collapse:collapse;
	  width:100%;
	  text-align: center;
	}	
	
	.yearTitle {
	  text-align:center;
	  font-weight:bold;
	  border:1px solid #808080;
	  font-size: 14px;
  	}
	
	.yearHeading {
	  text-align:center;
	  font-weight:bold;
	  background-color:#E0E0E0;	
	  border:1px solid #808080;
	  font-size: 12px;
  	}
	
	.yearWeekday {
	  text-align:center;
	  border:1px solid #808080;
	  font-size: 12px;
  	}
	
	.yearWeekend {
	  text-align:center;
	  background-color:#EEEEEE;	
	  border:1px solid #808080;
	  font-size: 12px;
  	}
/******  Year View Options END  *******/		

//</style>
<!-- CSS End -->
