A.help {cursor: help;}
A.help:link {text-decoration:none;}
A.help:visited {text-decoration:none;}
A.help:hover {text-decoration:none; position:static;}
A.help SPAN {text-decoration:none; display:none;}
A.help:hover SPAN {
margin-left: 5px;
width: 150px;
position: absolute;
padding: 2px;
border: 1px solid #000000;
background-color: yellow;
color: #000000;
font-weight: normal;
display: inline;
}


A.help-noclick:hover {color:000000; text-decoration:none; font-weight:normal; position:static;}
A.help-noclick SPAN {text-decoration:none; display:none;}
A.help-noclick:hover SPAN {
margin-left: 5px;
width: 150px;
position: absolute;
padding: 2px;
border: 1px solid #000000;
background-color: yellow;
color: #000000;
font-weight: normal;
display: inline;
}

A.info {border-bottom: 1px solid #0066FF; cursor: help;}
A.info:link {color: #0066FF; text-decoration:none;}
A.info:visited {color: #0066FF; text-decoration:none;}
A.info:hover {color: #FFA500; text-decoration:none; position:static;}
A.info SPAN {text-decoration:none; display:none;}
A.info:hover SPAN {
margin-left: 5px;
width: 450;
position: absolute;
padding: 2px;
border: 1px solid #000000;
background-color: #FFFFFF;
color: #000000;
font-weight: normal;
display: inline;
}

A.info2 {cursor: help;}
A.info2:link {color: #0066FF; text-decoration:none;}
A.info2:visited {color: #0066FF; text-decoration:none;}
A.info2:hover {color: #FFA500; text-decoration:none; position:static;}
A.info2 SPAN {text-decoration:none; display:none;}
A.info2:hover SPAN {
width: 700px;
position: absolute;
padding: 2px;
border: 1px solid #000000;
background-color: #FFFFFF;
color: #000000;
font-weight: normal;
display: inline;
}

A.info3 {cursor: help;}
A.info3:link {text-decoration:none;}
A.info3:visited {text-decoration:none;}
A.info3:hover {text-decoration:none; }
A.info3 SPAN {text-decoration:none; display:none;}
A.info3:hover SPAN {
position: absolute;
padding: 2px;
border: 1px solid #000000;
background-color: yellow;
color: #000000;
font-weight: normal;
display: inline;
text-align: right;
}


/* Utilizado en el menu principal para los comentarios */
A.infoizq {cursor: help;}
A.infoizq:link {color: #0066FF; text-decoration:none;}
A.infoizq:visited {color: #0066FF; text-decoration:none;}
A.infoizq:hover {color: #FFA500; text-decoration:none; }
A.infoizq SPAN {text-decoration:none; display:none;}
A.infoizq:hover SPAN {
position: absolute;
padding: 9px;
border: 1px solid #000000;
background-color: yellow;
color: #000000;
font-weight: normal;
display: inline;
text-align: right;
}

	
/*	
INPUT.noenter {
	background-color: #CCCCCC;
	font-weight: bold;
	color: #0000FF;
}

.header1
	{color: #ffffff; background: #4682B4; font-weight: normal; font-family: Tahoma, Verdana; font-size: 12px; margin: 0px; padding-left: 2px; height: 18px}
.header2
	{color: #000000; background: #DBEAF5; font-weight: bold; font-family: Tahoma, Verdana; font-size: 12px;}
.intd
	{color: #000000; font-family: Tahoma, Verdana; font-size: 11px; padding-left: 15px;}
.wcell
	{background: #FFFFFF; vertical-align: top;}
.ctrl
	{font-family: Tahoma, Verdana, sans-serif; font-size: 12px; width: 100%;}
*/

hr {
	height: 1px;
	color: #bbb8b8;
}


/* menu principal de site.php */
.mainmenu 	{
font-size: 10px;
font-weight: bold;
color: black;
}
.mainmenu A:link {color: black; text-decoration: none; font-weight: bold;}
.mainmenu A:visited {color: black; text-decoration: none; font-weight: bold;}
.mainmenu A:active {color: black; text-decoration: none; font-weight: bold;}
.mainmenu A:hover {color: white; text-decoration: none; font-weight: bold;}

/* invoices in html */
.invoices {
	font-family: verdana,arial,helvetica;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}


/* utilizado para ordenar filas de tablas*/
.currentrow {
	background-color:#cccccc;
	color:#000000;
}
.showDragHandle {
	background-image: url(../images/updown.gif);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: move;
}

/* selector de colores del menu principal */
#palette {
    list-style:none;
    margin:5px 0 0 15px;
}
#palette li {
    float:left;
    margin-right:3px;
    padding:3px;
    border-style:solid;
	border-width: 0px;
	border-radius: 4px;
}
#palette li.current,
#palette li.hover {
    padding:1px;
    border-width: 2px;
	cursor: pointer;
}
#palette li:hover {
    padding:1px;
    border-width: 2px;
}
#palette li a {
    /*text-indent:-999em;
    float:left;*/
    background:url(../images/menu-color-bg.png) no-repeat;
    _background-image:url(../images/menu-color-bg.gif);
    display:block;
    width:15px;
    overflow:hidden;
    height:15px;
	border-radius: 4px;
}

/* boton chico con borde azul para formularios */
.btnform 	{
border: 2px outset #185797;  
border-radius: 5px;
text-align: center; 
cursor: hand;
}

/* boton rojo para formularios */
.btnformred 	{
border-radius: 8px; 
border: 2px outset #f58383;	
background-color: red; 
font-size: 12px;
font-weight: bold;
color: white;
padding: 8;
cursor: pointer;
}
.btnformred A:link {color: white; text-decoration: none; font-weight: bold;}
.btnformred A:visited {color: white; text-decoration: none; font-weight: bold;}
.btnformred A:active {color: white; text-decoration: none; font-weight: bold;}
.btnformred A:hover {color: white; text-decoration: none; font-weight: bold;}

/* boton amarillo para formularios */
.btnformyellow 	{
border-radius: 8px; 
border: 2px outset #f7ba02;	
background-color: yellow; 
font-size: 12px;
font-weight: bold;
color: #000000;
padding: 8;
cursor: pointer;
}
.btnformyellow A:link {color: #000000; text-decoration: none; font-weight: bold;}
.btnformyellow A:visited {color: #000000; text-decoration: none; font-weight: bold;}
.btnformyellow A:active {color: #000000; text-decoration: none; font-weight: bold;}
.btnformyellow A:hover {color: #000000; text-decoration: none; font-weight: bold;}

/* boton verde para formularios */
.btnformgreen 	{
border-radius: 8px; 
border: 2px outset #12f702;	
background-color: green; 
font-size: 12px;
font-weight: bold;
color: white;
padding: 8;
cursor: pointer;
}
.btnformgreen A:link {color: white; text-decoration: none; font-weight: bold;}
.btnformgreen A:visited {color: white; text-decoration: none; font-weight: bold;}
.btnformgreen A:active {color: white; text-decoration: none; font-weight: bold;}
.btnformgreen A:hover {color: white; text-decoration: none; font-weight: bold;}


.btn {background-color: #DBEAF5; padding: 0px;}
	
/* Mensaje de error en formularios (recuadro superior)*/
.formerror {
border-radius: 10px;
border: 2px outset #f58383;
background-color: red;
font-size: 12px;
color: #ffffff;
padding: 8;
}
	
/* Mensaje de error en los campos de formularios */
.formfielderror {
border: 1px solid red; 
border-radius: 2px; 
background-color: #fbcfb1;
}
	
/* Mensaje de error en los campos cambiados del cliente */
.changedfields {
border: 1px solid red; 
border-radius: 2px; 
background-color: #cccccc;
color: #000000;
}
	
	
/* pasos del carrito de compras - paso 3 */
.tablestep3 {	
border-radius: 8px; 
border: 2px outset #f58383;	
background-color: red; 
font-size: 10px;
color: white;
padding: 8;
}
.tablestep3 A:link {color: white; text-decoration: none; font-weight: bold;}
.tablestep3 A:visited {color: white; text-decoration: none; font-weight: bold;}
.tablestep3 A:active {color: white; text-decoration: none; font-weight: bold;}
.tablestep3 A:hover {color: white; text-decoration: none; font-weight: bold;}

/* pasos del carrito de compras - paso 2 */
.tablestep2 {	
border-radius: 8px; 
border: 2px outset #f7ba02;	
background-color: yellow; 
font-size: 10px;
color: black;
padding: 8;
}
.tablestep2 A:link {color: black; text-decoration: none; font-weight: bold;}
.tablestep2 A:visited {color: black; text-decoration: none; font-weight: bold;}
.tablestep2 A:active {color: black; text-decoration: none; font-weight: bold;}
.tablestep2 A:hover {color: black; text-decoration: none; font-weight: bold;}

/* pasos del carrito de compras - paso 1 */
.tablestep1 {	
border-radius: 8px; 
border: 2px outset #12f702;	
background-color: green; 
font-size: 10px;
color: white;
padding: 8;
}
.tablestep1 A:link {color: white; text-decoration: none; font-weight: bold;}
.tablestep1 A:visited {color: white; text-decoration: none; font-weight: bold;}
.tablestep1 A:active {color: white; text-decoration: none; font-weight: bold;}
.tablestep1 A:hover {color: white; text-decoration: none; font-weight: bold;}


/* classes for validator */
.tfvHighlight
	{font-weight: bold; color: red;}
.tfvNormal
	{font-weight: normal; color: black;}

form {
	margin-top: 2;
	margin-bottom: 2;
	}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* login del cliente en la parte superior */
.formlogin {
color: #000000; 
background-color: #cccccc; 
border: 1px inset #ffffff; 
border-radius: 5px; 
}

/* barra de menu - parte superior */
.menubar_top {
	background-image: url('../attachments/ih_back_menu_top.gif');
	background-repeat: repeat-x;
}

/* barra de menu - fondo (parte central) */
.menubar_bg {
	background-image: url('../attachments/ih_back_menu_mid.gif');
}

/* barra de menu - parte inferior */
.menubar_bot {
	background-image: url('../attachments/ih_back_menu_bot.gif');
	background-repeat: repeat-x;
}

#bubble_tooltip{
	width:147px;
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_top{
	background-image: url('../images/bubble_top.png');
	background-repeat:no-repeat;
	height:16px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url('../images/bubble_middle.png');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('../images/bubble_bottom.png');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:44px;
	position:relative;
	top:-6px;
}


/* Menu OPCIONES en listado de productos en la cuenta del cliente */
.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#ECECFF;
color:#000000;
padding:2px;
text-align:center;
font-weight:bold;
border-radius: 5px;
border: 1px inset #000000;
}

/* SUB Menu OPCIONES en listado de productos en la cuenta del cliente */
.submenu{
margin-bottom: 0.5em;
font-size:120%;
padding:6px;
text-align:left;
border-radius: 5px;
border: 1px inset #000000;
}

.manuals_faq{
font-size: 12px;
line-height: 1.7em;
}

.sizeplus{
font-size:120%;
}

.sizeextra{
font-size: 20px;
}

.sizeextrabold{
font-size: 20px;
font-weight: bold;
}

/* Utilizado unicamente en el panel de tickets para mostrar el numero de clientes, 
productos suspendidos y total de clientes */
.sizesuperextrabold{
font-size: 145px;
font-weight: bold;
border-radius: 25px;
}


/*
.tickets_new{
color: white;
background-color: red;
font-weight: bold;
}
.tickets_pending{
color: black;
background-color: yellow;
font-weight: bold;
}
.tickets_answered{
color: white;
background-color: green;
font-weight: bold;
}
.tickets_reply{
color: white;
background-color: orange;
font-weight: bold;
}
.tickets_closed{
color: white;
background-color: gray;
font-weight: bold;
}
.tickets_followup{
color: white;
background-color: gray;
font-weight: bold;
}
*/

/* Tiempo transcurrido en los tickets */
.tickets_time{
margin: 0;
padding: 0;
font-size: 200%;
font-weight: bold;
}

/* PAGINACION */
div.pagination {
    margin: 2px auto;
    text-align: left;
    padding: 4px 4px;
    white-space: nowrap;
    font-size: 12px;
}
span.pagthis {
    padding: 2px 2px;
    background-color: #000000;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
}
a.pag {
    padding: 2px 2px;
    color: #888;
    text-decoration: none;
    border: 1px solid #FFFFFF;
}
a.pag:hover {
    padding: 2px 2px;
    color: #000;
    background-color: #CCCCCC;
    border: 1px solid #FFFFFF;
    text-decoration: none;
} 
/* FIN PAGINACION */


 
/*- Menu Tabs J--------------------------- */

#tabsJ {
	float:left;
	width:100%;
	/*background:#F4F4F4;*/
	font-size:120%;
	font-weight: bold;
	line-height:normal;
	border-bottom:1px solid #24618E;
}
#tabsJ ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
}
#tabsJ li {
	display:inline;
	margin:0;
	padding:0;
}
#tabsJ a {
	float:left;
	background:url("../images/tableftJ.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
}
#tabsJ a span {
	float:left;
	display:block;
	background:url("../images/tabrightJ.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#24618E;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsJ a span {float:none;}
/* End IE5-Mac hack */
#tabsJ a:hover span {
	color:#FFF;
}
#tabsJ a:hover {
	background-position:0% -42px;
}
#tabsJ a:hover span {
	background-position:100% -42px;
}

#tabsJ #current a {
	background-position:0% -42px;
}
#tabsJ #current a span {
	background-position:100% -42px;
	color:#FFF;
}
 

/* These classes are used by the script as rollover effect for table 1 and 2 */
.tableRollOverEffect1{
	background-color:#317082;
	color:#FFF;
}

.tableRowClickEffect1{
	background-color:#F00;
	color:#FFF;
}

.disabled-font{
	color:#CCCCCC;
}
.disabled-font A:link {color: #cccccc; text-decoration: none; font-weight: bold;}
.disabled-font A:visited {color: #cccccc; text-decoration: none; font-weight: bold;}
.disabled-font A:active {color: #cccccc; text-decoration: none; font-weight: bold;}
.disabled-font A:hover {color: #000000; text-decoration: none; font-weight: bold;}


/* Search smart: */
.search-input {
    padding: 0 5px 0 22px;
    border: 1px solid #6b747a;
    height: 30px;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    text-shadow: 1px 1px #1f272b;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    background: rgb(96, 98, 99); /* old browsers */
    background: -moz-linear-gradient(top, rgb(96, 100, 102) 3%, rgb(115, 124, 131) 51%, rgb(110, 118, 124) 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,rgb(120, 123, 124)), color-stop(51%,rgb(118, 125, 131)), color-stop(100%,rgb(127, 139, 148))); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20282D', endColorstr='#222A30',GradientType=0 ); /* ie */
    -moz-box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* Firefox */
    -webkit-box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* Safari, Chrome */
    box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* CSS3 */
}
.search-input:focus {outline: none;}
.search-submit {
    width: 13px;
    height: 13px;
    border: none;
	cursor: hand;
    background: url('../images/search.png') no-repeat;
/*    display: block;
    position: absolute;
    left: 26px;
    top: 10px;
    text-indent: -9999em;
*/
}


.password {
	font-size : 12px;
	width : 235px;
	font-family : arial, sans-serif;
}
.pstrength-minchar {
	font-size : 10px;
}


/* calendario emergente */
.fc_main { 
	background: #DDDDDD; 
	border: 3px outset #185797; 
	border-radius: 6px; 
	font-family: Verdana; 
	font-size: 10px; 
}
.fc_date { 
	border: 1px solid #D9D9D9; 
	cursor: pointer; 
	font-size: 10px; 
	text-align: center;
	color: black;
}
.fc_dateHover, TD.fc_date:hover { 
	cursor: pointer; 
	border-top: 1px solid #FFFFFF; 
	border-left: 1px solid #FFFFFF; 
	border-right: 1px solid #999999; 
	border-bottom: 1px solid #999999; 
	border-radius: 5px;
	background: #8bbbeb; 
	font-size: 10px; 
	text-align: center; 
	color: black;
}
.fc_wk { 
	background-color: #999999; 
	color: #ffffff; 
	font-weight: bold; 
	font-size: 10px; 
	text-align: center; 
	border: 1px solid #999999; 
	border-radius: 3px;
}
.fc_wknd { 
	background-color: #999999; 
	color: #FF0000; 
	font-weight: bold; 
	font-size: 10px; 
	text-align: center; 
	border: 1px solid #999999; 
	border-radius: 3px;
}
.fc_head { 
	background: #DDDDDD; 
	color: #FFFFFF; 
	font-weight:bold; 
	text-align: left; 
	font-size: 11px; 
}

/* bubble tips */
p#btip { 
	display: none; 
	position: absolute; 
	padding: 10px; 
	left: 5px; 
	font-size: 1em; 
	color: #000000; 
	background-color: #fbfc66; 
	border: 1px solid #000000; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	z-index: 9999 
}
p#btip #btipArrow { 
	position: absolute; 
	top: -10px; 
	left: 5px 
}

/* SINGLE PROGRESS BAR */
.progressBar{
	width:216px;
	height:20px;
	background:url(../images/bg_bar.png) no-repeat 0 0;
	position:relative;
}
.progressBar span{
	position:absolute;
	display:block;
	width:200px;
	height:10px;
	background:url(../images/bar.gif) no-repeat 0 0;
	top:5px;
	left:8px;
	overflow:hidden;
	text-indent:-8000px;
}
.progressBar em{
	position:absolute;
	display:block;
	width:200px;
	height:10px;
	background:url(../images/bg_cover.gif) repeat-x 0 0;
	top:0;
}


/* iconos menu cliente */
.icons {background: url('../images/menu_icons.png') no-repeat top left; }
.affiliates 	{background-position: -10px -5px; width: 70px; height: 70px;}
.affiliates2 	{background-position: -10px -80px;  width: 70px; height: 70px;}
.affiliates3 	{background-position: -10px -155px;  width: 70px; height: 70px;}
.announcements 	{background-position: -85px -5px; width: 70px; height: 70px;}
.announcements2 	{background-position: -85px -80px; width: 70px; height: 70px;}
.announcements3 	{background-position: -85px -155px; width: 70px; height: 70px;}
.billing	 	{background-position: -160px -5px; width: 70px; height: 70px;}
.billing2 	{background-position: -160px -80px; width: 70px; height: 70px;}
.billing3 	{background-position: -160px -155px; width: 70px; height: 70px;}
.contact	 	{background-position: -235px -5px; width: 70px; height: 70px;}
.contact2 	{background-position: -235px -80px; width: 70px; height: 70px;}
.contact3 	{background-position: -235px -155px; width: 70px; height: 70px;}
.download	 	{background-position: -310px -5px; width: 70px; height: 70px;}
.download2	{background-position: -310px -80px; width: 70px; height: 70px;}
.download3	{background-position: -310px -155px; width: 70px; height: 70px;}
.faq		{background-position: -385px -5px; width: 70px; height: 70px;}
.faq2		{background-position: -385px -80px; width: 70px; height: 70px;}
.faq3		{background-position: -385px -155px; width: 70px; height: 70px;}
.home		{background-position: -460px -5px; width: 70px; height: 70px;}
.home2	 	{background-position: -460px -80px; width: 70px; height: 70px;}
.home3	 	{background-position: -460px -155px; width: 70px; height: 70px;}
.manuals	 	{background-position: -535px -5px; width: 70px; height: 70px;}
.manuals2	 	{background-position: -535px -80px; width: 70px; height: 70px;}
.manuals3	 	{background-position: -535px -155px; width: 70px; height: 70px;}
.shop		{background-position: -610px -5px; width: 70px; height: 70px;}
.shop2	 	{background-position: -610px -80px; width: 70px; height: 70px;}
.shop3	 	{background-position: -610px -155px; width: 70px; height: 70px;}
.tickets	 	{background-position: -685px -5px; width: 70px; height: 70px;}
.tickets2	 	{background-position: -685px -80px; width: 70px; height: 70px;}
.tickets3	 	{background-position: -685px -155px; width: 70px; height: 70px;}

/* imagenes de todo el sitio */
.sprites {background: url('../images/sprite.png') no-repeat top left; }

.AddGreenButton	{background-position: -50px -50px;  width: 20px; height: 21px;}
.alert_mini	{background-position: -157px -225px;  width: 43px; height: 46px;}
.arrow_down	{background-position: -325px -50px;  width: 12px; height: 15px;}
.arrow_up		{background-position: -350px -50px;  width: 13px; height: 15px;}
.arrowup		{background-position: -25px -50px;  width: 18px; height: 18px;}
.bandwidth	{background-position: -375px -125px;  width: 18px; height: 18px;}
.blank16		{background-position: -1px -1px;  width: 12px; height: 15px;}
.cart		{background-position: -25px -225px;  width: 46px; height: 36px;}
.client		{background-position: -410px -190px;  width: 39px; height: 47px;}
.clock		{background-position: -125px -25px;  width: 13px; height: 13px;}
.clock_plus	{background-position: -100px -25px;  width: 16px; height: 16px;}
.clock_plus_mini	{background-position: -75px -25px;  width: 14px; height: 14px;}
.clock_x		{background-position: -50px -25px;  width: 16px; height: 16px;}
.clock_x_mini	{background-position: -25px -25px;  width: 14px; height: 14px;}
.collapse		{background-position: -55px -270px;  width: 23px; height: 23px; float:right;}
.comment		{background-position: -340px -190px;  width: 14px; height: 14px;}
.config		{background-position: -325px -125px;  width: 18px; height: 18px;}
.cpanel		{background-position: -100px -225px;  width: 50px; height: 49px;}
.creditcard	{background-position: -300px -180px;  width: 30px; height: 24px;}
.curved_arrow	{background-position: -25px -75px;  width: 38px; height: 20px;}
.del		{background-position: -225px -25px;  width: 13px; height: 16px;}
.duplicate	{background-position: -200px -25px;  width: 18px; height: 18px;}
.edit		{background-position: -225px -100px;  width: 16px; height: 16px;}
.error		{background-position: -275px -25px;  width: 16px; height: 16px;}
.expand		{background-position: -25px -270px;  width: 23px; height: 23px; float:right;}
.flag_english	{background-position: -275px -100px;  width: 30px; height: 16px;}
.flag_spanish	{background-position: -275px -75px;  width: 30px; height: 16px;}
.followup		{background-position: -275px -125px;  width: 17px; height: 17px;}
.frame1		{background-position: -25px -100px;  width: 20px; height: 19px;}
.frame2		{background-position: -50px -100px;  width: 20px; height: 19px;}
.frame3		{background-position: -75px -100px;  width: 20px; height: 19px;}
.ftp		{background-position: -150px -25px;  width: 16px; height: 16px;}
.green		{background-position: -125px -150px;  width: 45px; height: 60px;}
.green_status	{background-position: -200px -50px;  width: 16px; height: 13px;}
.GreenBall	{background-position: -150px -50px;  width: 20px; height: 19px;}
.GreenBallMini	{background-position: -175px -50px;  width: 13px; height: 14px;}
.help		{background-position: -325px -25px;  width: 12px; height: 14px;}
.helpblue 	{background-position: -200px -125px;  width: 18px; height: 18px;}
.HelpBlueButton	{background-position: -200px -125px;  width: 18px; height: 18px;}
.info		{background-position: -300px -25px;  width: 16px; height: 16px;}
.lang		{background-position: -350px -150px;  width: 32px; height: 32px; float:left;}
.lock		{background-position: -350px -100px;  width: 10px; height: 14px;}
.key		{background-position: -400px -125px;  width: 13px; height: 15px;}
.mainpage		{background-position: -75px -75px;  width: 16px; height: 16px;}
.mainpageoff	{background-position: -100px -75px;  width: 16px; height: 16px;}
.menu_add_server	{background-position: -550px -25px;  width: 24px; height: 24px; float:left; border: none}
.menu_addclient 	{background-position: -575px -300px;  width: 24px; height: 24px; float:left; border: none}
.menu_addproduct	{background-position: -575px -25px;  width: 24px; height: 24px; float:left; border: none}
.menu_affiliates	{background-position: -575px -325px;  width: 24px; height: 24px; float:left; border: none}
.menu_announcements	{background-position: -500px -350px;  width: 24px; height: 24px; float:left; border: none}
.menu_application	{background-position: -500px -50px;  width: 24px; height: 24px; float:left; border: none}
.menu_backup	{background-position: -475px -50px;  width: 24px; height: 24px; float:left; border: none}
.menu_billing	{background-position: -525px -350px;  width: 24px; height: 24px; float:left; border: none}
.menu_CancelButton	{background-position: -575px -50px;  width: 24px; height: 24px; float:left; border: none}
.menu_chart	{background-position: -550px -50px;  width: 24px; height: 24px; float:left; border: none}
.menu_clock	{background-position: -525px -50px;  width: 24px; height: 24px; float:left; border: none}
.menu_controlpanel	{background-position: -500px -75px;  width: 24px; height: 24px; float:left; border: none}
.menu_db_accept	{background-position: -475px -75px;  width: 24px; height: 24px; float:left; border: none}
.menu_db_process	{background-position: -500px -100px;  width: 24px; height: 24px; float:left; border: none}
.menu_document 	{background-position: -550px -75px;  width: 24px; height: 24px; float:left; border: none}
.menu_downloads	{background-position: -575px -350px;  width: 24px; height: 24px; float:left; border: none}
.menu_edit_user	{background-position: -550px -100px;  width: 24px; height: 24px; float:left; border: none}
.menu_export	{background-position: -575px -100px;  width: 24px; height: 24px; float:left; border: none}
.menu_eye		{background-position: -475px -125px;  width: 24px; height: 24px; float:left; border: none}
.menu_faq		{background-position: -475px -375px;  width: 24px; height: 24px; float:left; border: none}
.menu_flag	{background-position: -575px -125px;  width: 24px; height: 24px; float:left; border: none}
.menu_flagUSA	{background-position: -550px -125px;  width: 24px; height: 24px; float:left; border: none}
.menu_foldernext	{background-position: -525px -125px;  width: 24px; height: 24px; float:left; border: none}
.menu_forwardMail	{background-position: -500px -175px;  width: 24px; height: 24px; float:left; border: none}
.menu_globe	{background-position: -475px -150px;  width: 24px; height: 24px; float:left; border: none}
.menu_google	{background-position: -450px -300px;  width: 24px; height: 24px; float:left; border: none}
.menu_GreenBall	{background-position: -525px -150px;  width: 24px; height: 24px; float:left; border: none}
.menu_GreyBall	{background-position: -500px -150px;  width: 24px; height: 24px; float:left; border: none}
.menu_history	{background-position: -525px -175px;  width: 24px; height: 24px; float:left; border: none}
.menu_home	{background-position: -500px -375px;  width: 24px; height: 24px; float:left; border: none}
.menu_key		{background-position: -550px -175px;  width: 24px; height: 24px; float:left; border: none}
.menu_key2	{background-position: -575px -175px;  width: 24px; height: 24px; float:left; border: none}
.menu_lock	{background-position: -500px -200px;  width: 24px; height: 24px; float:left; border: none}
.menu_languages	{background-position: -425px -300px;  width: 24px; height: 24px; float:left; border: none}
.menu_langcodes	{background-position: -395px -300px;  width: 24px; height: 24px; float:left; border: none}
.menu_manuals	{background-position: -525px -375px;  width: 24px; height: 24px; float:left; border: none}
.menu_Money	{background-position: -500px -225px;  width: 24px; height: 24px; float:left; border: none}
.menu_network	{background-position: -575px -200px;  width: 24px; height: 24px; float:left; border: none}
.menu_next	{background-position: -550px -200px;  width: 24px; height: 24px; float:left; border: none}
.menu_note_edit	{background-position: -525px -200px;  width: 24px; height: 24px; float:left; border: none}
.menu_nothing	{background-position: -0px -0px;      width: 24px; height: 24px; float:left; border: none}
.menu_payment	{background-position: -525px -225px;  width: 24px; height: 23px; float:left; border: none}
.menu_product 	{background-position: -525px -250px;  width: 24px; height: 24px; float:left; border: none}
.menu_RedBall	{background-position: -575px -150px;  width: 24px; height: 24px; float:left; border: none}
.menu_remove_user	{background-position: -500px -250px;  width: 24px; height: 24px; float:left; border: none}
.menu_search	{background-position: -475px -250px;  width: 24px; height: 24px; float:left; border: none}
.menu_searchserver	{background-position: -475px -275px;  width: 24px; height: 24px; float:left; border: none}
.menu_sendmail	{background-position: -575px -250px;  width: 24px; height: 24px; float:left; border: none}
.menu_sendreminder	{background-position: -550px -250px;  width: 24px; height: 24px; float:left; border: none}
.menu_settings	{background-position: -525px -275px;  width: 24px; height: 24px; float:left; border: none}
.menu_shop	{background-position: -550px -375px;  width: 24px; height: 24px; float:left; border: none}
.menu_spamfilter	{background-position: -500px -275px;  width: 24px; height: 24px; float:left; border: none}
.menu_TextEdit	{background-position: -575px -275px;  width: 24px; height: 24px; float:left; border: none}
.menu_tickets 	{background-position: -575px -375px;  width: 24px; height: 24px; float:left; border: none}
.menu_user	{background-position: -475px -300px;  width: 24px; height: 24px; float:left; border: none}
.menu_user_green	{background-position: -525px -300px;  width: 24px; height: 24px; float:left; border: none}
.menu_user_red 	{background-position: -500px -300px;  width: 24px; height: 24px; float:left; border: none}
.menu_user_yellow	{background-position: -550px -300px;  width: 24px; height: 24px; float:left; border: none}
.menu_users	{background-position: -475px -325px;  width: 24px; height: 24px; float:left; border: none}
.menu_WebBrowser	{background-position: -525px -325px;  width: 24px; height: 24px; float:left; border: none}
.menu_YellowBall	{background-position: -550px -150px;  width: 24px; height: 23px; float:left; border: none}
.minus		{background-position: -300px -150px;  width: 22px; height: 22px;}
.MinusRedButton	{background-position: -75px -50px;  width: 20px; height: 21px;}
.noframe		{background-position: -100px -100px;  width: 20px; height: 19px;}
.priority_l		{background-position: -215px -220px;  width: 44px; height: 46px;}
.priority_m		{background-position: -265px -220px;  width: 44px; height: 46px;}
.priority_h		{background-position: -315px -220px;  width: 44px; height: 46px;}
.priority_l_small		{background-position: -215px -271px;  width: 29px; height: 30px;}
.priority_m_small		{background-position: -248px -271px;  width: 29px; height: 30px;}
.priority_h_small		{background-position: -281px -271px;  width: 29px; height: 30px;}
.random		{background-position: -325px -150px;  width: 25px; height: 25px;}
.red		{background-position: -225px -150px;  width: 45px; height: 60px;}
.red_status	{background-position: -200px -75px;  width: 15px; height: 15px;}
.RedBall		{background-position: -150px -75px;  width: 20px; height: 19px;}
.RedBallMini	{background-position: -175px -75px;  width: 13px; height: 14px;}
.regex		{background-position: -225px -125px;  width: 16px; height: 16px;}
.dom_register	{background-position: -390px -150px;  width: 24px; height: 24px;}
.dom_transfer	{background-position: -415px -150px;  width: 24px; height: 24px;}
.remove_timer	{background-position: -350px -25px;  width: 20px; height: 20px;}
.right_arrow	{background-position: -325px -100px;  width: 19px; height: 19px;}
.read		{background-position: -25px -300px;  width: 30px; height: 33px; float:left; border: none;}
.secure		{background-position: -300px -125px;  width: 16px; height: 18px;}
.sel		{background-position: -400px -75px;  width: 24px; height: 16px;}
.send		{background-position: -400px -50px;  width: 19px; height: 18px;}
.server		{background-position: -175px -25px;  width: 13px; height: 13px;}
.serverload	{background-position: -350px -125px;  width: 18px; height: 16px;}
.staff		{background-position: -370px -190px;  width: 37px; height: 47px;}
.star		{background-position: -25px -150px;  width: 24px; height: 24px;}
.starmini		{background-position: -25px -200px;  width: 15px; height: 15px;}
.staroff		{background-position: -25px -125px;  width: 24px; height: 24px;}
.staroffmini	{background-position: -25px -175px;  width: 15px; height: 15px;}
.step1		{background-position: -50px -135px;  width: 60px; height: 6px;}
.step2		{background-position: -50px -145px;  width: 60px; height: 6px;}
.step3		{background-position: -50px -155px;  width: 60px; height: 6px;}
.step4		{background-position: -50px -165px;  width: 60px; height: 6px;}
.subpackage	{background-position: -375px -25px;  width: 14px; height: 16px;}
.suspend 		{background-position: -200px -100px;  width: 15px; height: 15px;}
.terminate	{background-position: -225px -75px;  width: 16px; height: 16px;}
.tip	{background-position: -250px -25px;  width: 20px; height: 20px;}
.tkt_blue		{background-position: -250px -141px;  width: 9px; height: 9px;}
.tkt_orange	{background-position: -266px -125px;  width: 9px; height: 9px;}
.tkt_red		{background-position: -250px -125px;  width: 9px; height: 9px;}
.transfer		{background-position: -375px -50px;  width: 18px; height: 20px;}
.unread	 	{background-position: -70px -300px;  width: 38px; height: 30px; float:left; border: none;}
.unsuspend 	{background-position: -225px -50px;  width: 14px; height: 15px;}
.upgrade 		{background-position: -350px -75px;  width: 15px; height: 15px;}
.usergreen 	{background-position: -250px -50px;  width: 18px; height: 20px;}
.useryellow 	{background-position: -250px -100px;  width: 18px; height: 20px;}
.userred 		{background-position: -250px -75px;  width: 18px; height: 20px;}
.users		{background-position: -300px -50px;  width: 24px; height: 24px;}
.usersgreen		{background-position: -396px -325px;  width: 24px; height: 24px;}
.usersyellow	{background-position: -422px -325px;  width: 24px; height: 24px;}
.usersred		{background-position: -448px -325px;  width: 24px; height: 24px;}
.view		{background-position: -400px -100px;  width: 20px; height: 13px;}
.vineta01		{background-position: -375px -75px;  width: 11px; height: 10px;}
.whm		{background-position: -50px -175px;  width: 48px; height: 15px;}
.whois		{background-position: -325px -75px;  width: 11px; height: 13px;}
.yellow		{background-position: -175px -150px;  width: 45px; height: 60px;}
.YellowBall	{background-position: -150px -100px;  width: 20px; height: 19px;}
.YellowBallMini	{background-position: -175px -100px;  width: 13px; height: 14px;}


