@charset "utf-8";
/* CSS Document */
td.rank { }

#videos {
	border-collapse:collapse;
	width:90%;
	margin: 0;
	color: #00a0af;
}

#videos tbody { margin: 0; }

#videos th {
	background-color: #ffffff;
	padding: 6px 0.25em;
	color: #000000;
	margin: 0;
	border-bottom: solid 1px #c2e8ee;
	cursor: pointer;
}

#videos td, #videos th { 
	margin: 0; 
	padding: .75em 0.375em .75em 0.375em;
	text-align: left;
}

#videos tr.titlerow { background: none; }

#videos tr td.booktitleTD {
    background-color: #f0f9fb;
  
	 border-bottom: solid 1px #c2e8ee;
}

#videos tr td.bookauthorTD {
    background-color: #f0f9fb;
 
	 border-bottom: solid 1px #c2e8ee;
}

#videos tr td.videodateTD {
    background-color: #f0f9fb;

	 border-bottom: solid 1px #c2e8ee;
}
#videos tr.rowSelected td.booktitleTD {
    background-color: #d0eef4;

	 border-bottom: solid 1px #c2e8ee;
}

#videos tr.rowSelected td.bookauthorTD {
    background-color: #d0eef4;

	 border-bottom: solid 1px #c2e8ee;
}

#videos tr.rowSelected td.videodateTD {
    background-color: #d0eef4;

	 border-bottom: solid 1px #c2e8ee;
}

#apDiv1 {
	position:absolute;
	left:572px;
	top:299px;
	width:360px;
	height:160px;
	z-index:1;
}

#imgwrapper { height: 260px; }

.booktitle {
	font-weight: bold;
	font-size: 12px;
}

.date {
	color: #000;
	font-size: 10px;
	text-transform: uppercase;
}

.location {
	color: #000;
	font-size: 10px;
}

.rowHover {
	color: #000;
	cursor: pointer;
}

#content1, #sidebar {
	float: left;
	text-align: left;
}

#content1 {
	width: 240px;
	margin: 0px;
}
#content2 {
	float:left;
	width: 220px;
	margin-top: 90px;
	text-align: center;
}
#sidebar {
	width:320px;
	margin-top: 0;
	margin-left: 20px;
	float: right;
	
}

#sidebar_brace {
	float: right;
	width:300px;
	height:260px;
	margin: 20px 0px 20px 20px;
	display: inline;
}

