/* CSS Document */
body {
	margin: 0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

a.title {
	color: #333333;
	text-decoration:none;
}

a.title:hover {
	color: #333333;
	text-decoration:underline;
}

a.cancel {
	font-size:12px;
	color:#990000;
	font-weight:bold;
	text-decoration:none;
}

table.playlist {
	border:solid 2px #0A518A;
}

table.playlist th {
	background-color:#0A518A;
	padding:8px 8px 8px 8px;
	color:#fff;
	text-transform:uppercase;
	word-spacing: 2px;
	font-weight:bold;
}

table.playlist tr td span {
	color: #88E;
}

#title {
	display:none;
	padding:4px 4px 4px 4px;
}

#videoPlayback {
	width: 455px;
	height:370px;
	background-color: #FAFAFA;
}

.button {
	background-color:#0E70C0;
	color:#fff;
	border:solid 1px #0A518A;
	padding:1px 4px 4px 4px;
	font-weight:bold;
}

#page-wrap {
	width: 760px;
	background: white;
	margin: 130px auto;
	padding: 3px;
}

#top, #bottom, #left, #right {
	background: #A4D0ED;
	}
	#left, #right {
		position: fixed;
		top: 0; bottom: 0;
		width: 12px;
		}
		#left { left: 0; }
		#right { right: 0; }
		
	#top, #bottom {
		position: fixed;
		left: 0; right: 0;
		height: 12px;
		}
		#top { top: 0; }
		#bottom { bottom: 0; }



