body {
	background-color: #E0EAFF; /* background color #E6DED6 */
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	margin: 0px 0px 0px 0px; /* top right bottom left */
	scrollbar-base-color:#353535;
        scrollbar-3dlight-color:#4A4A4A;
        scrollbar-arrow-color:#AAAAAA;
}

.phpfirma {
	color: #550000; /* text color */
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
}

.phpmaker {
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */	
}

input, textarea, select {	
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
} 

a:active {
	color: ; /* active link color */
}

a:link {
	color: ; /* link color */
}

a:visited {
	color: ; /* visited link color */
}
/* main menu */
.ewWhite {  font-family: Verdana;
            color: #FFFFFF;
            text-decoration: none;
            font-size: x-small;
}
.ewWhite:Hover {  font-family: Verdana;
                  color: #FFCC00;
                  text-decoration: none;
                  font-size: x-small;
}
.wWhite {  font-family: Verdana;
            color: #FFFFFF;
            text-decoration: none;
            font-weight: bold;
            font-size: 18px;
}
.menus {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000033;
	text-decoration: none;
	width: 100%;
	height: 17px;
	border-top: 0px ridge;
	border-right: 0px ridge;
	border-bottom: 0px ridge;
	border-left: 0px ridge;
}
.menus:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FF0000;
	text-decoration: none;
	height: 17px;
	width: 100%;
	border-top: 1px ridge #666666;
	border-right: 0px ridge;
	border-bottom: 1px ridge #666666;
	border-left: 0px ridge;
}
.menu {
	color: #000000; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
        text-decoration: none;
}
.menu:hover {
	color: #FFDD44; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
}
/* main table */
.ewTable {
	width: 98%; /* table width */
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border-collapse: collapse;
	border: none;
}

.ewTables {
	width: 100%; /* table width */
	color: ; /* 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 */
.ewTableMenu {
	background-color: #B4B4B4; /* header color */
	color: #006600; /* header font color */
	vertical-align: top;
        border-top: 1px ridge #666666;
	border-right: 0px ridge;
	border-bottom: 1px ridge #666666;
	border-left: 0px ridge;
}
.ewTableLine {
	background-color: #663300; /* header color */
	color: #FFFFFF; /* header font color */	
	vertical-align: top;	
}
.ewTableHeader {
	background-color: #666666; /* header color */
	color: #FFFFFF; /* header font color */	
	vertical-align: top;	
}

.ewTableHeader a {	
	color: #FFFFFF; /* header font color */	
}

/* 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 footer section */
.ewTableFooter {
	background-color: #FFFFCC;	
}

/* classes for report */
.ewRamki {
	font-family: Verdana;
	color: #663333;
	font-size: xx-small;
	letter-spacing: 1pt;
}
.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 */	
}
