/*

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*/



.phpmaker {
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */	
}

input, textarea, select, radio, checkbox {	
	font-family: Verdana; /* font name */
	font-size: xx-small;
	font-weight:bold;
	color: #666666;
	background: #C9E4CF; 
	border: 1px #006633 solid;
	} 


a:link {
	    font-family:Arial, Helvetica, sans-serif; font-size:12px; 
   		color: #006633;  /* link color */
		text-decoration: none; 
		
}

a:visited  {
	    font-family:Arial, Helvetica, sans-serif; font-size:12px;
	    color: #006633  ; /* visited link color */
		text-decoration: none; 
	
}
a:hover   {
    color: #FF9900;
    font-family:Arial, Helvetica, sans-serif; font-size:12px;
	text-decoration: none; 

}

a:active {
    font-family:Arial, Helvetica, sans-serif; font-size:12px; 
	color: #006633 ; /* active link color */
	text-decoration: none; 
}


a.linque1:link {
color: #006633; 
font-family:Arial, Helvetica, sans-serif; font-size:12px; 
text-decoration: none; 

}
a.linque1:visited 
{
color: #006633; 
font-family:Arial, Helvetica, sans-serif; font-size:12px 
text-decoration: none; 
}
a.linque1:active 
{
color: #006633; 
font-family:Arial, Helvetica, sans-serif; font-size:12px; 
text-decoration: none; 
}

a.linque1:hover 
{
color: #FF9900; 
font-family:Arial, Helvetica, sans-serif; font-size:12px; 
text-decoration: none; 

}
a.linque2:link {
color: #003399; 
font-family:Arial, Helvetica, sans-serif; font-size:12px; 
text-decoration: none; 

}
a.linque2:visited 
{
color: #003399; 
font-family:Arial, Helvetica, sans-serif; font-size:12px ;
text-decoration: none; 
}

a.linque2:hover 
{
color: #003399; 
font-family:Arial, Helvetica, sans-serif; font-size:12px; 
text-decoration: none; 

}

a.linque2:active 
{
color: #003399; 
font-family:Arial, Helvetica, sans-serif; font-size:12px; 
text-decoration: none; 
}

a.linque4:link {
color: #FFFFFF; 
font-family:Arial, Helvetica, sans-serif; font-size:12px; 
text-decoration: none; 

}
a.linque4:visited 
{
color: #FFFFFF; 
font-family:Arial, Helvetica, sans-serif; font-size:12px ;
text-decoration: none; 
}

a.linque4:hover 
{
color: #FFFFFF; 
font-family:Arial, Helvetica, sans-serif; font-size:12px; 
text-decoration: none; 

}

a.linque4:active 
{
color: #FFFFFF; 
font-family:Arial, Helvetica, sans-serif; font-size:12px; 
text-decoration: none; 
}

/* main table */
.ewTable {
	width:698px ; /* table width */	
	color: #006699 ; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border-collapse: collapse;
	border: none;
}

/* main table data cells */
.ewTable td {
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
}

/* main table header cells */
.ewTableHeader {
	background-color: #CAEEFF; /* header color */
	color: #006699; /* header font color */	
	vertical-align: top;	
}

.ewTableHeader a {	
	color: #006699; /* header font color */	
}

/* main table row color */
.ewTableRow {
	background-color: #FFFFFF;  /* alt row color 1 */
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #FFFFFF; /* alt row color 2 */	
}

/* main table edit mode row color */
.ewTableEditRow {
	background-color: #006699; /* edit mode color */
}

/* main table highlight color */
.ewTableHighlightRow {
	background-color: #9AC1F1; /* highlight color */
}

/* main table select color */
.ewTableSelectRow {
	background-color: #9AC1F1;
	border:#FFFFFF 1px  dotted ; /* select color */
}

/* main table footer section */
.ewTableFooter {
	background-color: #FFFFCC;	
}

/* classes for report */
.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: xx-small; /* font size */	
}

/*END_SYSTEM_STYLES*/
/*BEGIN_USER_STYLES*/
.menu_tur{
width:142px; 
height:auto;
padding-left: 6px;
background:#0099CC;
background-image:url(imagens/design/menu_fotos_lateral.gif);
background-position: bottom left ;
background-repeat:no-repeat;

}
.menu{
width:142px; 
height:auto;
padding-left: 6px;
background:#0099CC;
}

body {
background-image: imagens/fundo_teste.gif;
background-repeat:repeat;
  
	
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	margin: 0px 0px 0px 0px;
}


/* your CSS styles here */

/*END_USER_STYLES*/
