﻿#pubVideoNews 
{
    float: left;
    height: 300px;
    padding: 0 0 10px 0;
}
/* Video Playlist */
#pubVideoPL 
{
    float: left;
    width: 350px;
    height: 260px;
    background: #e9a713;
    padding: 10px;
}
.plRow
{
    clear: both;
}
#plTitle 
{
    margin: 0 0 5px 12px;
}
#hpVideoNewsPLWrap
{
    position: relative;
    width: 350px;
}
#hpVideoNewsPL
{
    left: 0px;
    width: 350px;
    padding: 0 0 0 10px;
}
.plItem 
{
    float: left;
    width: 54px;
    height: 54px;
    margin: 0 16px 0 0;
}
.plItem a
{
    display: block;
    width: 44px;
    height: 44px;
    border: solid 1px #e9a713;
    padding: 4px;
}
.plItem a:hover, .plItem a.sel
{
    display: block;
    width: 44px;
    height: 44px;    
    border: solid 1px #5a2c34;
    padding: 4px;
}
/* End Video Playlist */
/* Featured Video Area */
#pubVideoPre
{
    float: left;
}
#hpVideoNews
{
    width: 350px;
    margin: 0 0 0 37px;
}
.vnItem 
{
    width: 350px;
    margin: 0 auto;
}
.vnTitle 
{
    /*font-family: Times New Roman, Times, serif;*/
    font-size: 12px;
    font-weight: bold;
    color: #5a2c34;
}
.vnSummary
{
    width: 350px;
    color: #5a2c34;
    margin: 5px 0;
}
.vnImage 
{
    width: 350px;
    height: 186px;
    margin: 0 0 4px 0;
}
hr.vidGold 
{
    height: 2px;
    color: #f5aa01;
    background: #f5aa01;
    margin: 5px 0;
}
.vnUrl, .vnRM, .vnRMBln, .vnFlvImg
{
    display: none;
}
.vnReadMore
{
    font-size: smaller;
    font-weight: bold;
    text-align: right;
    padding: 0;
}
.vnReadMore a 
{
    font-weight: bold;
    color: #5a2c34;
}
/* End Featured Video Area */
/* Home Page Overlay */
#hpOverlay
{
	display: none;
	width: 712px;
	height: 558px;
	background-image: url(/Images/overlay/fpShare.png);
}
#hpOverlay div.close 
{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 35px;
	height: 35px;
	background: url(/Images/overlay/close.png) no-repeat;
	cursor: pointer;
}
/* generic styling for elements inside overlay */
#ovrlayWrap h2, div.ovrlayWrap a, div.ovrlayWrap p, div.ovrlayWrap div
{
	color: #5a2c34;
	font-weight: bold;
}
#ovrlayWrap h2
{
    font-size: 18px;
    text-transform: uppercase;
	margin: 16px 0 0 35px;
}
#ovrlayWrap #ovrVNews 
{
    font-family: Times New Roman, Times, serif;
    font-size: 28px;
    font-weight: normal;
    text-transform: none;
    color: #f5aa01;
}
/* tabs */
#shareTabsWrap
{
    position: relative;
    clear: both;
    width: 640px;
    height: 28px;
    border-top: solid 2px #f5aa01;
    border-bottom: solid 2px #f5aa01;
    margin: 10px 0 0 35px;
    overflow: hidden;
}
#shareTabs
{
	left: 14px;
	list-style: none !important;
	margin: -10px !important;
	padding: 0 !important;
}
#shareTabs li
{
	float: left;
	list-style-image: none !important;
	margin: 16px 0 0 0 !important;
	padding: 0 !important;
}
#shareTabs li a
{
  	display: block;
    width: 140px;
    height: 100%;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	color: #5a2c34;
	margin: 0 !important;
	padding: 4px 0 2px 0 !important;
}
#shareTabs li a#videoTab
{
}
#shareTabs li a#emailTab, li a#embedTab, #shareTabs li a#bookmarksTab
{
}
#shareTabs li a#videoTab:hover
{
    background: #f5aa01;
}
#shareTabs li a#emailTab:hover, li a#embedTab:hover, #shareTabs li a#bookmarksTab:hover
{
    background: #f5aa01;
}
#shareTabs li a#videoTab.current
{
    background: #f5aa01;
    cursor: default;
}
#shareTabs li a#emailTab.current, li a#embedTab.current, #shareTabs li a#bookmarksTab.current
{
    background-color: #f5aa01;
}
/* tab panes */
#panes
{
	font-size: 12px;
	color: #5a2c34;
	margin-top: 0 !important;
	margin-left: 35px;
}
#shareForm 
{
    text-align: left;
}
#panes input, #panes textarea
{
	width: 630px;
	font-size: 12px;
	font-family: verdana;
	text-align: left;
	border: 1px inset #666;
	padding: 2px;
}
#panes textarea
{
	padding: 4px;
	height: 100px;
}
#panes button
{
	border: 1px outset #ccc;
	cursor: pointer;
	background-color: #f9f9fa;
}
#panes label.left
{
	float: left;
	text-align: left;
	margin-right: 15px;
}
#panes label.left input
{
	width: 180px;
}
#embedPane textarea
{
	margin-top: 10px;
	height: 180px;
	background-color: transparent;
	overflow: hidden;
	color: #cccccc;
	padding: 4px;
	border: 1px solid #ddd;
}
.paneWrap 
{
	text-align: left;
	margin: 0px auto;
	padding-top: 10px;
}
#ovrTitle 
{
    font-size: 15px;
    color: #5a2c34;
    text-transform: none;
}
hr.gold
{
    width: 640px;
    height: 2px;
    color: #f5aa01;
    background: #f5aa01;
    margin: 0 auto;
}
#ovrSumm 
{
    margin: 10px 5px 0 0;
}
#ovrRM 
{
    float: right;
    display: none;
    margin-right: 40px;
}
#ovrRM a 
{
    font-weight: bold;
    text-decoration: none;
}
/* container for error/success messages */
.box 
{
    width: 80%;
   	border: solid 1px #5a2c34;
	margin: 10px auto;
	padding: 10px;
}
#info
{
	display: none;
}
.info 
{
    color: #006A4E;
    margin: 10px auto;
}
.alert 
{
    color: red;
    margin: 10px auto;
}
/* End Home Page Overlay */
/* Details Page */
.mcRow 
{
    clear: both;
    vertical-align: top;
}
.mcColWrap
{
    float: left;
    width: 48%;
    margin: 0 4px;
}
.mcCol
{
    background: #fdf6e6;
    margin: 0 0 6px 0;
    padding: 5px 8px;
}
.mcColWrap hr
{
    height: 2px;
    color: #f5aa01;
    background: #f5aa01;
}
.mcNewsItem
{
    margin: 0 5px;
}
.vnUrl, .vnRM, .vnRMBln, .vnFlvImg, #vnMode, .mcSummary
{
    display: none;
}
h3.mcTitle 
{
    font-size: 14x;
    color: #5a2c34;
    padding-bottom: 8px;
    margin: 0;
}
.mcCategoryList
{
    font-size: xx-small;
    font-weight: bold;
    margin: -10px 0 2px 0;
}
.mcCategoryList a 
{
    font-size: xx-small;
}
.mcCategory
{
    font-weight: bold;
    margin: -10px 0 2px 0;
}
.mcAuthorList
{
    font-size: xx-small;
    margin: 0 0 2px 0;
}
.mcAuthor
{
    margin: 0 0 2px 0;
}
.mcSource
{
}
.mcDateList
{
    font-size: xx-small;
}
.mcDate
{
}
.vnImage 
{
    text-align: center;
    margin: 10px auto 0 auto;
}
.mcSumm
{
    display: block;
    width: 760px;
    font-size: 12px;
    margin: 5px 0;
}
.mcContentWrap
{
    width: 730px;
    height: 411px;
    background: #571c20 url(/Images/global/vidblocks.gif) no-repeat 82px 8px;
    margin: 10px 0 0 0;
    padding: 44px 15px 22px 15px;
}
.mcContent
{
    width: 640px;
    height: 360px;
    font-size: 12px;
    margin: 0;
}
.mcReadMore
{
    font-size: smaller;
    font-weight: bold;
    text-align: right;
    padding: 5px 0;
}
.mcReadMore a 
{
    font-weight: bold;
    color: #5a2c34;
}
.mcTagsWrap
{
}
.mcTagsHead
{
}
.mcSocBmarksWrap 
{
    text-align: right;
    padding: 5px;
}
.mcSocBmarkHead
{
}
.mcBackWrap
{
    clear: both;
}
.mcBack 
{
    font-weight: bold;
}
.mcPagerWrap 
{
    float: right;
    margin-top: -14px;
}
.mcPager 
{
    list-style: none;
    text-align: right;
    font-weight: bold;
}
.mcPager li 
{
    float: left;
    margin: 0 6px;
}
.mcPager a:active
{
    color: Gray;
}
a.sf_PagerSelItem
{
    color: Gray;
    text-decoration: none;
}
.mcComments
{
}
.mcCommentsList
{
}
.fpMain
{
	float: right;
	width: 350px;
	height: 186px;
	margin: 0;
}
.fpMain2
{
	float: none;
	clear: both;
    display: block;
	width: 730px;
	height: 411px;
}
/* End Detail Page */
