﻿.dxdvPagerPanel div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    font-family: inherit;
    vertical-align: inherit;
    line-height: normal;
}
.dxdvPagerPanel
{
    height: 30px;
}
.dxdvPagerPanel .dxpControl, .dxdvPagerPanel .dxpCtrl, .dxdvPagerPanel tbody
{
    height: 30px;
}
.dxdvLoadingPanel, .dxncLoadingPanel
{
	width:100px;
}
#header
{
    border: 1px silver solid;
    background-color: White;
}
#header h1
{
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    padding-top: 10px;
    padding-right: 10px;
}
#header h2
{
    font-weight: bold;
    font-size: 14px;
    margin-top: 3px;
    padding-right: 10px;
    padding-bottom: 10px;
}
.player, .playerDetails
{
    height: 355px;
}
.player
{
    background-color: black;
    border: solid 1px silver;
}
.playerDetails
{
    background-color: white;
    overflow: hidden;
    border: solid 1px silver;
    padding-left: 10px;
    padding-right: 10px;
}
.logo
{
    padding: 10px;
}
.featuredItems
{
	border-top-width: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
.featuredItems p
{
	color: #333333;
	font-weight: bold;
	border-bottom: 1px solid #93B6FF;
	padding: 3px 3px 3px 10px;
	background-color: #C0C0C0;
	border-bottom-color: #666666;
}

.thumbnail 
{
	height: 90px;
	width: 120px;
	display: block;
}

.commentsTitle
{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    border-bottom: 1px silver solid;
    margin-bottom: 10px;
}
#commentsNewButton
{
    text-align: center;
}
.videoLink, videoLink:link, videoLink:visited 
{
	font-size: 12;
	font-weight: bold;
	text-decoration: none;
	color: Blue;
}
.videoLink:hover 
{
	text-decoration: underline;
	color: Maroon;
}
.poweredByLink, .poweredByLink:link, .poweredByLink:visited
{
    font-size: 10px;
    color: #666666;
    text-decoration: none;	
}

.poweredByLink:hover 
{
    font-size: 10px;
    color: #666666;
    text-decoration: underline;
}	    
.poweredByLink br 
{
	margin-bottom: 2px;
	margin-top: 2px;
}
.galleryBody
{
    font-family: Tahoma;
    font-size: 9pt;
    background-color: #f4f6f7;
    background-position: left top;
    background-repeat: repeat-x;
    background-image: url('../public/images/gallery_bg.jpg');
} 
#mainContainer
{
    background-color: #f3f4f6;
    background-image: url('../public/images/gallery_middle_bg.jpg');
    background-repeat: repeat-x;
    background-position: bottom;
}               
#allVideos 
{
	background-color: White;
}
#commentsContainer 
{
	background-color: White;
	border: solid 1px silver;
}
#commentsNewButton 
{
	width: 80%;
	margin: auto auto 10px auto;
	padding: 5px;
}
#footer 
{
	background-color: White;
	text-align:right; 
	vertical-align: middle; 
}
#alert 
{
	width: 80%;
	margin: 30px auto auto auto;
}
.videoTitle
{
	font-size: 12px;
	font-weight: bold;
} 
.center
{
	margin: auto;
}       
.popupCenter
{
	width: 350px;
	margin: auto;
	position: static;
}        
.popupCenter div, .popupCenter iframe 
{
	position: static;
}
