		* {
			font-family:Verdana, Geneva, sans-serif !important;
			font-size:8pt;
		}
		
        a:link {
            text-decoration: none !important;
        }
        a:visited {
            text-decoration: none !important;
        }
        a:hover {
            text-decoration: none !important;
        }
        a:active {
            text-decoration: none !important;
        }
		
		body {
			margin:0;
			padding:0 0 0 0;			
			/*margin:10px;
			margin-left:5px;
			margin-right:5px;*/
			background-color:#fff;
		}
		
		div#footer {
			position:absolute;
			bottom:0;
			left:0;
			width:100%;
			height:115px;
			background-color:#efefef;
			background-image:url(../resources/images/box/footer.png) !important;
			background-position:left top;
			background-repeat:repeat-x;
			padding:10px;
		}
		
		@media screen {
			body>div#footer {
				position:fixed;
			}
		}
		
		* html body {
			overflow:hidden;
		} 
		
		* html div#content {
			height:100%;
			overflow:auto;
		}		
		
		.button_input {
			padding:3px;	
		}
		
		.button_options {
			padding:5px;
			width:60px;
			height:55px;
			background-color:#FFFFFF;
			border:1px solid #999;
			cursor:pointer;
		}

		.button_options.add_customer {
			background-image:url(../resources/images/box/group_add.jpg);
			background-position:center;
			background-repeat:no-repeat;
		}

		.button_options.search_customer {
			background-image:url(../resources/images/box/search_user.jpg);
			background-position:center;
			background-repeat:no-repeat;
		}
		
		.button_options.search_product {
			background-image:url(../resources/images/box/product.jpg);
			background-position:center;
			background-repeat:no-repeat;
		}

		.button_options.search_service {
			background-image:url(../resources/images/box/service.jpg);
			background-position:center;
			background-repeat:no-repeat;
		}
		
		.button_options.room {
			background-image:url(../resources/images/box/sofa.jpg);
			background-position:center;
			background-repeat:no-repeat;
		}		
		
		.button_options.date {
			background-image:url(../resources/images/box/config-date.jpg);
			background-position:center;
			background-repeat:no-repeat;
		}

		.button_options.box_money {
			background-image:url(../resources/images/box/coins.jpg);
			background-position:center;
			background-repeat:no-repeat;
		}

		.button_options.membercard {
			background-image:url(../resources/images/box/membercard.jpg);
			background-position:center;
			background-repeat:no-repeat;
		}	

		.button_options.carnet {
			background-image:url(../resources/images/box/carnet.jpg);
			background-position:center;
			background-repeat:no-repeat;
		}	

		.button_options.save_ticket {
			background-image:url(../resources/images/box/save.jpg);
			background-position:center;
			background-repeat:no-repeat;
		}

		.button_options.input_output {
			background-image:url(../resources/images/box/input_output.jpg);
			background-position:center;
			background-repeat:no-repeat;
		}

		.button_options.cancel_ticket {
			background-image:url(../resources/images/box/cancel.jpg);
			background-position:center;
			background-repeat:no-repeat;
		}

		.button_options.tickets_open {
			background-image:url(../resources/images/box/ticket.jpg);
			background-position:center;
			background-repeat:no-repeat;
		}

		table tbody tr[search]:hover {
			background-color:#EFEFEF;
			cursor:pointer;
		}
		
		button { cursor:pointer !important } 
		
		input[type=text], textarea { text-transform:uppercase; }
		
		.text_input, input[type='select'] {
			padding:4px;
		}

		.text_input.is_readonly 
		{
			background-color:#EFEFEF;
		}

		.text_input.noborder 
		{
			border:0px solid #ccc;
			padding:4px;
			background-color:transparent;
		}

		.text_input.border_box 
		{
			border:0px solid #EFEFEF;
			border-bottom:1px solid #EFEFEF;
			padding:4px;
			background-color:transparent;
		}

		.text_input.border_boxv2
		{
			border:0px solid #EFEFEF;
			border-bottom:1px solid #EFEFEF;
			padding:4px;
			background-color:transparent;
		}

		.text_input.quantity {
			width:65px;
			text-align:right;
		}

		.text_input.total_detail {
			width:100px;
			text-align:right;
		}

		.text_input.total {
			color:#000;
			font-weight:bold;
		}

		.text_input.discount {
			width:40px;
			text-align:center;
		}
		
		.text_input.description {
			width:506px;
			text-align:center;
		}
		
		.text_input.barcdode {
			/*width:1005px;*/
			text-align:left;
			/*font-size:24px;*/
		}

		table {
			background-color:#FFF;
		}
		
		table.box {
			width:100%;
			border-right:0px solid #CCC;						
		}

		table.box thead tr {
			color:#000;
			font-weight:bold;
			background-color:transparent;
			background-image:url(../resources/images/tableWidget/table_header_back.png);
			background-position:left center;
			background-repeat:repeat-x;
			height:25px !important;
		}

		.head_style {
			color:#000;
			font-weight:bold;
			background-color:transparent;
			background-image:url(../resources/images/tableWidget/table_header_back.png);
			background-position:left center;
			background-repeat:repeat-x;
			height:25px !important;
		}
		
		table.box thead tr > td {
			border-right:1px solid #efefef;
			border-bottom:1px solid #CCC;
			padding:5px;
			/*height:30px !important;*/
		}

		table.box tbody tr > td {
			color:#000;
			border-right:1px solid #EFEFEF;
			border-bottom:1px solid #EFEFEF;
			padding:5px;
			/*height:25px;*/
		}

		table.box tbody tr[search]:hover {
			background-color:#EFEFEF;
			cursor:pointer;
		}
		
		table.box tbody tr[search]:hover > td {
			border-right:1px solid #FFF !important;
		}
		
		.right_border {
			border-right:1px solid #EFEFEF;
		}

		.bottom_border {
			border-bottom:1px solid #ccc;
		}
		
	table.details thead tr {
		color:#000;
		font-weight:bold;
		background-color:#efefef;
		padding:5px;
	}

	table.details thead td {
		border-bottom:1px solid #ccc; padding:5px;
	}
	
	table.details tbody td {
		border-bottom:1px solid #ccc; padding:5px;
	}
