/* CSS 2.1 */

/* global ***********************************************/

body {
	font-size: 12px;
	font-family: arial, sans-serif;
  padding: 0;
  margin: 0;
	}

li {
	list-style: none;
	font-family: arial, sans-serif;
	color: #828282;
    margin-top:0px;
	}

	#module-video.oracle {
		position: relative;
		width: 548px;
		height: 436px;
		}

.module-video {
	position: relative;
	width: 326px;
	height: 420px;
	}


/* player ********************************************/

#module-video-player {
	z-index: 1;
	position: absolute;
	top: 14px;
	left: 0px;
	}


/* buttons **********************************************/

	#module-video-scrollbox.oracle {
		top:365px;
		width: 527px;
		}
		
#module-video-scrollbox {
	padding: 0px;
	z-index: 15;
	position: absolute;
	top:303px;
	left: 10px;
	height: 150px;
	width: 307px;
	}

#up, #down {
  	height: 12px;
  	cursor: pointer;
  	display:block;
	font-size: 9px;
	color: #1b64b3;
	line-height: 12px;
	}

#down.hover, #up.hover {
	color: #5bb5e1;
	}
#down.press, #up.press {
	color: #1b64b3;
	}

#up.inactive, #down.inactive {
	cursor: default;
	}

/* #up.active, #up.hover, #up.press, #up.inactive */
#up {
	border-left: 1px solid #8c8c8c;
	border-right: 1px solid #8c8c8c;
	}

#up.active #up-content, #up.inactive #up-content {
	background: url('http://images.inc.com/inctv/module-video/up-active_bg.gif');
	text-align: center;
	height: 12px;
	}

#up.hover #up-content, #up.press #up-content {
	background: url('http://images.inc.com/inctv/module-video/up-hover_bg.gif');
	text-align: center;
	height: 12px;
	line-height: 12px;
	}

#down.active #down-alpha, #down.inactive #down-alpha{
	background: url('http://images.inc.com/inctv/module-video/down-active_bg-left.gif') no-repeat left top; 
	padding-top: 0;
	}

#down.active #down-beta, #down.inactive #down-beta {
	padding-top: 0;
	background: url('http://images.inc.com/inctv/module-video/down-active_bg-right.gif') no-repeat right top;
	
	}

#down.active #down-content, #down.inactive #down-content {
	background: url('http://images.inc.com/inctv/module-video/down-active_bg.gif');
	margin-left: 4px;
	margin-right:4px;
	text-align: center;
	height: 12px;
	line-height: 12px;
	}

#down.hover #down-alpha, #down.press #down-alpha {
	background: url('http://images.inc.com/inctv/module-video/down-hover_bg-left.gif') no-repeat left top;
	}


#down.hover #down-beta, #down.press #down-beta {
	padding-top: 0;
	background: url('http://images.inc.com/inctv/module-video/down-hover_bg-right.gif') no-repeat right top;
	}

#down.hover #down-content, #down.press #down-content {
	background: url('http://images.inc.com/inctv/module-video/down-hover_bg.gif');
	margin-left: 4px;
	margin-right:4px;
	text-align: center;
	height: 12px;
	}



/* enlarge button **************************************/

#module-video-enlarge {

  width: 324px;
  text-align: right;
  font-size: .9em;
  height: 14px;
  line-height: 1em;
}

#module-video-enlarge img {
  margin-left: 4px;
  vertical-align: middle;
  border: none;
}

	#module-video-enlarge a {
	  display: none;
	  text-decoration: none;
	 /* padding-right: 19px; */
	  color: #000066;
	 /* background:#ffffff url('http://images.inc.com/inctv/module-video/enlarge_button.gif') no-repeat top right; */
	 /* padding-bottom: 2px;  */
	}
	#module-video-enlarge a:hover {
		text-decoration: underline;
		}


#module-video-enlarge a {
  text-decoration: none;
 /* padding-right: 19px; */
  color: #000066;
 /* background:#ffffff url('http://images.inc.com/inctv/module-video/enlarge_button.gif') no-repeat top right; */
 /* padding-bottom: 2px;  */
}
#module-video-enlarge a:hover {
	text-decoration: underline;
	}


/* titles *********************************************/

	#module-video-titles.oracle {
	  width: 527px;
	}

	#module-video-titles.oracle ul.module-list {
	  width: 527px;
	}

#module-video-titles {
  height: 78px;
  max-height: 78px;
  width: 307px;
  overflow: hidden;
  position: relative;
  z-index: 15;
  display: block;
}

#module-video-titles ul.module-list {
  padding: 0px;
  margin: 0px;
  position: relative;
  top: 0px;
  width: 307px;
  margin-top:0px;
}

#module-video-titles ul.module-list li {
  margin: 0px;
  height: 26px;
  line-height: 2.2em;
  overflow: hidden;
  padding: 0px;
  border-right: 1px solid #8c8c8c;
  border-left: 1px solid #8c8c8c;
  vertical-align: bottom;
  background: #ffffff;
  cursor: pointer;
}
#module-video-titles ul.module-list li.hover {
	background: #67b0ed;
	color: #ffffff;
    cursor: pointer;
	}

#module-video-titles ul.module-list li.active {
  background: #4378a5;
  color: #ffffff;
}

	#module-video-titles.oracle li .title {
	  width: 465px; 
	}

#module-video-titles li .title {
  padding-top:0px;
  padding-bottom: 0px;
  padding-left: 10px;
  width: 255px;
  float: left;
  font-size: 1.1em;
}

#module-video-titles li .time {
  float: left;
  font-size: 1em;
}

