body {
	background-image: url(/templates/blue_2.gif); 
	background-repeat: repeat;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: #eeeeee;
	scrollbar-3dlight-color: #999999;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #999999;
	scrollbar-darkshadow-color: #999999;
	scrollbar-base-color: #dddddd;
	scrollbar-lightshadow-color: #ffffff;
}

table {
	background-color: #ffffff;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

.boton {
	border: solid 1px #888888;
	cursor:hand;
	font-family: Arial, Helvetica, sans-serif;
	
	font-size:12px;
}

.combo{
	border: solid 1px #aaaaaa;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #FFFFFF;
	color:#666666;
	text-decoration:none;	
}

.textbox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #FFFFFF;
	border: solid 1px #666666;
	color:#666666;
	text-decoration:none;
}

.itemMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.tituloMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.titulo
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-weight :bold;
	color: #666666;
	font-size: 12pt; 
}

.tituloInvertido
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-weight :bold;
	color: #eeeeee;
	font-size: 12pt; 
}

.destacado
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-weight :bold;
	color : #FFFFFF; 
	font-size: 8pt; 
}

.fondoFilaDestacada td {
	color : #000066;
}


.celda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.error {
	color: red;
}

.Mostrar
{
	VISIBILITY: visible
}

.Ocultar
{		
    DISPLAY: none;
    VISIBILITY: hidden
}

.filaTitulo {
	height: 40px;
	background-color : #000044;
	border-left: 1px solid white;	
}

.filaTitulo td {
	border-bottom: 2px solid red;
}

.filaPar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	background-color: #ffffff
}

.filaImpar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	background-color: #efefef;
}

.filaSeparadora {
	height:1px;
	background-color: #999999;
}

.textoTab {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #69656A;
	background-color: #DEDADF;
}

.textoTabSelected {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #B796D7;
}


.celdaRecuadro {
	border : 1px solid #aaaaaa;
	vertical-align : middle;
}

.celdaGrande {
	font-family: Arial;
	font-size: 24px;
	color: #555555;
}

.celdaGrande2 {
	font-family: Arial;
	font-size: 24px;
	color: #555555;
}

a {
	color:#000066;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}

a:hover{
	color:#000066;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;	
}

a.linkVolver {
	color:#ffffff;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}

a.linkVolver:hover {
	color:#ffffff;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}

/*
	Inicio Pedido Stock
*/


#tablaPedidoStock {
	margin-top: 20px;
	border: 2px solid #333333;
	cellspacing: 0px;
	text-align : right;
}

#tablaPedidoStock td {
	border: 1px solid #666666;
	padding: 2px;
	white-space: nowrap;
}

#tablaPedidoStock .seleccionado {
	background-color: #0088CC;
}

#tablaPedidoStock .seleccionado .imgEdit {
	background-image: url(/templates/ok_icon.gif); 
	height: 16px;
	width: 16px;
}

#tablaPedidoStock .imgEdit {
	background-image: url(/templates/pencil_icon.gif);
	height: 16px;
	width: 16px;
}

#tablaPedidoStock .filaTitulo td {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	font-family: Verdana;
}
 
#tablaPedidoStock .filaSubTitulo {
	background-color: #CDCDCD;
}

#tablaPedidoStock .filaSubTitulo td {
	background-color: #CDCDCD;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	font-family: Verdana;
}

#tablaPedidoStock .filaSubtotal {
	background-color: #BABABA;
}

#tablaPedidoStock input {
	width: 35px;
	height: 13px;
	font-size: 12px;
	border: 0px;
	text-align: right;
	margin: 0px;
	color: red;
	padding: 0px;
}

/*
	Fin Pedido Stock
*/

.tablaFormulario td
{
	border-bottom: 1px solid #9C9C9C;
	padding: 5px;
}

.tablaFormulario .label
{
	font-weight: bold;
	color: #333333;
}

.tablaFormulario td
{
	font-weight: bold;
	color: #333333;
}

.tablaFormulario input
{
	padding: 2px;
}

/* Informe Diario */

.readonly
{
	border: 0px;
	font-weight: bold;
	font-size: 15px;
	font-style: italic;
	width: 70px;
}

/* Tabla Dinámica */

.tablaDinamica
{
	border: 1px solid #666666;
	width: 300px;
}

.tablaDinamica tbody td
{
	border-bottom: 1px solid #666666;
}

.tablaDinamica .codigo {
	border-left: 1px dotted #666666;
	text-align: center;
	width:30px;
}

.tablaDinamica .edit, .delete
{
	width: 35px;
	cursor: Hand;
	border-left: 1px solid #666666;
}


#tablaContenedor #tdContenedor {
	padding-bottom: 20px;
}

#tablaContenedor {
	border-top: 2px solid #ccccff;
	border-left: 2px solid #ccccff;
	border-right: 2px solid #aaaaff;
	border-bottom: 2px solid #aaaaff;
}


/* Estilos del datepicker */

/* estilos del datepicker */
/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
