/*

IMPORTANT NOTES: (PLEASE READ CAREFULLY!)

1. DO NOT MODIFY the system styles section, it is generated by the system,
   your modifications will be overwritten. If you want to change the stylesheet
	 template, modify the ew.css in the "src" subfolder under the installed
	 directory. Only modify the ew.css if you have the necessary knowledges in
	 CSS.
	 
2. DO NOT REMOVE THE FOLLOWING COMMENTS:
   
   BEGIN_USER_STYLES
   END_USER_STYLES
	 
	 You MUST write your styles between these two comment lines below, styles
   outside this user styles section will be discarded.
	 
3. If you want to override the system styles, you can copy the styles to the
   User Styles Section, or you can use a separate user stylesheet.

*/

/*BEGIN_SYSTEM_STYLES*/

body {
	background-color: #000000; /* background color */
	color: #5C6606; /* text color */
	font-family: Verdana; /* font name */
	font-size: 10; /* font size */
	margin: 10px 0px 0px 10px; /* top right bottom left */
}

.phpmaker {
	color: #5C6606; /* text color */
	font-family: Verdana; /* font name */
	font-size: 11; /* font size */	
}

.phpmakerred {
	color: #ff0000; /* text color */
	font-family: Verdana; /* font name */
	font-size: 11; /* font size */	
}

.phpmakergreen {
	color: #1A50B8; /* text color */
	font-family: Verdana; /* font name */
	font-size: 11; /* font size */	
}

.phpmakerwhite {
	color: #ffffff; /* text color */
	font-family: Verdana; /* font name */
	font-size: 11; /* font size */	
}
input, textarea, select {	
	font-family: Verdana; /* font name */
	font-size: 10; /* font size */
} 

a:active {
	color: #00cc00; /* text color */
	font-family: Verdana; /* font name */
	font-size: 11; /* font size */	
}

a:link {
	color: #00cc00; /* text color */
	font-family: Verdana; /* font name */
	font-size: 11; /* font size */	
}

a:visited {
	color: #00cc00; /* text color */
	font-family: Verdana; /* font name */
	font-size: 11; /* font size */	
}

/* main table */
.ewTable {
	width: inherit; /* table width */	
	color: #5C6606; /* text color */
	font-family: Verdana; /* font name */
	font-size: 11; /* font size */
	border: 6px outset; /* border */
	border-collapse: collapse;
}
/* main table */
.ewTable1 {
	background-color: #C4DC0A;
	width: inherit; /* table width */	
	color: #5C6606; /* text color */
	border: 0px ; /* border */
	border-collapse: collapse;
}
/* main table data cells */
.ewTable td {
	padding: 2px; /* cell padding */
	border: 3px solid; /* cell spacing */
	border-color: #669999;  /* table background color */
}
/* main table data cells */
.ewTable1 td {
	padding: 2px; /* cell padding */
	border: 0px solid; /* cell spacing */
	background-color: #C4DC0A;
}

.ewBasicSearch {
	font-family: Verdana; /* font name */
	font-size: 9; /* font size */
	border: 0px;
	border-collapse: collapse;
}

.ewBasicSearch td {
	border: 0px;
	padding: 1px;
}

.ewSearchOpr {
	font-family: Verdana; /* font name */
	font-size: 9; /* font size */
	color: maroon;
}

.ewListAdd {
	font-family: Verdana; /* font name */
	font-size: 9; /* font size */
	border: 0px;
	border-collapse: collapse;
}

.ewListAdd td {
	border: 0px;
	padding: 1px;
}

.phpmakerlist td {
	color: #00CC00; /* text color */
	font-family: Verdana; /* font name */
	font-size: 10; /* font size */
	border: 0px;
	padding: 0px;
	vertical-align: top; 
}

.ewAddOption td {
	font-family: Verdana; /* font name */
	font-size: 10; /* font size */
	padding: 2px; /* cell padding */	
	border: 0px;	
}

/* main table header cells */
.ewTableHeader {
	background-color: #000033; /* header color */
	color: #00CC00; /* header font color */	
	vertical-align: center;	
}

.ewTableHeader a:link {	
	color: #00CC00; /* header font color */	
}

.ewTableHeader a:visited {	
	color: #00CC00; /* header font color */	
}

/* main table row color */
.ewTableRow {
background-color:#DDDDDD;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 7pt; 
font-style: normal; 
line-height: normal; 
font-weight: bold;
color: #003366
}

/* main table alternate row color */
.ewTableAltRow {
background-color:#DDDDDD;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 7pt; 
font-style: normal; 
line-height: normal; 
font-weight: bold;
color: #003366
}

/* main table edit mode row color */
.ewTableEditRow {
background-color:#DDDDDD;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 7pt; 
font-style: normal; 
line-height: normal; 
font-weight: bold;
color: #003366
}

/* main table highlight color */
.ewTableHighlightRow {
background-color:#F3F3F3;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 7pt; 
font-style: normal; 
line-height: normal; 
font-weight: bold;
color: #003366
}

/* main table select color */
.ewTableSelectRow {
background-color:#F3F3F3;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 7pt; 
font-style: normal; 
line-height: normal; 
font-weight: bold;
color: #003366
}

/* main table footer section */
.ewTableFooter {
background-color: #000033;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 7pt; 
font-style: normal; 
line-height: normal; 
font-weight: bold;
color: #003366
}

/* classes for report */
.ewReportTable {
    border: 0px;
    border-collapse: collapse;
}

.ewReportTable td {
    padding: 3px;
}

.ewGroupField {
	font-weight: bold;
}

.ewGroupName {
	font-weight: bold;
}

.ewGroupHeader {
	border-bottom: 3px double Gray;
	border-top: 3px double Gray;
}

.ewGroupSummary {
	border-top: 1px solid Gray;
} 

.ewGroupAggregate {
	font-weight: bold;
}

.ewGrandSummary {
	border-top: 1px solid Gray;
}

/* message */
.ewmsg {
	color: red; /* message color */
	font-family: Verdana; /* font name */
	font-size: 9; /* font size */	
}

/* Ajax */
.ewAstList {
	border: 1px solid black;
	background: #ffffff;
	position: absolute;
	padding: 0;
	white-space: nowrap;
}

.ewAstListBase {
	position: absolute;
	padding: 1;
}

.ewAstListItem {
	color: black;
	background: #ffffff;
	cursor: hand;
	cursor: pointer;
	white-space: nowrap;
	padding: 1;
}

.ewAstSelListItem {
	color: white;
	background: Highlight;
	cursor: hand;
	cursor: pointer;
	white-space: nowrap;
	padding: 1;
}

/*END_SYSTEM_STYLES*/

/*INICIO MODIFICACIONES PABLO*/

.greenBox {
	border: 1px solid #00CC00;
}

.greenBoxTopBottom {
	border-top: 1px solid #00CC00;
	border-bottom: 1px solid #00CC00;
}

.greenBoxLeft {
	border-left: 1px solid #00CC00;
}

.greenBoxRight {
	border-right: 1px solid #00CC00;
}
.greenBoxle {
	border-bottom: 2px solid #ffffff;
	border-right: 3px solid #ffffff;
	border-top: 2px solid #ffffff;
}	
.blueBoxall {
	border-right: 1px solid #012056;
	border-bottom: 1px solid #012056;
	border-left: 1px solid #012056;
	border-top: 1px solid #012056;
}	

.greenBoxtop {
	border-top: 1px solid #00CC00;
	border-right: 1px solid #00CC00;
}	


.button {
	color: #2B7621; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 10px;
	font: bold;
	background: #C8EB52;
	border: 1px solid #2A7421;
	height: 18px;
	}
	
.tazul {  font-family:Verdana, Arial, Helvetica, sans-serif;
		  font-size: 7pt; 
		  font-style: normal; 
		  line-height: normal; 
		  font-weight: bold;
		   color: #373939
		  }
.tazul2 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-style: normal; line-height: normal; color: #003366}
.left {
float: left;
width: 15%;
}
.tazul3 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 6pt; font-style: normal; line-height: normal; color: #ffffff}
.left {
float: left;
width: 15%;
}
.right {
float: right;
width: 15%;
}
.item_off {
background-color:#73A2A2;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 7pt; 
font-style: normal; 
line-height: normal; 
font-weight: bold;
color: #373939
}
.item_on {
background-color:#F3F3F3;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 7pt; 
font-style: normal; 
line-height: normal; 
font-weight: bold;
color: #003366
}
.item_o {
background-color:#F3F3F3;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 6pt; 
font-style: normal; 
line-height: normal; 
font-weight: bold;
color: #003366
}
.item_botoff {
background-color:#012056;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt; 
font-style: normal; 
line-height: normal; 
font-weight: bold;
color: #FFFFFF
}
.item_boton {
background-color:#F3F3F3;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt; 
font-style: normal; 
line-height: normal; 
font-weight: bold;
color: #003366
}

.item_od {
background-color:#012056;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 7pt; 
font-style: normal; 
line-height: normal; 
font-weight: bold;
color: #FFFFFF
}

.item_oc {
background-color:#012056;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 6pt; 
font-style: normal; 
line-height: normal; 
font-weight: bold;
color: #FFFFFF
}
/*FIN MODIFICACIONES PABLO*/
