/*

CLI Colors:
#B2B2B2 light gray
#A6A6A6 light gray - "Cisco"
#5C5C5C medium gray
#3D3D3D dark gray
#3B3B3B dark gray - "Learning"
#466A7A light blue
#2C677A light blue - "e"
#034B63 dark blue - "Institute", "e"
#AFA379 light brown
#483318 dark brown

*/

html
{
	height: 100%;
}

body
{
	background: #3A5E8C url('images/body-bg-um.png') repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	height: 100%;
}

h1
{
	font-size: 24px;
	margin: 0px;
}

img
{
	border: none;
}

table
{
	margin: 0px auto;
}

ol ol
{
	list-style-type: lower-alpha;
}

ol ol ol
{
	list-style-type: lower-roman;
}

ul
{
	padding-left: 20px;
}

li
{
	margin: 10px 0;
}

p
{
	margin: 10px 0;
}

a
{
	color: #3D3D3D;
	text-decoration: none;
}


a:hover
{
	text-decoration: underline;
}


/* added by Kristine  to remove protected PDFs*/
span.deadpdf {
	text-decoration:line-through;
}

.material_deadpdf {
	color: #3D3D3D;
	background-color: #CECECE;
	margin-bottom: 10px;
	padding: 10px;
	position: relative;

}

#media-picker td .deadpdf
{
	background-color: #CECECE;
}

/* Kristine */

/* Layout */
#wrap
{
	background: white url('images/blockM.png') no-repeat scroll top right;
	margin: 0 auto;
	padding: 0;
	width: 742px;
	min-height: 100%;
}

#container
{
	clear: both;
	margin: 0;
	padding: 0px 10px 24px 10px;
	width: 722px;
}

#header
{
	border-bottom: 2px solid #013F65;
	position: relative;
	margin: 10px 0px;
	height: 102px;
}

#header #devteam-logo
{
	padding-top: 4px;
	text-align:center;
	margin:auto;}

#header h1
{
	font-size: 22px;
	line-height: 22px;
	margin: 0px;
	position: absolute;
	bottom: 0;
	left: 0;
}

/* Media */
#media, #media-right, #media-left
{
	border: 1px solid black;
	margin-bottom: 10px;
	width: 720px;
	height: 270px;
}

#media
{
	width: 720px;
}

#media, #media a, #media-right, #media-right a, #media-left, #media-left a
{
	color: white;
}

#media-left
{
	width: 360px;
	float: left;
	/*clear: right; added by Kristine*/
	clear:both; /*added by Kristine*/
}

#media-right
{
	width: 360px;
	float: right;
}

#player, #viewer
{
	background: black;
	width: 360px;
	height: 270px;
	line-height: 270px;
	text-align: center;
}

#player
{
	float: left;
}

#viewer
{
	float: right;
}

#text
{
	float: left;
	width: 330px;
	clear: left;
}

#text a
{
/*	color: #466A7A; */
/*	color: #2C677A; */
	color: #034B63;
}

#text.full
{
	width: 100%;
	clear:both; /*added by Kristine*/
}

#material
{
	float: right;
	width: 382px;
}

#footer
{
	font-size: 10px;
	text-align: center;
	line-height: 24px;
	margin: -24px auto 0;
	width: 742px;
	height: 24px;
}

/* Media-Picker */
#media-picker
{
	border-collapse: collapse;
	width: 720px;
	margin-bottom: 10px;
}

#media-picker td
{
	border: 1px solid black;
	color: #3D3D3D;
	background-color: #B2B2B2;
	vertical-align: top;
	text-align: center;
}

#media-picker td a
{
	display: block;
	padding: 8px;
}

#media-picker td.viewed
{
	background-color: #5C5C5C;
}

#media-picker td.viewed a
{
	color: #B2B2B2;
}

#media-picker td.hover
{
/*	background-color: white; */
}

#media-picker td.selected
{
	background-color: white;
}

#media-picker td.selected a
{
	color: #3D3D3D;
}

#media-picker th
{
	border: 1px solid black;
	padding: 10px;
}

#media-picker .thumbnail
{
	border: 1px solid black;
	display: block;
	margin: auto;
}

#media-picker col
{
	border-style: double;
}

/* Media-Sequence */
#media-sequence
{
	clear: both;
}

#media-sequence .scrollable
{
	position: relative;
	overflow: hidden;
	float: left;
	width: 648px;
	height: 130px;
	margin-bottom: 10px;
}

#media-sequence .scrollable.two-lines
{
	height: 148px;
}

#media-sequence .scrollable.three-lines
{
	height: 166px;
}

#media-sequence .scrollable.four-lines
{
	height: 182px;
}

#media-sequence .scrollable ol.items
{
    width: 20000px;
    position: absolute;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#media-sequence .scrollable ol.items li
{
	float: left;
	width: 146px;
	height: 128px;
	background: #B2B2B2;
	color: #3D3D3D;
	border: 1px solid black;
/*	cursor: pointer; */
	text-align: center;
	margin: 0px;
}

#media-sequence .scrollable.two-lines ol.items li
{
	height: 146px;
}

#media-sequence .scrollable.three-lines ol.items li
{
	height: 164px;
}

#media-sequence .scrollable.four-lines ol.items li
{
	height: 180px;
}

#media-sequence ol.items li.viewed
{
	background-color: #5C5C5C;
}

#media-sequence ol.items li.viewed a
{
	color: #B2B2B2;
}

#media-sequence ol.items li.hover
{
/*	background-color: white; */
/*	cursor: pointer; */
}

#media-sequence ol.items li.selected
{
	background-color: white;
/*	cursor: pointer; */
}

#media-sequence ol.items li.selected a
{
	color: #3D3D3D;
}

#media-sequence .items a
{
	display: block;
	padding: 8px;
}

#media-sequence a.prev, #media-sequence a.next
{
/*	cursor: pointer; */
	display: block;
	width: 18px;
	height: 18px;
	float: left;
	margin: 58px 9px;
	line-height: 0px;
}

#media-sequence a.prev:hover, #media-sequence a.next:hover
{
	background-position: 0px -18px;
}

#media-sequence a.disabled
{
	visibility: hidden !important;
}

#media-sequence a.prev
{
	background: url(../images/scrollable/arrow/left.png) no-repeat;
}

#media-sequence a.next
{
	background-image: url(../images/scrollable/arrow/right.png);
	clear: right;
}

#media-sequence .thumbnail
{
	border: 1px solid black;
	display: block;
	margin: auto;
}

/* Material */
.material
{
	color: #3D3D3D;
	background-color: #B2B2B2;
	margin-bottom: 10px;
	padding: 10px;
	position: relative;
}

.material-content
{
	display: none;
	padding-top: 10px;
}

/* Corners */
.corner
{
	background-image: url('images/corners.png');
	width: 10px;
	height: 10px;
	line-height: 0px;
	overflow: hidden;
	position: absolute;
}

.corner.top
{
	top: 0px;
}

.corner.left
{
	left: 0px;
}

.corner.right
{
	right: 0px;
}

.corner.bottom
{
	bottom: 0px;
}

.corner.top.left
{
	background-position: 0px 0px;
}

.corner.top.right
{
	background-position: 10px 0px;
}

.corner.bottom.right
{
	background-position: 10px 10px;
}

.corner.bottom.left
{
	background-position: 0px 10px;
}

.citation
{
	font-size: 8px;
	margin: 4px;
}

/* Float clearing fix */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-block; /* for IE/Mac */
}

