.video_list {
	background-image: -webkit-gradient(radial, 50% -70, 0, 50% 0, 200, from(#444), to(#0D0D0D));
	border-collapse: collapse;
	color: white;
}
.video_list tr:nth-child(odd) {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#414041), color-stop(0.03, rgba(50, 50, 50, 0.398438)), to(rgba(50, 50, 50, 0.398438)));
}
.video_list tr:nth-child(even) {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#414041), color-stop(0.03, rgba(45, 45, 45, 0.199219)), to(rgba(45, 45, 45, 0.199219)));
}
.video_list td {
	font-size: 1em;
	height: 36px;
	padding: 4px 2px 2px 4px;
}

#video_player {
	padding: 10px 0 10px 0px;
	text-align: center;
}

#vid {
	width: 960px;
	padding-bottom: 32px;
}
#vid td {
	vertical-align: top;
}
#vid_body {
	
	width: 680px;
	margin: 0px 10px 0px 2px;
}


#vid_url {
	display: none;
}
#vid_content {
	width: 680px;
	min-height: 400px;
	
	background-color: #0D0D0D;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;

	-moz-border-radius-bottomleft: 5px 5px;
	-moz-border-radius-bottomright:  5px 5px;

	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;

	-moz-border-radius-topleft: 5px 5px;
	-moz-border-radius-topright:  5px 5px;
}
#vid_content_body {
	padding: 10px 10px 10px 10px;
}
#vid_content_body_text img {
	margin: 6px 6px 12px 6px;
	border: 4px solid #ffffff;
	
	-moz-box-shadow: 3px 3px 5px #404040;
	-webkit-box-shadow: 3px 3px 5px #404040;
	box-shadow: 3px 3px 5px #404040;
}

#vid_content_body_text {
	
}


#vid_sidebar {
	float: left;
	background-color: #C4CCB3;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;

	-moz-border-radius-topleft: 5px 5px;
	-moz-border-radius-topright:  5px 5px;
	-moz-border-radius-bottomleft: 5px 5px;
	-moz-border-radius-bottomright:  5px 5px;
	
	width: 260px;
	min-height: 500px;
	padding-top: 10px;
}
#vid_sidebox_social{
	background-color: #ffffff;
}

#fb-like-container{
	float: left !important;
	padding-top: 4px;
	width: 110px;
}
#tweet-count {
	float: left !important;
	padding-top: 4px;
}
#share-this-container {
	float: left !important;
	padding-top: 4px;
}
#cms_vid_share {
    background-color: #E3E3E3 !important;
    border-bottom: 1px dotted #cccccc;
    padding: 6px 6px 6px 6px;
}
#cms_vid_rate {
    background-color: #F1F1F1 !important;
    padding: 6px 6px 6px 6px;
}


#vid_box_evt {
	margin: 10px 2px 2px 2px;
	width: 250px;
	padding: 0 4px 0 4px;
	


}
#vid_box_evt h2 {
	margin: 3px 0px 3px 0px;
    font-size: 1.2em;
    font-weight: bold;
    color: #313132;
    border-bottom: 2px solid #298238;
}

.evt_entry a, .evt_entry a:visited, .nw_webcast a, .nw_webcast a:visited {
	font-size: 12px;
    color: #313132;
    text-decoration: none;
	word-wrap: break-word;
	display: block;
}
.evt_entry a:hover, .nw_webcast a:hover {
    color: #398000;
    text-decoration: underline;
}
.evt_entry, .nw_webcast {
    line-height: 1.3em;
    padding: 0px 0px 5px 10px;
    background: url(../media/bullet02.gif) no-repeat;
	
	word-wrap: break-word;
	width: 230px;
}


#vid_videos {
	background-color: black;
	padding: 8px;
	text-align: center;
	
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
}

#vid_videos .video {
	display: none;
}
#vid_videos .video embed {
	border: 1px solid #404040;
}


#vid_videos .first {
	display: block;
}