* {
	margin: 0;
	padding: 0;
	outline: none;
}

td{
font-size:13px;
}

a, a:visited, a:link {
	color: #444;
}

a:hover {
	color: #888;
}

.hidden {
	display: none;
}

body {
	background-color: black;
	color: #888;
	font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-align: center;
	background-image:url('/_images/login/bg_40.png');
	background-repeat:no-repeat;
	background-position: 50% 380px;
}

#container {
	width: 780px;
	margin: 40px auto 0 auto;
	 text-align: left; 
}

#footer
{
	color:#313131;
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size:11px;
	margin:10px auto 0pt;
	width:772px;
}

#footerSlide
{
	color:#313131;
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size:11px;
	margin:10px auto 0pt;
	background-color: #000;
	width:772px;
	float: left;
	vertical-align: bottom; 
}


#logo {
	width: 347px;
	height: 79px;
	overflow: hidden;
	float: left;
}

#login_fields{
/*	width:275px; */
	width:265px;
}

#login-box {
  position: relative;
	float: left;
	clear: left;
	background: url(/_images/login/bg-loginBox-top.png) no-repeat top left;
  width: 272px;
  width: 347px;
/*   padding: 36px 0 30px 74px; */
}

#login-box-padding {
  padding: 36px 0 30px 74px;
}

#login-box div.extra {
	background: url(/_images/login/bg-loginBox-bottom.png) no-repeat bottom left;
	position: absolute;
	bottom: 0;
	left: 0;
  height: 30px;
	width: 346px;
}

#login-box label,
#login-box div.likeLabel {
	display: block;
	height: 19px;
	width: 200px;
	margin-bottom: 7px;
}

#login-box div.first-row {
	height: 19px;
	width: 200px;
	margin-bottom: 7px;
}

#login-box label span,
#login-box div.likeLabel span,
#login-box div.first-row span {
	display: block;
	float: left;
}

#login-box label.li {
	padding-top: 14px;
	
}

#login-box label.li a.request {
	display: block;
	float: left;
}

#login-box label input.uandp,
#login-box div.first-row input {
	width: 128px;
	float: right;
	margin: 0;
	padding: 0;
}

#login-box p.error {
	color: red;
	margin: 14px 0 7px 0;
}


.login-btn {
	background:transparent url(/_images/login/btn-log-in.gif) no-repeat scroll left top;
	display:block;
	float:right;
	width: 66px;
	height: 15px;
}

.submit-btn {
	background:transparent url(/_images/btn-submit.gif) no-repeat scroll left top;
	display:block;
	float:right;
	width: 66px;
	height: 15px;
}

.cancel-btn {
	background:transparent url(/_images/btn-cancel.gif) no-repeat scroll left top;
	display:block;
	float:right;
	margin-right:10px;
	width: 66px;
	height: 15px;
}

input.login-btn:hover {
background-position:0pt -15px;
}

.resume-btn {
	background:transparent url(/_images/login/btn-resume.gif) no-repeat scroll left top;
	display:block;
	float:right;
	width: 66px;
	height: 15px;
}

input.resume-btn:hover {
background-position:0pt -15px;
}

#login-box a span {
	display: none;
}

#login-box div.dd {
	background: url(/_images/login/dd-startPage.gif) no-repeat top left;
	margin: 0;
	padding: 0;
	float: right;
	width: 128px;
	height: 16px;
	position: relative;
}

#login-box div.dd a {
	padding: 2px 6px;
	text-decoration: none;
	color: #888;
}

#login-box div.dd ul {
	display: none;
	position: absolute;
	top: 16px;
	left: 0;
	list-style-type: none;
	background-color: #343434;
	opacity: 0.85;
	filter: alpha(opacity=85);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
}

#login-box div.dd:hover ul,
#login-box div.dd.over ul {
	display: block;
}

#login-box div.dd ul li {
	height: 20px;
	margin: 2px 0 0 2px !important;
	margin: 3px 0 -1px 2px;
	width: 128px;
}

#login-box div.dd ul li a {
	display: block;
	float: left;
	color: #ccc;
	width: 114px;
}

#login-box div.dd ul li a:hover {
	background-color: black;
	color: #ccc;
}


#text-section {
	padding: 0 5px 74px 5px;
	font-size: 11px;
  margin: -10px 0 0 0;
	clear: both;
}

#text-section div.l,
#text-section div.r {
	width: 355px;
	float: left;
}

#text-section div.clear {
	width: auto;
	float: none;
	clear: both;
}

#text-section .l {
margin-right: 30px;
}

#text-section .l span {
color: #FFFFFF;
}

#text-section .r span{
color: #FFFFFF;
}



#text-section div p {
	margin: 16px 10px 0 0;
	padding-left: 0px;
	line-height: 1.5em;
}

#text-section div p span {
	color: #FFFFFF;
}


#text-section .row { margin: 0px 0px 0px 0px;
		             width: 762px;
	                 clear: both;
}


.hdrBar { clear: both;
          margin: 21px 0px 0px 0px;
          padding: 3px 0px 3px 9px;
          width: 752px;
		  font-size: 12px;
          background-color: #1E1E1E;
          border-top: 1px solid #2E2E2E;
          border-bottom: 1px solid #0B0B0B;
          color: #B7B7B7;
          text-shadow: black 2px 2px 2px;
	}
	



#nav  {
	height: 23px;
	padding: 0 0 1px 0;
	font-size: 12px;
	background: url(/_images/login/bg-tabs.gif) repeat-x bottom;
	list-style: none;
	margin: -33px 0 0 0;
	position: relative;
}

#nav li {
	float: left;
	background: url(/_images/login/bg-tabs-R.gif) no-repeat top right;
	margin-right: 1px;
	margin-left: 1px;
	padding: 0;
	position: relative;
	z-index: 100;
}

#nav li a {
	text-decoration: none;
	display: block;
	background: url(/_images/login/bg-tabs-L.gif) no-repeat top left;
	color: red;
	padding: 4px 12px 4px 12px;
}

#nav li.current a {
	padding-bottom: 5px;
	margin-bottom: -1px;
	border-bottom: 1px solid black;
	position: relative;
	z-index: 500;
}
/*grabbed from common.css for pulldown hide js*/
.menu_off li, .menu_off ul {
	display:none;
}

.intro{
margin-top:25px;
 }


input.login-btn:hover {
background-position:0pt -15px;
}

.resume-btn {
	background:transparent url(/_images/login/btn-resume.gif) no-repeat scroll left top;
	display:block;
	float:right;
	width: 66px;
	height: 15px;
}

input.resume-btn:hover {
background-position:0pt -15px;
}


#request-box {
	width: 272px;
	background: url(/_images/login/bg-loginBox-top.png) no-repeat top left;
	margin-top: 33px;
	padding: 36px 0 30px 74px;
	visibility:hidden; 
	position:absolute;  
	z-index:1000;
	top:0;
	
}

#request-box div.extra {
	background: url(/_images/login/bg-loginBox-bottom.png) no-repeat bottom left;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 20px;
	width: 346px;
}

#request-box label,
#request-box div.likeLabel {
	display: block;
	height: 19px;
	width: 198px;
	margin-bottom: 7px;
}

#request-box div.first-row {
	height: 19px;
	width: 198px;
	margin-bottom: 7px;
}

#request-box label span,
#request-box div.likeLabel span,
#request-box div.first-row span {
	display: block;
	float: left;
}

#request-box label.li {
	padding-top: 14px;
	
}

#request-box label.li a.request {
	display: block;
	float: left;
}

#request-box label input.uandp,
#request-box div.first-row input {
	width: 128px;
	float: right;
	margin: 0;
	padding: 0;
}

#request-box p.error {
	color: red;
	margin: 14px 0 7px 0;
}

#requestMessage{
	margin-bottom:15px;
	}

#accept_agreement {
/*  background-color: green; */
  overflow: hidden;
  position: relative;
  width: 388px;
  width: 390px;
  height: 382px;
  float: right;
/* pmj nov 6 2008
  margin-top: -80px !important;
  margin-top: 0;
  margin-bottom: -22px !important;
  margin-bottom: 0;
*/
}

#accept_agreement p {
  margin-top: 8px;
}

.login_success {
  color: green;
}
/**** VOLTA STYLES ****/

ul.content { margin: 20px 0px 62px 30px; }
li.content { 
	line-height: 1.5em; 
	line-height: 1.5em; 
	color: red;
}

li.content span { 
	color: #888888 !important;
}

p.std01 { padding: 0px 0px 28px 0px; font-style: normal; }
p.std02 { padding-right: 16px; font-size: 13px; }

.expanding_row { clear: both;
                 margin: 20px 0px 40px 0px;
	             width: 758px;
	             height: auto;
	             overflow: hidden;
	}
.expanding_row span { color: #888888;
}
	
.row_box01 { float: left;
             margin: 0px 21px 0px 0px;
	         width: 232px;
	}
.row_box02 { float: left;
             margin: 0px 25px 0px 0px;
	         width: 232px;
	}
.row_box03 { float: left;
             margin: 0px 0px 0px 0px;
	         width: 248px;
	}
	
.stdImage01 { margin: 0px 10px 0px 0px;
	}
	
.priceRow { clear: both;
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
            width: 761px;
            height: auto:
            overflow: hidden;
            border-top: 1px solid #191919;
            background-color: #000000;
	}

	
.price01 { float: left;
           margin: 0px 0px 0px 0px;
           padding: 13px 0px 0px 11px;
           width: 110px;
           color: #969B98;
           background-color: #000000;
           font-size: 13px;
	}

	
.price02 { float: left;
           margin: 0px 0px 0px 0px;
           padding: 15px 0px 14px 34px;
           width: 120px;
           background-color: #070707;
	}

	
.price03 { float: left;
           margin: 0px 0px 0px 0px;
           padding: 15px 0px 14px 23px;
           background-color: #000000;
           width: 115px;
	}

	
.price04 { float: left;
           margin: 0px 0px 0px 0px;
           padding: 15px 0px 14px 30px;
           width: 90px;
           background-color: #070707;
	}

	
.price05 { float: left;
           margin: 0px 0px 0px 0px;
           padding: 15px 0px 14px 18px;
           background-color: #000000;
           width: 127px;
	}

	
.price06 { float: left;
           margin: 0px 0px 0px 0px;
           padding: 14px 0px 0px 0px;
           background-color: #000000;
	}

	

 div.item { 
		
		/*background-image: url(../_images/bg-gradient.png); 
		background-repeat: repeat-x; 
		background-position: bottom; 
		padding-bottom: 66px; 
		padding-left: 10px;*/
 		width: 762px;
		overflow:hidden;
		float:left;
		
		
 }  
 
  div.itemEmbed { 
		
		background-image: url(/_images/bg-gradient.png); 
		background-repeat: repeat-x; 
		background-position: bottom; 
		padding-bottom: 60px; 
		padding-left: 10px;
 		width: 762px;
		overflow:hidden;
		float:left;
		
 }  
 
 #panes {

			border-style: none;
			width: 762px;

			margin: 0 auto 0 auto;
		}
		
		#panes div div { overflow: hidden; height: auto; }	
 
 
/*	
contentImg.IMG { border: 1px solid #9ABCF0; }

a:hover IMG { border : 1px solid #A00405; }
*/

.noborder { border : 1px solid #000000; }

.darkText{
	color:#444;
}


div.set {
	/*height: 203px;*/
	background: url(/_images/rounds-bg-x.gif) repeat-x top left;
	position: relative;
	padding-right: 5px;
	margin-bottom: 12px;
	clear: left;
}

div.set div.set-left-edge {
	width: 8px;
	height: 203px;
	background: url(/_images/rounds-bg-left.gif) no-repeat top left;
	position: absolute;
	top: 0;
	left: 0;
}

div.set div.set-right-edge {
	width: 8px;
	height: 203px;
	background: url(/_images/rounds-bg-right.gif) no-repeat top right;
	position: absolute;
	top: 0;
	right: 0;
}

div.set h3 {
	font-size: 12px;
	font-weight: normal;
	margin: 7px 0 7px 13px;
}

div.set h3 a {
	text-decoration: none;
}



div.set h3 a span {
	color: #333;
}


div.set div.round {
	height: 171px;
	float: left;
	position: relative;
	margin-left: 5px;
}

div.set div.round a.btn-enlarge {
	width: 17px;
	height: 16px;
	background: url(/_images/btn-rounds-enlarge.gif) no-repeat top left;
	position: absolute;
	bottom: 27px;
	right: 3px;
	display: none;
}

div.set div.round a.btn-delete {
	width: 17px;
	height: 16px;
	background: url(/_images/btn-rounds-deleteImg.gif) no-repeat top left;
	position: absolute;
	bottom: 27px;
	right: 25px;
	display: none;
}

div.set div.round:hover a.btn-enlarge,
div.set div.round:hover a.btn-delete {display: block;}

div.set div.round a.btn-delete span,
div.set div.round a.btn-enlarge span {display: none;}

div.set div.round a.btn-delete:hover,
div.set div.round a.btn-enlarge:hover {background-position: bottom left;}


.tabledivider {
	height: 1px;
	background: black url(/_images/divider-line-soft.gif) repeat-x bottom left;
}

.hvr {
	margin: 0;
	padding: 0;
	height: auto;
	width: auto;
	clear: left;
	position: relative;
}
.hvr a{
	text-decoration:none;
}

.thumb {
	border: 1px solid black;
}

div.hvr:hover span.overText {
	display: block;
}

div.hvr:hover .thumb {
	border: 1px solid red;
}

span.overText {
	font-size:18px;
	position: absolute;
	display: none;
	bottom: 10px; 
	left: 135px;
}



#subnav {
	background:transparent url(/_images/sh_marketingbg.gif) no-repeat scroll left top;
	width:750px;
	height:30px !important; 
	margin-top:24px;
	padding: 10px 0 0 10px;
	font-size: 13px;
}


#demoMov
{
	padding:10px;
	
}

#bgMov {
	background:transparent url(/_images/login-movie-bg.gif) no-repeat scroll right top;
	height: 306px;
	width: 409px;
	float:right;
/*
	margin-top: -80px !important;
	margin-top: 0;
	margin-bottom: -22px !important;
	margin-bottom: 0;
*/
}

.hover_btn:hover {
/* background-position:0pt -15px; */
  opacity: 0.8;
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.rev_hover_btn {
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.rev_hover_btn:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

#screen {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 700px;
  background-color: #1B1B1B;
  z-index: 1000000;
  opacity: 0.60;
  filter: alpha(opacity=60);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}

.see_thru {
  opacity: 0.15;
  filter: alpha(opacity=15);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
}

.selector{
	width:315px;
}


/*New features dialog*/

#titleText{
	color: #FFF;
	font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
	font-size: 23px;
	left:45px;
	top:15px;
	position:absolute;
}


#new_features_dialog_frame {
	position: relative;
	width: 737px;
	height: 468px;
	background: transparent url(/_images/login/bg_new_features.png) no-repeat;
}

#new_features_dialog_frame #close {
	cursor:pointer;
	right:25px;
	position:absolute;
	top:18px;
}


#new_features_dialog_frame .bar { 
	margin: 21px 0px 0px 0px;
	padding: 3px 0px 3px 9px;
	left:40px;
	top:40px;
	position:absolute;
	width: 660px;
	font-size: 12px;
	background-color: #1E1E1E;
	border-top: 1px solid #2E2E2E;
	border-bottom: 1px solid #0B0B0B;
	color: #B7B7B7;
	text-shadow: black 2px 2px 2px;
	text-align:left;
	}
	
#new_features_dialog_frame .left_slide {
	padding: 3px 3px 3px 9px;
	left:40px;
	top:100px;
	width:275px;
	text-align:left;
	position:absolute;
}


#new_features_dialog_frame .right_slide {
	padding: 3px 3px 3px 9px;
	left:340px;
	top:100px;
	width:350px;
	text-align:left;
	position:absolute;
}


#new_features_dialog_frame .next_slide {
	color:red;
	padding: 3px 0px 3px 9px;
	left:40px;
	top:355px;
	position:absolute;
}


/* scene strip bar across some pages */

#scenestrip {
	overflow: hidden;
	left:43px;
	top:385px;
	width:490px;
	position:absolute;
}

#stripthumbsframe {
  background-color: #111;
  overflow: hidden;
  width: 99%;
}

#stripthumbs .currimage img {
  margin-top: 1px;
  border: 1px solid #c00;
  height: 50px;
}


#stripthumbs .currimage img {
  margin-top: 1px;
  border: 1px solid #c00;
  height: 50px;
}

#stripthumbs .notcurrimage img {
  border: 1px solid black;
  height: 52px;
}

#stripthumbs a {
  top: 0px;
}

#stripthumbs a.currimage.over img  {
  margin-top: 0px;
  height: 150px;
  border: 1px solid red;
}

#stripthumbs a.notcurrimage.over img  {
  margin-top: 0px;
  height: 150px;
  border: 1px solid black;
}



#stripbtns .left {
  z-index: 10;
  position: absolute;
  width: 17px;
  height: 54px;
  left: 0px;
  background-color: black;
  background: url(/pageclass/_images/btn-scroll-l-2.gif) no-repeat top left;
}

#stripbtns .right {
  z-index: 10;
  position: absolute;
  width: 17px;
  height: 54px;
  right: 0px;
  background-color: black;
  background: url(/pageclass/_images/btn-scroll-r-2.gif) no-repeat top left;
}

#stripbtns span {
  display: none;
}

#stripbtns a:hover {
  background-position: bottom left;
}


.pagenav .prev,
.pagenav .prev-inactive {
  float: left;
  width: 22px;
  height: 21px;
  background: url("/_images/btn-prev.gif") no-repeat top left;
  margin: 0px 5px 0 0 !important;
}

.pagenav .prev-inactive {
  background: url("/_images/btn-prev-inactive.gif") no-repeat top left;
  cursor: default;
  }

.pagenav .prev:hover {
  background-position: bottom left;
}

.pagenav .prev span, .pagenav .prev-inactive span,
.pagenav .next span, .pagenav .next-inactive span {
  display: none;
}

.pagenav {
	position: absolute;
	top:402px;
	right: 33px;
	padding-top: 0 !important;
	margin-top: 0 !important;
	display: block;
	float: right;
	font-size: 13px;
}
.pagenav input {
  width: 25px;
/*
  margin-top: -2px;
  margin-left: 2px;

  border: 1px solid #c3c3c3;
  border-top-color: #4c4c4c;
  border-bottom-color: #ddd;

  filter: alpha(opacity=85);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
  opacity: 0.85;
*/
}

.pagenav span {
  font-size: 10px;
  margin: 2px 4px 0 2px;
}

.pagenav div {
  float: left;
}

.pagenav .next,
.pagenav .next-inactive {
  float: left;
  width: 22px;
  height: 22px;
  background: url("/_images/btn-next.gif") no-repeat;
  margin: 0px 0 0 5px !important;
  margin: 0 0 0 5px;
}

.pagenav .next-inactive {
  background: url("/_images/btn-next-inactive.gif") no-repeat;
  cursor: default;
}

.pagenav .next:hover {
  background-position: bottom left;
}
