/* body { */
/*     /*padding-top: 50px;*/ */
/*     font-family: Tahoma, Arial, Helvetica, sans-serif; */
/*     font-size:.80em; */
/* } */
/*  */
/* #tabs { */
/*     text-align: center; */
/* } */
/*  */
/* .form_style{ */
/* 	text-align:left; */
/* 	width:70%; */
/* 	border:0; */
/* 	margin-left:15%; */
/* 	BORDER-RIGHT: #6699cc 1px solid ; */
/* 	BORDER-TOP: #6699cc 1px solid; */
/* 	MARGIN-BOTTOM: 1px; */
/* 	BORDER-LEFT: #6699cc 1px solid; */
/* 	BORDER-BOTTOM: #6699cc 1px solid; */
/* } */
/*  */
/* #records tr:nth-child(2n) { */
/*     background: #EAEAEA; */
/* } */
/*  */
/* #records tr:hover { */
/*     background: #CCCCCC; */
/* } */
/*  */
/* .dataTable { */
/*     background: #999999;  */
/* } */
/* .dataTable td, .ui-widget-content a.updateBtn { */
/*     color: #121212; */
/* } */
/*  */
/* .left{ */
/*  text-align: left;    */
/* } */
/*  */
/* .right{ */
/*  text-align: right;    */
/* } */
/*  */
/* .center{ */
/*     text-align: center; */
/* } */
/* .menuTable { */
/* 	text-align:left; */
/* 	width: 100%; */
/* 	border:0; */
/* 	BORDER-RIGHT: #6699cc 1px solid ; */
/* 	BORDER-TOP: #6699cc 1px solid; */
/* 	MARGIN-BOTTOM: 1px; */
/* 	BORDER-LEFT: #6699cc 1px solid; */
/* 	BORDER-BOTTOM: #6699cc 1px solid; */
/* } */
/*  */
/* #records, #record_sales, #record_sales { */
/*     width: 100%; */
/* } */
/*  */
/* #records td { */
/*     padding: 6px; */
/*     margin: 8px; */
/* } */
/*  */
/* .fg-toolbar { */
/*     padding: 6px; */
/* } */
/*  */
/* .dataTables_length, .dataTables_info { */
/*     float: left; */
/*     margin: 3px 0 0; */
/* } */
/*  */
/*  */
/* .top_heading { */
/*     font-weight: bold; */
/*     text-align: center; */
/* } */
/*  */
/* #tblItem { */
/*     border-collapse: collapse; */
/* } */
/*  */
/* #tblItem tr td{ */
/*     border-bottom-color: white; */
/*      */
/* }     */
/*  */
/* #tbl_receipts { */
/*     width: 100%; */
/* } */
/*  */


body {
    font-family: Arial, Helvetica, sans-serif;
    /* background-image: url(../images/hidden_spectacles.jpg); */
    /* <img src="<?php echo $this->config->item('base_url') . 'images/hidden_spectacles.jpg' ?>" /> */
}

#tabs {
    font-size: 1.0em;
    text-align: center;
}

.form_style {
	background-color:#E9E9F3;
	text-align:left;
	width:70%;
	border:0;
	font-size:11px;
	font-family:Tahoma;
	margin-left:15%;
	BORDER-RIGHT: #6699cc 1px solid ;
	BORDER-TOP: #6699cc 1px solid;
	MARGIN-BOTTOM: 1px;
	BORDER-LEFT: #6699cc 1px solid;
	BORDER-BOTTOM: #6699cc 1px solid;
}

.ui-widget-content {
    font-size: 1.0em;
    font-family: Tahoma, Arial;
}

.left{
 text-align: left;   
}

.right{
 text-align: right;   
}

.center {
    text-align: center;
}

.menuTable {
	text-align:left;
	width: 100%;
	border:0;
	font-size:11px;
	BORDER-RIGHT: #6699cc 1px solid ;
	BORDER-TOP: #6699cc 1px solid;
	MARGIN-BOTTOM: 1px;
	BORDER-LEFT: #6699cc 1px solid;
	BORDER-BOTTOM: #6699cc 1px solid;
}

#records, #record_sales, #record_sales {
    font-size: 1em;
    width: 100%;
}

#records tr:nth-child(2n) {
    background: #EAEAEA;
}

#records tr:hover {
    background: #CCCCCC;
}

#records td {
    padding: 6px;
    margin: 8px;
}

.fg-toolbar {
    padding: 6px;
}

.dataTables_length, .dataTables_info {
    float: left;
    margin: 3px 0 0;
}

.top_heading {
    font-weight: bold;
    text-align: center;
}

#tblItem {
    border-collapse: collapse;
}

#tblItem tr td {
    border-bottom-color: white;
}    

#tbl_receipts {
/*    font-size: .8em;*/
    width: 100%;
}
