






/* ------------------------------------------------------------------------------------------------- */
/* Backlayer */
/* ------------------------------------------------------------------------------------------------- */
#ct-backlayer
{
	display: none;
	
	left:0px;
	top:0px;
	
	width: 100%;
	height: 100%;
	
	background-color: black;
	opacity:.20;
	filter:alpha(opacity=20);
	
	z-index: 100;
}

/* ------------------------------------------------------------------------------------------------- */
/* Tooltip */
/* ------------------------------------------------------------------------------------------------- */
#ct-tooltip
{
	display: none;
	
	left: 50%;
	top: 50%;
	
	padding: 3px 10px 3px 10px;
	
	border: solid 1px #FF6600;
	background-color: #F3F2F2;
	
	
}

/* ------------------------------------------------------------------------------------------------- */
/* Waiting */
/* ------------------------------------------------------------------------------------------------- */
#ct-waiting
{
	display: none;
	
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px;
	
	width: 32px;
	height: 32px;
	padding: 14px 14px 14px 14px;
	
	background-color: white;
}

/* ------------------------------------------------------------------------------------------------- */
/* Msgbox */
/* ------------------------------------------------------------------------------------------------- */
#ct-msgbox
{
	display: none;
	
	left: 50%;
	top: 50%;
	
	width: 340px;
	height: 270px;

	margin-left: -150px;	
	margin-top: -75px;
	padding: 1px 1px 1px 1px;
	
	border: solid 1px #828181;
	background-color: #F3F2F2;
	
	
	font-size: 1em;
    line-height: 1.4em;
	z-index: 120;
}

#ct-msgbox-content
{
	height: 250px;
	
	padding: 10px 10px 0px 10px;
	overflow-x: hidden;
	overflow-y: auto;
}

#ct-msgbox-img
{
	position: absolute;
	top: 40px;
	left: 20px;
	width: 43px;
	height: 43px;
}

#ct-msgbox-img.mb-info
{
  background-image: url("/images/es/icons/icons-infos.png?f1f5b064");
}

#ct-msgbox-img.mb-yesno
{
  background-image: url("/images/es/icons/icons-error.png?f1f5b064");
}

#ct-msgbox-img.mb-yescancel
{
  background-image: url("/images/es/icons/icons-error.png?f1f5b064");
}

#ct-msgbox-img.mb-validcancel
{
  background-image: url("/images/es/icons/icons-error.png?f1f5b064");
}

#ct-msgbox-img.mb-ok
{
  background-image: url("/images/es/icons/icons-error.png?f1f5b064");
}

#ct-msgbox-msg
{
	position: absolute;
	left: 80px;
	
	left: 80px;
	top: 30px;
	height: 180px;
	width: 240px;
}

#ct-msgbox-button1	{position: absolute; top: 205px;	left: 155px;}
#ct-msgbox-button2	{position: absolute; top: 205px;	left: 245px;}
#ct-msgbox-button3	{position: absolute; top: 205px;	left: 245px; display: none;}



/* ------------------------------------------------------------------------------------------------- */
/* Popup */
/* ------------------------------------------------------------------------------------------------- */
#ct-popup
{
	display: none;
	
	left: 50%;
	top: 50%;
	
	width: 496px;
	height: 216px;

	margin-left: -250px;	
	margin-top: -110px;
	padding: 1px 1px 1px 1px;
	
	border: solid 1px #828181;
	background-color: white;	
	
	font-size: 1em;
	z-index: 120;
}

#ct-popup-header
{
	display: block;
	height: 28px;
	width: 100%;
	
	background-image: url("/images/es/common/popup-header-background.png?f1f5b064");
	background-repeat: repeat-x;
}
#ct-popup-header-small
{
	display: block;
	position: absolute;
	height: 8px;
	width: 100%;
	top: 1px;
	
	background-image: url("/images/es/common/popup-footer-background.png?f1f5b064");
	background-repeat: repeat-x;
}


#ct-popup-header-title
{
	position: absolute;
	
	top: 3px;
	left: 6px;
	width: 100%;
	
	padding: 5px;
}

#ct-popup-header-close
{
	display: block;
	position: absolute;
	right: 1px;
	top: 1px;
	width: 28px;
	height: 28px;
	background-image: url("/images/es/common/popup-header-close-button.png?f1f5b064");
}

#ct-popup-content
{
	/*height: 180px;*/
	padding: 10px 10px 0px 10px;
	overflow-x: hidden;
	overflow-y: auto;
	/*background-color: #D8D8D8;*/
}



#ct-popup-footer
{
	display: block;
	position: absolute;
	height: 8px;
	width: 100%;
	bottom: 1px;
	
	background-image: url("/images/es/common/popup-footer-background.png?f1f5b064");
	background-repeat: repeat-x;
}




* {
	margin:0;
	padding:0;
}
body {
	color:#666;
	font-family:"Arial","sans-serif";
	font-size:12px;
	line-height:1.6em;
	text-align:left;
}
body.accessibility-normal {
	font-size:13px;
}
body.accessibility-small {
	font-size:12px;
}
body.accessibility-bigger {
	font-size:15px;
}
body.accessibility-biggest {
	font-size:16px;
}
body.accessibility-big {
	font-size:14px;
}
div.fixed {
	position:fixed!important;
	z-index:100;
}
a {
	color:#FF6600;
	cursor:pointer;
	outline:none;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a:hover,a:visited {
	color:#FF6600;
	outline:none;
}
a:visited {
	text-decoration:underline;
}
a img {
	border:0;
}
input,select,img {
	outline:none;
}
img {
	moz-user-select:none;
	text-decoration:none;
	webkit-user-select:none;
}
tooltip {
	display:none!important;
}
ul {
	clear:both;
	list-style:none;
	list-style-position:outside;
	list-style-type:none;
	webkit-padding-start:0;
}
ul,li {
	display:block;
	overflow:hidden;
	position:relative;
}
li {
	height:auto;
	width:auto;
}
span {
	display:inline;
}
div {
	display:block;
	overflow:hidden;
	position:relative;
}
div.hr {
	border-bottom:solid 1px #d5d5d5;
	height:1px;
	line-height:1px;
	margin-bottom:7px;
	margin-top:3px;
}
div.hr-orange {
	background-image:url("/images/es/common/input-hr-orange_inverted.png?f1f5b064");
	background-repeat:repeat-x;
	border-bottom:none;
}
div.icons-leds {
	height:20px;
	line-height:10px;
	width:20px;
}
div.icons-leds-gray {
	background-image:url("/images/es/leds/icons-leds-gray.png?f1f5b064");
}
div.icons-leds-black {
	background-image:url("/images/es/leds/icons-leds-black.png?f1f5b064");
}
div.icons-leds-blue {
	background-image:url("/images/es/leds/icons-leds-blue.png?f1f5b064");
}
div.icons-leds-blue-alternative-1 {
	background-image:url("/images/es/leds/icons-leds-blue-alternative-1s.gif?f1f5b064");
}
div.icons-leds-blue-alternative-5 {
	background-image:url("/images/es/leds/icons-leds-blue-alternative-5s.gif?f1f5b064");
}
div.icons-leds-red {
	background-image:url("/images/es/leds/icons-leds-red.png?f1f5b064");
}
div.icons-leds-red-alternative-1 {
	background-image:url("/images/es/leds/icons-leds-red-alternative-1s.gif?f1f5b064");
}
div.icons-leds-red-alternative-5 {
	background-image:url("/images/es/leds/icons-leds-red-alternative-5s.gif?f1f5b064");
}
div.icons-leds-green {
	background-image:url("/images/es/leds/icons-leds-green.png?f1f5b064");
}
div.icons-leds-green-alternative-1 {
	background-image:url("/images/es/leds/icons-leds-green-alternative-1s.gif?f1f5b064");
}
div.icons-leds-green-alternative-5 {
	background-image:url("/images/es/leds/icons-leds-green-alternative-5s.gif?f1f5b064");
}
div.icons-leds-orange {
	background-image:url("/images/es/leds/icons-leds-orange.png?f1f5b064");
}
div.icons-leds-orange-alternative-1 {
	background-image:url("/images/es/leds/icons-leds-orange-alternative-1s.gif?f1f5b064");
}
div.icons-leds-orange-alternative-5 {
	background-image:url("/images/es/leds/icons-leds-orange-alternative-5s.gif?f1f5b064");
}
/* difinition on bottom of icons-leds-xxx in order to overwrite orther icons-leds-xxx */
div.icons-leds-grayed {
	background-image:url("/images/es/leds/icons-leds-gray.png?f1f5b064");
}
div.icons-leds-small {
	height:10px;
	line-height:10px;
	width:10px;
}
div.icons-leds-small-red {
	background-image:url("/images/es/leds/icons-leds-small-red.png?f1f5b064");
}
div.icons-leds-small-green {
	background-image:url("/images/es/leds/icons-leds-small-green.png?f1f5b064");
}
div.icons-leds-small-orange {
	background-image:url("/images/es/leds/icons-leds-small-orange.png?f1f5b064");
}
div.icons-leds-small-gray {
	background-image:url("/images/es/leds/icons-leds-small-gray.png?f1f5b064");
}
div.icons-leds-small-black {
	background-image:url("/images/es/leds/icons-leds-small-black.png?f1f5b064");
}
div.icons-leds-small-blue {
	background-image:url("/images/es/leds/icons-leds-small-blue.png?f1f5b064");
}
div.icons {
	position:absolute;
}
h6 {
	color:#000;
	font-size:1em;
}
h6,h5 {
	font-weight:700;
	text-decoration:none;
}
h5 {
	color:#FF6600;
	font-size:1.1em;
}
h4 {
	color:#fff;
	font-size:1.2em;
}
h4,h3 {
	font-weight:700;
	text-decoration:none;
}
h3 {
	color:#FF6600;
	font-size:1.3em;
}
h2 {
	font-size:1em;
}
h2,h1 {
	font-weight:700;
	text-decoration:none;
}
h1 {
	font-size:1.6em;
	height:25px;
	height:auto!important;
	min-height:25px;
	color : #444444;
}
h1 span {
	display:block;
	padding-bottom:6px;
	padding-top:10px;
}
h1 img {
	float:left;
}
.input-btn {
	background-color:transparent;
	background-image:url("/images/es/common/buttons-factory.png?f1f5b064");
	background-repeat:no-repeat;
	border:medium none;
	cursor:pointer;
	font-weight:700;
	height:30px;
	line-height:1em;
	color:#fff;
	margin:2px;
	outline:medium none;
	overflow:hidden;
}
.input-btn,.input-btn-orange {
	background-position:0 0;	
}
.input-btn-orange,.input-btn-orange-pushed {
	background-repeat:no-repeat;
	font-size:13px;
	width:120px;
}
.input-btn-orange-pushed {
	background-position:0 -30px;
}
.input-btn-gray {
	background-position:-120px 0;
}
.input-btn-gray,.input-btn-gray-pushed {
	background-repeat:no-repeat;
	font-size:13px;
	width:120px;
}
.input-btn-gray-pushed {
	background-position:-120px -30px;
}
.input-btn-orange-small {
	background-position:-240px 0;
	background-repeat:no-repeat;
	font-size:11px;
	width:80px;
}
.input-btn-orange-smaller {
	background-position:-240px 0;
	background-repeat:no-repeat;
	font-size:6px;
	width:80px;
}
.input-btn-orange-small-pushed {
	background-position:-240px -30px;
	background-repeat:no-repeat;
	font-size:11px;
	width:80px;
}
.input-btn-gray-small {
	background-position:-320px 0;
	font-size:11px;
	width:80px;
}
.input-btn-gray-small-pushed {
	background-position:-320px -30px;
	font-size:11px;
	width:80px;
}
.input-btn-orange-large {
	background-position:-400px 0;
	font-size:11px;
	width:250px;
}
.input-btn-orange-large-pushed {
	background-position:-400px -30px;
	font-size:11px;
	width:250px;
}
.input-btn-gray-large {
	background-position:-650px 0;
	font-size:11px;
	width:250px;
}
.input-btn-gray-large-pushed {
	background-position:-650px -30px;
	font-size:11px;
	width:250px;
}
.input-btn-orange-extra-large {
	background-position:-900px 0;
	font-size:11px;
	width:550px;
}
.input-btn-orange-extra-large-pushed {
	background-position:-900px -30px;
	font-size:11px;
	width:550px;
}
.input-btn-gray-extra-large {
	background-position:-1450px 0;
	font-size:11px;
	width:550px;
}
.input-btn-gray-extra-large-pushed {
	background-position:-1450px -30px;
	font-size:11px;
	width:550px;
}
.input-btn-orange-refresh {
	background-position:-2000px 0;
	font-size:13px;
	width:120px;
}
.input-btn-orange-refresh-pushed {
	background-position:-2000px -30px;
	font-size:13px;
	width:120px;
}
.input-btn-massstorage-normal {
	background-position:-2130px 0;
	color:#868585;
	padding:8px 0 11px;
	width:140px;
}
.input-btn-massstorage-normal-pushed {
	background-position:-2130px -30px;
	color:#868585;
	padding:8px 0 11px;
	width:140px;
}
.input-btn-massstorage-eject {
	background-image:url("/images/es/devices/icons-devices-eject.png?f1f5b064");
	height:40px;
	width:50px;
}
.input-btn-massstorage-eject-pushed {
	background-position:-2270px -30px;
	color:#868585;
	padding:8px 0 11px;
	width:140px;
}
.input-button-small-back {
	background-image:url("/images/es/common/button-small-back.png?f1f5b064");
	background-repeat:no-repeat;
	display:block;
	float:right;
	height:16px;
	margin-top:2px;
	width:15px;
}

.input-number {
	-moz-appearance:textfield;
	width: 60%;
}
.input-number::-webkit-outer-spin-button,
.input-number:hover::-webkit-outer-spin-button,
.input-number:focus::-webkit-outer-spin-button{
	-webkit-appearance: none;
}
.input-text {
	border:solid 1px #FF6600;
	color:#8d8b8b;
	height:20px;
	margin:2px 0;
	padding:1px 3px;
	width:200px;
}
.input-text-gray {
	border:solid 1px #bcbcbc;
}
div.input-info-warning {
	width:160px;
        position:absolute;
        top:0px;
        right:0px;
}
.input-fti-fr {
	font-weight:700;
}
.input-fti-pl {
	display:none;
}
div.input-info-warning div.header {
	background-image:url("/images/es/common/input-info-warning-header.png?f1f5b064");
	background-repeat:no-repeat;
	height:15px;
	line-height:1px;
}
div.input-info-warning div.content {
	background-image:url("/images/es/common/input-info-warning-middle.png?f1f5b064");
	background-repeat:repeat;
	color:#fff;
	line-height:13px;
	padding:10px;
	text-align:center;
}
div.input-info-warning div.footer {
	background-image:url("/images/es/common/input-info-warning-footer.png?f1f5b064");
	background-repeat:no-repeat;
	height:15px;
	line-height:1px;
}
div.input-info-help {
	font-size:.9em;
	width:195px;
}
div.input-info-help div.header {
	background-image:url("/images/es/common/input-info-help-header.png?f1f5b064");
	background-repeat:no-repeat;
	height:24px;
	padding-left:40px;
	padding-top:11px;
}
div.input-info-help div.content {
	background-image:url("/images/es/common/input-info-help-middle.png?f1f5b064");
	background-repeat:repeat;
	padding:15px;
}
div.input-info-help div.footer {
	background-image:url("/images/es/common/input-info-help-footer.png?f1f5b064");
	height:10px;
}
div.input-info-help div.footer-definition {
	background-image:url("/images/es/common/input-info-help-footer-definition.png?f1f5b064");
	height:35px;
}
div.input-info-help div.footer-definition div {
	height:25px;
	padding-top:10px;
}
div.input-info-help-large {
	width:300px;
}
div.input-info-help-large div.header {
	background-image:url("/images/es/common/input-info-help-large-header.png?f1f5b064");
	background-repeat:no-repeat;
	height:24px;
	padding-left:40px;
	padding-top:11px;
}
div.input-info-help-large div.content {
	background-image:url("/images/es/common/input-info-help-large-middle.png?f1f5b064");
	background-repeat:repeat;
	padding:15px;
}
div.input-info-help-large div.footer,div.input-info-help-large div.small-footer-definition {
	background-image:url("/images/es/common/input-info-help-large-footer.png?f1f5b064");
	height:10px;
}
div.input-info-help-large div.footer-definition {
	background-image:url("/images/es/common/input-info-help-large-footer-definition.png?f1f5b064");
	height:35px;
}
div.input-info-help-large div.footer-definition div {
	height:25px;
	padding-top:10px;
}
div.input-info-help-popup {
	width:120px;
}
div.input-info-help-popup div.header {
	background-image:url("/images/es/common/input-info-help-popup-header.png?f1f5b064");
	background-repeat:no-repeat;
	height:24px;
	padding-left:40px;
	padding-top:11px;
}
div.input-info-help-popup div.content {
	background-image:url("/images/es/common/input-info-help-popup-middle.png?f1f5b064");
	background-repeat:repeat;
	padding:15px;
}
div.input-info-help-popup div.footer {
	background-image:url("/images/es/common/input-info-help-popup-footer.png?f1f5b064");
	height:10px;
}
div.important-warning {
	border: solid 2px #FF6600;
	margin: 0px 40px 0px 40px;
	padding: 5px 10px 5px 10px;
}
span.input-box-green {
	background-color:#00FF66;
}
span.input-box-green,span.input-box-red {
	cursor:pointer;
	display:block;
	float:left;
	height:25px;
	padding:0;
	width:25px;
}
span.input-box-red {
	background-color:#D63E00;
	background-image:url("/images/es/icons/icons-tick-red.png?f1f5b064");
}

div.scroll-table {
	overflow:auto;
}

table.array-status {
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
}
table.array-status td.header {
	background-color:#939292;
}
table.array-status tr.subheader td.subheader {
	background-color:#C8C8C8;
}
table.array-status td {
	background-color:#F3F2F2;
	border:solid 3px #fff;
	color:#757474;
	font-weight:700;
	height:30px;
	height:auto!important;
	min-height:30px;
	padding:10px;
}

table.array-status td #nowps24ghz #nowps5ghz{
	background: repeating-linear-gradient(60deg, white, white 10px, #939292 10px, #939292 20px);
	min-height: 100%;
}

table.array-status td.first {
	background-color:#939292;
	border-left:none;
	color:#fff;
	width:150px;
}
table.array-status td.last {
	background-color:#F3F2F2;
	border-right:none;
}
ul.array-status li div.cell-last {
	border-right:none;
}
table.array {
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
}
table.array td {
	font-size:.9em;
	text-align:center;
}
table.array td,table.array th {
	border:solid 1px #fff;
	color:#000;
	overflow:hidden;
	padding:1px;
}
table.array thead th {
	background-color:#939292;
	color:#fff;
}
table.array thead th.first {
	font-size:1.2em;
	font-weight:700;
	text-align:left;
	border-left:none;
}
table.array thead th.last {
	border-right:none;
}
table.array thead tr.subheader th {
	background-color:#E1E0E0;
	color:#000;
	font-size:0.9em;
	text-align:center;
	font-weight: normal;
}
table.array thead tr.subheader {
	background-color:#E1E0E0;
	vertical-align:top;
	color:#000;
}
table.array tbody td {
	background-color:#F3F2F2;
	font-size:.9em;
	text-align:center;
}
table.array tbody td.first {
	border-left:none;
}
table.array tbody td.last {
	border-right:none;
}
table.array tbody td .input-text {
	height:15px;
}
table.array tbody td .input-text,table.array tbody td select {
	font-size:.8em;
	padding:0;
	text-align:center;
	width:60px;
}

ul.hmenu {
	width:100%;
}

ul.hmenu li a {
	color:#000;
}
ul.hmenu li a,ul.hmenu li a:hover,ul.hmenu li a:visited {
	background:url("/images/es/common/hmenu_off.png?f1f5b064") no-repeat scroll left top transparent;
	display:block;
	float:left;
	text-decoration:none;
}
ul.hmenu li a:visited {
	color:#000;
}
#header-hmenu ul li.active a,#header-hmenu ul li.active a:hover {
	background:none repeat scroll 0 0 #fff;
	color:#f50;
}
#header-hmenu ul li a:hover , #header-hmenu ul li a:focus {
	background:url("/images/es/common/hmenu_over.png?f1f5b064") no-repeat scroll right top transparent;
	color:#f50;
}
#header-hmenu ul li a {
	background:url("/images/es/common/hmenu_off.png?f1f5b064") no-repeat scroll left top transparent;
	color:#000;
	display:block;
	float:left;
	height:40px;
	padding:12px 10px 0;
	text-decoration:none;
}
ul.hmenu li {
	display:block;
	float:left;
	margin:0 1px 0 0;
}
ul.hmenu-advconfig li.last a , ul.hmenu-systeminformation li.last a {
	border-right:solid 1px #bcbcbc;
}
ul.hmenu-advconfig li.last a:focus, ul.hmenu-systeminformation li.last a:focus, ul.hmenu-advconfig li.last a:active, ul.hmenu-systeminformation li.last a:active {
	border-right:solid 2px #f50;
}
ul.hmenu li.gray.active a {
	background-position:-148px 0;
	color:#FF6600;
}
ul.hmenu li.active a {
	background:none repeat scroll 0 0 #fff;
	/*color:#FF6600;*/
}
ul li.active a {
	background:url("/images/es/common/hmenu.png?f1f5b064");
	background-position:-148px 0;
}
ul.hmenu-advconfig {
	padding:5px 0 15px;
}
ul.hmenu-advconfig li a,ul.hmenu-systeminformation a {
	-moz-user-select:none;
	background:url("/images/es/common/hmenu.png?f1f5b064");
	background-position:0 0;
	clear:none;
	cursor:pointer;
	display:block;
	float:left;
	font-size:12px;
	font-weight:700;
	height:12px;
	line-height:12px;
	padding:10px 9px 18px 10px;
	text-align:center;
	width:66px;
        z-index: 2;
        display: inline-block;
}
ul.hmenu-advconfig li.active a , ul.hmenu-systeminformation li.active a{
    background: url("/images/es/common/hmenu.png?f1f5b064") repeat scroll -148px 0 transparent;
}
body.accessibility-contrast1 ul.hmenu-advconfig li a span,body.accessibility-contrast1 ul.hmenu-systeminformation a span {
      color:#666666 ;
}
ul.hmenu-systeminformation {
	padding:5px 0 15px;
}
ul.list-items li {
	background-color:#f3f2f2;
	background-image:url("/images/es/common/list-items-background.png?f1f5b064");
	background-repeat:repeat-x;
	clear:none;
	height:auto;
	left:0;
	margin-bottom:5px;
	padding:0 10px;
	position:relative;
	top:0;
	width:530px;
}
ul.list-items li div.title {
	height:20px;
	left:50px;
	padding:20px 0;
	position:absolute;
	top:0;
	width:510px;
}
ul.list-items li div.subtitle {
	height:auto;
	left:0;
	padding:50px 0 10px;
	position:relative;
	top:0;
	width:340px;
}
ul.list-items li div.actions {
	bottom:0;
	height:25px;
	position:absolute;
	right:10px;
	text-align:right;
	width:340px;
}
ul.list-items li div.icon {
	background-repeat:repeat-x;
	height:40px;
	left:0;
	position:absolute;
	top:0;
	width:50px;
}
ul.list-items li div.calendar {
	background-repeat:repeat-x;
	height:24px;
	left:150px;
	position:absolute;
	top:10px;
	width:24px;
}
ul.list-items li.laptop div.icon {
	background-image:url("/images/es/devices/icons-devices-mydev-laptop.png?f1f5b064");
}
ul.list-items li.desktop div.icon {
	background-image:url("/images/es/devices/icons-devices-mydev-desktop.png?f1f5b064");
}
ul.list-items li.mobile div.icon {
	background-image:url("/images/es/devices/icons-devices-mydev-mobile.png?f1f5b064");
}
ul.list-items li.printer div.icon {
	background-image:url("/images/es/devices/icons-devices-mydev-printer.png?f1f5b064");
}
ul.list-items li.stb div.icon {
	background-image:url("/images/es/devices/icons-devices-mydev-stb.png?f1f5b064");
}
ul.list-items li.tv div.icon {
	background-image:url("/images/es/devices/icons-devices-mydev-tv.png?f1f5b064");
}
ul.list-items li.game div.icon {
	background-image:url("/images/es/devices/icons-devices-mydev-game.png?f1f5b064");
}
ul.list-items li.liveradio div.icon {
	background-image:url("/images/es/devices/icons-devices-mydev-liveradio.png?f1f5b064");
}
ul.list-items li.photoframe div.icon {
	background-image:url("/images/es/devices/icons-devices-mydev-photoframe.png?f1f5b064");
}
ul.list-items li.mass-storage div.icon {
	background-image:url("/images/es/devices/icons-devices-mydev-usb-hdd.png?f1f5b064");
}
ul.list-items li.laptop-gray div.icon {
	background-image:url("/images/es/devices/icons-devices-mydev-laptop-gray.png?f1f5b064");
}
ul.list-items li.desktop-gray div.icon {
	background-image:url("/images/es/devices/icons-devices-mydev-desktop-gray.png?f1f5b064");
}
ul.list-items li.mobile-gray div.icon {
	background-image:url("/images/es/devices/icons-devices-mydev-mobile-gray.png?f1f5b064");
}
ul.list-items li.printer-gray div.icon {
	background-image:url("/images/es/devices/icons-devices-mydev-printer-gray.png?f1f5b064");
}
ul.list-items li.stb-gray div.icon {
	background-image:url("/images/es/devices/icons-devices-mydev-stb-gray.png?f1f5b064");
}
ul.list-items li.tv-gray div.icon {
	background-image:url("/images/es/devices/icons-devices-mydev-tv-gray.png?f1f5b064");
}
ul.list-items li.game-gray div.icon {
	background-image:url("/images/es/devices/icons-devices-mydev-game-gray.png?f1f5b064");
}
ul.list-items li.liveradio-gray div.icon {
	background-image:url("/images/es/devices/icons-devices-mydev-liveradio-gray.png?f1f5b064");
}
ul.list-items li.photoframe-gray div.icon {
	background-image:url("/images/es/devices/icons-devices-mydev-photoframe-gray.png?f1f5b064");
}
ul.list-items li.mass-storage-gray div.icon {
	background-image:url("/images/es/devices/icons-devices-mydev-usb-hdd-gray.png?f1f5b064");
}
body.accessibility-big ul.list-items li div.subtitle.computer-pl {
	width:290px;
}
ul.list-systeminformation li {
	clear:both;	
	/*height:15px;
	line-height:1em;*/
	position:relative;
}
ul.list-systeminformation li.odd {
	background-color:#fff;
}
ul.list-systeminformation li.even {
	background-color:#cecece;
}
ul.list-systeminformation li div.number {
	font-weight:700;
	left:0;
	position:absolute;
	top:1px;
}
ul.list-systeminformation li div.description {
	padding-left:30px;
}
ul.list-systeminformation li div.softathome {
	font-weight:700;
	position:absolute;
	right:125px;
	top:1px;
}
ul.list-systeminformation li div.value {
	font-weight:700;
	position:absolute;
	right:0;
	top:1px;
}
ul.list-systeminformation li div.title {
	float:left;
	padding-top:10px;
}
ul.list-devices-horizontal li {
	cursor:pointer;
	float:left;
	height:84px;
	left:0;
	top:0;
	width:80px;
}

ul.list-devices-horizontalCustomize li {
	cursor:pointer;
	float:left;
	height:84px;
	left:0;
	top:0;
	width:90px;
}

ul.list-devices-horizontal li div.icon,  ul.list-devices-horizontalCustomize li div.icon{
	background-repeat:no-repeat;
	left:15px;
	position:absolute;
	top:0;
}

.list-wanmode {
	float:left;
}
.wanmode_save {
	float:right;
}
.list-wanmode li {
	padding:5px 0px 5px 155px;
}

.list-wanmode label{
	padding-left:20px;
	font-weight: bold;
}

body.accessibility-contrast3 div.devicemenu ul lh div{
	background-color: #fff;
	color:#000;
}
body.accessibility-contrast3 div.devicemenu ul div{
	background-color: #fff;
	color:#000;
}
body.accessibility-contrast3 .devicemenu ul li a {
	background-color:#000 ;
	color:#fff;
}

body.accessibility-contrast3 ul.list-devices-horizontal li div.title, body.accessibility-contrast3 ul.list-devices-horizontalCustomize li div.title {
	color:#fff;
}
body.accessibility-contrast2 ul#customize-devices-list li a {	
	color:#000;
}
ul#customize-devices-list li a {	
	color:#666666;
}
ul.list-devices-horizontal li div.title, ul.list-devices-horizontalCustomize li div.title {	
	font-size:.9em;
	font-weight:700;
	height:34px;
	left:0;
	position:absolute;
	text-align:center;
	top:48px;
	width:88px;
}
ul.list-devices-vertical li {
	cursor:pointer;
	float:left;
	height:70px;
	left:0;
	top:0;
	width:120px;
}

ul.list-devices-vertical li.printer,ul.list-devices-vertical li.printer a {
	cursor: default;
}
ul.list-devices-vertical li.printer a:focus {
    border: 2px none #000000;
}
ul.list-devices-vertical li.printer a:active{
    border: 2px none #000000;
}
ul.list-devices-horizontal li.stb,ul.list-devices-horizontal li.stb a, ul.list-devices-horizontalCustomize li.stb,ul.list-devices-horizontalCustomize li.stb a {
	cursor: default;
}

ul.list-devices-vertical li.livephone,ul.list-devices-vertical li.livephone a {
	cursor: default;
}

/*ul.list-devices-vertical li.not-recongnized-device,ul.list-devices-vertical li.not-recongnized-device a {
	cursor: default;
}*/

ul.list-devices-vertical li div.icon {
	left:32px;
	background-repeat:no-repeat;
	position:absolute;
	top:0;
}
ul.list-devices-vertical li div.title {
	font-size:.9em;
	font-weight:700;
	height:20px;
	left:5px;
	position:absolute;
	text-align:center;
	top:50px;
	width:115px;
}
ul.list-devices-vertical li.info div.icon {
	background-image:url("/images/es/icons/icons-infos.png?f1f5b064");
	height:30px;
	left:0;
	position:absolute;
	top:10px;
	width:40px;
}
ul.list-devices-vertical li.info {
	height:100px;
	width:150px;
}
ul.list-devices-vertical li.info div.title {
	height:50px;
	left:0;
	position:absolute;
	text-align:left;
	top:50px;
	width:150px;
}
div.port-icon {
	left:300px;
	position:absolute;
	top:0;
}
body.accessibility-big div.port-icon.pl {
	left:350px;
	position:absolute;
	top:0;
}
div.port-radio {
	left:400px;
	position:absolute;
	top:0;
}
body.accessibility-big div.port-radio.pl {
	left:450px;
}

#document-container {
    height: 100%;
    margin: 0;
    min-width: 1085px;
    padding: 0;
}

#document-background-header {
	background-image:url("/images/es/common/header-background.png?f1f5b064");
	background-repeat:repeat-x;
}
#document-background-footer {
	background-image:url("/images/es/common/footer-background.png?f1f5b064");
	background-position:bottom;
	background-repeat:repeat-x;
}
body.accessibility-contrast3 #document-background-header {
	background-repeat:repeat-x;
}
body.accessibility-contrast3 #document-background-footer {
	background-position:bottom;
	background-repeat:repeat-x;
}
#document {
	margin:0 auto;
	padding:0 0 10px;
	top:0;
	width:1085px;
}
#header {
	height:120px;
	overflow:visible;
}
#header-logo-livebox,#header-logo-liveboxFB2 {
	left:5px;
	position:absolute;
	top:15px;
	background-image:url("/images/es/common/header-logo-funbox3.png?f1f5b064");
	height:57px;
	width:450px;
}

#header-logo-livebox-fibra {
	left:5px;
	position:absolute;
	top:15px;
	background-image:url("/images/es/common/header-logo-router-fibra.png?f1f5b064");
	height:58px;
	width:420px;
}

#header-logo-orange-fiber {
	left:5px;
	position:absolute;
	top:15px;
	background-image:url("/images/es/common/header-logo-router-orange-fiber.png?f1f5b064");
	height:58px;
	width:420px;
}

#header-controls {
	position:absolute;
	right:5px;
	top:45px;
	width:310px;
}
#header-controls-login {
	color:#000;
	font-weight:700;
	position:absolute;
	right:3px;
	text-align:right;
	top:10px;
}
#header-controls select {
	width:120px;
}
#header-controls div.hr {
	padding-top:5px;
}
#header-controls-languages {
	float:left;
}
.header-controls-accessibility {
	cursor:pointer;
	float:left;
	margin-left:2px;
	margin-right:2px;
}
#header-controls-accessibility-minus {
	margin-left:5px;
}
#header-controls-accessibility-minus img {
	background-image:url("/images/es/common/header-accessibility-minus.png?f1f5b064");
	height:25px;
	width:30px;
}
#header-controls-accessibility-plus img {
	background-image:url("/images/es/common/header-accessibility-plus.png?f1f5b064");
	height:25px;
	width:30px;
}
#header-controls-accessibility-contrast1 img {
	background-image:url("/images/es/common/header-accessibility-contrast1.png?f1f5b064");
	height:25px;
	width:30px;
}
#header-controls-accessibility-contrast2 img {
	background-image:url("/images/es/common/header-accessibility-contrast2.png?f1f5b064");
	height:25px;
	width:30px;
}
#header-controls-accessibility-contrast3 img {
	background-image:url("/images/es/common/header-accessibility-contrast3.png?f1f5b064");
	height:25px;
	width:30px;
}
#header-hmenu {
	font-size:1.25em;
	font-weight:700;
	height:40px;
	left:155px;
	position:absolute;
	top:80px;
	width:960px;
}
#content {
	height:500px;
}
#content,#content-left {
	height:auto!important;
	min-height:500px;
	overflow:visible;
}
#content-left {
	float:left;
	padding:15px 5px 0;
	width: 130px;
}
#content-left ul li {
	background:none repeat scroll 0 0 #fff;
	border-bottom:1px solid #761A1A;
	cursor:pointer;
}
#content-left ul li:hover,#content-left ul li.current {
	background:none repeat scroll 0 0 #FF6600;
	color:#fff;
}

#content-center-full {
	float:left;
	padding:15px 5px 0 20px;
	width:760px;
}
#content-center {
	float:left;
	padding:15px 20px 0;
	width:700px;
}
#content-right {
	float:left;
	padding:15px 0 0 10px;
	width:195px;
}
#footer {
	clear:both;
	color:#757474;
	height:50px;
}
#footer-logo-ft {
	height:32px;
	left:10px;
	position:absolute;
	top:20px;
	width:32px;
}
#footer-logo-ft .config-fr,#footer-logo-ft .config-pl {
	background-image:url("/images/es/common/footer-logo-ft.png?f1f5b064");
	height:32px;
	width:32px;
}
#footer a {
	color:#757474;
	text-decoration:none;
}
#footer-menu {
	padding:2px;
	position:absolute;
	right:5px;
	top:25px;
}
#footer-widget-livebox a {
	color:#000;
	font-weight:700;
	text-decoration:underline;
}
#footer-widget-livebox a:hover {
	color:#000;
	font-weight:700;
	text-decoration:none;
}
div.TimeWeekDay {
	color:#FF6600;
}
div.timezone-cursor {
	background-color:#FF6600;
	filter:alpha(opacity=70);
	height:330px;
	margin-left:266px;
	opacity:.7;
	width:20px;
}
div#progressbar_id {
	background-color:#FF6600;
	height:14px;
	margin-left:3px;
	margin-top:3px;
	width:0;
}

.div-auto-reboot {
	height:43px;
	width:43px;
	margin-right:10px;
}

.div-left {
	float:left;
}

.div-right {
	float:right;
}

.basecolor {
	color:#FF6600;
}
.config-ports div.picture {
	height:15px;
	margin:auto;
	width:15px;
}
.config-ports div.picture.enabled {
	background:url("/images/es/icons/icons-ports-enable.jpg?f1f5b064") center center;
}
.config-ports div.picture.disabled {
	background:url("/images/es/icons/icons-ports-disable.jpg?f1f5b064") center center;
}
.grayzone {
	background-color:#F3F2F2;
}
.custom-select {
	cursor:pointer;
	position:relative;
	width:130px;
}
#Language-select {
	display:none;
}

.div-label_days_on {
	width:80%;
}

.div-input_days_on {
	width:20%;
}

.custom-select-view {
	background:url("/images/es/home/bg-select.png?f1f5b064") no-repeat;
	cursor:pointer;
	display:block;
	height:22px;
	width:130px;
}
.custom-select-label {
	color:#666;
	cursor:pointer;
	display:block;
	height:26px;
	padding-left:10px;
	padding-top:4px;
	width:130px;
	line-height:1em;
}
.custom-select-list {
	background:#f7f6f4;
	border:solid 1px #e9e8e6;
	border-top:0;
	color:#666;
	left:0;
	list-style:none;
	width:126px;
	z-index:9999;
}
.custom-select-item {
	padding:5px 10px;
}
.custom-select-item:hover,li.li-lg-focused {
	background:#dbdbdb;
}
.custom-select-item-text {
	margin-left:2px;
}
.internet-restriction-icon {
	height:27px;
	position:absolute;
	right:0;
	top:0;
	width:27px;
	z-index:1;
}
/*.internet-restriction-green {
	background:url("/images/es/home/internet-avail.png?f1f5b064") no-repeat;
}
.internet-restriction-red {
	background:url("/images/es/home/internet-blocked.png?f1f5b064") no-repeat;
}*/
#header-controls-accessibility-contrast2,#header-controls-accessibility-contrast3 {
	float:left;
}
body.accessibility-contrast2 {
	color:#000!important;
}
body.accessibility-contrast3 {
	background-color:#000!important;
	color:#fff!important;
}
body.accessibility-contrast3 div#footer a {
	color:#fff;
}
div#restart-waiting-indication {
	background-image:url("/images/es/support/restart-waiting.gif?f1f5b064");
	display:none;
	height:300px;
	width:300px;
}
.devicemenu {
	background-color:#000;
	display:none;
	position:absolute;
	z-index:100;
}
.devicemenu ul {
	display:block;
	font:14px/165% Helvetica,Verdana,Arial,sans-serif;
	list-style-type:none;
	margin:0;
	padding:0;
	width:200px;
}
.devicemenu ul lh div {
	background:none repeat scroll 0 0 #000;
	color:#fff;
	padding:0 0 0 10px;
	text-decoration:none;
	font-weight: bold;
}
.devicemenu ul div {
	background:none repeat scroll 0 0 #000;
	color:#fff;
	padding:0 0 0 10px;
	text-decoration:none;
	font-weight: bold;
}
.devicemenu ul li a {
	text-decoration: none;
}

.devicemenu ul li a {
	background:none repeat scroll 0 0 #fff;
	color:#000;
	display:block;
	text-decoration:none;
}
.devicemenu ul li a:hover,.devicemenu ul li a:focus {
	background:none repeat scroll 0 0 #f60;
	color:#fff;	
}

.devicemenu ul li span {
	padding:0 0 0 10px;
	width:190px;
	
}

.devicemenu ul li {
	border-bottom:1px solid #761A1A;
	border-left:1px solid #761A1A;
	border-right:1px solid #761A1A;
	margin:0;
	padding:0;
}

.meter-wrap {
	height:20px;
	position:relative;
	width:520px;
	background:url("/images/es/common/progress-bar.png?f1f5b064") top left no-repeat;
}
.meter-value {
	background-color:#f60;
	height:14px;
	left:5px;
	position:absolute;
	top:3px;
}
.left {
	background-image:url('/images/es/home/arrows-left.png?f1f5b064');
}
.left_20px {
	left:20px;
}
.left,.right {
	cursor:pointer;
	height:25px;
	position:absolute;
	top:18px;
	width:25px;
}
.right {
	background-image:url('/images/es/home/arrows-right.png?f1f5b064');
	left:355px;
}
.bottom_right {
	left: 270px;
}
.previous_button_disabled,.next_button_disabled {
	display:none;
}
.hCarrossel ul {
	left:0;
	width:3000px;
}
.vCarrossel {
	height:215px;
	top:25px;
}
.vCarrossel ul {
	height:1000px;
	top:0;
}
.vCarrossel ul li a {
	display: block;
	height: 94%;
	width: 94%;
}
.bottom_hCarrossel {
	left:25px;
	width:240px;
}
.top {
	background-image:url('/images/es/home/arrows-top.png?f1f5b064');
	top:0;
}
.top,.bottom {
	cursor:pointer;
	height:25px;
	left:45px;
	position:absolute;
	width:25px;
}
.bottom {
	background-image:url('/images/es/home/arrows-bottom.png?f1f5b064');
	top:240px;
}
ul.lbx2vmenu{
    display: block;
    font: 1.17em/165% Helvetica,Verdana,Arial,sans-serif;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 140px;
}

#content-left ul li.lbx2menuseparator {
	background:#F3F2F2;
	cursor:auto;
	height:15px;
}
ul.lbx2vmenu li a {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #000000;
	display: block;
	font: 1.17em/165% Helvetica,Verdana,Arial,sans-serif;
	padding: 0 5px 0 5px;
	text-decoration: none;
	width: 135px;

}
ul.lbx2vmenu li a:hover {
	background:none no-repeat scroll 0 9px #f60;
}
ul.lbx2vmenu li a:hover,ul.lbx2vmenu li a:focus {
	color:#fff;
	/*font:1.17em/165% Helvetica,Verdana,Arial,sans-serif;*/

}
ul.lbx2vmenu li a:focus {
	background:none no-repeat scroll 0 9px #f80;
	border:medium none;
}
ul.lbx2vmenu li.current a,ul.lbx2vmenu li.current a:hover {
	background:none no-repeat scroll 0 9px #f60;
	color:#fff;
	/*font:bold 1.17em/165% Helvetica,Verdana,Arial,sans-serif;*/
}
ul.lbx2vmenu li.current a:focus {
	background:none no-repeat scroll 0 9px #f80;
	color:#fff;
	/*font:bold 1.17em/165% Helvetica,Verdana,Arial,sans-serif;*/
}
ul.lbx2vmenu li.current a, ul.lbx2vmenu li.current a:hover {
    color: #FFFFFF;
    font: bold 1.17em/165% Helvetica,Verdana,Arial,sans-serif;
}
/*body.accessibility-small #header-hmenu {
	font-size:14px;
}*/
body.accessibility-normal #header-hmenu {
	font-size:15px;
}
body.accessibility-big #header-hmenu {
	font-size:16px;
}
body.accessibility-bigger #header-hmenu {
	font-size:17px;
}
body.accessibility-biggest #header-hmenu {
	font-size:18px;
}

#home-dashboard-services-content ul li div span:first-child {
	color:#000;
	font-weight:700;
}

#home-dashboard-wireless-label div.firstlabel  {
	color:#000;
	font-weight:700;
	position:relative;
	left:0px;
	top:0px;
	padding-left:15px;
	width:130px;
	display : inline;
}

.home-dashboard-bottom-devices {
	position:absolute;
	top:375px;
	width:295px;
}

.home-dashboard-bottom-nodevices {
	position:absolute;
	z-index:1;
	top:380px;
	height:70px;
	width:120px;
	font-weight: bold;
}

#Services.InternetConnection,#Services.Phone,#Services.TV{
	font-weight: 400;
}
body.accessibility-contrast3 #home-dashboard-services-content ul li div span {
	color:#fff;
}
body.accessibility-contrast3 #home-dashboard-wireless-label div.firstlabel {
	color:#fff;
}
body.accessibility-contrast3 #home-dashboard-wireless-label div.wirelessLabel{
	color:#fff;
}
.wirelessLabel {
	color:#000;
	top:5px;
	left:15px;
}
.home-dashboard-bottom-label {
	background:url('/images/es/home/dashboard-bg-wifi.png?f1f5b064') no-repeat 0 10px;
	height:55px;
	line-height:15px;
	position:absolute;
	top:320px;
	width:225px;
}
.home-dashboard-bottom-label div.label{
	position:relative;
	left:0px;
	top:0px;
	padding-left:5px;
	width:130px;
	display : inline;
}
body.accessibility-contrast3 {
	background-color:#000;
}
/*body.accessibility-contrast3 a {
	color:#fff;
}
body.accessibility-contrast3 a:focus {
	color:#fff;
}
body.accessibility-contrast3 a:hover,body.accessibility-contrast3 a:active,body.accessibility-contrast3 a:visited,body.accessibility-contrast3 h6,body.accessibility-contrast3 h5,body.accessibility-contrast3 h4,body.accessibility-contrast3 h3,body.accessibility-contrast3 h2,body.accessibility-contrast3 h1 {
	color:#fff;
}*/
body.accessibility-contrast3 h6,body.accessibility-contrast3 h5,body.accessibility-contrast3 h4,body.accessibility-contrast3 h3,body.accessibility-contrast3 h2,body.accessibility-contrast3 h1 {
	color:#fff;
}
body.accessibility-contrast2 h1 {
	color:#000;
}
body.accessibility-contrast3 .input-btn {
	background-color:transparent;
	color:#fff;
}
body.accessibility-contrast3 .input-btn-orange-pushed,body.accessibility-contrast3 .input-btn-gray-pushed,body.accessibility-contrast3 .input-btn-orange-small-pushed,body.accessibility-contrast3 .input-btn-gray-small-pushed,body.accessibility-contrast3 .input-btn-orange-large-pushed,body.accessibility-contrast3 .input-btn-gray-large-pushed,body.accessibility-contrast3 .input-btn-orange-extra-large-pushed,body.accessibility-contrast3 .input-btn-gray-extra-large-pushed,body.accessibility-contrast3 .input-btn-orange-refresh-pushed {
	color:#EFEFEF;
}
body.accessibility-contrast3 .input-btn-massstorage-normal,body.accessibility-contrast3 .input-btn-massstorage-normal-pushed,body.accessibility-contrast3 .input-btn-massstorage-eject,body.accessibility-contrast3 .input-btn-massstorage-eject-pushed {
	color:#868585;
}
body.accessibility-contrast3 .input-text {
	color:#8D8B8B;
}
body.accessibility-contrast3 div.input-info-warning div.content {
	color:#fff;
}

body.accessibility-contrast3 table.array-status td.header {
	background-color:#939292;
}
body.accessibility-contrast3 table.array-status td {
	background-color:#757474;
}
body.accessibility-contrast3 table.array-status td.first {
	background-color:#F3F2F2;
	color:#000;
}
body.accessibility-contrast3 table.array-status td.last {
	background-color:#757474;
}
body.accessibility-contrast3 table.array td {
	color:#fff;
}
body.accessibility-contrast3 table.array thead td {
	background-color:#939292;
	color:#000;
}
body.accessibility-contrast3 table.notconndevices tbody tr.row td,body.accessibility-contrast3 table.array tbody td, body.accessibility-contrast3 table.devicesrepeater tbody tr.row td {
	background-color:#757474;
}
body.accessibility-contrast3 table.notconndevices tr.subheader th, body.accessibility-contrast3 table.devicesrepeater tr.subheader th {
	background-color:#757474;
	color:#fff;
}
body.accessibility-contrast3 table.notconndevices thead th, body.accessibility-contrast3 table.devicesrepeater thead th {
	color:#000;
}
body.accessibility-contrast3 table.array tbody tr.subheader th {
	background-color:#757474;
	color:#fff;
}
body.accessibility-contrast3 table.array tr.subheader th {
	background-color:#757474;
	color:#fff;
}
body.accessibility-contrast3 ul.hmenu li {
	color:#575656;
}
body.accessibility-contrast3 ul.hmenu li.gray.active,body.accessibility-contrast3 ul.hmenu li.active {
	color:#FF6804;
}
body.accessibility-contrast3 ul.content-left-vmenu.pages li.active div,body.accessibility-contrast3 ul.content-left-vmenu.pages li.current div {
	background-color:#D7D5D5;
	color:#fff;
}
body.accessibility-contrast3 ul.content-left-vmenu.categories li div,body.accessibility-contrast3 ul.content-left-vmenu.subcategories li div {
	color:#fff;
}
body.accessibility-contrast3 ul.content-left-vmenu.pages li div,body.accessibility-contrast3 ul.content-left-vmenu.pages li a,body.accessibility-contrast3 ul.content-left-vmenu.pages li a span {
	color:#8D8B90;
}
body.accessibility-contrast3 ul.content-left-vmenu.pages li.active a,body.accessibility-contrast3 ul.content-left-vmenu.pages li.active a span {
	color:#fff;
}
body.accessibility-contrast3 ul.list-items li {
	background-color:#F3F2F2;
}
body.accessibility-contrast3 ul.list-systeminformation li.odd {
	background-color:#000;
}
body.accessibility-contrast3 ul.list-systeminformation li.even {
	background-color:#fff;
	color:#000;
}
body.accessibility-contrast3 ul.list-devices-horizontal li.selected, body.accessibility-contrast3 ul.list-devices-horizontalCustomize li.selected {
	border:2px solid #f60;
}
body.accessibility-contrast3 ul.lbx2vmenu li.current a,body.accessibility-contrast3 ul.lbx2vmenu li a:hover {
	color:#fff;
}
body.accessibility-contrast3 ul.lbx2vmenu li a {
	color:#000;
}
body.accessibility-contrast3 ul.lbx2vmenu li.lbx2menuseparator {
	background:none repeat scroll 0 0 #F3F2F2;
}
body.accessibility-contrast3 #document-background-header {
	background-image:url("/images/es/common/header-background-inverted.png?f1f5b064");
}
body.accessibility-contrast3 #document-background-footer {
	background-image:url("/images/es/common/footer-background-inverted.png?f1f5b064");
}
body.accessibility-contrast3 #header-controls-login,body.accessibility-contrast3 #footer,body.accessibility-contrast3 #footer a,body.accessibility-contrast3 #footer-widget-livebox a,body.accessibility-contrast3 #footer-widget-livebox a:hover,body.accessibility-contrast3 #home-dashboard-wired-label {
	color:#fff;
}
body.accessibility-contrast3 #home-dashboard-wired-devices {
	background-color:#000;
}
body.accessibility-contrast3 #home-dashboard-wireless-label {
	color:#fff;
}
body.accessibility-contrast3 #home-dashboard-wireless-devices {
	background-color:#000;
}
body.accessibility-contrast3 #home-dashboard-usb-label {
	color:#fff;
}
body.accessibility-contrast3 #home-dashboard-usb-devices {
	background-color:#000;
}
body.accessibility-contrast3 #home-dashboard-internet-title,body.accessibility-contrast3 #home-dashboard-phone-title,body.accessibility-contrast3 #home-dashboard-tv-title,body.accessibility-contrast3 #home-dashboard-tv-status {
	color:#fff;
}
body.accessibility-contrast3 #ct-tooltip {
	color:#fff;
	background-color: #000;
}
body.accessibility-contrast3 #ct-popup {
	background-color:#000;
}
body.accessibility-contrast3 #ct-schedulelayer {
	background-color:gray;
}
body.accessibility-contrast3 div.devicemenu {
	background-color:#fff;
}
body.accessibility-contrast3 div.devicemenu ul div.device_menu_header {
	background:none repeat scroll 0 0 #fff;
	color:#000;
	font-weight:700;
}
body.accessibility-contrast3 div.devicemenu ul li.device_menu_item_li a {
	background:none repeat scroll 0 0 #000;
	color:#fff;
	font-weight:700;
}
body.accessibility-contrast3 div.devicemenu ul li.device_menu_item_li a:hover {
	background:none repeat scroll 0 0 #f60;
	color:#fff;
	font-weight:700;
}
body.accessibility-contrast3 div.devicemenu ul li.device_menu_item_li a.current,div.devicemenu ul li.device_menu_item_li a.current:hover {
	background:none repeat scroll 0 0 #f60;
	color:#fff;
}
body.accessibility-contrast3 div.devicemenu ul li a:hover, div.devicemenu ul li a:focus {
	background:none repeat scroll 0 0 #f60;
	color:#fff;	
}
body.accessibility-contrast3 #setup_adsl_radio,body.accessibility-contrast3 #setup_ftth_radio,body.accessibility-contrast3 #setup_error_desc{
	color:#fff;
}

body.accessibility-contrast3 table.scheduling {
	border-color: #fff;
}
body.accessibility-contrast3 table.scheduling td.first {
	color:#fff;
}
body.accessibility-contrast3 table.scheduling thead th {
	color:#fff;
}


body.accessibility-contrast3 #restoration.label.error.nofiledesc,body.accessibility-contrast3 #restoration.upload.error.description {
	color:#fff;
}
body.accessibility-contrast3 .grayzone {
	background-color:#535252;
}
body.accessibility-contrast3 #remoteaccess_error_desc {
	color:#fff;
        font-weight: bold; 
        padding-top:5px;
}

body.accessibility-contrast3 #lanaccess_error_desc {
	color:#fff;
        font-weight: bold; 
        padding-top:5px;
}

img.icon_error.icon_authentication, img.icon_error.icon_reboot {
    height: 43px;
    width: 43px; 
    float:left; 
    margin-right:10px; 
    background-image: url("/images/es/icons/icons-error.png?f1f5b064"); 
}

div.authentication_label {
        float:left; 
        padding-top:5px; 
        width:120px; 
}

input.authentication_input {
        margin-top:3px;
}

body.accessibility-contrast3 a:focus {
	border:2px solid #f50;
	color:#FF6804;
}

body.accessibility-contrast1 #setup_login_prefix{
      color : #000 ;
  
}

body.accessibility-contrast1 #cnt_link_type_dsl label, body.accessibility-contrast1 #cnt_link_type_eth label{
      color : #444444 ;
}

img.img-zoom {
	height:43px;
	width:55px;
}
#lb_enabled,#lb_disabled {
	color:#fff;
	font-weight:700;
	left:100px;
	position:absolute;
	text-align:center;
	top:115px;
	width:585px;
	z-index:200;
}
#ct-schedulelayer {
	background-color:#000;
	display:table;
	height:210px;
	margin:auto;
	opacity:.6;
	position:absolute;
	top:10px;
	width:700px;
	z-index:100;
	filter:alpha(opacity=60);
}
a:focus, a:active {
	border:2px solid #f50;
	color:#FF6804;
}
input[type="submit"]:focus,input[type="image"]:focus,input[type="reset"]:focus,input[type="button"]:focus,input[type="radio"]:focus {
	outline:2px solid #f50;
}

input[type="submit"]::-moz-focus-inner,input[type="image"]::-moz-focus-inner,input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner, input[type="radio"]::-moz-focus-inner {
	outline:2px solid #f50;
}
.input-text:focus {
	background-color:#FDE0C2;
}
.input-text:focus,select:focus {
	border:2px solid #f50;
}
#header-logo-livebox a:focus, #header-logo-livebox-fibra a:focus,#header-controls a:focus {
	border:medium none;
	outline:medium none;
}

input[type="button"]:disabled {
	color:#959595;
	background-color:#FFFFFF;
	outline-color:#CCCCCC;
}

#header-controls-accessibility-minus a:focus img,#header-controls-accessibility-plus a:focus img,#header-controls-accessibility-contrast1 a:focus img,#header-controls-accessibility-contrast2 a:focus img,#header-controls-accessibility-contrast3 a:focus img,table.array tbody td select *:focus {
	border:2px solid #f50;
}
span.input-box-green:focus {
	background-color:green;
	opacity:.8;
}
span.input-box-red:focus {
	background-color:red;
	opacity:.7;
}
#header-controls-languages a,#header-controls-languages a:hover,#header-controls-languages a:focus,#header-controls-languages a:visited {
	text-decoration:none;
	color:#666;
}
body.accessibility-contrast3 #cnt_macfilter,body.accessibility-contrast3 table.array-status td {
	color:#fff;	
}
.visually-hidden {
	position:absolute!important;
	clip:rect(1px,1px,1px,1px);
	padding:0!important;
	border:0!important;
	height:1px!important;
	width:1px!important;
	overflow:hidden;
}
.visually-hidden-text {	
	clip:rect(1px 1px 1px 1px);
	clip:rect(1px,1px,1px,1px);
	font-size:0; 
}

/*fix safari bug with refrech button*/

#home-refresh-button{
	clear: both;
	float: right;
}

#file_name:focus{
	outline: 2px solid #FF5500;
}
#home-dashboard-usb-printers-tip a{
	display: block;
	height: 40px;
	width: 36px;
}
table.scheduling td.first {
	border-bottom: 0 none;
}
.plain-button{
	width: 25px;
	height: 25px;
}
.ipv6{
	display: none;
}

table.array tbody td.last, table.array thead th.head {
    border-right: medium none;
}

table.array tbody td.first,table.array thead th.first {
    border-left: medium none;
}
table.array-status tbody td.last, table.array-status thead th.head {
    border-right: medium none;
}

table.array-status tbody td.first,table.array-status thead th.first {
    border-left: medium none;
}

body.accessibility-contrast3 table.array thead th{
  color : black;
}
body.accessibility-contrast1 table.array thead th{
  color : white;
}
body.accessibility-contrast1  table.array thead tr.subheader th{
	color : black;
}

div.captive {
    padding: 20px 0 20px 0;
}
h1.captive {
    text-align: center;
    font-size: 40px;
    color: #F0671D;
}
div.captive.text {
    font-size: 16px;
    font-weight: bold;
}
span.captive.text {
    float: left;
    width: 350px;
}
img.captive {
    width: inherit;
}
span.captive.image {
    float: right;
    width: 300px;
    height: 60px;
}
div.captive.image {
    margin: 0 auto 0 auto;
    width: 572px;
    height: 170px;
}
.captive.bypass.link {
    text-align: center;
    border: 1px solid gray;
    margin: 20px 260px 20px 260px;
    padding: 10px 10px 10px 10px;
    box-shadow: 5px 5px 5px #888888;
    background: #EEEEEE;
    background: linear-gradient(white, #C6C6C6);
}
a.captive {
    color: #666;
    font-weight: bold;
    text-decoration:none;
}
a.captive:hover {
    text-decoration: underline;
}
a.captive:visited, a.captive:active {
    outline: none;
}
div.status div.label {
    float: left;
    width: 180px;
    padding-top: 5px;
}
div.status div.label img {
    float: left;
    padding-right: 5px;
}
div.status div.label div {
    padding-top: 4px;
    width:150px;
    padding-left: 5px;
}
div.status.activated div.label div {
    color: #38A403;
}
div.status.deactivated div.label div {
    color: red;
}
div.status.activated.grayed div.label div {
    color: #BAB8B9;
}
div.status.deactivated.grayed div.label div {
    color: #BAB8B9;
}
div.status div.button {
    float: right;
}

input.authentication_text_menu {
        width:100px;
}

div.progressbar {
    left: 100px;
}

div.chartWrapper {
    position: relative;
}

div.chartWrapper > canvas {
    position: absolute;
    left: 0px;
    top: 0px;
    pointer-events: none;
}

div.chartAreaWrapper {
    width: 700px;
    overflow-x: scroll;
}

.macFilteringArray {
    width: 69px;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.macFilteringArray:hover {
    overflow: visible; 
    white-space: normal;
    height:auto;
}
table.devicesrepeater {
    border-collapse: collapse;
    border-spacing: 0;
    table-: fixed;
}

table.devicesrepeater tbody tr.row td {
    height: 90px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 175px;
    background-color: #F3F2F2;
}

table.devicesrepeater thead th {
    background-color: #939292;
    color: white;
}

table.devicesrepeater {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

table.devicesrepeater td,table.devicesrepeater th {
    border: 1px solid white;
    overflow: hidden;
    padding: 1px;
}

table.devicesrepeater thead th {
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
}

table.devicesrepeater thead th.first {
    border-left: medium none;
}

table.devicesrepeater thead th.last {
    border-right: medium none;
}

table.devicesrepeater tr.subheader {
    vertical-align: top;
}

table.devicesrepeater tr.subheader th {
    background-color: #E1E0E0;
    color: black;
    text-align: center; 
    font-weight: normal;
    font-size: 0.9em;
}

table.devicesrepeater tbody td {
    font-size: 0.9em;
    text-align: center;
}

table.devicesrepeater tbody td.first {
    border-left: medium none;
}

table.devicesrepeater tbody td.last {
    border-right: medium none;
}


table.adjusted  tbody td div.deviceName {
    width: 130px;
    margin-left: 45px;
}


table.adjusted tbody td div.icon {
    margin-left: 85px;
}

#connecteddevicesrepeater_table td div.title {
    font-size: 1em;
    font-weight: bold;
    height: 25px;
    left: 0;
    line-height: 1.2em;
    text-align: center;
    width: 100%;
    color: black;
}

#connecteddevicesrepeater_table a {
    display: block;
    height: 70%;
    width: 50%;
    margin-left: 60px;
    text-decoration: none;
}

#connecteddevicesrepeater_table td a div.icon {
    width:auto;
    height: auto;
    text-align: center;
    margin: 0 auto;
}

#connecteddevicesrepeater_table td div {
    text-align: center;
    margin: 0 auto;
}

#connecteddevicesrepeater_table td,#connecteddevicesrepeater_table th {
    width: 170px;
}

body.accessibility-contrast3 #connecteddevicesrepeater_table td div.title {
    color: white;
}

.iconRepeater {
    padding-top: 10px;
}
div.wifiInfo {
	padding-top:0px; 
	height:57px;
	width:100%;
}

.wifiInfo_24 {
    padding-top: 0px;
    height: 38px;
    width: 100%;
}
.diagInfo{
    margin-left: auto;
    margin-right: auto;
    font-weight:bold;
    font-size: 15px;}
    
.disableWifiInfo{
    width:100%;
    color: gray;
}

.disableWifilabelInfo{
    float:left;
}

.disableWifiradioInfo{
    float:right; 
    padding-right:5px;
}

.disableWifispanInfo{
    padding-right:10px; 
}
.https{
    padding:10px; 
    font-weight:bold;
}

#mac-filtring-separation {
    height: 22px;
}
    
#mac-filtring-separation td {
    background-color:  white;
}
    
body.accessibility-contrast3 #mac-filtring-separation td {
    background-color: black;
    border-left: medium none;
    border-right: medium none;
}
    
#MacAddresses {
    border-bottom: medium none;
}

table.array-status td.title_wifi {
    width: 43%;
    background-color: #C8C8C8;
    text-align: center;
}

div.secondary_5_wifi_ssid_status_row {
    float: left;
    padding-top: 6px;
    padding-left: 60px;
}

.icon_led_color {
    float: left;
    padding-right: 10px;
}

table tr td.array-LightGrey-color {
   background-color: #C8C8C8;
}

div.array-name-size {
   float: left;
   font-size: 1.5em;
   width: 25%;
   padding-top: 13px;
}

table tr td.array-WhiteSmoke-color {
   background-color: #C8C8C8;
}

.smart-wifi-wps {
   background-color:#F3F2F2;
   width:50%;
   padding:5px 10px 5px 10px;
   padding-left:150px;
}

div.button-enable-disable {
   background-color:#F3F2F2;
   width:50%;
   padding:5px 10px 5px 10px;
}

div.advSettingsWifiLed {
    float: left;
    width: 200px;
    padding-top: 5px;
}

img.advSettingsWifiLed {
    float: left;
    padding-right: 10px;
}

div.advSettingsWifiGreenLedText {
    padding-top: 4px;
    width: 170px;
    color: #38A403;
    display: inline-block;
}

div.advSettingsWifiRedLedText {
    padding-top: 4px;
    width: 170px;
    color: red;
}

div.advSettingsWifiButton  {
    float: right;
}

input.advSettingsWifiButton  {
    float: right;
}

div.advSettingsWifiStatusTitle {
    float: left;
    font-size: 1.5em;
    width: 25%;
    padding-top: 20px;
}

div.advSettingsWifiFeatureDisabled {
    background-color: #F3F2F2;
    width: 50%;
    padding: 5px 10px 5px 10px;
}

div.advSettingsWifiSmartWifiTitle {
    width: 14%;
    height: 80px;
    float: left;
}

tr.advSettingsWifiArrayStatus {
    height: 80px;
}

div.advSettingsWifiSmartWifiContent {
    width: 86%;
    float: left;
}

div.advSettingsWifiLast {
    width: 86%;
}

#advWifiForm {
    position: relative; 
    z-index: 2;
}

div.advSettingsWifiName {
    width: 100%;
}

div.advSettingsWifiNameSize {
    width: 50%;
}

div.smartWifiSecurityTitle {
    width: 14%;
    float: left;
}

div.smartWifiArray {
    width: 100%;
}

div.principleSsid {
   float: right; 
   padding-right: 5px;
}

div.displayLeft {
    float: left;
}

div.wlanState {
   float: left;
   width: 120px;
}

div.wlanWpsButtonStyle {
    float: right;
    padding-right: 5px; 
}

div.advConfigWlanStyle {
    float:right;
    padding: 0px 0px 0px 0px;
    width:90px;
}

div.twoWifiConfig {
    width: 43%;
    float: left;
}

div.wpsMask {
    background:url('/images/es/common/bg-wifi-warn.gif?f1f5b064') repeat;
    position: absolute;
    width:200px;
    z-index:9
}

div.wlan_mask5ghz {
    background:url('/images/es/common/bg-wifi-warn.gif?f1f5b064') repeat; 
    position: absolute;
    width:100%;
    top:143px;
    left:5px;
    height:1000px;
    z-index:9
}

div.wlanMask5ghzMax {
    style="background:url('/images/es/common/bg-wifi-warn.gif?f1f5b064') repeat;
    position: absolute;
    width:100%;
    top:63px;
    left:5px;
    height:1000px;
    z-index:9
}

div.wlanMask24ghz {
    background:url('/images/es/common/bg-wifi-warn.gif?f1f5b064') repeat;
    position: absolute; 
    width:100%;
    top:143px;
    left:3px;style="height:60px;"
    height:1000px;
    z-index:9
}

div.wlanMask24ghzMax {
    background:url('/images/es/common/bg-wifi-warn.gif?f1f5b064') repeat;
    position: absolute;
    width:100%;
    top:63px;
    left:3px;
    height:1000px;
    z-index:9
}

div.advConfigPaddingTop {
    padding-top: 8px;
}

div.advBaseColor {
    float:right;
    padding-right:5px;
}

div.advConfigChannel {
    position:absolute;
    top:0px; 
    left:92px; 
    width:100px; 
    text-align:left;
}

div.WlanSsid {
    float:left;
    width: 200px
}

div.WlanSsidStyle {
    float:right;
    color: #FF6600;
    padding-right:5px;
}

div.WlanKeyNaWep {
    float:left;
    width:220px;
    white-space: pre;
}

div.WlanKeyWpa {
    float:left;
    width:200px;
    white-space: pre;
}

div.advConfigWifiSecurityKey {
    float:right;
    text-align:right;
    padding-right:5px;
}

div.wlanSecurityStyle {
    float:left;
    width: 280px;
}

div.wlanChannel {
    float:right;
    width: 80px;
}

div.wlanchannelSelect {
    width:80px;
    height: 30px; 
    overflow:hidden;
}

div.advSettingWlanDisplay {
    padding-top:4px;
    width:100%;
    height:38px;
}

div.advSettingWlanStyle {
    float:left;
    padding-top:9px;
    text-align:left;
}

div.advSettingAdjustDisplay {
    padding-top:5px;
    width:100%;
}

div.WlanMacfilter-WpsBt {
    float:left;
    width: 120px;
    padding-top:5px;
}

div.advSettingDisplayPaddingRight {
    padding-right:5px;
}

div.macFilterTr {
    float:left;
    width: 150px;
    color: #38A403;
}

div.WlanWifiEnable {
    padding-top:4px;
    width:150px;
    color: #38A403;
    padding-left:5px;
}

div.WlanWifiDisable {
    padding-top:4px;
    width:150px;
    color:red;
    padding-left:5px;
}

div.advSettingSSIDInfo {
    float:left;
    width: 160px;
}

div.adjustDisplayStyleTable {
    padding-top:0px;
    width:100%;
}

div.advSettingChannelWidth {
    float:right;
    width: 130px;
}

div.smartWifiSSID {
    background-color:#F3F2F2;
    padding:5px 10px 5px 10px;
}

div.smartWIFISSIDadjust {
    float:left;
    padding-top:6px;
    padding-left:50px;
}

span.advSettingsWifiPrincipleSSID {
    padding-right: 10px;
}

tr.advSettingsWifiArrayStatus3 {
    height: 100px;
}

td.advSettingsWifiArrayStatus {
    background-color: #F3F2F2;
}

select.advSettingsWifiNameSize {
    min-width: 100%;
    width; 100%;
}

div.advSettingsWifiMask {
    background: url('/images/es/common/bg-wifi-warn.gif?f1f5b064') repeat;
    position: absolute;
    display: block;
    width: 550px;
    z-index: 9;
}

table.advSettingsWifiArrayStatus {
    z-index: 0;
}

img.advSettingsWifiLed2 {
    float: left;
    padding-right: 5px;
}

div.advSettingsWifiRowLast span.advSettingsWifiRowLast label.advSettingsWifiRowLast {
    padding-left: 30px;
}

div.advSettingsWifiSaveCancelButtons {
    float: right;
    z-index: 0;
}

img.advSettingsWifiErrorMessage {
    backgroung-image: url('/images/es/icons/icons-error.png?f1f5b064');
    float: left;
    margin-left: 20px;
    margin-top: 5px;
    width: 43px;
    height: 43px;
}

img.advSettingsWifiError {
    backgroung-image: url('/images/es/icons/icons-error.png?f1f5b064');
    float: left;
    margin-right: 10px;
    width: 40px;
    height: 30px;
}

td.advSettingsWifiLast {
    width: 43%;
    background-color: #F3F2F2;
}

table tr td.advSettingsWifiFirst {
    width: 14%;
}

td.advSettingsWifiFirstSecondaryKey {
    width: 14%;
    height: 100%;
}

tr.advSettingsWifiArrayStatus2 {
    height: 60px;
}

#cnt_macfilter5ghz {
    width:345px;
    float:left;
    padding:2px;
}

select.macFilteringAdd {
    width:90px;
}

select.WlanSecurityMode {
    width:165px;
    overflow:hidden;
    z-index:8;
}

select.WlanChannelMode {
    width:80px;
    overflow:hidden;
    z-index:8;
}

select.MacFilteringAddTr {
    width:150px;
}

select.wlanSecurityMode24ghz {
    width:185px;
    height: 30px;
    overflow:hidden;
    z-index:8;
}

select.advSettingWlanWifiMode {
    width:100px;
    height: 30px;
    overflow:hidden;
    z-index:8;
}

select.advSettingWifiInfo24 {
    width:80px;
    overflow:hidden;
}

select.advSettingWlanChannelWidth {
    width:110px;
    height: 30px;
    overflow:hidden;
}

select.advSettingWlanSecurityMode5 {
    width:165px;
    height:30px;
    overflow:hidden;
    z-index:8;
}

select.advSettingWifiMode5 {
    width:110px;
    height: 30px;
    overflow:hidden;
    z-index:8;
}

select.advSettingWlanChannel5 {
    width:80px;
    overflow:hidden;
}

select.advSettingSelect5ghzChannelWidth {
    width:130px;
    height:30px;
    overflow:hidden;
}

input.advSettingInputKeySsid {
    width:250px;
}

input.advSettingInputButton {
    float:right;
}

input.advSettingInputSelfPin {
    width: 120px;
}

input.advConfigInputSsidName {
    width:90%;
}

input.advSettingWlanHostMac {
    width:70px;
}

span.advSettingSpanSelfPin {
    float:left;
    padding-right:30px;
    width: 120px;
}

span.advSettingSpanHostMac {
    width:90px;
}

div.advSettingErrorDiv {
    padding-top:0px;
}

td.advSettingWifiArrayConfig {
    height:98px!important;
}

tr.advConfigWpsActivation {
    height:81px;
}

#wlan_wps_bt_state24ghz {
    float:left;
    width: 120px;
    padding-top:5px;
    color:red;
}

tr.advSettingWpsMenu {
    height:140px;
}

tr.advConfigWPSMenu-SsidName {
    height:120px;
}

td.advSettingsWifiArrayStatus2td {
    background-color:#C8C8C8;
    text-align:center;
}

span.advConfigSelfPinSpan {
    float:left;
    padding-right:30px;
    width: 120px;
}

tr.advConfigBottomWps5 {
    height:120px;
}

div.SmartWifiEnabled24Div {
    padding-top:4px;
    width:70px;
    color:#38A403;
}

div.advSettingFloatRightDiv {
    float:right;
}

tr.advConfigRedWifi {
    height:98px;
    width:100%;
}

tr.advConfigWifiSecKey {
    height:64px;
    width:100%;
}

div.advConfigAdjustStyleDiv {
    width:50%;
    float:left;
    padding-left:150px;
}




