@charset "utf-8";


/* Colors

white
#FFFFFF

grey - light to dark
#f9fafa
#dddddd
#afafaf
#999999
#7a7a7a
#666666
#5a5a5a
#333333

black
#000000

orange
#ff7d00

light blue
#0096ff

blue
#0068a6

red (error)
#c40202
#FF0000

grey-blue
#42494f


*/






/*normalize everything */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, prod, pre, input, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

#header
{
  z-index:999;
}

#main
{
  z-index:999;
}

h1 {
	font: 20px/40px Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font: normal 175%/1.5 "Avenir LT Std 35 Light", Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 11px;
}

h5 {
	font-size: 9px;
}

h6 {
	font-size: 10pt !important;
	color:#ffffff;
	font: normal 175%/1.5 "Avenir LT Std 35 Light", Verdana, Arial, Helvetica, sans-serif;
}

li {
  list-style-type: none;
}

ul{
list-style-type: none;
}

form {
	margin: 0px;
}

table {
  border-collapse: collapse;
 
}

.row{
  position: relative;
  width:auto;
  height:auto;
  left: 0px;
  top: 0px;
  display:block;
  clear:both;
}

.cell{
  position: relative;
  left: 0px;
  top: 0px;
  float: left;
  display: inline;
}
/*removes border from fieldset and img */

fieldset, img {
  border: 0;
}
/*left-aligns text in caption and th */

caption, th {
  text-align: left;
}

html {
  padding: 0;
  margin: 0;
  height: 100%;
}

:-moz-any-link:focus {
  outline: 1px dotted invert;
}
/* Change It To This: */

:-moz-any-link:focus {
  outline: none;
}

br {
  clear: both;
  height: 5px;
}
.spacer {
	clear: both;
	height: 25px;
}

.spacer_short { /* for ie 6 - to make the buttons show  up correctly on the account pages */
	clear: both;
	height: 5px;
}

p {
	margin-bottom: 10px;
}


/**************************** GENERIC CLASSES ***********************/

.padLeft5 {
  padding-left: 5px;
}

.padLeft10 {
  padding-left: 10px;
}

.padLeft20 {
	padding-left: 20px;
}

.padRight5 {
  padding-right: 5px;
}

.padRight10 {
  padding-right: 10px;
}

.padTop40 {
	padding-top: 40px;
}

.padTop20 {
	padding-top: 20px;
}

.padTop10 {
	padding-top: 10px;
}

.padBottom20 {
	padding-bottom: 20px;
}

.marginRight30 {
	margin-right: 30px;
}

#divider {
  float: left;
  width: 910px;
  height: 9px;
  background: #CCCCCC;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.noPadding {
	padding-left: none;
	padding-right: none;
	padding-top: none;
	padding-bottom: none;
}

.smallItalic {
	font-size: 9px;
	color: #7a7a7a;
	font-style: italic;
}

.textColor1 {
	color: #FFFFFF;
}

.textColor2 {
	color: #000000;
}

.textColor3 {
	color: #ff7d00;
}

.textColor4 {
	color: #666666;
}

.textColor5 {
	color: #afafaf;
}

.textColor6 {
	color: #0068a6
}
.smallGreyText {
	color: #666666;
	font-size: 9px;
}

.width185 {
	width:185px;
}

.width230 {
	width: 230px;
}

.width245 {
	width: 245px;
}

.width300 {
	width: 300px;
}

.width350 {
	width: 350px;
}

.width380 {
	width: 380px;
}

.width410 {
	width: 410px;
}

.width770 {
	width:770px;
}

.width965 {
	width:965px;
}

.height60 {
	height: 65px !important;
}

.height250 {
	min-height: 250px !important;
}

.height345 {
	min-height: 345px !important;
}

.height375 {
	min-height: 375px !important;
}

.height400 {
	min-height: 400px !important;
}

.height450 {
	min-height: 450px !important;
}

.height550 {
	height: 550px !important;
}

.textSize1 {
	font-size: 10px;
}

.textSize2 {
	font-size: 12px;
}

.textSize3 {
	font-size: 14px;
}

.textSize4 {
	font-size: 16px;
}

/**************************** END GENERIC CLASSES ***********************/

body {
  height: 100%;
  font: normal 11px/1.9 verdana, sans-serif; /*'Lucida Grande'*/
  background: #171717 url(/us/img/main_bg.gif) repeat-x top;
}

#body2Index { 
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
  text-align: left;
  /* background: url(/us/img/tagline_bg.jpg) no-repeat 50% 82px; */
  min-width:905px;
}


#wrapper {
  width: 985px;
  height: 100%;
  position: inherit;
/*left:50%;
	margin-left:-455px;  del:ew*/
/*background:#010101; del:ew*/
  
  margin: 0 auto;
}
#taglineDiv {
	height: 168px;
	width: 100%;
}

#contentDiv {
	position: inherit;
	width: 985px;
	background-color: #FFFFFF;
	text-align: left;
	margin: 15px 0 0 0;
	/* min-height: 300px; */
}

#contentDiv_black {
	position: inherit;
	width: 985px;
	background-color: #000000;
	text-align: left;
	margin: 15px 0 0 0;
	min-height: 300px;
	color: #7a7a7a;
}

#contentTop {
	height: 7px;
	width: 985px;
}

#contentBottom {
	height: 7px;
	width: 985px;
	bottom: 0px;
	clear:both;
	
}

#contentBottom_footer {
	background: url(/us/img/footer/white_footer_stripe_bg.gif) bottom no-repeat;
	height: 68px;
	width: 100%;
	clear: both;
	padding-top: 15px;
	position: relative;
}

#contentBottom_footer #newsletter {
	width: 240px; 
	height: 48px;
	background: url(/us/img/footer/white_box.gif) no-repeat;
	position: absolute;
	top: 24px;
	left: 13px;
	color: #333333;
	font-size: 9px;
	padding-left: 10px;
	padding-top: 3px;
}

#contentBottom_footer #newsletter input {
	color: #666666;
	border: 1px solid #999999;
	min-height: 16px;
	margin-right: 10px;
	width: 170px;
	float: left;
}



#contentBottom_footer #chatbox {
	width: 250px; 
	height: 48px;
	background: url(/us/img/footer/black_box.gif) no-repeat;
	position: absolute;
	top: 24px;
	right: 3px;
	color: #666666;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
	line-height: 1.7;
}

#contentBottom_footer #chatbox b {
	color: #FFFFFF;
}

#contentBottom_footer #chatbox a {
	color: #FFFFFF;
}

#contentBottom_footer #chatbox a:hover {
	color: #666666;
}


/************** black footer *************/

#contentBottom_footer_black {
	background: url(/us/img/footer/black_footer_stripe_bg.gif) bottom no-repeat;
	height: 70px;
	width: 100%;
	clear: both;
	padding-top: 15px;
	position: relative;
}

#contentBottom_footer_black #newsletter {
	width: 280px; 
	height: 48px;
	background: url(/us/img/footer/black_box3.gif) no-repeat;
	position: absolute;
	top: 24px;
	left: 13px;
	color: #666666;
	font-size: 9px;
	padding-left: 10px;
	padding-top: 3px;
}

#contentBottom_footer_black #newsletter input {
	color: #666666;
	background-color:#000000;
	border: 1px solid #333333;
	min-height: 16px;
	margin-right: 10px;
	width: 185px;
	float: left;
}

#contentBottom_footer_black #chatbox {
	width: 250px; 
	height: 48px;
	background: url(/us/img/footer/black_box.gif) no-repeat;
	position: absolute;
	top: 24px;
	right: 3px;
	color: #666666;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
	line-height: 1.7;
}

#contentBottom_footer_black #chatbox b {
	color: #FFFFFF;
}

#contentBottom_footer_black #chatbox a {
	color: #FFFFFF;
}

#contentBottom_footer_black #chatbox a:hover {
	color: #666666;
}

.emailDisclaimer {
	width: 400px; 
	height: 48px;
	position: absolute;
	top: 26px;
	left: 290px;
	color: #999;
	font-size: 9px;
	padding-left: 10px;
	padding-top: 3px;	
}

.emailDisclaimer a {
	color: #999;	
}

.emailDisclaimer a:hover {
	color: #FFF;	
}

.separator {
	display: block;
	height: 1px;
	border-top: 1px dotted rgb(14, 17, 19);
	margin: 2px 0px;
}

.separatorDotted {
	height: 16px;
	width: 93%;
	border-top: 1px dotted #999999;
	margin-top: 15px;
}

.separatorSpacer {
	clear: both;
	height: 10px;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #afafaf;
}

.orangeLink a {
	color: #ff7d00;
	text-decoration: none;
	background: url(/us/img/buttons/button_arrow_off.gif) no-repeat left 2px;
	padding-left: 20px;
	font-size: 11px;
	line-height: 20px;
}

.orangeLink a:hover {
	color: #999999;
	text-decoration: none;
	background: url(/us/img/buttons/button_arrow_over.gif) no-repeat left 2px;
	padding-left: 20px;
}

.blueLink a {
	color: #0096ff;
	text-decoration: none;
	background: url(/us/img/buttons/button_arrow_blue_off.gif) no-repeat left 2px;
	padding-left: 20px;
	font-size: 11px;
	line-height: 20px;
}

.blueLink a:hover {
	color: #999999;
	text-decoration: none;
	background: url(/us/img/buttons/button_arrow_over.gif) no-repeat left 2px;
	padding-left: 20px;
}

.plainOrangeLink a {
	color: #ff7d00;
	text-decoration: none;
}

.plainOrangeLink a:hover {
	color: #999999;
	text-decoration: none;
}

.plainBlueLink a {
	color: #0096ff;
	text-decoration: none;
}

.plainBlueLink a:hover {
	color: #999999;
	text-decoration: none;
}

.plainRedLink a {
	color: #c40202;
	text-decoration: none;
}

.plainRedLink a:hover {
	color: #999999;
	text-decoration: none;
}

.plainGreenLink a {
	color: ##2a922a;
	text-decoration: none;
}

.plainGreenLink a:hover {
	color: #999999;
	text-decoration: none;
}


/****************** HEADER ****************/
#header {
	height: 72px;
	width: 100%;
	position: relative;
}
#header #userLogin {
	text-align: left;
	color: #FFFFFF;
	font-size: 11px;
	padding-top: 20px;
	padding-left: 20px;
	float: left;
}

#header #userLogin a {
	color: #FFFFFF;
	text-decoration: none;
}

#header #userLogin a:hover {
	color: #dddddd;
	text-decoration: underline;
}

#header .textPad {
	padding-left: 10px;
	padding-bottom: 2px;
}

#userLogin li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px dotted #42494f;
	font-size: 10px;
	
}

#header .noBorder {
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: none;
}

#header a {
	color: #999999;
	text-decoration: none;
}

#header a:hover {
	color: #dddddd;
	text-decoration: underline;
}

#header #headerLogo {
	float: left;
	padding-top: 20px;
	padding-left: 10px;
}

#header #navBlock {
	height: 42px;
	float: right;
	padding-top: 37px;
}

#header #navBlock a:hover {
	text-decoration: none;
	color: #FF6600;
}


#header #navBlock img {
	padding:0;
	float: left;
}

#header .searchInput {
	height: 19px;
	width: 160px;
	background: none;
	border: none;
	margin-left: 10px;
	color: #7a7a7a;
}
#header .roundInput {
	position: absolute;
	top: 84px;
	right: 0px;
	background: url(/us/img/header/search_bg.gif) no-repeat;
	height: 19px;
	width: 178px;
}



#experience_features {
	height: 303px;
	width: 964px;
	margin: 3px 0 0 10px;
	background: #000000 url(/us/img/experience/experience_features.jpg) no-repeat;
}

#experience_features p {
	color: #FFFFFF;
	position: relative;
	top: 140px;
	left: 60px;
	font-size: 16px;
	width: 400px;
	line-height: 1.2;
}

#experience_tiptricks {
	height: 265px;
	width: 964px;
	margin: 3px 0 0 10px;
	background: #000000 url(/us/img/experience/header_tips.jpg) no-repeat;
}


#discover_main {
	height: 303px;
	width: 964px;
	margin: 3px 0 0 10px;
	background: #000000 url(/us/img/discover/discover_main.jpg) no-repeat;
}

#discover_main p {
	color: #FFFFFF;
	position: relative;
	top: 140px;
	left: 60px;
	font-size: 16px;
	width: 400px;
	line-height: 1.2;
}

#discover_pc {
	height: 303px;
	width: 964px;
	margin: 3px 0 0 10px;
	background: #000000 url(/us/img/discover/discover_moxiPC.jpg) no-repeat;
}

#discover_pc p {
	color: #FFFFFF;
	position: relative;
	top: 140px;
	left: 60px;
	font-size: 16px;
	width: 400px;
	line-height: 1.2;
}
/****************** END HEADER ****************/



.feature_container {
	height: auto;
	float: none;
	clear: both;
	padding-top: 25px;
	color: #FFFFFF;
}
.features_left {
	width: 240px;
	margin: 0 0 0 65px;
	float: left;
}
.features_left_small {
	width: 120px;
	margin: 0 0 0 65px;
	float: left;
}

.features_right {
	width: 600px;
	margin: 0 0 0 25px;
	float: left;
	color: #7A7A7A;
}
.features_right h2 {
	color: #FFFFFF;
}

.features_right_small {
	width: 300px;
	margin: 0 0 0 25px;
	float: left;
}

.feature_block {
	width: 42%; 
	float: left; 
	padding-left: 45px; 
	padding-bottom: 35px;
	line-height: 1.6;
}

.feature_block h2 {
	color: #FFFFFF;
}

.feature_block .feature_block_left {
	float: left;
}
.feature_block .feature_block_right {
	float: right;
	width: 220px;
}

/**************discover landing page***********/


.discover_container {
	height: auto;
	float: none;
	clear: both;
	padding-top: 100px;
	color: #7a7a7a;
	font-size: 12px;
}
.discover_left {
	width: 325px;
	margin: 10px 0 0 65px;
	float: left;
	text-align: right;
}

.discover_right {
	width: 440px;
	margin: 0 0 0 45px;
	float: left;
}

/**************End discover landing page***********/

/**************discover overview and features landing page***********/



.discover_features_container {
	height: auto;
	float: none;
	clear: both;
	padding-top: 30px;
	color: #FFFFFF;
}

.discover_features_container .discover_features_left {
	width: 100px;
	margin: 0 0 0 0;
	float: left;
	color:#333;
}


.discover_features_container .discover_features_right {
	width: 420px;
	margin: 0 0 0 10px;
	float: left;
	color:#333;
}


.discover_features_container .discover_grid{
	float:left;
	width:450px;
	color:#333;
}


.discover_features_container .discover_grid_right{
	float:right;
	width:360px;
	color:#333;
}



.discover_innergrid_left{
	width:146px;
	float:left;
}

.discover_innergrid_right{
	width:268px;
	float:left;
}

.discover_subtitle{
	color:#ffffff;
	font-size: 12px;
	font-weight: normal;
}



.discover_features_container .column_third li{
   color:#666;
   list-style:none;
   margin:0px;
   padding:0px;
}

.discover_features_container .column_third li a{
   color:#666;
   text-decoration: none;
}

.discover_features_container .column_third li a:hover{
   color:#666;
   text-decoration: underline;
}

.discover_grid_right table img{
    margin:10px;
	
}

.discover_features_left {
	width: 400px; 
	float:left; 
	color: #7a7a7a; 
	padding-top: 20px;
}

.discover_features_right {
	width: 400px; 
	float:right; 
	color: #7a7a7a; 
	padding-top: 20px;
	padding-left: 25px;
}

/**************end discover overview features landing page***********/


.tvlink {
	padding-top: 10px;
}

.tvlink a {
	color: #333333;
	text-decoration: none;
	background: url(/us/img/experience/tv_icon.gif) no-repeat left ;
	padding-left: 35px;
	padding-top: 4px;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	margin-top: 25px;
}

.tvlink a:hover {
	color: #0096ff;
	text-decoration: none;
	background: url(/us/img/experience/tv_icon.gif) no-repeat left ;
	padding-left: 35px;
	padding-top: 4px;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	margin-top: 25px;
}





/*************** START NAVIGATION BAR  **********/

.dropdown {
	float:left;
	padding-right:5px;
	line-height: 15px;
	font-size: 10px;
}
.dropdown dt {
	width:122px;
	height: 41px;
	padding:0px;
	font-weight:bold;
	cursor:pointer;
	background: transparent; /*url(images/header.gif)*/
}
.dropdown dt:hover {
	background: transparent; /*url(images/header_over.gif)*/
}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:168px;
	display:none;
	background:transparent;
	z-index:200;
	opacity:0;
}
.dropdown ul {
	width:164px;
	/*border:2px solid #000;*/
	list-style:none;
	border-top:none;
}
.dropdown li {
	display:inline;
}
.dropdown li a, .dropdown li a:active {
	display:block;
	padding-top:4px;
	padding-bottom: 6px; 
	padding-right: 5px;
	padding-left: 23px;
	color:#333;
	text-decoration:none;
	background:#131313;
	width:154px;
	height: 15px;
	border-bottom: 1px solid #222222;
}
.dropdown a:hover {
	background: #000;
	color: #ff7d00;
	text-decoration: none;
}
.dropdown .underline {
	/* border-bottom:1px solid #222222; */
}

.dropdown ul .bottomPiece {
	display: block;
	border-bottom: none;
	background: transparent url(/us/img/header/nav_item_bottom.png) no-repeat;
	width: 170px;
	height: 8px;
	margin: 0;
	padding: 0;
	line-height: 0;
}

.dropdown ul .topPiece {
	display: block;
	border: none;
	background: transparent url(/us/img/header/nav_item_top.png) no-repeat;
	width: 170px;
	height: 8px;
	margin: 0;
	padding: 0;
	line-height: 0;
}
	


/************* END NAVIGATION BAR  ***********/




/****************** FOOTER ****************/

#footer {
  position: relative;
  z-index: 99;
  width: 984px;
  margin: 0 auto;
  text-align:center;
  padding-top:10px;
}

#footer ul {
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
}

#footer li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px dotted #f1f1f1;
}

#footer .noBorder {
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: none;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #dddddd;
	text-decoration: underline;
}

#footer img {
	padding-left: 5px;
	padding-right: 5px;
}

#footer p {
	padding-bottom:10px;
	padding-top:5px;
	margin: 0;
}

#footer .digeoLogo {
	float: left;
	width: 55px;
	height:27px;
	margin:4px 10px 4px 0;
}

#footer .copyright {
  color: #ffffff;  
	float: left;
	width: 900px;
	text-align: left;
	line-height: 13px;
	font-size: 10px;
	padding-bottom:20px;
}




/****************** END FOOTER ****************/


#breadcrumbBlock {
	height: 20px;
	width: 965px;
	background-color: #000000;
	color:#FFFFFF;
	font-size: 9px;
	line-height: 20px;
	padding-left: 20px;
	
}

.headlineBlockBlack {
	height: 55px;
	padding-top: 25px;
	padding-left: 20px;
	background-color: #000000;
}

.headlineBlockWhite { 
	height: 55px;
	padding-top: 20px;
}




/******************** START ROUNDED CORNER BOXES *********************/



/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.roundedBox_white_orange,
#makeit_orange .roundedBox_white_blue {
	margin: 10px 0 0 10px;
	min-width: 17em;
	background: url(/us/img/roundedBoxes/white_orange/rbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
	float: left;
	position: inherit;
	display: inline;
}
.roundedBox_white_orange_short,
#makeit_orange .roundedBox_white_blue_short {
	margin: 10px 0 0 10px;
	min-width: 17em;
	background: url(/us/img/roundedBoxes/white_orange/rbbody-r-short.gif) no-repeat bottom right;
	font-size: 100%;
	float: left;
	position: inherit;
	display: inline;
}
.roundedBox_white_orange .boxhead,
.roundedBox_white_orange_short .boxhead,
#makeit_orange .roundedBox_white_blue .boxhead,
#makeit_orange .roundedBox_white_blue_short .boxhead{
	background: url(/us/img/roundedBoxes/white_orange/rbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
}
.roundedBox_white_orange .boxhead h2,
.roundedBox_white_orange_short .boxhead h2,
#makeit_orange .roundedBox_white_blue .boxhead h2,
#makeit_orange .roundedBox_white_blue_short .boxhead h2{
	background: url(/us/img/roundedBoxes/white_orange/rbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 13px 16px 8px;
	color: white; 
	font-weight: bold; 
	font-size: 11px; 
	line-height: 1em;
	/*text-shadow: rgba(0,0,0,.4) 0px 2px 5px;  Safari-only, but cool */
}
.roundedBox_white_orange .boxbody,
.roundedBox_white_orange_short .boxbody,
#makeit_orange .roundedBox_white_blue .boxbody,
#makeit_orange .roundedBox_white_blue_short .boxbody{
	background: url(/us/img/roundedBoxes/white_orange/rbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 16px 15px;
	height:100%;
}

.roundedBox_white_orange_short .boxbody,
#makeit_orange .roundedBox_white_blue_short .boxbody {
	background: url(/us/img/roundedBoxes/white_orange/rbbody-l-short.gif) no-repeat bottom left;
}

.roundedBox_white_orange .boxbody a,
.roundedBox_white_orange .boxbody_short a,
#makeit_orange .roundedBox_white_blue .boxbody a,
#makeit_orange .roundedBox_white_blue .boxbody_short a {
	color: #ff7d00;
}

.roundedBox_white_orange .boxbody a:hover,
.roundedBox_white_orange .boxbody_short a:hover,
.roundedBox_white_blue .boxbody a:hover,
.roundedBox_white_blue .boxbody_short a:hover {
	color:  #666666;
}


.roundedBox_white_orange .boxbody2 {
	background: url(/us/img/roundedBoxes/white_orange/rbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 9px 15px;
	height:100%;
}

.roundedBox_white_blue {
	margin: 10px 0 0 10px;
	min-width: 17em;
	background: url(/us/img/roundedBoxes/white_blue/rbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
	float: left;
	position: inherit;
	display: inline;
}
.roundedBox_white_blue .boxhead {
	background: url(/us/img/roundedBoxes/white_blue/rbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
}
.roundedBox_white_blue .boxhead h2 {
	background: url(/us/img/roundedBoxes/white_blue/rbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 13px 16px 8px;
	color: white; 
	font-weight: bold; 
	font-size: 11px; 
	line-height: 1em;
	/*text-shadow: rgba(0,0,0,.4) 0px 2px 5px;  Safari-only, but cool */
}
.roundedBox_white_blue .boxbody {
	background: url(/us/img/roundedBoxes/white_blue/rbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 16px 15px;
	height:100%;
}

.roundedBox_white_blue .boxbody a {
	color: #0096ff;
}

.roundedBox_white_blue .boxbody a:hover {
	color:  #666666;
}


.roundedBox_white_blue .boxbody2 {
	background: url(/us/img/roundedBoxes/white_blue/rbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 9px 15px;
	height:100%;
}


.greyBox_horiz {
	background: url(/us/img/roundedBoxes/grey/box_horiz.png) no-repeat;
	height: 215px;
	width: 630px;
	margin: 10px 0px 0px 10px;
	padding-left: 20px;
	float: left;
	display: inline; /* for ie 6 */
}

.greyBox_vert {
	background: url(/us/img/roundedBoxes/grey/box_vert.png) no-repeat;
	min-height: 440px;
	width: 285px;
	margin: 10px 0px 0px 10px;
	float: left;
	padding-left: 20px;
}

.greyBox_horiz_small {
	background: url(/us/img/roundedBoxes/grey/box_horiz_small.gif) no-repeat;
	height: 205px;
	width: 418px;
	margin: 10px 10px 0px 10px;
	padding-left: 20px;
	float: left;
}

.goldBox {
	background: url(/us/img/roundedBoxes/gold.gif) no-repeat;
	height: 420px;
	width: 458px;
	margin: 10px 0px 0px 0px;
	float: left;
	padding-left: 15px;
}

.roundedBox_channelLineup {
	margin: 15px 0 0 10px;
	width:360px;
	height: 415px;
	background: transparent url(/us/img/roundedBoxes/grey/box_channellineup.gif) no-repeat;
}

.roundedBox_channelLineup h2 {
	margin: 0;
	padding: 13px 16px 8px;
	color: white; 
	font-weight: bold; 
	font-size: 11px; 
	line-height: 1em;
}

.roundedBox_channelLineup .lineupbody {
	margin: 0;
	padding: 5px 16px 15px;
}


.roundedBox_grey_305 {
	margin: 10px 0px 0px 10px;
	width: 305px;
	background: url(/us/img/roundedBoxes/grey/greybox_top.gif) no-repeat top left;
	padding-bottom: 9px;
	font-size: 100%;
	float: left;
	position: inherit;
	display: inline; /* for ie 6 */
}

.roundedBox_grey_305 .boxbody {
	background: url(/us/img/roundedBoxes/grey/greybox_bottom.gif) no-repeat bottom left;
	margin-top: 9px;
	padding: 0 0 5px 10px;
	width: 305px;
	min-height: 426px;
}

/******************** END ROUNDED CORNER BOXES *********************/



/******************* MY MOXI STUFF ********************************/

.column_account_nav {
	float: left; 
	width: 195px;
	display: inline;
}

.column_account_body {
	 width: 780px;
	 float: left;
	 display: inline;
}

#accountNav a {
	background: url(/us/img/buttons/button_account_off.gif) no-repeat;
	border: none;
	text-align: left;
	padding-left: 10px;
	margin: 0 0 4px 0;
	font-size: 9px;
	line-height: 22px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	display: block;
	height: 22px;
}

#accountNav .level2 a {
	background: url(/us/img/buttons/button_account_off.gif) no-repeat;
	border: none;
	text-align: left;
	padding-left: 25px;
	margin: 0 0 4px 0;
	font-size: 9px;
	line-height: 22px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

#accountNav .selected {
	background: url(/us/img/buttons/button_account_on.gif) no-repeat;
	border: none;
	text-align: left;
	padding-left: 10px;
	margin: 0 0 4px 0;
	font-size: 9px;
	line-height: 22px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

#accountNav .selected a {
	background: url(/us/img/buttons/button_account_on.gif) no-repeat;
	margin-left: -10px;
	}
	
#accountNav .selected a:hover {
	color: #000;
	background: url(/us/img/buttons/button_account_on.gif) no-repeat;
}

#accountNav .level2selected {
	background: url(/us/img/buttons/button_account_on.gif) no-repeat;
	border: none;
	text-align: left;
	padding-left: 25px;
	margin: 0 0 4px 0;
	font-size: 9px;
	line-height: 22px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

#accountNav .level2selected a {
	background: url(/us/img/buttons/button_account_on.gif) no-repeat;
	margin-left: -25px;
	padding-left: 25px;
	color: #333333;
}

#accountNav .level2selected a:hover {
	color: #000;
	background: url(/us/img/buttons/button_account_on.gif) no-repeat;
}

#accountNav a:hover {
	color: #000;
	background: url(/us/img/buttons/button_account_over.gif) no-repeat;
}

.accountInput {
	border: 1px solid #999999;
	min-height: 16px;
	margin-right: 10px;
}

.accountInputText {
	border: 1px solid #999999;
	min-height: 16px;
	margin-right: 10px;
	width: 300px;
}

.accountInputTextCity {
	border: 1px solid #999999;
	min-height: 16px;
	margin-right: 10px;
	width: 180px;
}

.accountInputTextState {
	border: 1px solid #999999;
	min-height: 16px;
	margin-right: 10px;
}

.accountInputTextZip {
	border: 1px solid #999999;
	min-height: 16px;
	margin-right: 10px;
	width: 70px;
}

.accountInputTextDevice {
	border: 1px solid #999999;
	min-height: 16px;
	margin-right: 10px;
	width: 120px;
}

.loginInputText {
	border: 1px solid #999999;
	min-height: 16px;
	margin-right: 10px;
	width: 250px;
}



.setupGrid {
	max-height: 250px;
	overflow-y: auto;
	padding-top: 10px;
	padding-left: 1px;
}

.setupGrid table, .setupGrid td {
	border: 1px solid #ccc;
}

.setupGrid td {
	padding: 3px;
}

.setupGrid a {
	color: #000000;
}

.setupGrid a:hover {
	color: #ff7d00;
	text-decoration: underline;
}
/*
.setupGrid tr:hover {
	background: #7a7a7a;
}
*/

.explanationText {
	position: relative;
	padding-top: 70px;
	font-size: 9px;
	color: #7a7a7a;
	width: 93%;
}

.registrationSteps {
	float: left;
	padding-left: 55px;
	margin-top: -20px;
}

.stateText {
	float: left;
	padding-left: 175px;
}

.zipText {
	float: left;
	padding-left: 30px;
}

.regKey {
	border: 1px solid #666666;
	padding: 5px; 
	background-color: #FFFFFF;
	font-size: 28px;
	line-height: 28px;
	margin: 5px 0px;
	width: 93%;
}

.numberedList {
	padding-left: 20px;
}

.numberedList li {
	list-style: decimal;
}

.featureTable {
	font-size: 10px;
}	

.account_ad {
	border: 1px solid #666666;
	margin: 0px;
	display: inline;
	width: 345px;
	padding: 0;
}

#deviceGrid {
	max-height: 250px;
	overflow: hidden;
	overflow-y: auto;
	padding: 10px 0 0 1px;
	font-size: 10px;
	position:relative;
}

#deviceGrid table {
	width: 99%;
}

#deviceGrid td {
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	border: 1px solid #ccc;
}

#deviceGrid th {
	padding-left: 7px;
	color: #ff7d00;
}

#deviceGrid a {
	color: #ff7d00;
	text-decoration: none;
}

#deviceGrid a:hover {
	color: #ff7d00;
	text-decoration: underline;
}

.promoBox {
	height: 142px;
	width: 770px; 
	float: left;
	margin: 10px 0 0 10px;
	position: relative;
	display: inline;  /* for ie 6 */
}
.promoBox div {
	position: relative;
	top: 30px;
	left: 230px;
	height: 100px;
	width: 300px;
	font-size: 10px; 
	line-height: 16px;
}
.promoBox a {
	position: absolute;
	top: 110px;
	left: 63px;
	height: 18px;
	width: 101px;
}

#promoBox_finetune {
	background: url(/us/img/partners/finetune_bg.jpg) no-repeat;
}

#promoBox_finetune .content {
	color: #FFFFFF;
	top: 35px;
}

#promoBox_flickr {
	background: url(/us/img/partners/flickr_bg.jpg) no-repeat;
}

#promoBox_flickr .content {
	color: #0063db;
	top: 30px;
}

#promoBox_musicgiants {
	background: url(/us/img/partners/musicgiants_bg.jpg) no-repeat;
}

#promoBox_musicgiants .content {
	color: #54666f;
	top: 40px;
}

#promoBox_medialink {
	background: url(/us/img/partners/media_link_bg.jpg) no-repeat;
}

#promoBox_medialink .content {
	color: #ffffff;
	top: 40px;
}

#promoBox_rhapsody {
	background: url(/us/img/partners/rhapsody_bg.jpg) no-repeat;
}

#promoBox_rhapsody .content {
	color: #54666f;
	top: 40px;
}

#promoBox_sirius {
	background: url(/us/img/partners/sirius_bg.jpg) no-repeat;
}

#promoBox_sirius .content {
	color: #FFFFFF;
	top: 30px;
}

#promoBox_youtube {
 	background: url(/us/img/partners/youtube_bg.jpg) no-repeat;
}
  
#promoBox_youtube .content {
 	color: #FFFFFF;
 	top: 40px;
}

#promoBox_vudu {
	background: url(/us/img/partners/vudu_bg.jpg) no-repeat;
}

#promoBox_vudu .content {
	color: #FFFFFF;
	top: 35px;
}

#promoBox_cinemanow {
	background: url(/us/img/partners/cinemanow_bg.jpg) no-repeat;
}

#promoBox_cinemanow .content {
	color: #FFFFFF;
	top: 35px;
}

#promoBox_moxinet {
	background: url(/us/img/partners/moxinet_bg.jpg) no-repeat;
}

#promoBox_moxinet .content {
	color: #FFFFFF;
	top: 50px;
}


#flickr_search_results {
	padding-top: 10px;
	clear: both;
	display: block;
}

#flickr_search_results img {
	float: left;	
	padding: 5px;
}

#flickr_search_results div {
	float: left;
	clear: left;
}


/******************* END MY MOXI STUFF ********************************/



.loginButton {
	margin: 0 0 0 85px;
}

.column_third {
	float: left; 
	width: 33%;
}

.column_right {
	float: right; 
	margin-right: -5px;
}

.column_half {
	float: left; 
	width: 50%;
}

.column_two_thirds {
	float: left; 
	width: 60%;
}

.channelLineupTest {
	width: 325px; 
	height: 320px;  
	border: 1px solid #333333; 
	margin-top: 20px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.updateButton {
	padding-top: 15px;
	padding-left: 15px; 
}

.normalButton {
	padding-top: 15px;
	padding-right: 5px; 
}

/****************** generic text styles ****************/

.sub_heading1 {
	color: #FFF;
	font-weight: normal;
	font-size: 1.2em;
}

.sub_heading2 {
	color: #FFF;
	font-weight: normal;
	font-size: 10px;
}

.sub_heading_main1 {
	color: #ff7d00;
	font-weight: normal;
	font-size: 1.2em;
}

.sub_heading_main2 {
	color: #ff7d00;
	font-weight: normal;
	font-size: 10px;
}

.sub_heading_black1 {
	color: #000;
	font-weight: bold;
	font-size: 12px;
}

.sub_heading_black2 {
	color: #000;
	font-weight: bold;
	font-size: 10px;
}

.section_header_orange {
    font-family: Verdana;
    font-size: 26px;
    color: #ff7d00;
    line-height: 27px;
    margin-top:-4px;
    height: 55px;
    background-color: #000000;
}

.section_header_blue {
    font-family: Verdana;
    font-size: 26px;
    color: #0068a6;
    line-height: 27px;
    margin-top:-4px;
    height: 55px;
    background-color: #000000;
}

.section_header_black {
    font-family: Verdana;
    font-size: 30px;
    color: #000000;
    margin-bottom: 10px;
}


/****************** tables ****************/


.tvTable table {
	width: 100%;
	font-weight: bold;
	color: #666666;
	font-size: 10px;
}

.tvTable td {
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	border: 1px solid #ccc;
	vertical-align: middle;
}

.tvTable th {
	padding-left: 7px;
	color: #000000;
	height: 25px;
	padding-bottom: 3px;	
}
.tvTable thead {
	background: url(/us/img/tableHeaderBg.gif) repeat-x;
}

.tvTable a {
	color: #0068a6;
	text-decoration: underline;
}

.tvTable a:hover {
	color: #ff7d00;
	text-decoration: underline;
}

.tvTable img {
	margin: 2px 10px 0 0;
}

.tvTable .channelNumber {
	width: 25px;
	border-left: none;
}

.tvTable .channelLogo {
	width: 25px;
	border-right: none;
}

.tvTable .episodeTitle {
	padding: 0 0 0 20px;
}


.Error {
	width: 90%;
	font-weight: bold;
	font-size: 9px;
	text-align: left;
	color: #FF0000;
	/* background-color: #ededed; */
	padding: 0px 0 5px 10px;
	margin: 0;
	display: none;
}

.servicemessage {
	padding: 10px;
	color: #666666;
	background: #ffffff;
}

.message_odd {
	background: #e1e1e1;
}

.servicemessage .left {
	float: left;
	padding: 5px;
	width: 20px;
	margin-top: 5px;
}

.servicemessage .right {
	float: left;
	padding: 5px;
	width: 650px;
}





/************** INDEX ***************/

#homeFlashBlock {
	height: 269px;
	width: 964px;
	margin: 5px 0px 10px 10px;
}

#frontPageProducts {

}

#frontPageProducts li {
	height: 110px;
	width: 915px;
	/* background: url(/us/img/home/grey_box_bg.gif) no-repeat; */
	margin: 0px 0;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	float: left;
	display: block;
	border-top: 2px #0e0e0e solid;
}

#frontPageProducts .position_left {
	display: table; 
	height: 98px;
	width: 130px;
	vertical-align: middle;
	text-align: center;
	float: left;
	position: relative;
}

#frontPageProducts .position_center {
	display: table; 
	height: 98px; 
	vertical-align: middle;
	float: left;
	margin: 0 0 0 30px;
	position: relative;
}

#frontPageProducts .position_center .center_logo {
	width: 175px; 
	float: left;
}

#frontPageProducts .position_center .center_text {
	width:300px; 
	float: left; 
	padding-left: 40px;
	margin-top:-7px;
}

#frontPageProducts .position_right {
	display: table; 
	vertical-align: middle;
	float: left;
	position: relative;
	padding-left: 10px;
	margin-top: -11px;
}

#frontPageProducts .position_right img {
	float: left;
	padding-right: 10px;
}

#frontPageProducts .position {
	display: table-cell; 
	vertical-align: middle;
}

#frontPageProducts .logo {
	margin: 0 0 6px 0;
}

.frontPageBuyButton {
	padding-top:10px; 
}

.buyNowForm {
	height: 55px;
	width: 148px;
	background: url(/us/marketing/img/btn_bkd_buynow.gif) no-repeat;
} 
.buyNowForm input {
	padding-top: 23px;
	padding-left: 11px;
	margin: 0;
}

#experienceBlock {
	width: 985px;
	height: 585px;
	background: #000 url(/us/img/experience/experience_home_bg.jpg) 15px left no-repeat;
}

#exp_playmovie {
	display: block;
	position: relative;
	top:-70px;
	left: 205px;
}

#gallery_left {
	width: 705px; 
	float: left; 
}
#gallery_left img, #gallery_right img {
	border: 1px solid #666666;
	margin-bottom: 8px;
}

#gallery_right {
	width: 132px; 
	float: right; 
}

#discover_buynow {
	display: block;
	position: relative;
	height: 33px;
	width: 220px;
	left: 678px;
	top: -64px;
}

.ProductSubhead{
	color: #FFF;
	font-size: 14px;
	padding: 0px;
	padding-top: 15px;
	margin: 0px;
	line-height: 20px;
}

.ProductHeadline{
	color: #FFF;
	font-size: 16px;
	padding: 0px;
	padding-bottom: 10px;
	margin: 0px;
	line-height: 20px;
}

#discover_buynow_large {
	display: block;
	position: relative;
	height: 18px;
	width: 220px;
	left: 645px;
	top: -47px;
	margin-bottom: -13px;
	text-align: right;	
}

.emailDisclaimer {
	width: 400px; 
	height: 48px;
	position: absolute;
	top: 26px;
	left: 290px;
	color: #999;
	font-size: 9px;
	padding-left: 10px;
	padding-top: 3px;	
}

.emailDisclaimer a {
	color: #999;	
}

.emailDisclaimer a:hover {
	color: #FFF;	
}


/* LIGHTBOX STYLES */
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: auto;
	padding: 16px;
	border: 8px solid #ff7d00;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

#detailLogo {
	float:left;
	width: 70px;
	height: 100%;
	margin-top: 5px;
}

#detailLogo img {
	height: 50px;
	width: 66px;
}

#detailBody {
	float: left;
	font-size: 12px;
	width: 520px;
	line-height: 20px;
	margin-top: 5px;
}

.detailShowTitle {
	font-size: 24px;
	margin: 0 0 20px 0;
	line-height: 24px;
	font-weight: bold;
}

.detailShowOnlyTitle {
	font-size: 24px;
	margin: 15px 0 20px 0;
	line-height: 24px;
	font-weight: bold;
}

.detailEpisodeTitle {
	font-size: 18px;
	margin: 0 0 5px 0;
	padding: 0;
}

.detailTime {
	font-size: 18px;
	color: #0068a6;
	margin: 0 0 10px 0;
	padding: 0;
}

.detailDetail {
	margin: 0;
	padding: 0;
}

.detailList {
	line-height: 18px;
	margin: 10px 0 0 0 ;
	padding: 0;
	color: #666666;
}
.detailList li {
	display: block;
}

.detailList li b {
	color: #0068a6; 
}

.detailCast {
	margin: 0;
	padding: 0;
	color: #0068a6;
}
.detailCastList {
	color: #666666;
}

.moreEpisodesGrid {
	overflow-y: auto;
	padding-top: 10px;
}

.moreEpisodesGrid table, .moreEpisodesGrid td {
	border: 1px solid #ccc;
}


.moreEpisodesGrid td {
	padding: 3px;
}

.moreEpisodesGrid a {
	color: #000000;
}

.moreEpisodesGrid a:hover {
	color: #ff7d00;
	text-decoration: underline;
}




/* ONLINE SCHEDULING */

.tv_listing_table{
    font-family:Verdana;
    font-weight:bold;
    font-size:9pt;
    height:15px;
    color:#000000;
    background-color: #f9fafa;
    padding-left:3px
    padding-top:3px;
    margin-left:3px
    margin-top:3px;
    border-top:1px solid #ccc;            
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;      
}
.tv_listing_label{
    width:50px;
    text-align:right;
}
tv_lisings_control{
    width:100px;
    text-align:left;
    padding-left:3px;
}
.tv_listing_cell_bg {
    background-color:#f7f7f7;
    height:27px; 
    border-right: 1px solid #ccc;
	border-left: 1px solid #fff;
    vertical-align:top;
}
.tv_listing_cell {    
    height: 27px;
    border-right: 1px solid #ccc;
	border-left: 1px solid #fff;
    vertical-align:top;
}    
.tv_listing_cell_text {
    position:relative;
    width:75%;
    height:auto;
    display:inline;
    padding-left:5px;
    float:left;
    text-align:center;
    
}
.tv_listing_cell_text a {    
    font-family:Verdana;
    font-size:8pt;
    font-weight:normal;
    text-decoration:none;
    color:#0068a6 !important;
    cursor:hand;  
} 
.tv_cell_outline {
	border: 1px #d6d6d6 solid;
	border-top: none;
}

.tv_listing_cell_text a:hover {    
    color: #333333 !important; 
}  

.tv_listing_arrow_left {    
   padding:3px;
   cursor:pointer;
   cursor:hand;
}    
.tv_listing_arrow_left img
{    
   float:left;
}    
.tv_listing_arrow_right
{    
   vertical-align:middle; 
   padding:3px;
   display:inline;
   cursor:pointer;
   cursor:hand;
   float:right;
}    
.tv_listing_channelmap{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal; 
    color: #333333;
    text-align:right;
    padding-right:8px
}
.tv_listings_header
{
    font-family:Verdana;
    font-size:8pt;
    font-weight:bold;
    //border-right: 1px #d6d6d6 solid;
    //border-left: 1px #d6d6d6 solid;

}
.tv_listings_header_arrow
{
    font-family:Verdana;
    font-size:8pt;
    font-weight:bold;
    display:inline;
    padding-top:4px;
    padding-left:3px;
    padding-bottom:3px;
    float:left;
}
.tv_listings_Key{
    position:relative;
    height:15px;
    width:780px;
    padding-top:2px;
    vertical-align:top;
}
.tv_listings_Key_img{
    position:relative;
    height:15px;
    width:20px;
    vertical-align:middle;
    display:inline;
}
.tv_listings_Key_text{
    font-family:Verdana;
    font-size:8pt;
    font-weight:normal;
    color:#000000;
    position:relative;
    height:15px;
    width:100px;
    text-align:center;
    vertical-align:top;
    display:inline;
	padding-right: 10px;
}
.tv_listings_btmgray{
    position:relative;
    height:15px;
    background-color:#DCDCDC;
    width:780px;
}

.state_recording
{
    background-image: url(/us/img/remotedvr/icon_recording.gif);
    background-repeat:no-repeat;
    background-position:bottom; 
    position:relative;
    height:18px;
    width:15px;
    float:right;
    padding-right:2px;
}
.state_notscheduled 
{
    position:relative;
    height:18px;
    width:15px;
    float:right;
    visibility:hidden;
    padding-right:2px;
}
.state_scheduled
{
    background-image: url(/us/img/remotedvr/icon_toBeRecorded.gif);
    background-repeat:no-repeat;
    background-position:bottom; 
    position:relative;
    height:18px;
    width:15px;
    float:right;
    padding-right:2px;
}
.InputControlAlignment
{
    vertical-align:middle
}
.overlay_topcap{
   position:relative;
   height:36px;
   width:443px;
   clear: both;
}
.overlay_topcap_header{
    <!-- background: url(/us/img/remotedvr/overlay_mid_bg.png) repeat-y; -->
    position:relative;
    height:20px;
    width:443px;
}
.overlay_headertext{
    height: 23px;
    width: 335px;
    position: relative;
    padding-left: 10px;
    font: bold 14px Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    float:left;
}
.overlay_headerBg {
	background: url(/us/img/remotedvr/overlay_header_bg.png) repeat-y;
	padding-left: 37px; 
	height: 20px; 
	width: 443px; 
	float: left;
}
.overlayrowtext {
	font-size: 11px;
}
.overlaylabel {
	font-size: 11px;
	font-weight: bold;
	color: #0068a6;
    vertical-align:top;
}
.overlay_logo {
	width: 80px;
	height: 60px;
	float: left;
	margin-left: 45px;
}
.overlay_closebtn {
    height: 18px;
    width: 22px;
    position: relative;
    background: url(/us/img/remotedvr/overlay_close_btn.gif) no-repeat;
    cursor: pointer;
    cursor: hand;
	float: right;
	padding-right: 75px;
}
.overlay_topcap_chtime {
    background: url(/us/img/remotedvr/overlay_mid_bg.png);
    background-repeat: repeat-y;
    position:relative;
    min-height:66px;
    width:443px;
	clear: both;
}
.overlay_chtxt {
    font-family:Verdana;
    font-size:12px;
    color:#0068a6;
    width:70px;
    text-align:left;
    margin-left: 45px;
	line-height: 17px;
}
.overlay_datetime {
    font-size:12px;
    color:#0068a6;
    position:relative;
	margin-left: 45px;
	padding-top: 20px;
    width:400px;
    vertical-align:bottom;
	line-height: 17px;
	padding-top: 3px;
}
.overlayDescription {
	padding-top: 10px;
}
.overlayTitle {
	font-size: 18px;
	color: #000000;
	line-height: 23px;
	float: left;
	width: 280px;
	margin: 10px 0 0 5px;
}
.overlayExtras {
    font-size:10px;
    color:#0068a6;
	margin: 10px 0;
	clear: both;
}

.overlayExtras li {
	display: block;
	float: left;
	height: 20px;
	margin: 0 2px;
}

.overlayExtras .left {
	width: 60px;
	text-align: right;
	height: auto;
	font-weight: bold;
}
.overlayExtras .right {
	width: 270px;
	height: auto;
}


.overlaytable{
    background: url(/us/img/remotedvr/overlay_mid_bg.png);
    background-repeat: repeat-y;
    vertical-align:top;
    padding:0px;
    margin:0px;
    width:443px; 
}
.overlayContent {
	width: 363px;
	padding-left: 42px;
	clear: both;
}


.overlayMessage {
	float: left;
	font-size: 14px;
	vertical-align: middle;
	padding-top: 15px;
}

.overlayDistractor {
	float: left;
	padding-right: 10px;
	padding-top: 5px;
}

.overlay_button_blue {
    z-index:100001;
    height: 18px;
    width: auto; 
    display: inline;
    clear: right;   
    cursor: pointer;
    cursor: hand;
}
overlay_bottomcap{
    position:relative;
    height:36px;
    width:443px;
}
.arrow_off{
   display:none;
}
.overlay_titleconflict{
    font-family:Verdana;
    font-size:9pt;
    color:#000000;
    text-align:left; 
    padding-left:25px;
    padding-right:10px;
    font-weight:normal;
  }
.overlay_titleconflict_bold{
    font-family:Verdana;
    font-size:9pt;
    color:#000000;
    text-align:left; 
    padding-left:25px;
    padding-right:10px;
    font-weight:bold;
}

#container_topshows {
	padding-top: 10px;
	padding-left: 1px;
	font-size: 10px;
	font-weight: bold;
	overflow:auto; 
	width:100%; 
	height:463px; 
	position:relative;
	clear: both;
	background: #fff;
	color: #afafaf;
}

container_topshows .borderleft td
{
    border-left:1px #a0a0a0 solid; 
	border-bottom:1px #a0a0a0 solid;  
	border-top: none; 
}
container_topshows .bordermiddle td
{
	border-bottom:1px red solid;
	border-top: none;   
}
container_topshows .borderright td
{
    border-bottom:1px #a0a0a0 solid;  
	border-right:1px #a0a0a0 solid;
	border-top: none; 
}

#container_topshows .smallText{
	font-size: 10px; 
	font-weight: normal;
	line-height: 13px;
	color: #0068a6;
}

#container_topshows .smallText a{
	text-decoration: none;
}

#container_topshows .greyText a{
	color: #afafaf;
}

#container_topshows img {
	padding-left: 10px;
	padding-right: 10px;
}

#container_topshows a {
	color: #0068a6;
	text-decoration: none;
}

#container_topshows a:hover {
	color: #666666;
	text-decoration: underline;
}

#container_topshows .odd {
	background-color:#f7f7f7;
}

#container_topshows td {
	height: 45px;
}

#container_topshows th {
	border: none;
	font-size: 10px; 
	font-weight: bold;
	line-height: 13px;
	color: #000000;
}

.top10_buttons {
	height: 20px;
}

.top10_buttons li {
	display: block;
	float: left;
	padding-right: 5px;
}

.top10_buttons input{
	vertical-align: middle;
	margin: 3px 0;
}

#schedule {
	padding-top: 10px;
	padding-left: 1px;
	font-size: 10px;
	overflow-y:auto;
	width:100%; 
	height:463px; 
	border-left:1px #a0a0a0 solid; 
	border-bottom:1px #a0a0a0 solid;  
	border-right:1px #a0a0a0 solid;
	border-top: none; 
	position:relative;
	clear: both;
	background: #fff;
}

#scheduleBox {
	padding-top: 10px;
	padding-left: 1px;
	font-size: 10px;
	overflow-y:auto;
	width:100%; 
	height:490px; 
	border-left:1px #a0a0a0 solid; 
	border-bottom:1px #a0a0a0 solid;  
	border-right:1px #a0a0a0 solid;
	border-top: none; 
	position:relative;
	clear: both;
	background: #fff;
}

#container_topshows
{
    padding-top: 10px;
	padding-left: 1px;
	font-size: 10px;
	overflow:auto; 
	width:100%; 
	height:463px; 
	border-left:1px #a0a0a0 solid; 
	border-bottom:1px #a0a0a0 solid;  
	border-right:1px #a0a0a0 solid;
	border-top: none; 
	position:relative;
	clear: both;
	background: #fff;
}


.scheduleGrid {
	width: 916px;
}


#scheduleTabRow {
	border-bottom: 1px #a0a0a0 solid;
}

#scheduleTabRow ul {
	width:100%; 
    margin-left: 5px;
	height: 27px;
 	font: bold 11px Verdana, sans-serif;
}	

#scheduleTabRow li {
	display: block;
	font-size: 10px;
	font-weight: bold;
	background: url(/us/img/schedule_tab_off.gif) no-repeat;
	text-decoration: none;
	display: block;
	height: 27px;
	width: 113px;
	text-align: center;
	float: left;
	cursor: pointer;
    cursor: hand;
}

#scheduleTabRow .selected {
	background: url(/us/img/schedule_tab.gif) no-repeat;
	border-bottom: 1px #fff solid;
    /* border-bottom: 1px solid #fff; */
}

#scheduleTabRow .blue {
	background: url(/us/img/schedule_tab_off_blue.gif) no-repeat;
	color: #0068a6;
    /* border-bottom: 1px solid #fff; */
}

#scheduleTabRow a {
	text-decoration: none;
	color: #666666;
	display: block;
	padding: 8px 5px;
	height: 10px;
	width: 103px;
	
}

#scheduleTabRow a:hover {
	color: #ff7d00;
}

.timeTableHeader {
	background: url(/us/img/tableHeaderBg.gif) repeat-x;
}

.recorded_compressed {
    background-image: url(/us/img/box_plus.gif);
    background-repeat:no-repeat;
    background-position:bottom; 
    height:16px;
    width:17px;
    display:block;
    position:relative;
}

.recorded_expanded {
    background-image: url(/us/img/box_minus.gif);
    background-repeat:no-repeat;
    background-position:bottom; 
    height:16px;
    width:17px;
    display:block;
    position:relative;
}


/*progress bar */

.progress
{
   background-image: url(/us/img/fillbar_bg.gif);
   width:48px;
   height:11px
 
}

.progress div
{
   width: 1px;
   height: 10px;
   background-image: url(/us/img/fillbar_fill.gif);

}

/*end progress bar*/
/* containers */

.container_greyoverflow
{
    border-right:1px solid #A5A2A5;
    border-bottom:1px solid #A5A2A5;
    border-left:1px solid #A5A2A5;
    overflow:auto;
}

/*end containers*/



/****** 404 page stuff ******/
#block404 {
	height: 269px;
	width: 944px;
	margin: 20px 0px 0px 23px;
	color: #FFFFFF;
}

#block404 h2 {
	font-size: 22px;
}

#block404 h3 {
	font-size: 18px;
	color: ff7d00;
}

#block404 h4 {
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}

#block404 div {
	margin: 26px 0 0 0; 
	width: 230px; 
	float: left;
}

#block404 a {
	color: #FFFFFF;
}

#block404 a:hover {
	color: ff7d00;
}
/****** end 404 page stuff ******/

#container_lists{
    margin: 10px 10px 10px 10px;
}

#container_lists h1{
    color: #fff;
}

#container_lists a{
   color: #ff7d00;
   text-decoration: none;
}

/***support***/
#support_general a{
    color:black;
    text-decoration:underline;
}

#support_general h3{
    color:black;
    padding-top:10px
   
}

#support_general div{
    position: relative;
    left: 0px;
    top: 0px;
    float: left;
    display: inline;
    color: #636563;
}

#support_general .docsimg{
    position: relative;
    left: 0px;
    top: 0px;
    float: left;
    display: inline;
    padding:10px 10px 0px 0px;
}

.support_printemail{
    float:right;
    padding:10px;
   
}
.support_printemail a{
   color:blue;
   font-size:8pt;
}

.separatorDotted_653w {
	height: 16px;
	width: 97%;
	border-top: 1px dotted #999999;
	margin-top: 15px;
}

#login_right .orangeLink
{
  line-height:1;
}

#login_right .orangeLink a {
	color: #ff7d00;
	text-decoration: none;
	background: url(/us/img/buttons/button_arrow_off.gif) no-repeat left 2px;
	padding-left: 20px;
	font-size: 11px;
}

.headlineBlockWhite_NoImage {
	height: 40px;
	font-size:26px;
	line-height:1.2;
}

.roundedBox_grey_653 {
	margin: 10px 0px 0px 10px;
	width: 653px;
	background: url(/us/img/roundedBoxes/grey/greybox_top_653w.gif) no-repeat top left;
	padding-bottom: 9px;
	font-size: 100%;
	float: left;
	position: inherit;
	display: inline; /* for ie 6 */
}

.roundedBox_grey_653 .boxbody {
	background: url(/us/img/roundedBoxes/grey/greybox_bottom_653w.gif) no-repeat bottom left;
	margin-top: 9px;
	padding: 0 0 5px 10px;
	width: 653px;
	min-height: 426px;
}

/****** from type.css ******/
{
  font-family:Tahoma, Verdana, Geneva, sans-serif;
}

/** Begin Header Text **/

.orange_header_text_24_pixel
{
  margin: 0 0 20px 65px;
  font-size:24px;
  color:#ff7d00;
}

/** End Header Text **/

/** Begin NEW Font Styles Section **/

  div#splash h1
  {
    display: none;
  }

  div#content h2
  {
    color: #FF9900;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.5;
    margin-left: 65px;
  }

  div#content a
  {
    color: #E28800;
  }

  div#content h3
  {
    color: #00CCFF;
    font-size: 16px;
    font-weight: normal;
    margin: 50px 0 15px 65px;
    line-height:1.4;
  }
  
  div#content h4
  {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
  }
  
  div#content h5
  {
    color: #ffffff;
    font-size: 12px;
    line-height: 1;
    margin:0;
  }
  
  div#content p
  {
    margin: 0 0 20px 65px;
    line-height: 1.5;
    font-size: 12px;
    max-width: 825px;
  }
  
  .green_24px_text
  {
    font-size:24px;
    font-weight: normal;
    color:#8dc63f;
  }
  
  .orange_20px_text
  {
    font-size:20px;
    font-weight: normal;
    color:#ff7d00;
  }
  
#main
{
  position: relative;
  z-index:99;
  width: 984px;
  margin: 0 auto;
}

  #main #content .light_blue_text
  {
    color:#00cefe;
  }
  
  #main #content .blue_text
  {
    color:#00CCFF;
  }

  #main #content .green_text
  {
    color:#8dc63f;
  }

  #main #content .grey_dark_text
  {
    color:#333333;
  }
  
  #main #content .gray_medium_text
  {
    color:#777777;
  }
  
  #main #content .grey_light_text
  {
    color:#e28800;
  }
  
  #main #content .orange_text
  {
    color:#ff7d00;
  }
  
  #main #content .orange_light_text
  {
    color:#F3AA39;
  }
  
  #main #content .purple_text
  {
    color:#CC66CC;
  }
  
  #main #content .white_text
  {
    color:#ffffff;
  }

  #main #content .bold_text
  {
    font-weight:bold;
  }  

  #main #content .ul_text
  {
    text-decoration:underline;
  }
  
  .mark
  {
    font-size:60%;
    vertical-align:top;
  }
  
  .mark_sm
  {
    font-size:90%;
    vertical-align:top;
  }

  #defaults P
  {
    margin-left: 24px;
  }
  
  #defaults TABLE
  {
    width: 700px;
    margin: auto;
  }
  
  #defaults TD SELECT
  {
    width: 138px;
  }
  
  #recordingOptions
  {
    margin-top: 25px;
    background: url( /us/img/decorations/recording_options_top_corners.gif ) 0 22px no-repeat;
  }

  #recordingOptions H2
  {
    font-size: 14px;
    font-weight: 500;
    color: #989898;
    margin-left: 10px;
  }
  
  #recordingOptions .options
  {
    padding: 14px 24px 0;
    background: url( /us/img/decorations/recording_options_bottom_corners.gif ) 0 bottom no-repeat;
  }
  
  #recordingOptions TABLE
  {
    width: 100%;
  }
  
  #recordingOptions TABLE TD
  {
    vertical-align: top;
    padding-bottom: 8px;
  }
  
  #recordingOptions TABLE TD.text
  {
    font-size: 14px;
    font-weight: 500;
    color: #006baa;
    text-align: right;
    padding-right: 10px;
  }
  
  #recordingOptions TABLE TD SELECT
  {
    width: 140px;
  }
  
  #dvrpopup
  {
    z-index: 99999;
  }
