/* Default CSS Stylesheet for a new Web Application project */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	SCROLLBAR-BASE-COLOR: #ccccff;
	
}

H1	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	18px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #FFFFFF;
	text-indent: 0pt;
	margin: 0px;
	padding: 0px 40px 0px 0px;
	text-align: left;
	vertical-align: middle; 
	}	
		
H2 {color: #000066}

H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	13px;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #000066;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	10px;
	font-weight:	normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #FF0000;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	

/* The following classes are going to be used in grind rendering. */
#rowSelected{
	background-color: #6699FF;
	font-weight:normal;
	font-size:11px;
	color:#FFFFFF;
}

#rowSelected3
{
	font-weight:normal;
	font-size:11px;
	text-decoration:underline;
}

.rowOdd{
	background-color: #D0DAFF;
	color:Black;
	font-size:11px;
	font-weight:normal;
}
.rowEven{
	color:Black;
	font-size:11px;
	font-weight:normal;
}

.rowDate {
	background-color: #475BB3;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#headerStyle{
	background-color: #B10E05;
	color:White;
	font-size:10px;
	font-weight:bold;
	text-align: left;
	vertical-align: bottom;
}
#headerStyle td{
	border-top-width: 0px;
}
#headerStyle a{
	color:#FFFFFF;
}

#headerStyle a:visited{
	color:#FFFFFF;
}
.Proc_Summary_header {
	background-color: #B10E05;
	color:White;
	font-size:10px;
	font-weight:bold;
	text-align: left;
	vertical-align: bottom;
}
.Proc_Summary_header th{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


.Proc_Summary_header a{
	color:#FFFFFF;
}

.Proc_Summary_header a:visited{
	color:#FFFFFF;
}

.footerStyle{
	background-color: #CCCCCC;
	color:Black;
	font-size:small;
	font-weight:normal;
}

.pagerStyle{
	background-color: #B10E05;
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;	
}

.hiddenCell{
	visibility:hidden;
	border-width:0px;
	background-color: Transparent;
	width:0px;
}
/* Class for Auto Generated Tables*/

.Automatic_Table th {
	color:#FFFFFF;
	background-color: #000066;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	padding-top: 1px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 3px;

}

.Automatic_Table td {
	color:#000000;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	background-color: #FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
}

/*#view_cust2 th {
	color:#000066;
	background-color: #E8E8E8;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	padding-right: 5px;
}

#view_cust2 td {
	color:#000000;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	padding-right: 5px;
}*/

/*End of Auto Generated Table */
/* End of Table Classes */

.myscroll{
	visibility: visible;
	overflow: auto;
	width: 200px;
	height: 400px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000099;
	border-bottom-color: #000099;
}

.myscroll2{
	visibility: visible;
	overflow: auto;
	width: 450px;
	height: 350px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000099;
	border-bottom-color: #000099;
}

p {
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	color: #001CAC;
}

.button_blue {
	background-color: #041a76;
	background-image: url(images/cashier_buttonblue_02.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	height: 21px;
	border: 0px none;
	line-height: 16px;
}

.content_padd {
	padding: 6px 5px 15px;
	margin: 0px;
	width: auto;
	text-align: left;
	vertical-align: top;
}

.content_table {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 74px;
}

strong {
	color: #022076;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
}

.button_red {
	background-color: #041a76;
	background-image: url(images/cashier_buttonblue_02.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	height: 21px;
	border: 0px none;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

#menu_bar {
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
}

#menu_bar p {
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 60px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#user_bar {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

.pagerStyle a {
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}

.rowFoot {
	background-color: #FFFFFF;
	color:#B10E05;
	font-size:11px;
	font-weight:bold;
	font-style:oblique;
	border-bottom-width:1px;
	border-bottom-color:#B10E05;
	border-bottom-style:solid;
	border-top-width:1px;
	border-top-color:#B10E05;
	border-top-style:solid;	
}

.small_data {
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
}

.vertical_table td {
	color:#123ea1;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #74A8DC;
	vertical-align: top;
	height: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.pagerStyle a:visited {
	color:#99CCFF;
	font-size:11px;
	font-weight:bold;
}

.vertical_table th {
	color:#666666;
	background-color: #FFFFFF;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	padding-right: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #74A8DC;
	text-transform: uppercase;
	vertical-align: top;
	height: 20px;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.Automatic_Table {
	margin: 10px;
}

.content_table2 {
	border: 2px ridge #000066;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}

.content_table2 th{
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	color: #000099;
	font-size: 9px;
}

.content_table2 p {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	color: #000099;
	font-size: 9px;
}

.rowSelected2 {
	background-color: #3366CC;
	font-weight:normal;
	font-size:11px;
	color:#FFFFFF;
}

#rowSelected a {
	background-color: #6699FF;
	font-weight:normal;
	font-size:11px;
	color:#FFFFFF;
}
.warning {
	color: #ff6600;
}
.table_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ba2612;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ba2612;
	background-image: url(img/cejilla.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 19px;
	text-align:left;
	padding-left: 40px;
	white-space: nowrap;
}
.repeat_y {
	background-repeat: repeat-y;
}
.check_fondo {
	background-image: url(images/check_fondo.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.summary_title {
	background-image: url(images/pestana_summary.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	color: #001CAC;
	white-space: nowrap;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B10E05;
	height: 26px;
}
.summary_table th {
color: #001CAC;
}

.summary_total {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	color: #000099;
	white-space: nowrap;
	font-weight: normal;
	height: 26px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #B10E05;
}
.rowEven2 {
	background-color: #E8EDFF;
	color:Black;
	font-size:11px;
	font-weight:normal;
}
.Proc_Summary_Deposits {
	color: #006600;
}
.Proc_Summary_Withdraw {
	color: #CC0000;
}
.text3 {
	font-size: 11px;
	color: #FFFFFF;
	font-stretch:semi-condensed;
}

#PRINT ,#CLOSE
{
	visibility:hidden;
}