/*

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: inherit; /* background color */
	color: inherit; /* text color */
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 11px; /* font size */
	margin: 0px 0px 0px 0px; /* top right bottom left */
}

.phpmaker {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	line-height: 15px;

	/*color: inherit; /* text color */
	/*font-size: xx-small; /* font size */	
}


.LinkMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	line-height: 15px;

	/*color: inherit; /* text color */
	/*font-size: xx-small; /* font size */	
}

input, textarea, select {	
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 11px;
	font-weight: normal;
} 

.style1 {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 13px; 
	WORD-SPACING: normal; 
	COLOR: #999999; 
	LINE-HEIGHT: 22px; 
	font-family: Arial, Helvetica, sans-serif; /* font name */
	LETTER-SPACING: normal
}

A:link {
	COLOR: #333333; TEXT-DECORATION: none
}
A:visited {
	COLOR: #333333; TEXT-DECORATION: none
}
A:hover {
	COLOR: #ad8a1f; TEXT-DECORATION: none
}
A:active {
	COLOR: #ad8a1f; TEXT-DECORATION: none
}

/* template layout */
.ewLayout {
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 11px;
	width: 100%;
	height: 100%;
}

.ewHeaderRow {
	background-color: #edefee; /* background color */	
}

.ewContentTable {
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 11px;	
	width: 100%;
	height: 100%;	
}

.ewMenuColumn {
	background-image: url(template/barraIzq.jpg);
	background-repeat: no-repeat;
	width: 140px;
	vertical-align: top;
	padding: 0px;	
}

.ewContentColumn {
	background-color: inherit; /* background color */
	vertical-align: top;
	padding: 10px;
}

.ewFooterRow {
	background-color: #edefee; /* background color */
	color: #ad8a1f; /* footer font color */	
	padding: 2px;
}

.ewFooterText {
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 11px;	
}

/* main table */
.ewTable_List {
	width: inherit; /* table width */	
	color: inherit; /* text color */
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 11px;
	border: 0px outset; /* border */
	border-collapse: collapse;
}
.ewTable {
	width: inherit; /* table width */	
	color: inherit; /* text color */
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 11px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* main table data cells */	   

.ewTable_List td {
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
}

.ewTable td {
	padding: 2px; /* cell padding */
	border: 0px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
	vertical-align: top;
}

.ewBasicSearch {
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 11px;
	border: 0px;
	border-collapse: collapse;
}

.ewBasicSearch td {
	border: 0px;
	padding: 1px;
}

.ewSearchOpr {
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 11px;
	color: maroon;
}

.ewListAdd {
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 11px;
	border: 0px;
	border-collapse: collapse;
}

.ewListAdd td {
	border: 0px;
	padding: 2px;
}

.phpmakerlist td {
	color: inherit; /* text color */
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 11px;
	border: 0px;
	padding: 0px;
	vertical-align: top; 
}

.ewAddOption td {
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 11px;
	padding: 2px; /* cell padding */	
	border: 0px;	
}

/* main table header cells */
.ewTableHeader {	
	color: #000000; /* header font color */	
	vertical-align: top;	
}

.ewTableHeader_List {	
	background-color: #666666; /* header color */
	color: #FFFFFF; /* header font color */	
	vertical-align: top;	
}


.ewTableHeader a:link {
	color: #999999;
	text-decoration: none;
}
.ewTableHeader a:visited {
	color: #999999;
	text-decoration: none;
}
.ewTableHeader a:hover {
	color: #AD8A1F;
	text-decoration: none;
}
.ewTableHeader a:active {
	color: #AD8A1F;
	text-decoration: none;
}


.ewTableHeader_List a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.ewTableHeader_List a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.ewTableHeader_List a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.ewTableHeader_List a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/* main table row color */
.ewTableRow {
	background-color: #FFFFFF;  /* alt row color 1 */
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #F5F5F5; /* alt row color 2 */	
}

/* main table edit mode row color */
.ewTableEditRow {
	background-color: #FFFF99; /* edit mode color */
}

/* main table highlight color */
.ewTableHighlightRow {
	background-color: #CCFF99; /* highlight color */
}

/* main table select color */
.ewTableSelectRow {
	background-color: #99FFFF; /* select color */
}

/* main table footer section */
.ewTableFooter {
	background-color: #FFFFCC; /* footer color */
}

/* separator */
.ewSeparator {
    color: gray;
}

/* 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: Arial, Helvetica, sans-serif; /* font name */
	font-size: 11px;
	font-weight: normal;
}

/* highlight */
.ewHighlightSearch {
	font-weight: bold;
	background-color: yellow;
}

/* 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;
}

/* MultiPage pager table */
.ewMultiPagePager {
	color: inherit; /* text color */
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 11px;
	border: 0px; /* border */	
}

.ewMultiPagePager td {
	padding: 2px; /* cell padding */	
}

.TituloParticipacion {
	color: black; /* message color */
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: small; /* font size */	
	font-weight: bold;
}
.logeado {
	color: black; /* message color */
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 13px; /* font size */	
	font-weight: bold;
}
.textos {
	FONT-SIZE: 11px; 
	COLOR: #000000; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
.visualizar {
	FONT-SIZE: 9px; 
	COLOR: #ffffff; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none;
}
.piedeagencia {
	FONT-SIZE: 9px; 
	COLOR: #cccccc; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none;
}
.rojo {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: #ff0033; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none;
}
.blancomenor {
	FONT-SIZE: 9px; 
	COLOR: #ffffff; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none;
}
.subtitulos {
	background-color: black;
	PADDING-RIGHT: 3px; 
	PADDING-LEFT: 3px; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	PADDING-BOTTOM: 3px; 
	COLOR: #FFFFFF; 
	PADDING-TOP: 3px; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none;
}
.letra1 {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 13px; 
	COLOR: #ff0033; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none;
}
.blancotit {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	COLOR: #ffffff; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none;
}
.textos02 {
	FONT-SIZE: 10px; 
	COLOR: #000000; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
.subsbtitulos {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	COLOR: #6e6e6e; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none
}
.titulos {
	PADDING-RIGHT: 3px; 
	PADDING-LEFT: 3px; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 20px; 
	PADDING-BOTTOM: 3px; 
	COLOR: #000000; 
	PADDING-TOP: 3px; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none;
}

.titulosPag {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 14px; 
	COLOR: #666666; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none;
}

.fondoGris {
	BACKGROUND-COLOR: #cccccc
}
.AvisoPermiso
{
	color: #000000;
	FONT-WEIGHT: bold;
	background-color: #fff2e6;
	FONT-SIZE: 10px;
}
/*END_SYSTEM_STYLES*/

