body, html{
	background-color:#4c5e6d;
}

div#page{
	border-top:0px solid #8b1f2e;
}

div#content{
	border-top:0px double #000000;
}

div#video{
	margin-top:30px;
	width:793px;
}

div#video #v-top{
	height:7px;
	background:transparent url('../images/vid_top.png') no-repeat top left;
	font-size:1px;
}

div#video #v-mid{
	height:538px;
	background:#c7c5c5 url('../images/vid_middle.png') repeat-x top left;
	padding:3px 10px 0px 10px;
}

div#video #v-mid2{
	height:627px;
	background:transparent url('../images/vid_middle2.png') repeat-x top left;
	padding:3px 10px 0px 10px;
}

div#video #v-bot{
	height:7px;
	background:transparent url('../images/vid_bottom.png') no-repeat top left;
	font-size:1px;
}

div#video #v-mid #vc-head{
	height:75px;
}

div#video #v-mid #vc-body{
	margin:20px 0px;
}

div#video #v-mid #vc-body #player{
	float:left;
	background-color:#000;
    width:425px;
    height:344px;
}

div#video #v-mid #vc-foot{
	height:79px;
}

.call-to{
	margin-top:5px;
	height:46px;
	padding-top:26px;
	padding-left:20px;
	padding-right:20px;
}

h3, h3 a{
	font-family: Arial, Helvetica, Sans-serif;
	font-size:14px;
	color:#474747 !important;
    text-decoration:none;
}

h2, h2 a{
	color:#474747 !important;
    text-decoration:none;	
}

h3 a:hover, h2 a:hover{
	text-decoration:underline;
}

div#now-playing{
	float:left;
	margin-left:5px;
}

div#now-playing #title{
	height:48px;
	background:transparent url('../images/camera.png') no-repeat center left;
	padding-left:75px;
	padding-top:10px;
}

html body div#now-playing #title.cam{
    background:none;
    padding:0;
    padding-top:10px;
}

.cam img{
float:left;
margin:-6px 13px 0 4px;
}

.cam h4{
clear:right;
margin-top:0 !important;
}

div#now-playing #title h4{
	margin:0px;
	padding:0px;
	font-size:12px;
    line-height:13px;
	font-weight:normal;
	font-family:Tahoma, Arial, Sans-serif;
	color:#474747;
}

div#now-playing #title h2, #VCaption{
	margin:0px;
	padding:0px;
	font-size:18px;
	font-weight:normal;
	font-family:Tahoma, Arial, Sans-serif;
	color:#204d8a;
    text-transform:capitalize;
}


div#now-playing h3{
	background:transparent url('../images/real.png') no-repeat center left;
	padding-left:25px;	
	margin:8px 0px 7px 15px;
}

div#list{
	width:308px;
	height:251px;
	border:1px solid #000000;
	margin-left:20px;
    overflow:auto;
}

div#list div{
	background:transparent url('../images/list_bg_3.png') repeat top left;
}

div#list h6{
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#474747;
	height:31px;
	line-height:25px;
	padding:35px 0px 0px 10px;
    font-weight:bold;
}

div#list ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

div#list ul li{
	display:block;
	padding:6px 0px 0px 20px;
	height:60px;
	line-height:18px;
    font-size:11px;
}

div#list ul li p{
    text-transform:capitalize;
	text-decoration:underline;
	cursor:pointer;
	color:#8b1f2e;
    margin:0;
    padding:0;
    font-size:13px;
}

.nocur{
	cursor:default !important;
}
/*
.bg-texture{
	background:transparent url('../images/list_bg.png') repeat-x top left;
}

.bg-color{
	background-color:#e4e4e4;
}
*/

li.bg-color:active{
color:#FF0000;
}

div#page div#footer{
	background:transparent url('../images/footer-dog.gif') no-repeat bottom right;
}

#VidName{
background-color:transparent;
}

.form-inj label{
white-space:nowrap;
}
.form-inj td{
padding-bottom:15px !important;
}

.form-inj input, .form-inj textarea{
margin-bottom:0px !important;
border:1px solid #70899f !important;
}

.form-inj .former{
border-top:1px solid #333; 
border-bottom:1px solid #333;
border-left:1px solid #333;
border-right:20px solid #811c2a !important; 
background-color:#f2e6b8; 
color:#333; 
text-transform:uppercase; 
padding:5px 8px 4px 8px;
margin-top:10px;
font:700 12px/12px Arial, sans-serif; 
cursor:pointer;
}
.former:hover{
background-color:#e2c788 !important;
color:#000 !important;
}