﻿.DivTitle
{
    background: #FFFFFF url(Images/ArktecE.png) no-repeat center top;
}

/* Toolbar */

.toolbar_dlg
{
    background-image: url(Images/Silver.png);
    vertical-align: middle;
    float: left;
    width: 100%;
}

.toolbar 
{
    background-image: url(Images/Silver.png);
    /*text-align: left;*/
    /*border-bottom: 1px solid #C0C0C0;*/
    /*border-right: 1px solid #C0C0C0;*/
    /*height: 24px;*/
    vertical-align:middle;
    padding-top: 7px;
    padding-left: 5px;        
    margin: -5px;
    float: left;
    width: 100%;
}


.toolbarSilver
{
    background-image: url(Images/Silver.png);
}
      
.toolButton
{
    padding: 0px 2px 0px 2px !important;
    cursor: pointer;
    cursor: hand;
    border: 1px solid transparent !important;
    background-repeat: no-repeat !important;
    background-position: left;
    background-color: transparent !important;
    background-attachment: scroll !important;
    padding-left: 16px !important;
    text-align: left !important;
    font-size: 12px !important;
    font-family: Verdana;
    color: #444 !important;
    height: 18px;
}      

.toolButton:hover {	    
    border:1px solid #f1c43f !important;
    background-color: #fdeeb3 !important;
    font-size:12px !important;
    font-family:Verdana;
    color:#444 !important;
}

  

a img {
	border: currentColor;
}

/* Carteles de espera */
.overlay
{
    position: fixed;
    z-index: 98;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #999999;
    filter: alpha(opacity=40);
    opacity: 0.4;
    cursor: wait;
}
.overlayContent
{
    z-index: 99;
    margin: 250px auto;
    width: 80px;
    height: 80px;
}

.overlayContent h2
{
    font-size: 18px;
    font-weight: bold;
    color: #000;
    width: 218px;
}
.overlayContent img
{
    width: 234px;
    height: 19px;
}

.hidden 
{ 
    display: none; 
} 

.block 
{ 
    display: block; 
} 

.showed  
{
}

ajax__html_editor_extender_texteditor
{
    background-color:#FFA500;
}

pp
{
line-height:0em;
}

#progressBackgroundFilter 
{
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    overflow:hidden;
    padding:0;
    margin:0;
    background-color:#000;
    filter:alpha(opacity=50);
    opacity:0.5;
    z-index:1000;
    
}  
#processMessage 
{
    position:fixed;
    top:30%;
    left:43%;
    padding:10px;
    width:14%;
    z-index:1001;
    background-color:#fff;
    border:solid 1px #000;
}

#wizHeader li .prevStep
{
    background-color: #DEE1E7;
    color: #000000;
}
#wizHeader li .prevStep:after   
{
     border-left-color:#DEE1E7 !important;
     color: #000000 !important;
}
#wizHeader li .currentStep
{
    background-position: left center;
    background-color: #007dc1;
}
#wizHeader li .currentStep:after    
{
    border-left-color: #007dc1 !important;
}
#wizHeader li .nextStep    
{
    background-color:#DEE1E7;
    color: #000000;
}
#wizHeader li .nextStep:after    
{
     border-left-color:#DEE1E7 !important;
     color: #000000 !important;
}
#wizHeader    
{
    list-style: none;    
    overflow: hidden;    
    font: 18px Verdana;
    margin: 0px;    
    padding: 0px;
}
#wizHeader li    
{
    float: left;
}
#wizHeader li a    
{
    color: white;    
    text-decoration: none;    
    padding: 10px 0 10px 55px;    
    background: brown; /* fallback color */    
    background: hsla(34,85%,35%,1);    
    position: relative;    
    display: block;    
    float: left;
}
#wizHeader li a:after    
{
    content: " ";    
    display: block;    
    width: 0;    
    height: 0;    
    border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */   
     border-bottom: 50px solid transparent;    
     border-left: 30px solid hsla(34,85%,35%,1);    
     position: absolute;    
     top: 50%;    
     margin-top: -50px;    
     left: 100%;    
     z-index: 2;
}
#wizHeader li a:before    
{
    content: " ";    
    display: block;    
    width: 0;    
    height: 0;    
    border-top: 50px solid transparent;    
    border-bottom: 50px solid transparent;    
    border-left: 30px solid white;    
    position: absolute;    
    top: 50%;    
    margin-top: -50px;    
    margin-left: 1px;    
    left: 100%;    
    z-index: 1;
}        
#wizHeader li:first-child a    
{
    padding-left: 10px;
}
#wizHeader li:last-child     
{
    padding-right: 50px;
}
#wizHeader li a:hover{
}
#wizHeader li a:hover:after    
{
}        
.contentImport
{
    height: 200px;
    padding-top: 20px;
    background-color: #F9F9F9;
    width: 100%;
    vertical-align: top;
}

.progress
{
    border: solid 1px #C4C4C4; /* Rounded corners */
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #FDFDFD;
    background-repeat: repeat-x;
    background-position: 0 bottom;
    background-image: url(Images/Silver_horizontalBg.png);
}

.HorzProgress
{
    background-color: #2482AA;
    background-repeat: repeat-x;
    background-position: 0 0;
    background-image: url(Images/Silver_horizontalFill.gif);
}

.divUser
{
    border: 1px solid #003399;
    height: 34px;
    background-color: rgb(221, 234, 247);
    vertical-align: middle;
    padding-left: 10px;
    margin-top: 5px;
}

.boxrect
{
    border-right-color: rgb(206, 206, 206);
    border-left-color: rgb(206, 206, 206);
    border-right-width: 0px;
    border-left-width: 0px;
    border-right-style: solid;
    border-left-style: solid;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0px 3px 8px #333;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-box-shadow: 0 3px 8px #333;
    -moz-box-shadow: 0 3px 8px #333;
}    


#divLogin
{
    /*background-color: rgb(221, 234, 247);*/
    border-right-width: 0px;
    border-left-width: 0px;
    border-right-style: solid;
    border-left-style: solid;
    border-style: solid;
    border-width: 1px;
    border-color: #C0C0C0 rgb(206, 206, 206) #C0C0C0 rgb(206, 206, 206);
    padding: 10px;
    background: White url(Images/Silver_BodyContentArea.gif) repeat-x left bottom;
    position: absolute;
    top: 50%; /* Buscamos el centro horizontal (relativo) del navegador */
    left: 50%; /* Buscamos el centro vertical (relativo) del navegador */
    width: 500px; /* Definimos el ancho del objeto a centrar */
    height: 220px; /* Definimos el alto del objeto a centrar */
    margin-top: -110px; /* Restamos la mitad de la altura del objeto con un margin-top */
    margin-left: -250px; /*
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0px 3px 8px #333;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-box-shadow: 0 3px 8px #333;
    -moz-box-shadow: 0 3px 8px #333; */
}

.failureNotification
{
    font-family: Verdana;
    font-size:10px;
}



.ClassButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
    font-family: Verdana;
    font-size:10px;
	padding:3px 18px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.ClassButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.ClassButton:active {
	position:relative;
	top:1px;
}


.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
    /*font-family: Verdana;
    font-size:10px;*/
	padding:3px 18px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
   }
 .button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
   }
 .button:active {
	position:relative;
	top:1px;
   }
   
.degradado
{
    background-position: center center;
    background-color: #DEE1E7;
    background-repeat: no-repeat;
    background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}          
  
  
.ClassBody
{
    background-position: center center;
    background-color: #DEE1E7;
    background-image: url(Images/FondoLogin.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}


.ClassBodyCentro 
{
    background-position: center center;
    background-color: #dd2011;
    background-image: url(Images/FondoLogin.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

/*Cajas de diálogo*/
.modalAppInfoBackground { filter: Alpha(Opacity=40); -moz-opacity: 0.4; opacity: 0.4; width: 100%; height: 100%; background-color: #999999; position: absolute; z-index: 500000; top: 0px; left: 0px; }
.popupHeader { float: left; padding: 5px 0px 0px 0px; width: 600px; font-family: Verdana;font-weight: bold;height: 25px;text-decoration: none; background: #810706; color: #FFFFFF; }
.popupHeader span { color: #fff; text-decoration: none; line-height: 15px; text-decoration: none; float: left; margin-left: 10px; }
.popupHeader a { color: #fff !important; text-decoration: none !important; line-height: 15px; text-decoration: none; float: right; margin-right: 10px; }
.popup_button{color: #fff !important;font-family: Verdana; font-size: 12px; font-weight: normal; text-decoration:none !important; width:auto; background: #810706; line-height:22px; padding: 3px 15px 3px 15px; float:left; margin:0px 0px 0px 5px;}

.ClassDirectPrc
{
    background-image: url(Images/DirectPrc.png);
    background-repeat: no-repeat;
}

.ClassDescargaArch
{
    background-image: url(Images/Descarga.png);
    background-repeat: no-repeat;
}


#pnlProgress
{
    font-family: Verdana;
    font-size:10px;
}  

.tblHeaderMDO
{
    background-position: left center;
    background-image: url(Images/ManoObra.png);
    background-repeat: no-repeat;
} 

.tblHeaderMAQ
{
    background-position: left center;
    background-image: url(Images/Maquinaria.png);
    background-repeat: no-repeat;
} 

.tblHeaderMAT
{
    background-position: left center;
    background-image: url(Images/Materiales.png);
    background-repeat: no-repeat;
} 

/* Carteles de espera modelo 1*/
.overlay
{
    position: fixed;
    z-index: 500000;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #999999;
    filter: alpha(opacity=40);
    opacity: 0.4;
}
.overlayContent
{
    z-index: 500001;
    margin: 250px auto;
    width: 80px;
    height: 80px;
}

.overlayContent h2
{
    font-size: 18px;
    font-weight: bold;
    color: #000;
    width: 218px;
}
.overlayContent img
{
    width: 234px;
    height: 19px;
}

/* Carteles de espera modelo 2*/
.modal
{
    position: fixed;
    z-index: 500000;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.center
{
    z-index: 500001;
    margin: 300px auto;
    padding: 10px;
    width: 32px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
    vertical-align: middle;
    text-align: center;
}

.center img
{
    height: 32px;
    width: 32px;
}

/* Pantalla principal con sombra*/
.box-Main
{
    position:absolute;
    top:6px;
    height: 34px;
    right: 25px;
    z-index:99;
}

.box-shadow
{
    position:absolute;
    top:6px;
    height: 34px;
    right: 50px;
    z-index:99;
}

.drop-shadow
{
    position: relative;
    height: 34px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.drop-shadow:before,
.drop-shadow:after {
    content:"";
    position:absolute; 
    z-index:-2;
}

.lifted{border-radius:4px;moz-border-radius:4px;}
.lifted:before,.lifted:after{bottom:15px;left:10px;height:20%;width:50%;max-width:300px;-webkit-box-shadow:0 15px 10px rgba(0,0,0,0.7);-moz-box-shadow:0 15px 10px rgba(0,0,0,0.7);box-shadow:0 15px 10px rgba(0,0,0,0.7);-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg);}
.lifted:after{right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg);}
.curled{border:1px solid #efefef;-moz-border-radius:0 0 120px 120px / 0 0 6px 6px;border-radius:0 0 120px 120px / 0 0 6px 6px}
.curled:before,.curled:after{bottom:12px;left:10px;width:50%;height:55%;max-width:200px;-webkit-box-shadow:0 8px 12px rgba(0,0,0,0.5);-moz-box-shadow:0 8px 12px rgba(0,0,0,0.5);box-shadow:0 8px 12px rgba(0,0,0,0.5);-webkit-transform:skew(-8deg) rotate(-3deg);-moz-transform:skew(-8deg) rotate(-3deg);-ms-transform:skew(-8deg) rotate(-3deg);-o-transform:skew(-8deg) rotate(-3deg);transform:skew(-8deg) rotate(-3deg)}
.curled:after{right:10px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}
.perspective:before{left:80px;bottom:5px;width:50%;height:35%;max-width:200px;-webkit-box-shadow:-80px 0 8px rgba(0,0,0,0.4);-moz-box-shadow:-80px 0 8px rgba(0,0,0,0.4);box-shadow:-80px 0 8px rgba(0,0,0,0.4);-webkit-transform:skew(50deg);-moz-transform:skew(50deg);-ms-transform:skew(50deg);-o-transform:skew(50deg);transform:skew(50deg);-webkit-transform-origin:0 100%;-moz-transform-origin:0 100%;-ms-transform-origin:0 100%;-o-transform-origin:0 100%;transform-origin:0 100%}
.perspective:after{display:none}
.raised{-webkit-box-shadow:0 15px 10px -10px rgba(0,0,0,0.5),0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;-moz-box-shadow:0 15px 10px -10px rgba(0,0,0,0.5),0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;box-shadow:0 15px 10px -10px rgba(0,0,0,0.5),0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset}
.curved:before{top:10px;bottom:10px;left:0;right:50%;-webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);-moz-box-shadow:0 0 15px rgba(0,0,0,0.6);box-shadow:0 0 15px rgba(0,0,0,0.6);-moz-border-radius:10px / 100px;border-radius:10px / 100px}
.curved-vt-2:before{right:0}
.curved-hz-1:before{top:50%;bottom:0;left:10px;right:10px;-moz-border-radius:100px / 10px;border-radius:100px / 10px}
.curved-hz-2:before{bottom:0;top:0;left:10px;right:10px;-moz-border-radius:100px / 10px;border-radius:100px / 10px}
.rotated{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}
.rotated>:first-child:before{background:#fff;content:"";position:absolute;top:0;bottom:0;left:0;right:0;-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;-moz-box-shadow:0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;box-shadow:0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;z-index:-1}

.button,.dc_3d_button{color:#fff !important;cursor:pointer;display:inline-block;font-size:13px;margin:.5em .5em .5em 0;padding:7px 20px 9px;text-align:center;text-decoration:none;text-shadow:0 1px 1px rgba(0,0,0,0.3);webkit-transition:0.1s linear;moz-transition:0.1s linear;ms-transition:0.1s linear;o-transition:0.1s linear;transition:0.1s linear}
.button{border-radius:2px;box-shadow:inset rgba(255,255,255,0.3) 1px 1px 0}
.button:active{box-shadow:inset rgba(0,0,0,0.4) 0px 0px 6px}
.rounded{border-radius:20px}
.white{color:#666 !important;background:rgb(245,245,245);background:-moz-linear-gradient(top,rgba(247,247,247,1) 0%,rgba(235,235,235,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(247,247,247,1)),color-stop(100%,rgba(235,235,235,1)));background:-webkit-linear-gradient(top,rgba(247,247,247,1) 0%,rgba(235,235,235,1) 100%);background:-o-linear-gradient(top,rgba(247,247,247,1) 0%,rgba(235,235,235,1) 100%);background:-ms-linear-gradient(top,rgba(247,247,247,1) 0%,rgba(235,235,235,1) 100%);background:linear-gradient(top,rgba(247,247,247,1) 0%,rgba(235,235,235,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7F7F7',endColorstr='#EBEBEB',GradientType=0 );border:1px solid #999999}
.white:hover{background:rgb(255,203,72);background:-moz-linear-gradient(top,rgba(252,252,252,1) 0%,rgba(238,238,238,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(238,238,238,1)),color-stop(100%,rgba(238,238,238,1)));background:-webkit-linear-gradient(top,rgba(252,252,252,1) 0%,rgba(238,238,238,1) 100%);background:-o-linear-gradient(top,rgba(252,252,252,1) 0%,rgba(238,238,238,1) 100%);background:-ms-linear-gradient(top,rgba(252,252,252,1) 0%,rgba(238,238,238,1) 100%);background:linear-gradient(top,rgba(252,252,252,1) 0%,rgba(238,238,238,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',endColorstr='#EBEBEB',GradientType=0 )}
.gray{background:rgb(204,204,204);background:-moz-linear-gradient(top,rgba(204,204,204,1) 0%,rgba(168,168,168,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(204,204,204,1)),color-stop(100%,rgba(168,168,168,1)));background:-webkit-linear-gradient(top,rgba(204,204,204,1) 0%,rgba(168,168,168,1) 100%);background:-o-linear-gradient(top,rgba(204,204,204,1) 0%,rgba(168,168,168,1) 100%);background:-ms-linear-gradient(top,rgba(204,204,204,1) 0%,rgba(168,168,168,1) 100%);background:linear-gradient(top,rgba(204,204,204,1) 0%,rgba(168,168,168,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc',endColorstr='#a8a8a8',GradientType=0 );border:1px solid #999999}
.gray:hover{background:rgb(255,203,72);background:-moz-linear-gradient(top,rgba(204,204,204,1) 0%,rgba(182,182,182,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(182,182,182,1)),color-stop(100%,rgba(168,168,168,1)));background:-webkit-linear-gradient(top,rgba(204,204,204,1) 0%,rgba(182,182,182,1) 100%);background:-o-linear-gradient(top,rgba(204,204,204,1) 0%,rgba(182,182,182,1) 100%);background:-ms-linear-gradient(top,rgba(204,204,204,1) 0%,rgba(182,182,182,1) 100%);background:linear-gradient(top,rgba(204,204,204,1) 0%,rgba(182,182,182,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc',endColorstr='#b6b6b6',GradientType=0 )}
.orange{background:rgb(255,183,0);background:-moz-linear-gradient(top,rgba(255,183,0,1) 0%,rgba(255,140,0,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,183,0,1)),color-stop(100%,rgba(255,140,0,1)));background:-webkit-linear-gradient(top,rgba(255,183,0,1) 0%,rgba(255,140,0,1) 100%);background:-o-linear-gradient(top,rgba(255,183,0,1) 0%,rgba(255,140,0,1) 100%);background:-ms-linear-gradient(top,rgba(255,183,0,1) 0%,rgba(255,140,0,1) 100%);background:linear-gradient(top,rgba(255,183,0,1) 0%,rgba(255,140,0,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb700',endColorstr='#ff8c00',GradientType=0 );border:1px solid #e59500}
.orange:hover{background:rgb(255,203,72);background:-moz-linear-gradient(top,rgba(255,203,72,1) 0%,rgba(255,156,35,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,203,72,1)),color-stop(100%,rgba(255,156,35,1)));background:-webkit-linear-gradient(top,rgba(255,203,72,1) 0%,rgba(255,156,35,1) 100%);background:-o-linear-gradient(top,rgba(255,203,72,1) 0%,rgba(255,156,35,1) 100%);background:-ms-linear-gradient(top,rgba(255,203,72,1) 0%,rgba(255,156,35,1) 100%);background:linear-gradient(top,rgba(255,203,72,1) 0%,rgba(255,156,35,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcb48',endColorstr='#ff9c23',GradientType=0 )}
.magenta{background:rgb(255,130,172);background:-moz-linear-gradient(top,rgba(255,130,172,1) 0%,rgba(247,37,129,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,130,172,1)),color-stop(100%,rgba(247,37,129,1)));background:-webkit-linear-gradient(top,rgba(255,130,172,1) 0%,rgba(247,37,129,1) 100%);background:-o-linear-gradient(top,rgba(255,130,172,1) 0%,rgba(247,37,129,1) 100%);background:-ms-linear-gradient(top,rgba(255,130,172,1) 0%,rgba(247,37,129,1) 100%);background:linear-gradient(top,rgba(255,130,172,1) 0%,rgba(247,37,129,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff82ac',endColorstr='#f72581',GradientType=0 );border:1px solid #c60a56}
.magenta:hover{background:rgb(255,155,189);background:-moz-linear-gradient(top,rgba(255,155,189,1) 0%,rgba(248,62,143,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,155,189,1)),color-stop(100%,rgba(248,62,143,1)));background:-webkit-linear-gradient(top,rgba(255,155,189,1) 0%,rgba(248,62,143,1) 100%);background:-o-linear-gradient(top,rgba(255,155,189,1) 0%,rgba(248,62,143,1) 100%);background:-ms-linear-gradient(top,rgba(255,155,189,1) 0%,rgba(248,62,143,1) 100%);background:linear-gradient(top,rgba(255,155,189,1) 0%,rgba(248,62,143,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9bbd',endColorstr='#f83e8f',GradientType=0 )}
.blue{background:rgb(11,116,202);background:-moz-linear-gradient(top,rgba(35,139,243,1) 0%,rgba(11,116,202,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(35,139,243,1)),color-stop(100%,rgba(11,116,202,1)));background:-webkit-linear-gradient(top,rgba(35,139,243,1) 0%,rgba(11,116,202,1) 100%);background:-o-linear-gradient(top,rgba(35,139,243,1) 0%,rgba(11,116,202,1) 100%);background:-ms-linear-gradient(top,rgba(35,139,243,1) 0%,rgba(11,116,202,1) 100%);background:linear-gradient(top,rgba(35,139,243,1) 0%,rgba(11,116,202,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#238BF3',endColorstr='#0B74CA',GradientType=0 );border:1px solid #3cafcf}
.blue:hover{background:rgb(153,216,244);background:-moz-linear-gradient(top,rgba(53,158,244,1) 0%,rgba(11,116,202,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(53,158,244,1)),color-stop(100%,rgba(11,116,202,1)));background:-webkit-linear-gradient(top,rgba(53,158,244,1) 0%,rgba(11,116,202,1) 100%);background:-o-linear-gradient(top,rgba(53,158,244,1) 0%,rgba(11,116,202,1) 100%);background:-ms-linear-gradient(top,rgba(53,158,244,1) 0%,rgba(11,116,202,1) 100%);background:linear-gradient(top,rgba(53,158,244,1) 0%,rgba(11,116,202,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3E99F4',endColorstr='#0B74CA',GradientType=0 )}
.cyan{background:rgb(130,207,241);background:-moz-linear-gradient(top,rgba(130,207,241,1) 0%,rgba(56,174,234,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(130,207,241,1)),color-stop(100%,rgba(56,174,234,1)));background:-webkit-linear-gradient(top,rgba(130,207,241,1) 0%,rgba(56,174,234,1) 100%);background:-o-linear-gradient(top,rgba(130,207,241,1) 0%,rgba(56,174,234,1) 100%);background:-ms-linear-gradient(top,rgba(130,207,241,1) 0%,rgba(56,174,234,1) 100%);background:linear-gradient(top,rgba(130,207,241,1) 0%,rgba(56,174,234,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#82cff1',endColorstr='#38aeea',GradientType=0 );border:1px solid #3cafcf}
.cyan:hover{background:rgb(153,216,244);background:-moz-linear-gradient(top,rgba(153,216,244,1) 0%,rgba(79,183,236,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(153,216,244,1)),color-stop(100%,rgba(79,183,236,1)));background:-webkit-linear-gradient(top,rgba(153,216,244,1) 0%,rgba(79,183,236,1) 100%);background:-o-linear-gradient(top,rgba(153,216,244,1) 0%,rgba(79,183,236,1) 100%);background:-ms-linear-gradient(top,rgba(153,216,244,1) 0%,rgba(79,183,236,1) 100%);background:linear-gradient(top,rgba(153,216,244,1) 0%,rgba(79,183,236,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#99d8f4',endColorstr='#4fb7ec',GradientType=0 )}
.red{background:#e25b53;background:-moz-linear-gradient(top,#e25b53 0%,#dd2011 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e25b53),color-stop(100%,#dd2011));background:-webkit-linear-gradient(top,#e25b53 0%,#dd2011 100%);background:-o-linear-gradient(top,#e25b53 0%,#dd2011 100%);background:-ms-linear-gradient(top,#e25b53 0%,#dd2011 100%);background:linear-gradient(top,#e25b53 0%,#dd2011 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e25b53',endColorstr='#dd2011',GradientType=0 );border:1px solid #c42222}
.red:hover{background:#dd7671;background:-moz-linear-gradient(top,#dd7671 0%,#dd2011 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#dd7671),color-stop(100%,#dd2011));background:-webkit-linear-gradient(top,#dd7671 0%,#dd2011 100%);background:-o-linear-gradient(top,#dd7671 0%,#dd2011 100%);background:-ms-linear-gradient(top,#dd7671 0%,#dd2011 100%);background:linear-gradient(top,#dd7671 0%,#dd2011 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd7671',endColorstr='#dd2011',GradientType=0 )}
.black{background:#444444;background:-moz-linear-gradient(top,#444444 0%,#1c1c1c 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#444444),color-stop(100%,#1c1c1c));background:-webkit-linear-gradient(top,#444444 0%,#1c1c1c 100%);background:-o-linear-gradient(top,#444444 0%,#1c1c1c 100%);background:-ms-linear-gradient(top,#444444 0%,#1c1c1c 100%);background:linear-gradient(top,#444444 0%,#1c1c1c 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444',endColorstr='#1c1c1c',GradientType=0 );border:1px solid #2a2a2a}
.black:hover{background:#686868;background:-moz-linear-gradient(top,#686868 0%,#1c1c1c 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#686868),color-stop(100%,#1c1c1c));background:-webkit-linear-gradient(top,#686868 0%,#1c1c1c 100%);background:-o-linear-gradient(top,#686868 0%,#1c1c1c 100%);background:-ms-linear-gradient(top,#686868 0%,#1c1c1c 100%);background:linear-gradient(top,#686868 0%,#1c1c1c 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#686868',endColorstr='#1c1c1c',GradientType=0 )}
.green{background:#82cc5d;background:-moz-linear-gradient(top,#82cc5d 0%,#53b73c 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#82cc5d),color-stop(100%,#53b73c));background:-webkit-linear-gradient(top,#82cc5d 0%,#53b73c 100%);background:-o-linear-gradient(top,#82cc5d 0%,#53b73c 100%);background:-ms-linear-gradient(top,#82cc5d 0%,#53b73c 100%);background:linear-gradient(top,#82cc5d 0%,#53b73c 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#82cc5d',endColorstr='#53b73c',GradientType=0 );border:1px solid #429E34}
.green:hover{background:#99cc80;background:-moz-linear-gradient(top,#99cc80 0%,#53b73c 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#99cc80),color-stop(100%,#53b73c));background:-webkit-linear-gradient(top,#99cc80 0%,#53b73c 100%);background:-o-linear-gradient(top,#99cc80 0%,#53b73c 100%);background:-ms-linear-gradient(top,#99cc80 0%,#53b73c 100%);background:linear-gradient(top,#99cc80 0%,#53b73c 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#99cc80',endColorstr='#53b73c',GradientType=0 )}
.dc_3d_button{vertical-align:top;border-radius:4px;border:none;padding:10px 25px 12px}
.dc_3d_button:hover{color:#fff !important}
.dc_3d_button:active{position:relative;top:5px}
.dc_3d_button.white{box-shadow:#ddd 0 3px 0px,rgba(0,0,0,0.3) 0 3px 3px}
.dc_3d_button.white:active{box-shadow:#f2f2f2 0 2px 0,rgba(0,0,0,0.2) 0 6px 3px}
.dc_3d_button.gray{box-shadow:#999999 0 3px 0px,rgba(0,0,0,0.3) 0 3px 3px}
.dc_3d_button.gray:active{box-shadow:#AEAEAE 0 2px 0,rgba(0,0,0,0.2) 0 6px 3px}
.dc_3d_button.orange{box-shadow:#d07400 0 3px 0px,rgba(0,0,0,0.3) 0 3px 3px}
.dc_3d_button.orange:active{box-shadow:#c46d00 0 2px 0,rgba(0,0,0,0.2) 0 6px 3px}
.dc_3d_button.magenta{box-shadow:#d60761 0 3px 0px,rgba(0,0,0,0.3) 0 3px 3px}
.dc_3d_button.magenta:active{box-shadow:#ca075c 0 2px 0,rgba(0,0,0,0.2) 0 6px 3px}
.dc_3d_button.blue{box-shadow:#0059B3 0 3px 0px,rgba(0,0,0,0.3) 0 3px 3px}
.dc_3d_button.blue:active{box-shadow:#0065CA 0 2px 0,rgba(0,0,0,0.2) 0 6px 3px}
.dc_3d_button.cyan{box-shadow:#1994d3 0 3px 0px,rgba(0,0,0,0.3) 0 3px 3px}
.dc_3d_button.cyan:active{box-shadow:#1994d3 0 2px 0,rgba(0,0,0,0.2) 0 6px 3px}
.dc_3d_button.red{box-shadow:#a71d11 0 3px 0px,rgba(0,0,0,0.3) 0 3px 3px}
.dc_3d_button.red:active{box-shadow:#88180e 0 2px 0,rgba(0,0,0,0.2) 0 6px 3px}
.dc_3d_button.black{box-shadow:#000 0 3px 0px,rgba(0,0,0,0.3) 0 3px 3px,inset rgba(255,255,255,0.3) 0 0 3px}
.dc_3d_button.black:active{box-shadow:#000 0 2px 0,rgba(0,0,0,0.2) 0 6px 3px,inset rgba(255,255,255,0.3) 0 0 3px}
.dc_3d_button.green{box-shadow:#479a33 0 3px 0px,rgba(0,0,0,0.3) 0 3px 3px}
.dc_3d_button.green:active{box-shadow:#439230 0 2px 0,rgba(0,0,0,0.2) 0 6px 3px}
.button span,.dc_3d_button span{font-family:'EntypoRegular';font-size:20px;font-weight:normal;vertical-align:middle;line-height:0;margin-right:.1em}
.refresh:after{content:"h";font-size:34px}
.shuffle:after{content:"f";font-size:34px}
.preview:after{content:"M";font-size:34px}
.tea:after{content:"u";font-size:34px}
.wifi:after{content:"T";font-size:34px}
.locator:after{content:"0";font-size:34px}
.rss:after{content:"S";font-size:34px}
.cloud:after{content:"y";font-size:34px}
.download:after{content:"w";font-size:34px}
.trash:after{content:"I";font-size:34px}
.rack:after{content:"t";font-size:34px}
.map:after{content:"1";font-size:34px}
.setting:after{content:"@";font-size:34px}
.identity:after{content:".";font-size:34px}
.navigation:after{content:"2";font-size:34px}
.gallery:after{content:"p";font-size:34px}
.email:after{content:"%";font-size:34px}
.users:after{content:"+";font-size:34px}
.calendar:after{content:"P";font-size:34px}
.link:after{content:">";font-size:34px}
.time:after{content:"N";font-size:34px}
.folder:after{content:"s";font-size:34px}
.tag:after{content:"C";font-size:34px}
.share:after{content:"5";font-size:34px}
.lock:after{content:"U";font-size:34px}
.unlock:after{content:"V";font-size:34px}
.mic:after{content:"O";font-size:34px}
.love:after{content:"6";font-size:34px}
.star:after{content:"7";font-size:34px}
.like:after{content:"8";font-size:34px}
.phone:after{content:"!";font-size:34px}
.flag:after{content:"?";font-size:34px}
.adduser:after{content:"-";font-size:34px}
.attach:after{content:"'";font-size:34px}
.comment:after{content:":";font-size:34px}
.edit:after{content:"&";font-size:34px}
.upload:after{content:"v";font-size:34px}
.storage:after{content:"x";font-size:34px}
.photo:after{content:"D";font-size:34px}
.help:after{content:"K";font-size:34px}
.glass:after{content:"R";font-size:34px}
.print:after{content:"<";font-size:34px}
.gadget:after{content:'"';font-size:34px}


.igeb_StyleControl
{
	background-color:Transparent;
	font-size:xx-small;
	font-family: Verdana;
	border:solid 1px #B1B1B1;
	border-top-width:0px;
	overflow-x: hidden;
	_overflow: hidden!important;
	color:#333333;
}


.igeb_StyleGroup
{
	background-repeat:repeat-x;
	background-color:#4F4F4F;
	background-position: 0 0;
	background-image: url(images/igeb_Sprite.png);	
	display: block;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color:#333333;
	vertical-align:middle;
}

.igeb_StyleGroupActive
{
	background-repeat:repeat-x;
	background-position:0px -202px;
	background-color:#333333;
	background-image: url(images/igeb_Sprite.png);
	color:White;
}


.igeb_StyleGroupHover
{
	background-repeat:repeat-x;
	background-position:0px -40px;
	background-color:#2686AE;
	background-image: url(images/igeb_Sprite.png);
	color:White;
}

.igeb_StyleGroupSelected
{
	background-repeat:repeat-x;
	background-position:0px -40px;
	background-color:#E9E9E9;
	background-image: url(images/igeb_Sprite.png);	
	color:#FFFFFF;
}

.igeb_StyleItem
{
	background-color:transparent;
	line-height: 100px;
}


.igeb_StyleItemImage
{
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 0px;
    vertical-align: middle;
    text-align: center;
}


.igeb_StyleItemSelected
{
	background-color:#94D7F3;
	color:White;
}


.igeb_StyleItemActive
{
	background-color:#94D7F3;
	color:White;
}


.igeb_StyleItemHover
{
	background-color:#3BB7EB;
}

.igeb_StyleItemDisabled
{   
    opacity:0.5;
    zoom: 1;
    filter: alpha(opacity = 50);
    background-color:#fff;
}


.igeb_StyleGroupContents
{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	list-style: none;
}


.igeb_StyleGroupLabel
{
	font-weight:bold;
	font-size:12px;
	font-family: Verdana;
	margin-left:5px;
	padding-left:5px;
	text-decoration:none;
}


.igeb_StyleGroupDisabled
{
	background-repeat:repeat-x;
	background-position:0px -120px;
	background-color:#B5B5B5;
	background-image: url(images/igeb_Sprite.png);
	color:Gray;
}


.igeb_StyleGroupExpanderImage
{
	margin-top:5px;
	margin-right:5px;
	float: right;
}


.igeb_StyleItemLabel
{
    font-weight: normal;
    font-size: 10px;
    font-family: Verdana;
    display: block;
    color: #00FFFF;
}


.igeb_StyleHolder
{
    clear:left;
	/*background-repeat:repeat-x;
	background-position:0 0;
	background-color:#B5B5B5;
	background-image: url(images/igeb_Sprite.png);*/
}


.igeb_StyleGroupLink
{
	margin-bottom:0px;
	padding-bottom:0px;
	padding-left:6px;
	display: block;
	color: inherit;
	text-decoration:none;
}


.igeb_StyleItemLink
{
	padding-top:2px;
	padding-bottom:2px;
	display: block;
	color:#333333;
	text-decoration:none;
	
	padding-left:10px;
}


.igeb_StyleItemParent
{
	background-repeat:no-repeat;
	background-image: url(images/igeb_Sprite.png);
	background-position: 15px -238px;
}


/* IE 7 Disabled item fix */
.igeb_StyleItemDisabled a visited, .igeb_StyleItemDisabled a
{
	color:Gray;
}


.igeb_StyleGroup a:visited
{
	color:White;
}


/* IE 7 fix to icon bad alignment*/
.igeb_StyleItem, .igeb_StyleItemActive, .igeb_StyleItemSelected
{
    min-height: 100px;
    height: 100px;
}

.igeb_StyleGroup a:link, .igeb_StyleGroup a:visited, .igeb_StyleGroup a:hover, .igeb_StyleGroup a:active
{
	color:White;
}

.igeb_StyleGroupActive a:link, .igeb_StyleGroupActive a:visited, .igeb_StyleGroupActive a:hover, .igeb_StyleGroupActive a:active
{
	color:#333333;
}


.igeb_StyleGroupHover a:link, .igeb_StyleGroupHover a:hover, .igeb_StyleGroupHover a:visited, .igeb_StyleGroupHover a:active
{
	color:White;
}

.igeb_StyleGroupSelected a:link, .igeb_StyleGroupSelected a:hover, .igeb_StyleGroupSelected a:visited, .igeb_StyleGroupSelected a:active
{
	color:#333333;
}



.igeb_StyleItemHolder img
{
    vertical-align: middle;
    text-align: center;
}

.igeb_StyleItemHolder
{
}


.igeb_StyleItemContents
{
	margin-left:0px;
	padding-left:0px;
	list-style: none;
}

/***************************/

a.backoverUser
{
    background: url(Images/User.png) no-repeat 0px 0px;
    padding: 0px 0px 0px 20px;
    line-height: 30px;
    vertical-align: top;
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-family: Verdana;
    font-size:12px;
}
a.backoverUser:hover
{
    background-position: 0px 0px;
    background-image: url(Images/User.png);
    background-repeat: no-repeat;
}
a.backoverUser:focus {
    background-position: 0px 0px;
    background-image: url(Images/User.png);
    background-repeat: no-repeat;
}

a.backoverMenu
{
    background: url(Images/hamburgerIcon.png) no-repeat 0px 0px;
    padding: 0px 0px 0px 20px;
    line-height: 30px;
    vertical-align: top;
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-family: Verdana;
    font-size: 12px;
}
a.backoverMenu:hover
{
    background: url(Images/hamburgerIcon.png) no-repeat 0px 0px;
}
a.backoverMenu:focus 
{
    background: url(Images/hamburgerIcon.png) no-repeat 0px 0px;
}

a.backoverSalir
{
    background: url('Images/exit.png') no-repeat 0px 0px;
    padding: 0px 0px 0px 20px;
    line-height: 30px;
    vertical-align: top;
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-family: Verdana;
    font-size: 12px;
}
a.backoverSalir:hover
{
    background: url('Images/exit.png') no-repeat 0px 0px;
}
a.backoverSalir:focus 
{
    background: url('Images/exit.png') no-repeat 0px 0px;
}

.ClassTitle
{
    font-family: Verdana;
    font-size: 12px;
    cursor: pointer;
    color: #333333;
    padding-top: 10px;
}    

.Title-shadow
{
    position: relative;
    height: 18px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#idTOOLBAR
{
    background-color: #FBFBFB;
    background-image: url(Images/Silver.png);
    background-repeat: repeat;
}  

#idDATOS
{
    background-color: #FBFBFB;
    background-repeat: repeat;
}  

.containerClass
{
    width: 100% !important;
    Height: 100% !important;
}

.ajax__html_editor_extender_container
{
    height: auto !important;
    width: auto !important;  
}

tbody.thinRows > tr > td
{
    height: 18px;
    line-height: 18px;
    padding: 0px 0px 0px 0px;
    font-family: 'Arial Black';
    font-size: 10px;
    color: #FF0000;
}

.ui-dialog-content
{
    border: none !important;
    padding: 0px !important;
    overflow: hidden !important;
}

.ui-dialog
{
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

.ui-dialog .ui-dialog-buttonpane {
    border: none !important;
    padding: 2px 10px 2px 10px !important;
}

.ui-dialog .ui-dialog-buttonpane button
{
    margin: 0px;
    border: none;
    background: #333 no-repeat 0 center;
    border-top: 1px solid #d4d4d4;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.3;
    text-decoration: none;
    color: #eee;
    cursor: pointer;
    padding: 2px 10px 2px 10px;
}

