
.channelContainer {
	width:875px;
}

.channelLeftColumn {
	float:left;
	width:290px;
	margin-right:10px;
}

.channelRightColumn {
	float:right;
	width:550px;
}

img { border: 0px; }

body {
	background-color: #ffffff;
	margin-top: 0px;
}

img { border: 0px; }

form { margin: 0px; padding: 0px; }

img { border: 0px; }

a:link {
	color: #03C;
	border: none;
	font-family: arial,helvetica,sans-serif;
}

a:visited {
	color: #03C;
	font-family: arial,helvetica,sans-serif;
}

a:hover {
	color: #03C;
	font-family: arial,helvetica,sans-serif;
}

a:active {
	color: #03C;
	font-family: arial,helvetica,sans-serif;
}


a.headerLink:link {
	color: #03C;
	font-family: Arial, Helvetica, sans-serif;
}

a.headerLink:active {
	color: #03C;
	font-family: Arial, Helvetica, sans-serif;
}

a.headerLink:visited {
	color: #03C;
	font-family: Arial, Helvetica, sans-serif;
}

a.titleLink:hover {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a.titleLink:link {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a.titleLink:active {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a.titleLink:visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a.titleLink:hover {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a.small:link {
	color: #03C;
	font-size: 11px;
}

a.small:active {
	color: #03C;
	font-size: 11px;
}

a.small:visited {
	color: #03C;
	font-size: 11px;
}

a.small:hover {
	color: #03C;
	font-size: 11px;
}


a.masthead:link { 
	color: #03C;
	font-family: Arial, Helvetica, sans-serif;
}

a.masthead:active { 
	color: #03C;
	font-family: Arial, Helvetica, sans-serif;
}

a.masthead:visited { 
	color: #03C;
	font-family: Arial, Helvetica, sans-serif;
}

a.masthead:hover { 
	color: #03C;
	font-family: Arial, Helvetica, sans-serif;
}


a.headers:link { 
	color:#FFFFFF;
}

a.headers:active { 
	color:#FFFFFF;
}

a.headers:visited { 
	color:#FFFFFF;
}

a.headers:hover { 
	color:#FFFFFF;
}

a.headersSmall:link { 
        color:#FFFFFF;
	font-size:12px;
}

a.headersSmall:active {
        color:#FFFFFF;
	font-size:12px;
}

a.headersSmall:visited { 
        color:#FFFFFF;
	font-size:12px;
}

a.headersSmall:hover { 
        color:#FFFFFF;
	font-size:12px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #666666;
	margin-top: 6px;
	margin-bottom: 3px;
	padding: 0px;
	font-family: arial,helvetica,sans-serif;
	}

h1 {
	margin-top: 0px;
	font-size: 13px;
	}



/* Common Elements */


.normalText { font-size: 12px; }
.smallText { font-size: 11px; }
.grayText { color: #666; }
.xsmallText { font-size: 10px; }
.xxsmallText { font-size: 9px; }
.largeText { font-size: 14px; }
.xlargeText { font-size: 16px; }
.xxlargeText { font-size: 19px; }
.xxxlargeText { font-size: 21px; }


.000C { color: #000; }
.cccC { color: #ccc; }
.fffC { color: #fff; }
.cccBG { background: #CCC; }
.dddBG { background: #DDD; }
.eeeBG { background: #EEE; }
.fffBG { background: #FFF; }

.marB0 { margin-bottom: 0px; }
.marB3 { margin-bottom: 3px; }
.marB5 { margin-bottom: 5px; }
.marB10 { margin-bottom: 10px; }
.marB15 { margin-bottom: 15px; }
.marL15 { margin-left: 15px; }
.marR6 { margin-right: 6px; }
.marR15 { margin-right: 15px; }
.marT0 { margin-top: 0px;}
.marT3 { margin-top: 3px; }
.marT4 { margin-top: 4px; }
.marT5 { margin-top: 5px;}
.marT10 { margin-top: 10px;}
.marT15 { margin-top: 15px; }
.marL20 { margin-left: 20px; }
.mar38L { margin-left: 38px; }
.marL20 { margin-left: 20px; }


.padT3 { padding-top: 3px; }
.padT5 { padding-top: 5px; }
.padT8 { padding-top: 8px; }
.padT10 { padding-top: 10px; }
.padT15 { padding-top: 15px; }
.padT20 { padding-top: 20px; }
.padB10 { padding-bottom: 10px; }
.padB5 { padding-bottom: 5px; }
.padB3 { padding-bottom: 3px; }
.padL3  { padding-left: 3px; }
.padL5  { padding-left: 5px; }
.padL25  { padding-left: 25px; }
.padL50  { padding-left: 50px; }
.padR15 { padding-right: 15px; }
.padR3 { padding-right: 3px; }
.padR5 { padding-right: 5px; }

.clear { clear: both; }
.clearL { clear: left; }
.clearR { clear: right; }
.spacer { clear: both; height: 1px; font-size: 1px; }

.alignMid { vertical-align: middle; }
.alignTop { vertical-align: top; }
.alignBot { vertical-align: bottom; }
.alignR { text-align: right; }
.alignL { text-align: left; }
.alignC { text-align: center; }

.floatL { float: left; }
.floatR { float: right; }






.smallChannelLabel {
	font-weight: bold;
	font-size: 11px;
	color: #333;
}

.pagerNotCurrent { 
	margin-right: 5px;
	cursor: pointer;
	cursor: hand;
	color: #03C;
	text-decoration: underline;
}

.pagerCurrent {
	color: #03C;  
	margin-right: 5px;
	padding: 1px 4px;
	border: 1px solid #999;
	margin-right: 5px;
	background-color: #000000;
}


.mastheadText { font-family: Arial, Helvetica, sans-serif; }

.iconProperties {
	width: 17px;
	height: 17px;
	padding-bottom: 3px;
}


#videoImg {
	width: 90px;
	height: 70px;
}

.highlightBoxes {
	*background-color:#e6e6e6; 
	border: 1px solid #666666;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color:#666666;
        overflow:hidden;
        position:relative;
        filter:Alpha(opacity=95);
        _background:#e6e6e6;
        _position:static;

}

.highlightBoxesOpacity[class]{
        background-color: #e6e6e6;
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        z-index:-1;
        opacity:.95;
	*position:static;
	*opacity:1;
	*background:transparent;
}


#pBox {
	margin-bottom: 15px;
	border-bottom: 1px solid #666666;
}


.pTable {
	background-color: #e6e6e6;
	text-align: left;
	border-collapse: collapse;
}

#profileBoxTop {
	float: left;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 8px;
	padding-bottom: 14px;
	border-bottom: none;
	text-align: left;
}

#profileBoxBottom {
	padding-left: 11px;
	padding-right: 11px;
	padding-bottom: 8px;
	border-top: none;	
	margin-bottom: 15px;
	text-align: left;
}

.profileAssets { line-height: 16px; }

.albumSpacing { padding-bottom: 50px; }

.albumList {
	display: inline; 
	list-style-type: none;
	font-size: 11px;
}

.albumNotEnd {
	width: 40px; 
	height: 40px;
	padding-top: 3px; 
	padding-bottom: 2px; 
	margin-right: 5px;
	float: left;
}

.connectImg {
	width: 55px;
	height: 55px;
	padding-right: 5px;
	padding-left: 5px;
	border: none;
}

.emptyConnectImg { width: 35px; }

.albumArt {
	width: 40px;
	height: 40px;
	border: none;
}


.albumEnd {
	width: 40px; 
	height: 40px;
	padding-top: 3px; 
	padding-bottom: 2px;
	float: left;
}

.profileTopList { display: inline; list-style-type: none; }

.listHorizontal { float: left; }

.honorsImg {
	float: left;
	margin-right: 5px;
	margin-top: 8px;
}

.basicBoxes {
	*background-color: #ffffff;
	border: 1px solid #666666;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
	overflow:hidden;
	position:relative;
        filter:Alpha(opacity=95);
        _background:#ffffff;
        _position:static;
}

.basicBoxesOpacity[class]{
        background-color: #ffffff;
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        z-index:-1;
        opacity:.95;
	*position:static;
	*opacity:1;
	*background:transparent;
}

.BoxesInnerOpacity {
	zoom: 1;
	position: relative;
}


#connectBoxTop {
	padding-right: 7px;
	padding-top: 2px;
	font-size: 11px;
}

#connectBoxBottom {
	padding-right: 7px;
	font-size: 11px;
}

.connectList { display: inline; list-style-type: none; }

.linkSection {
	text-align: center;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	margin-bottom: 12px;
	padding-top: 2px;
	padding-bottom: 2px;	
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
}

#channelsBox {
	padding-top: 8px;
	font-size: 11px;
	margin-bottom: 15px;
	text-align: left;
}

#friendsBox {
        padding-top: 8px;
        font-size: 11px;
        margin-bottom: 15px;
        text-align: left;
}

.channelsList { display: inline; list-style-type: none; }

.label {
	font-weight: bold;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: #666666;
}

.smallLabel {
	font-weight: bold;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	color: #666666;
}

.labels { color: #666666; }

#labelsSm {
	font-size: 11px;
	padding-top: 3px;
}


#contestsBox {
	margin-bottom: 15px;
	text-align: left;
}

.contestsTableTop {
	padding-top: 5px;
	border-bottom: 0px dashed #666666;
	margin-bottom: 10px;
}

.contestsTableBottom {}

.contestsList {
	margin: 4px;
}


#showBox {
	margin-bottom: 15px;
	border-bottom: none;
}

.showTable {
	text-align: left;
	border-collapse: collapse;
}


tr.showTable td {
	text-align: left;
	padding-left: 8px;
	padding-right: 5px;
	padding-top: 8px;
	padding-bottom: 3px;
}


tr.showTableEnd td {
	text-align: left;
	padding-left: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	border-bottom: 1px solid #666666;
}


#bulletinBox {
	margin-bottom: 15px;
	text-align: left;
}

.bulletinTable {
	text-align: center;
	border-collapse: collapse;
}

tr.bulletinTable th {
	border-bottom: 1px solid;
	padding-top: 2px;
	padding-bottom: 2px;
	border-color: #666666;
	border-right: 1px solid #666666;
}

tr.bulletinTable td {
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px dashed #666666;
	padding-top: 2px;
	padding-bottom: 3px;
	border-color: #666666;
}

tr.bulletinTable td.firstCol {
	border-right: 1px solid #666666;
}

tr.bulletinTableNB td {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 8px; 
	padding-bottom: 8px;
	border-bottom: 1px solid #666666;
	border-color: #666666;
	border-right: 1px solid #666666;
}

#commentsBoxRight { text-align: left;}


.actionsTable { margin-top: 3px; }

tr.actionsTable td {
	padding-right: 0px;
}

.largeTextArea {
	width: 400px; 
	height: 300px; 
	font-family: arial,helvetica,sans-serif; 
	font-size: 12px; 
}

.pageContainerTable {
	border-collapse: collapse;
}

tr.pageContainerTable td {
	text-align: left;
}

#freeFormBox {
	margin-bottom: 15px;
	text-align: left;
	}

.extraLeftSpace {
	padding-left: 5px;
}

.extraVertSpaceSm {
	padding-top: 8px;
}

.extraVertSpaceMini {
	padding-top: 3px;
}


#statsBox {
	margin-top: 8px; 
	text-align: left;
}

.sepBox {
	padding-top: 15px; 
	padding-bottom: 8px;
	text-align: left;
}

.sepBoxReg {
	padding-top: 15px; 
	padding-bottom: 8px;
	text-align: left;
}

.honorsBox {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
}

.scrollersBox {
	margin-bottom: 15px;
	font-size: 11px;
}

.scrollersBoxTable {
	width: 550px;
	border: none;	
}

tr.scrollersBoxTable td {
	text-align: center;
}

.vloggingBoxesContainer {
	border: 1px solid #ffffff;
	width: 560px;
	margin-bottom: 15px;
}
.vloggingBoxes {
	*background-color: #ffffff;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
	width:100%;
	z-index:1;
        overflow:hidden;
        position:relative;
        filter:Alpha(opacity=95);
        _background:#ffffff;
        _position:static;
}

.vloggingBoxesOpacity{
        background-color: #ffffff;
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
	z-index:-1;
        opacity:.95;
        *position:static;
        *opacity:1;
        *background:transparent;
}

#vlogBox {
}

.vlogBoxTable {
	width: 100%;
	border: none;
	text-align: left;
}

tr.vlogBoxTable td {
	border-bottom: none;
	padding-top: 10px;
}

tr.vlogBoxTableEnd td {
	padding-left: 15px;
	padding-bottom: 15px;
	border-bottom: none;
	text-align: right;
}

.postTitles {
	color: #666666;
}
.postText {
	color: #000000;
}

.infoFont {
	color: #666666;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
}

#postMainTitles {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}

#postSubTitles {
	font-size: 12px;
	padding-bottom: 10px;
}

.largeTitles {
	font-size: 14px;
	font-weight: bold;
}

.videoDetailsTable {
	width: 100%;
}

.channelMastheadTable {
	width: 875px;
	padding-top: 4px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	font-size: 11.5px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.paddingSmImg { padding-right: 3px; }


.scrollerArrows {
	width: 15px;
	height: 15px;
} 


.headerBox {
	font-family: arial,helvetica,sans-serif;
	padding: 3px 5px;
	border: 1px solid #666666;
	*background-color: #666666; 
	font-size: 12px;
	color: #FFFFFF;
        width:100%;
        overflow:hidden;
        position:relative;
        filter:Alpha(opacity=95);
        _background:#666666;
        _position:static;	
}

.headerBoxOpacity[class]{
        background-color: #666666;
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0; 
        z-index:-1;
        opacity:.95; 
        *position:static;
        *opacity:1;
        *background:transparent;
} 

.headerRCBox { }

.headerRCBox .rch { display: block; }

.headerRCBox .rch * {
	font-family: arial,helvetica,sans-serif;
	display: block;
	height: 1px;
	overflow: hidden;
	background: #666666;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.headerRCBox .rch1 {
	font-family: arial,helvetica,sans-serif;
	border-right: 1px solid #666666;
	padding-right: 1px;
	margin-right: 3px;
	border-left: 1px solid #666666;
	padding-left: 1px;
	margin-left: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background: #666666; /* rch5 */
}

.headerRCBox .rch2 {
	font-family: arial,helvetica,sans-serif;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	padding: 0px 1px;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	background: #666666; /* rch3 */
	margin: 0px 1px;
}

.headerRCBox .rch3 {
	font-family: arial,helvetica,sans-serif;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	margin: 0px 1px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.headerRCBox .rch4 {
	
	font-family: arial,helvetica,sans-serif;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.headerRCBox .rch5 {
	font-family: arial,helvetica,sans-serif;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.headerRCBox .content {
	font-family: arial,helvetica,sans-serif;
	background: #666666;
	padding: 0px 6px 2px 6px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}


.profileTitleLinks {
	width: 875px;
	font-size: 13px;
	font-family: arial,helvetica,sans-serif;
	margin-bottom: 15px;
	}

#profileSubNav {
	color: #03C;
	text-align: center;
	}
#profileSubNav .delimiter { padding: 0px 6px; }
.profileSubLinks { color:  #03C; }


.highlightBox {
	padding: 9px; 
	background-color: #FFC;
	border: 1px solid #FC3;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	width: 856px;
	margin-bottom: 15px;
}	

.headerTitle {
	font-size: 14px;
	font-weight: bold;
	font-family: arial,helvetica,sans-serif;	
	text-align: left;
}

.headerTitleEdit {
	font-size: 14px;
	font-weight: bold;
	font-family: arial,helvetica,sans-serif;
	text-align: left;
}
	
.headerTitleRight {
	float: right; 
	padding: 1px 1px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	font-family: arial,helvetica,sans-serif;
}

.headerTitleLeft {
	vertical-align: center;
	line-height: 26px;
}

.headerTitleLite {
	font-size: 13px;
	font-weight: bold;
	font-family: arial,helvetica,sans-serif;
	text-align: left;
}

.flaggingText {
	font-family: arial,helvetica,sans-serif;
	color:  #03C;
	font-size: 12px;
	margin-bottom: 15px;
	text-align: center;
}

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

div.rating {
	margin-top: 3px;
	font-size: 11px;
	height: 14px;
	color: #666666;
	font-family: arial,helvetica,sans-serif; 
}

.vimg {
	width: 130px;
	height: 100px;
	border: 1px solid #666666;
	}

.vimg50 {
	width: 50px;
	height: 38px;
	border: 1px solid #666666;
	}
.vimg60 {
	width: 60px;
	height: 45px;
	border: 1px solid #666666;
	}
.vimg70 {
	width: 70px;
	height: 53px;
	border: 1px solid #666666;
	}
.vimg80 {
	width: 80px;
	height: 60px;
	border: 1px solid #666666;
	}

.vimg90 {
	width: 90px;
	height: 70px;
	border: 1px solid #666666;
	}

.vimg100 {
	width: 100px;
	height: 75px;
	border: 1px solid #666666;
	}
	
.vimg120 {
	width: 120px;
	height: 90px;
	border: 1px solid #666666;
	}

.profileSubLinks {
	margin-bottom: 15px;
}

.advertiserBanner {
	width: 875px;
	margin-bottom: 15px;
}

.featuredVideo {
	width: 425px;
	height: 350px;
	border: none;
	margin-left: 50px;
	margin-bottom: 15px;
}


/* Bulletin All Code */

#viewBulletinAlert  {
	float: left;
	margin-right: 10px;
	padding: 2px 3px;
	margin-top: 25px;
	border: 1px solid #666666;
	font-weight: bold;
}


#bulletinBoxFull {
	margin-bottom: 15px;
	border-right: none;
	border-bottom: none;
}


.bulletinTableFull {
	background-color: #e6e6e6;
	text-align: left;
	border-collapse: collapse;
}

tr.bulletinTableFull th {
	border-bottom: 1px solid #666666;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
	border-right: 1px solid #666666;
}

tr.bulletinTableFull td {
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px dashed #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right: 1px solid #666666;
}


tr.bulletinTableNBFull td {
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right: 1px solid #666666;
}

.bulletinImgFull {
	padding-top: 5px;
	padding-bottom: 3px;
	width: 130px;	
}

.bulletinDetailsFull {
	padding-bottom: 5px;
}


/* VLog Code Full */
#vlogBoxFull {
	width: 698px;
	margin-bottom: 15px;
}

.vlogBoxTableFull {
	width: 100%;
	border: none;
	text-align: left;
}

tr.vlogBoxTableFull td {
	border-bottom: none;
	padding-top: 10px;
}

tr.vlogBoxTableEndFull td {
	padding-left: 15px;
	padding-bottom: 15px;
	text-align: right;
}
                                 
/*Show Code Full */

#showBoxFull {
	width: 698px;
	margin-bottom: 15px;
	border-bottom: none;
}


.showTableFull {
    width: 698px;
	background-color: #e6e6e6;
	text-align: left;
	border-collapse: collapse;
}

tr.showTableFull th {
	border-bottom: 1px solid #666666;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
	border-right: 1px solid #666666;
}

tr.showTableFull td {
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px dashed #666666;
	padding-top: 5px;
	padding-bottom: 5px;
}

tr.showTableFullTop td {
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

tr.showTableNBFull td {
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #666666;
	padding-top: 5px;
	padding-bottom: 5px;
}

.showImgFull {
	padding-top: 5px;
	padding-bottom: 3px;
	width: 130px;	
}

.showDetailsFull {
	padding-bottom: 5px;
}


/* Comments Code Full */

#commentsBoxFull { margin-bottom: 15px; }

.commentsTableFull {
	text-align: left;
}

tr.commentsTableFull th {
	padding: 5px 2px;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
}

tr.commentsTableFull td {
	padding: 5px;
	border-bottom: 1px dashed #666666;
}


tr.commentsTableNBFull td {
	padding: 5px;
	border-bottom: 1px solid #666666;
}

.commentsImgFull {
	padding-top: 5px;
	padding-bottom: 3px;
	width: 130px;	
}

.commentsDetailsFull {
	padding-bottom: 5px;
}


input.buttonsCustom {
	background-color: #666666;
	font-family: arial,helvetica,sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}


/*Corresponding Pages Layout Code */

#sideContent {
	float: right;
	width: 160px;
}

#mainContent {
	width: 700px;
	margin-right: 10px;
}


.tag_list {
	margin: 1em 0px 0.5em 0px;
	font-weight: bold;
	font-size: 13px;
	color: #666666;
	font-family: arial,helvetica,sans-serif;
}
	
.pointers {
	color: #000000;
}	
	
.vListBox {
	padding: 0px 6px; 
	border: 1px solid #666666;
	background: #e6e6e6;
}

.vEntry {
	padding: 10px 0px;
	border-bottom: 1px dashed #666666;
}

.vDetailEntry {
	clear: left;
	padding: 8px 0px;
	border-top: 1px dashed #666666;
}

.vDetailEntry:first-child {
    border-top: 0;
}

.vDetailEntry table {
	border-spacing: 0px;
	padding: 0px;
}

.vDetailEntry td { vertical-align: top; }

.vDetailEntry .image { margin-right: 12px; }

.vDetailEntry .tagLabel { float: left; }

.vDetailEntry .tagValue {
	margin-left: 35px;
	margin-bottom: 3px;
}
	
.vDetailEntry .tagTable {
	border-spacing: 0px;
	padding: 0px;
	margin-bottom: 3px;
}

.vDetailEntry .tagTable td {
	font-size: 11px;
	vertical-align: top;
}	

.vtagLabel { float: left; }


.runtime {
	font-size: 11px;
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
}

.title { 
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	font-family: arial,helvetica,sans-serif; 
}

.vtitle {
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	font-family: arial,helvetica,sans-serif;
}	

.vTable {
	border-spacing: 0px;
	padding: 0px;
	}

.vTable td { vertical-align: top; }

.vTable .vinfo { padding-left: 8px; }

.desc {
	margin: 3px 0px;
	font-size: 12px;
	font-family: arial,helvetica,sans-serif; 
	color: #666666;
}

.vdesc {
	margin: 3px 0px;
	font-size: 12px;
	font-family: arial,helvetica,sans-serif;
	color: #666666;
	
}

.subDesc {
	margin: 3px 0px;
	padding-bottom: 3px;
	font-size: 12px;
	font-family: arial,helvetica,sans-serif;
	color: #666666;
}
	
.facets {
	margin-top: 2px;
	margin-bottom: 3px;
	font-size: 11px;
	line-height: 13px;
	font-family: arial,helvetica,sans-serif; 
	color: #000000;
}

.vfacets {
	margin-top: 2px;
	margin-bottom: 3px;
	font-size: 11px;
	line-height: 13px;
	font-family: arial,helvetica,sans-serif; 
	color: #000000;
}

.footerBox {
	padding: 0px 5px;
	border: 1px solid #666666; 
	background-color: #666666;  
	margin-bottom: 15px;
	margin-top: 0px;
}

.pagingDiv {
	background: #666666;
	padding: 5px 0px;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	text-align: right;
	font-family: arial,helvetica,sans-serif;
}

.pagerCurrent {
	color: #666666;
	background-color: #FFFFFF;
	padding: 1px 4px;
	border: 1px solid #666666;
	margin-right: 5px;
	font-family: arial,helvetica,sans-serif;
}

.pagerNotCurrent {
	color: #03C;
	background-color: #e6e6e6;
	padding: 1px 4px;
	border: 1px solid #666666;
	margin-right: 5px;
	cursor: pointer;
	cursor: hand;
	text-decoration: underline;
	font-family: arial,helvetica,sans-serif;
}


/* Inbox & Subscriptions Elements */


#manageNav {
	width: 150px;
	background-color: #e6e6e6; 
	filter:alpha(opacity=25);
	-moz-opacity:.25;opacity:.25;
}

#manageNav ul {
	margin: 0px;
	padding: 0px;
}

#manageNav li {
	list-style: none;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
}

#manageNav .selected { 
	background: #666666; 
}


#manageContent {
	border: 3px solid #666666;
}


/*Empty Set Styles */	
	
.emptySetBox {
	height: 123px;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

.emptySetBoxNoImg {
	padding-bottom: 20px;
	margin-bottom: 15px;	
}

.emptySetTitle {
	margin-left: 25px;
	font-family: arial,helvetica,sans-serif;
	font-size: 20px;
	font-weight:  bold;
	padding-top: 15px;
}

.emptySetContent {
	margin-left: 55px;
	margin-top: 6px;
}

.emptySetContentLg {
	margin-left: 55px;
	margin-top: 6px;
	margin-right: 55px;
}

.emptyImg {	float: right;
	padding-left: 15px;
	border: none;}	
	
.video-thumb-micro,
.video-thumb-small,
.video-thumb-medium,
.video-thumb-large,
.video-thumb-jumbo {
	border: 3px double #666666;
	background-color: #ffffff; 
}
.video-embed {
	border: 3px double #666666;
	background-color: #ffffff;
}
.user-thumb-micro,
.user-thumb-small,
.user-thumb-medium,
.user-thumb-large,
.user-thumb-jumbo {
	border: 3px double #666666;
	background-color: #ffffff;
}
