/* 
================================
Skin styles for DotNetNuke
================================
*/   

* {
	margin: 0;
	padding: 0;
	font-family:Arial;
	font-size:12px;
}

img 
{
    border:none;
}

hr 
{
    display:none;
}

html, body {
	height: 100%;
}    

a:link, a:visited, a:active, a:hover, a
{
    color:#ec1d25;
    text-decoration:underline;
}

#MainCenterWrapper
{
    text-align:center;
}

#MainBackgroundWrapper 
{
    width:968px;
    margin:auto;
    padding-top:5px;
    background:url(PageBackground-Borders.gif) repeat-y;
}

#Main 
{
    width:960px;
    margin:auto;
    text-align:left;
}

#Header 
{
    background:white;
}

#Header .HeaderLogoLink 
{
    /* #Header's height winds up being set by this height+bottom margin should equal 111px*/
    margin-left:4px;
    margin-bottom:5px;
    float:left;
}

#Header .HeaderUserArea 
{
    position:relative;
    height:97px;
    width:271px;
    margin-top:9px;
    margin-right:4px;
    background:url(Header-UserArea.gif) bottom no-repeat;
    float:right;
}

#Header .HeaderUserArea2
{
    position:relative;
    height:97px;
    width:271px;
    margin-top:9px;
    margin-right:4px;
    float:right;
}

.HeaderUserArea2 .SubHead 
{
    display:none;
}

#Header .HeaderUserArea hr 
{
    display:none;
}

#UserAreaLoggedIn 
{
    position:relative;
    height:97px;
    width:271px;
    background:url(Header-UserAreaLoggedIn.gif) bottom no-repeat;
}

#UserAreaLoggedIn2
{
    position:relative;
    height:97px;
    width:271px;
    background:url(Header-UserAreaLoggedIn.gif) bottom no-repeat;
}

.MyAccount 
{
    position:absolute;
    top:62px;
    left:9px;
    height:24px;
    width:134px;
}

.LogoutLink 
{
    position:absolute;
    top:62px;
    left:175px;
    height:24px;
    width:82px;
}

#Menu 
{
    background:orange;
}

#MenuTopPiece 
{
    height:7px;
    font-size:0px;
    background:url(Menu-TopBackground.gif) repeat-x;
}

#MenuMiddle 
{
    height:29px;
    line-height:29px;
    padding-left:24px;
    background:url(Menu-MiddleBackground.gif) repeat-x;
}

#MenuMiddle a 
{
    float:left;
}

#MainBody 
{
    padding:0px;
    background:url(Body-TopBackground.gif) top repeat-x;
}

#BottomBody 
{
    position:relative;
    padding:0px 4px 0px p4x;
    padding-bottom:52px;
    background:url(Footer-Background.gif) bottom no-repeat;
}

#Footer
{
    position:relative;
    margin-bottom:10px;
}
#BottomNav 
{
    position:absolute;
    right:10px;
    height:25px;
    top:35px;
}

#BottomNav a 
{
    font-size:13px;
    margin-left:3px;
    margin-right:3px;
}

#BottomNav a:link 
{
    text-decoration:none;
}

#BottomNav a:hover 
{
    text-decoration:underline;
}
#Attribution 
{
    color:#EC1D25;
    margin-right:552px;
}

#Attribution a 
{
    text-decoration:none;
}
#BottomAdvert 
{
    height:171px;
    margin-bottom:-30px;
    padding-top:10px;
    background: url(Footer-SelfAds-Background.gif) no-repeat top;
}

#FooterLounge 
{
    float:left;
    position:relative;
    margin-left:7px;
    height:150px;
    width:341px;
}

#FooterLounge .LoungeText 
{
    position:absolute;
    text-align:left;
    top:50px;
    left:28px;
    width:140px;
}

#FooterLounge .LoungeLink 
{
    position:absolute;
    text-align:left;
    top:105px;
    left:108px;
}

#FooterCompatibility 
{
    float:left;
    position:relative;
    margin-left:8px;
    height:150px;
    width:400px;
}

#FooterCompatibility .CompatRewards 
{
    position:absolute;
    text-align:left;
    top:50px;
    width: 270px;
    left:19px;
}

#FooterCompatibility .CompatSigns 
{
    position:absolute;
    text-align:left;
    top:0px;
    height:125px;
    font-size:13px;
    width:90px;
    left:293px;
    text-decoration:none;
}

#FooterCompatibility .CompatLink 
{
    position:absolute;
    text-align:left;
    top:105px;
    left:170px;
}

#FooterCallToAction 
{
    float:left;
    position:relative;
    height:150px;
    width:190px;
}

.CTAText 
{
    position:absolute;
    text-align:right;
    top:65px;
    width:120px;
    left:63px;
}

.CTALink
{
    position:absolute;
    text-align:right;
    top:105px;
    width:120px;
    left:63px;
}

.TextAreaPane 
{
    width:400px;
    padding-left:10px;
    padding-top:10px;
}

.CosmosWheel 
{
    position:absolute;
    margin-left:25px;
    width:910px;
}

.VideoPlayer 
{
    float:left;
}

.VideoWheelPane 
{
    height:580px;
}

.VideoPane 
{
    background:url(Video-Background.gif) top right no-repeat;
    width:602px;
    height:510px;
    margin-left:5px;
    margin-top:108px;
}

.VideoTitle 
{
    margin-top:28px;
    margin-left:-2px;
    height:368px;
    width:61px;
    float:left;
}

.VideoCaption 
{
    float:left;
    width:516px;
    margin-top:23px;
}

.VideoCaption h1
{
    font-size:16px;
    font-weight:bold;
    text-align:center;
    color:#f93112;
}

.FlashPlayer 
{
    position:absolute;
    top:158px;
    width:490px;
    height:401px;
    left:77px;
}

.FlashWheel 
{
    position:absolute;
    top:0px;
    left:426px;
    width:483px;
}

/* Do not show the help images for the login/pw fields */
.LoginPanel a img 
{
    display:none;
}

#UserLoginFields 
{
    margin-top:28px;
    margin-left:10px;
    width:180px;
    float:left;
}

#UserLoginFields span 
{
    font-size:11px;
    color:#ec1d25;
    line-height:20px;
}

#UserLoginFields input 
{
    width:120px;
    height:20px;
}

#UserLoginName
{
    height:23px;
}

#UserLoginButtons 
{
    float:left;
    padding-left:5px;
    margin-top:50px;
}

.UserLoginButton 
{
    height:23px;
    width:56px;
    border:none;
    background:url(UserArea-UserLoginButton.gif);
    cursor:pointer;
}

#UserLoginLinks 
{
    text-align:center;
    margin-left:10px;
    margin-right:10px;
}

#UserLoginLinks a
{
    font-size:10px;
}

.NeedRegister 
{
    padding-right:10px;
}

#Header .HeaderUserArea table tbody tr td img
{
    display:none;
}

#Header .HeaderUserArea table tbody tr td span
{
    position:absolute;
    left:195px;
    top:31px;
    width:95px;
    color:Red;
}

.VideoEditTable 
{
    margin:15px;
    border: 1px solid #999999; 
    color: Black; 
    background-color: White;
    border-collapse: collapse;}

.VideoMiddleTable 
{
    margin-left:15px;
    border: 1px solid #999999; 
    color: Black; 
    background-color: White;
    border-collapse: collapse;}


.VideoEditTable td, .VideoMiddleTable td
{
    padding-top:1px;
    padding-bottom:1px;
    border-left:1px solid #999999;
}

.VideoEditTable th, .VideoMiddleTable th
{
    background:Black;
    color:White;
    padding:1px;
    border-left:1px solid #999999;
}

.VideoTableRowA 
{
    background:white;
}

.VideoTableRowB 
{
    background:#cccccc;
}

.VideoIDField 
{
    text-align:center;
}

.VideoCaptionField 
{
    text-align:center;
}

.VideoIMGField 
{
    text-align:center;
}

.LoungeLeft 
{
    width:780px;
    float:left;
    padding:10px;
}

.LoungeRight 
{
    width:135px;
    padding:10px;
    float:right;
}

.LoungeBagDiv 
{
    background:url(mailbag.gif) top no-repeat;
    padding-top:130px;
    margin-top:70px;
    text-align:center;
}

a.LoungeBag
{
    font-weight:bold;
    font-size:14px;
}

.RegisterForm 
{
    float:left;
    width:470px;
    padding:10px;
}

.RegisterNotes 
{
    float:right;
    padding:10px;
    margin-right:100px;
    margin-top:100px;
    width:300px;
}

.CompatWheelPane 
{
    position:relative;
    margin-top:35px;
    height:500px;
    text-align:center;
}

.CompatWheelPane h2 
{
    font-size:16px;
    font-weight:bold;
    color:#f93112;
}

.CompatibilityModule 
{
    position:absolute;
    width:958px;
    height:451px;
    left:0px;
    top:0px;
}

.CompatLeftWheel 
{
    position:absolute;
    height:451px;
    width:196px;
    left:0px;
    top:0px;
}

.CompatLeftSelector 
{
    position:absolute;
    left:0px;
    top:100px;
    height:45px;
    width:196px;
}

.CompatRightSelector 
{
    position:absolute;
    left:0px;
    top:100px;
    height:45px;
    width:196px;
}

.CompatSignSelect 
{
    width:130px;
    margin-top:10px;
    font-size:14px;
}

.CompatPlayer 
{
    position:absolute;
    background:url(CompatBG.gif) no-repeat;
    height:451px;
    left:196px;
    width:566px;
}

.CompatPlayerTitle 
{
    position:absolute;
    top:27px;
    left:36px;
    height:20px;
    width:493px;
    text-align:center;
}

.CompatPlayerTitle h1
{
    font-size:16px;
    font-weight:bold;
    text-align:center;
    color:#f93112;
}

.CompatPlayerContainer 
{
    position:absolute;
    top:50px;
    left:36px;
}

.CompatRightWheel 
{
    position:absolute;
    height:451px;
    right:0px;
    width:196px;
}

.ContactForm 
{
    float:left;
    padding-top:10px;
    margin-left:6px;
    width:600px;
}

.ContactRight
{
    float:right;
    width:340px;
    margin-right:6px;
    height:371px;
    background: url(ContactUs-Right-Background.jpg) 35px 35px no-repeat;
}

.MailBagRight 
{
    float:right;
    width:340px;
    margin-right:6px;
    height:371px;
    background: url(mailbag_large.gif) 35px 125px no-repeat;
}

.FAQPane 
{
    padding-left:15px;
    padding-top:10px;
    padding-bottom:10px;
    width:600px;
}

.FAQHeading 
{
    padding-top:10px;
    padding-left:8px;
}

.FAQHeading h1 
{
    color:Black;
    font-size:16px;
}
    
.AboutPane 
{
    padding-left:20px;
    padding-top:10px;
    padding-bottom:10px;
    width:500px;
    float:left;
}

.AboutPane h1, .AboutPane h2 
{
    color:Black;
    font-size:14px;
    font-weight:bold;
    padding-bottom:10px;
    margin-left:-5px;
}

.AboutVideo 
{
    float:right;
    width:352px;
    margin-top:16px;
    margin-right:16px;
}

.BlogVideoContainer 
{
    text-align:center;
    width:780px;
    margin-top:10px;
}

#BlogVideo 
{
    margin-left:auto;
    margin-right:auto;
}

.ExportOutArea 
{
    margin-top:10px;
    margin-left:20px;
}

.txtSignOutput 
{
    width:914px;
}

.lblResultCount 
{
    display:block;
    float:left;
    line-height:24px;
}

.ltrDownload 
{
    float:left;
    margin-right:10px;
    margin-bottom:5px;
}

.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}


.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	background-color: #eeeeee;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DKGray.jpg); 
	height: 30px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar 
{
    display:block;
	cursor: pointer; 
	cursor: hand;
	height:16px;
	width:950px;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/	
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #aaaaaa; 
}

.main_dnnmenu_itemhover td {  
	background-color: #aaaaaa; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cccccc;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
   background: #aaaaaa none; 
   color: #ffffff;
   font-family: Verdana, sans-serif; 
   font-size: 11px;
   font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtGray.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight:  normal;
   color: #333333;
}

.DVDInfo 
{
    width:280px;
    padding-left:15px;
    padding-top:15px;
    margin-left:205px;
}

.DVDBuy 
{
    margin-left:-5px;
}

.DVDPrice 
{   
    margin-top:10px;
    margin-bottom:10px;
    font-size:16px;
}