﻿

#book{
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background-image:url('unpixel.png');
	display:none;
}

#booking{
	position:relative;
	background-color:white;
	padding:10px 10px 10px 10px;

}

#bookBotton{
	position:absolute;
	bottom:10px;
	right:10px;
}
#btnaddService{
	position:relative;
	padding-right:700px;
}
.btn{
	position:absolute;
	top:10px;
	right:10px;
}
#bookContent{
	
}

#itNumber
{
	color:Black;
	font-weight:bold;
}

.bookTotal
{
	color:Black;
	font-weight:bold;
	padding-right:600px;
	height:30px;
}
.btnRemo
{
    height:22px;
    width:22px;
    background:url('equis.png') no-repeat;
}

.hrfaTotal
{
    color:Blue;
    text-decoration:underline;
    cursor:pointer;
}

table.sample 
{
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
table.sample th {
	border-width: 1px;
	padding: 2px;
	vertical-align:middle;
	text-align:center;
	font-weight:bold;
	border-style: inset;
	border-color: gray;
	background-color:#99CCFF;
}
table.sample td 
{
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	font-size:14px;
	vertical-align:middle;
	text-align:center;
}
.ajustar
{
    vertical-align:top;
}
table.pass{
	border:solid 1px #99ccff;
	width:530px;
}
table.pass th {
	border-width: 1px;
	padding: 2px;
	text-align:center;
	font-weight:bold;
	border-style: inset;
	border-color: gray;
	background-color:#99CCFF;
}
table.pass td {
	text-align:left;
	padding:2px 2px 2px 5px;
}

.detalleTableheader
{
	font-size:16px;
	height:29px;
	font-weight:bold;
}
.segmentoError
{
	height:20px;
	color: Red;
	font-size: 12px;
	font-weight:bold;
}
#windowminimized
{
    position:fixed;
    bottom:10px;
    right:10px;
    background-image: url("../../REAL/imagenes/window.png")
    
}

.select 
{
    font-size:12px;  
}

#bloqueo{
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
}


