﻿body
{
	font-family: Verdana, Arial;
	color: Black;
}

a
{
	font-size: 10px;
	font-family: Verdana, Arial;
	color: #117756;
	text-decoration: underline;
}


.TituloFormulario
{
	font-size: 13px;
	font-weight: bold;
	color: #0080C0;
	border-bottom: solid 2px #0080B0;
}

.SubTituloFormulario
{
	font-style: italic;
	font-size: 13px;
	font-weight: bold;
	color: #0080C0;
}

.EtiquetaFormulario
{
	font-size: 12px;
	color: Black;
}


.NombreUsuario
{
	font-size: 11px;
	color: #117756;
	font-weight: bold;
}

.EtiquetaSimple
{
	font-size: 11px;
	color: Black;
	text-decoration: none;
}

.EtiquetaFactura
{
	font-size: 13px;
	color: Black;
	font-weight: bold;
	text-decoration: none;
}

.EtiquetaSimpleBold
{
	font-size: 11px;
	color: Black;
	text-decoration: none;
	font-weight: bold;
}

.menuitems
{
	font-weight: normal;
	font-size: 12px;
	left: 0px;
	width: 67px;
	color: #000000;
	font-style: normal;
	font-family: Tahoma;
	white-space: nowrap;
	text-decoration: none;
	text-align: center;
}

.Texto10
{
	font-size: 10px;
	text-align: center;
}

.Nota
{
	font-size: 10px;
	text-align: left;
	color: #353535;
}

.Grid_Header
{
	background-color: #adcbff;
	border: none;
	font-size: 9px;
	font-family: Verdana;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-color: Black;
}

.Grid_Item
{
	background-color: #ffffff;
	font-size: 10px;
	font-family: Verdana;
	text-align: right;
}

.Grid_Item TD
{
	width: 70px;
	height: 20px;
	font-size: 11px;
}

.PrecioTachado
{
	font-style: inherit;
	font-family: Arial;
	color: Red;
	text-decoration: line-through;
	font-size: 14px;
}

.PrecioConDescuento
{
	font-style: normal;
	color: Green;
	font-size: 14px;
}

.PV
{
	font-style: normal;
	color: Black;
	font-size: 12px;
}

.updateprogress
{
	float: left;
	width: 200px;
	font-family: Verdana;
	background-color: #FFFFFF;
	background-position: center center;
	background-image: url(../../paneldistribuidor/portal/images/Waiting.gif);
	background-repeat: no-repeat;
	border:Solid 1px #DDDDDD;
	width: 120px;
	height: 80px;
	elevation:level;
}
.updateprogress img
{
	/*Firefox*/	opacity:0.5;
	/*IE*/	filter: alpha(opacity=50);
	/*Mozilla*/ -moz-opacity:0.5;
}

.updateprogress table
{
	/*Firefox*/	opacity:0.2;
	/*IE*/	filter: alpha(opacity=20);
	/*Mozilla*/ -moz-opacity:0.2;
}


.updatecomplete
{
	float: left;
	width: 170px;
	font-family: Verdana;
	color: black;
	border:Solid 1px #CECECE;
}

.Grid_Total
{
	background-color: #CCFFFF;
	border-top: Solid 1px black;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-color: Black;
}

.grid:hover 
{
	background:#CE5101 none repeat scroll 0%; 
	cursor:pointer;
	color:White;
}

.handleImage
{
	width:15px;
	height:16px;
	background-image:url(HandleHand.png);
	overflow:hidden;
	cursor:se-resize;
}

.rows
{
	cursor: pointer;
	background-color:Blue;
}