/*
---------------------------------------------------
SETUP
---------------------------------------------------
*/

body {
    margin:0; padding:0;
	text-align:center;
	background:#ffffff;
	clear:both;
	}

body { /* FONT SETUP */
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px; 
    *font-size: small; /* IE 7 HACK */
    *font: x-small; /* IE 6 HACK */
	line-height:1.38;
	color:#4a545e;
	}

table {
    font-size:inherit;
    font:100%;
	}
/*
.font10 { font-size:77%; }
.font11 { font-size:85%; }
.font12 { font-size:93%; }
.font13 { font-size:100%; }
.font14 { font-size:108%; }
.font15 { font-size:116%; }
.font16 { font-size:123.1%; }
.font17 { font-size:131%; }
.font18 { font-size:138.5%; }
.font19 { font-size:146.5%; }
.font20 { font-size:153.9%; }
.font21 { font-size:161.6%; }
.font22 { font-size:167%; }
.font23 { font-size:174%; }
.font24 { font-size:182%; }
.font25 { font-size:189%; }
.font26 { font-size:197%; }
*/

h2 {
	margin:0; padding:6px 0 0 0; clear:both;
	font-size:14px;
	font-weight:bold;
	color:#4a545e;
	text-align:left;
	}

a {
	color:#000000;
	text-decoration:underline;
	}

a:hover { text-decoration:none;
	color:#d71920;
	}

/*
------------------------------------------

------------------------------------------
*/

.video_list {
	margin:0;
	width:368px; height:163px; 
	overflow:scroll;
	border:1px solid #666666;
	}

.video_list table {
	background:#eeeeee;
	border-collapse:collapse;
	}

.video_list td, .video_list th {
	padding:10px;
	text-align:left;
	border-bottom:1px dotted #666666;
	}

.video_list .bottom {
	border:0px;
	}

.video_list th, .video_top th {
	width:102px;
	}

.video_list th img, .video_top img {
	border:1px solid #333333;
	}

.video_info {
	float:right; width:370px;
	}

.video_top {
	border:1px solid #666666;
	}

.video_top td, .video_top th {
	padding:10px;
	text-align:left;
	}