/****************** TABS IN THE ACCOUNT SECTION *****************/

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
#accountTabber .tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
#accountTabber .tabber {
}
#accountTabber .tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
#accountTabber ul.tabbernav
{
 margin:0;
 padding: 3px 0 0 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
 height: 27px;
}

#accountTabber ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: block;
 float: left;
 height: 27px;
 width: 123px;
}

#accountTabber ul.tabbernav li a
{
 padding: 8px 25px;
 margin-left: 5px;
 border-bottom: none;
 background: url(/us/img/account_tab_off2.gif) no-repeat;
 text-decoration: none;
 display: block;
 height: 11px;
 width: 73px;
 text-align: center;
}

#accountTabber ul.tabbernav li a:link { color: #666; }
#accountTabber ul.tabbernav li a:visited { color: #666; }

#accountTabber ul.tabbernav li a:hover
{
 color: #000;
 border-color: #227;
}

#accountTabber ul.tabbernav li.tabberactive a
{
 border-bottom: 1px solid #fff;
 color: #ff7d00;
 background: url(/us/img/account_tab.gif) no-repeat;
}

#accountTabber ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
#accountTabber .tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;
 background-color: #FFF;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
#accountTabber .tabberlive .tabbertab h2 {
 display:none;
}
#accountTabber .tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
#accountTabber .tabberlive#tab1 {
}
#accountTabber .tabberlive#tab2 {
}
#accountTabber .tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

/****************** END TABS IN THE ACCOUNT SECTION *****************/












/****************** TABS IN THE HD DISCOVER SECTION *****************/

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
#discoverHDTabber .tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
#discoverHDTabber .tabber {
}
#discoverHDTabber .tabberlive {
 margin: 10px 60px 10px 60px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
#discoverHDTabber ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px dotted #666;
 font-size: 16px;
}

#discoverHDTabber ul.tabbernav li
{
 list-style: none;
 margin: 10px 10px 10px 0;
 display: inline;
}

#discoverHDTabber ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border-bottom: none;
 text-decoration: none;
}

#discoverHDTabber ul.tabbernav li a:link { color: #7e7e7e; }
#discoverHDTabber ul.tabbernav li a:visited { color: #7e7e7e; }

#discoverHDTabber ul.tabbernav li a:hover
{
 color: #FFF;
}

#discoverHDTabber ul.tabbernav li.tabberactive a
{
	color: #ff7d00;
}

#discoverHDTabber ul.tabbernav li.tabberactive a:hover
{
 color: #FFF;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
#discoverHDTabber .tabberlive .tabbertab {
 padding:5px;
 /* border:1px solid #aaa; */
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
#discoverHDTabber .tabberlive .tabbertab h2 {
 display:none;
}
#discoverHDTabber .tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
#discoverHDTabber .tabberlive#tab1 {
}
#discoverHDTabber .tabberlive#tab2 {
}
#discoverHDTabber .tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

#discoverHDTabber .tabbertab ul {
	margin-bottom: 10px;
}

#discoverHDTabber .tabbertab ul ul {
	margin-left: 5px;
}


#discoverHDTabber .tabbertab li {
	list-style-type: disc;
	margin-left: 25px;
}

#discoverHDTabber .tabbertab h4 {
	color: #ff7d00;
	font-weight: normal;
}

#discoverHDTabber .tabbertab h1 {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}

/****************** END TABS IN THE DISCOVER HD SECTION *****************/











/****************** TABS IN THE DISCOVER CABLE SECTION *****************/

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
#discoverCABLETabber .tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
#discoverCABLETabber .tabber {
}
#discoverCABLETabber .tabberlive {
 margin: 10px 60px 10px 60px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
#discoverCABLETabber ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px dotted #666;
 font-size: 16px;
}

#discoverCABLETabber ul.tabbernav li
{
 list-style: none;
 margin: 10px 10px 10px 0;
 display: inline;
}

#discoverCABLETabber ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border-bottom: none;
 text-decoration: none;
}

#discoverCABLETabber ul.tabbernav li a:link { color: #7e7e7e; }
#discoverCABLETabber ul.tabbernav li a:visited { color: #7e7e7e; }

#discoverCABLETabber ul.tabbernav li a:hover
{
 color: #FFF;
}

#discoverCABLETabber ul.tabbernav li.tabberactive a
{
	color: #ff7d00;
}

#discoverCABLETabber ul.tabbernav li.tabberactive a:hover
{
 color: #FFF;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
#discoverCABLETabber .tabberlive .tabbertab {
 padding:5px;
 /* border:1px solid #aaa; */
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
#discoverCABLETabber .tabberlive .tabbertab h2 {
 display:none;
}
#discoverCABLETabber .tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
#discoverCABLETabber .tabberlive#tab1 {
}
#discoverCABLETabber .tabberlive#tab2 {
}
#discoverCABLETabber .tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

#discoverCABLETabber .tabbertab ul {
	margin-bottom: 10px;
}

#discoverCABLETabber .tabbertab li {
	list-style-type: disc;
	margin-left: 25px;
}

#discoverCABLETabber .tabbertab h4 {
	color: #ff7d00;
	font-weight: normal;
}

#discoverCABLETabber .tabbertab h1 {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}

/****************** END TABS IN THE DISCOVER CABLE SECTION *****************/










/****************** TABS IN THE DISCOVER MATE SECTION *****************/

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
#discoverMATETabber .tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
#discoverMATETabber .tabber {
}
#discoverMATETabber .tabberlive {
 margin: 10px 60px 10px 60px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
#discoverMATETabber ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px dotted #666;
 font-size: 16px;
}

#discoverMATETabber ul.tabbernav li
{
 list-style: none;
 margin: 10px 10px 10px 0;
 display: inline;
}

#discoverMATETabber ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border-bottom: none;
 text-decoration: none;
}

#discoverMATETabber ul.tabbernav li a:link { color: #7e7e7e; }
#discoverMATETabber ul.tabbernav li a:visited { color: #7e7e7e; }

#discoverMATETabber ul.tabbernav li a:hover
{
 color: #FFF;
}

#discoverMATETabber ul.tabbernav li.tabberactive a
{
	color: #2a922a;
}

#discoverMATETabber ul.tabbernav li.tabberactive a:hover
{
 color: #FFF;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
#discoverMATETabber .tabberlive .tabbertab {
 padding:5px;
 /* border:1px solid #aaa; */
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
#discoverMATETabber .tabberlive .tabbertab h2 {
 display:none;
}
#discoverMATETabber .tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
#discoverMATETabber .tabberlive#tab1 {
}
#discoverMATETabber .tabberlive#tab2 {
}
#discoverMATETabber .tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

#discoverMATETabber .tabbertab ul {
	margin-bottom: 10px;
}

#discoverMATETabber .tabbertab li {
	list-style-type: disc;
	margin-left: 25px;
}

#discoverMATETabber .tabbertab h4 {
	color: #ff7d00;
	font-weight: normal;
}

#discoverMATETabber .tabbertab h1 {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}

/****************** END TABS IN THE DISCOVER MATE SECTION *****************/













/****************** TABS IN THE DISCOVER PC SECTION *****************/

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
#discoverPCTabber .tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
#discoverPCTabber .tabber {
}
#discoverPCTabber .tabberlive {
 margin: 10px 60px 10px 60px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
#discoverPCTabber ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px dotted #666;
 font-size: 16px;
}

#discoverPCTabber ul.tabbernav li
{
 list-style: none;
 margin: 10px 10px 10px 0;
 display: inline;
}

#discoverPCTabber ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border-bottom: none;
 text-decoration: none;
}

#discoverPCTabber ul.tabbernav li a:link { color: #7e7e7e; }
#discoverPCTabber ul.tabbernav li a:visited { color: #7e7e7e; }

#discoverPCTabber ul.tabbernav li a:hover
{
 color: #FFF;
}

#discoverPCTabber ul.tabbernav li.tabberactive a
{
	color: #0096ff;
}

#discoverPCTabber ul.tabbernav li.tabberactive a:hover
{
 color: #FFF;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
#discoverPCTabber .tabberlive .tabbertab {
 padding:5px;
 /* border:1px solid #aaa; */
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
#discoverPCTabber .tabberlive .tabbertab h2 {
 display:none;
}
#discoverPCTabber .tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
#discoverPCTabber .tabberlive#tab1 {
}
#discoverPCTabber .tabberlive#tab2 {
}
#discoverPCTabber .tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

#discoverPCTabber .tabbertab ul {
	margin-bottom: 10px;
}

#discoverPCTabber .tabbertab li {
	list-style-type: disc;
	margin-left: 25px;
}

#discoverPCTabber .tabbertab h4 {
	color: #ff7d00;
	font-weight: normal;
}

#discoverPCTabber .tabbertab h1 {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}

/****************** END TABS IN THE DISCOVER PC SECTION *****************/








/****************** TABS IN THE EXPERIENCE SECTION *****************/

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
#experienceTabber .tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
#experienceTabber .tabber {
}
#experienceTabber .tabberlive {
 margin: 10px 60px 10px 60px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
#experienceTabber ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px dotted #666;
 font-size: 16px;
}

#experienceTabber ul.tabbernav li
{
 list-style: none;
 margin: 10px 10px 10px 0;
 display: inline;
}

#experienceTabber ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border-bottom: none;
 text-decoration: none;
}

#experienceTabber ul.tabbernav li a:link { color: #7e7e7e; }
#experienceTabber ul.tabbernav li a:visited { color: #7e7e7e; }

#experienceTabber ul.tabbernav li a:hover
{
 color: #FFF;
}

#experienceTabber ul.tabbernav li.tabberactive a
{
	color: #0096ff;
}

#experienceTabber ul.tabbernav li.tabberactive a:hover
{
 color: #FFF;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
#experienceTabber .tabberlive .tabbertab {
 padding:5px;
 /* border:1px solid #aaa; */
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
#experienceTabber .tabberlive .tabbertab h2 {
 display:none;
}
#experienceTabber .tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
#experienceTabber .tabberlive#tab1 {
}
#experienceTabber .tabberlive#tab2 {
}
#experienceTabber .tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

#experienceTabber .tabbertab ul {
	margin-bottom: 10px;
}

#experienceTabber .tabbertab li {
	list-style-type: disc;
	margin-left: 25px;
}

#experienceTabber .tabbertab h4 {
	color: #0096ff;
	font-weight: normal;
}

#experienceTabber .tabbertab h1 {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}

/****************** END TABS IN THE DISCOVER SECTION *****************/









/****************** TABS IN THE SHCEDULE SECTION *****************/

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
#scheduleTabber .tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
#scheduleTabber .tabber {
}
#scheduleTabber .tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
#scheduleTabber ul.tabbernav
{
 margin:0;
 padding: 3px 0 0 0;
 border-bottom: 1px solid #778;
 font: bold 11px Verdana, sans-serif;
 height: 27px;
}

#scheduleTabber ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: block;
 float: left;
 height: 27px;
 width: 123px;
}

#scheduleTabber ul.tabbernav li a
{
 padding: 8px 5px;
 margin-left: 5px;
 border-bottom: none;
 background: url(/us/img/account_tab_off2.gif) no-repeat;
 text-decoration: none;
 display: block;
 height: 11px;
 width: 113px;
 text-align: center;
}

#scheduleTabber ul.tabbernav li a:link { color: #a3a3a3; }
#scheduleTabber ul.tabbernav li a:visited { color: #a3a3a3; }

#scheduleTabber ul.tabbernav li a:hover
{
 color: #000;
 border-color: #227;
}

#scheduleTabber ul.tabbernav li.tabberactive a
{
 border-bottom: 1px solid #fff;
 color: #ff7d00;
 background: url(/us/img/account_tab.gif) no-repeat;
}

#scheduleTabber ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
#scheduleTabber .tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;
 background-color: #FFF;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
#scheduleTabber .tabberlive .tabbertab h2 {
 display:none;
}
#scheduleTabber .tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
#scheduleTabber .tabberlive#tab1 {
}
#scheduleTabber .tabberlive#tab2 {
}
#scheduleTabber .tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

/****************** END TABS IN THE SHCEDULE SECTION *****************/


