/*

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*/

.cont {
	text-indent: 0; 
	margin-left: 2; 
	margin-right: 0; 
	margin-top: 3; 
	margin-bottom: 4; 
	font-size: 12px; 
	font-family: Tahoma, Verdana, Arial; 
	color: f8f8ff; 
	text-decoration: none
}
.sponsor {
	text-indent: 30; 
	margin-left: 30; 
	margin-right: 0; 
	margin-top: 3; 
	margin-bottom: 4; 
	font-size: 12px; 
	font-family: Tahoma, Verdana, Arial; 
	color: f8f8ff; 
	text-decoration: none
}
.logotext {
	text-indent: 0; 
	margin-left: 10; 
	margin-right: 10; 
	margin-top: 3; 
	margin-bottom: 4; 
	font-size: 12px; 
	font-family: Tahoma, Verdana, Arial; 
	color: f8f8ff; 
	text-decoration: none
}
.cont2 {
	text-indent: 0; 
	margin-left: 2; 
	margin-right: 2; 
	margin-top: 3; 
	margin-bottom: 4; 
	font-size: 12px; 
	font-family: Tahoma, Verdana, Arial; 
	color: f8f8ff; 
	text-decoration: none; 
	text-align: center
}
.abzac {
	text-indent: 30; 
	margin-left: 30; 
	margin-right: 30; 
	margin-top: 10; 
	margin-bottom: 10; 
	text-align: justify; 
	font-size: 14px; 
	font-family: Times New Roman
}
.stathead {
	text-indent: 0; 
	margin-left: 30; 
	margin-right: 30; 
	margin-top: 30; 
	margin-bottom: 0; 
	font-size: 12px; 
	font-family: Tahoma, Verdana, Arial
}
.podr {
	text-indent: 0; 
	margin-left: 30; 
	margin-right: 30; 
	margin-top: 0; 
	margin-bottom: 25; 
	text-align: right; 
	font-size: 11px; 
	font-family: Tahoma, Verdana, Arial
}
.bord {
	border-color: #a3a3b3; 
	color: #a3a3b3
}
.author {
	text-indent: 0; 
	margin-left: 0; 
	margin-right: 0; 
	margin-top: 0; 
	margin-bottom: 0; 
	font-size: 12px; 
	font-family: Tahoma, Verdana, Arial
}
body {
	background-color: inherit; /* background color */
	color: #333333; /* text color */
	font-family: tahoma; /* font name */
	font-size: 10pt; /* top right bottom left */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.menu {
	font-family: "trebuchet MS"; /* font name */
	font-size: 9pt; /* font size */
	font-weight: bold;
	line-height: 200%;
	height: 20px;
}
.menu2 {
	font-family: tahoma; /* font name */
	font-size: 9pt;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #d9824c;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	background-image: url(/i/arr01.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.menu2 a:active {
	color: ; /* active link color */
}

.menu2 a:link {
	color: #0066cc; /* link color */
	text-decoration: none;
}

.menu2 a:visited {
	color: #0066cc; /* visited link color */
	text-decoration: none;
}
.menu2 a:hover {
	color: #333333; /* visited link color */
	text-decoration: underline;
}

.phpmaker {
	color: #262626; /* text color */
	font-family: tahoma; /* font name */
	font-size: 10pt; /* font size */	
}

.zagmain {
	color: #ffffff; /* text color */
	font-family: "trebuchet MS"; /* font name */
	font-size: 12pt; /* font size */
	font-weight:bold;
	letter-spacing: 1px;
}
.zag {
	color: #333333; /* text color */
	font-family: "trebuchet MS"; /* font name */
	font-size: 24pt; /* font size */
	font-weight:bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
	height: 73px;
	vertical-align: middle;
}
.zag2 {
	color: #262626; /* text color */
	font-family: "trebuchet MS"; /* font name */
	font-size: 18pt; /* font size */	
	font-weight:bold;
}
.list {
	color: #262626; /* text color */
	font-family: "trebuchet MS"; /* font name */
	font-size: 14pt; /* font size */
	font-weight:bold;
	padding-left: 30px;
}
input, textarea, select {	
	font-family: tahoma; /* font name */
	font-size: 10pt; /* font size */
} 

a:active {
	color: ; /* active link color */
}

a:link {
	color: #9a4610; /* link color */
}

a:visited {
	color: #9a4610; /* visited link color */
}
a:hover {
	color: #000000; /* visited link color */
	text-decoration: none;
}

/* main table */
.ewTable {
	width: 100%; /* table width */	
	color: #262626; /* text color */
	font-family: tahoma; /* font name */
	font-size: 10pt; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
}

/* main table data cells */
.ewTable td {
	padding: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

.ewBasicSearch {
	font-family: tahoma; /* font name */
	font-size: 10pt; /* font size */
	border: 0px;
	border-collapse: collapse;
}

.ewBasicSearch td {
	border: 0px;
	padding: 1px;
}

.ewSearchOpr {
	font-family: tahoma; /* font name */
	font-size: 10pt; /* font size */
	color: maroon;
}

.ewListAdd {
	font-family: tahoma; /* font name */
	font-size: 10pt; /* font size */
	border: 0px;
	border-collapse: collapse;
}

.ewListAdd td {
	border: 0px;
	padding: 2px;
}

.phpmakerlist td {
	color: #262626; /* text color */
	font-family: tahoma; /* font name */
	font-size: 10pt; /* font size */
	border: 0px;
	padding: 0px;
	vertical-align: top; 
}

.ewAddOption td {
	font-family: tahoma; /* font name */
	font-size: 10pt; /* font size */
	padding: 2px; /* cell padding */	
	border: 0px;	
}

/* main table header cells */
.ewTableHeader {
	padding: 14px;
	background-color: #e9e9e9; /* header color */
	color: #666666; /* header font color */	
	vertical-align: top;	
}

.ewTableHeader a:link {	
	font-family: "trebuchet MS"; /* font name */
	font-size: 12pt; /* font size */	
	font-weight:bold;
}

.ewTableHeader a:visited {	
	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 */	
}

.ewTableAltRow2 {
	background-color: #ffffff; /* alt row color 2 */	
	color: #666666; /* text color */
}

/* main table edit mode row color */
.ewTableEditRow {
	background-color: #FFFF99; /* edit mode color */
}

/* main table highlight color */
.ewTableHighlightRow {
	background-color: #bcd7f2; /* highlight color */
}

/* main table select color */
.ewTableSelectRow {
	background-color: #CCFFFF; /* select color */
}

/* main table footer section */
.ewTableFooter {
	background-color: #FFFFCC;
}

/* 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: tahoma; /* font name */
	font-size: 10pt; /* 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;
}

/* MultiPage pager table */
.ewMultiPagePager {
	color: #262626; /* text color */
	font-family: tahoma; /* font name */
	font-size: 10pt; /* font size */
	border: 0px; /* border */	
}

.ewMultiPagePager td {
	padding: 2px; /* cell padding */	
}

/*END_SYSTEM_STYLES*/
.frendly {
	color: #262626; /* text color */
	font-family: tahoma; /* font name */
	font-size: 8pt; /* font size */
	padding-bottom: 30px;
	background-image: url(/i/print.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 15px;
}
.frendly a:link {

	color: #666666; /* link color */
	text-decoration: underline;
}
.frendly a:visited {

	color: #666666; /* visited link color */
	text-decoration: underline;
}
.frendly a:hover {
	color: #333333; /* visited link color */
	text-decoration: none;
}
.messages {
	color: #262626; /* text color */
	font-family: tahoma; /* font name */
	font-size: 10pt; /* font size */
	background-color: #99FF66;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.newsproject {
	color: #262626; /* text color */
	font-family: tahoma; /* font name */
	font-size: 10pt; /* font size */
	background-color: #FFCC66;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.designproject {
	color: #262626; /* text color */
	font-family: tahoma; /* font name */
	font-size: 10pt; /* font size */
	background-color: #EAEAEA;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.menu23 {
	font-family: tahoma; /* font name */
	font-size: 9pt;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #d9824c;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #d9824c;
	padding-left: 20px;
	background-image: url(/i/arr01.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.menu23 a:active {

	color: ; /* active link color */
}
.menu23 a:link {

	color: #0066cc; /* link color */
	text-decoration: none;
}
.menu23 a:visited {

	color: #0066cc; /* visited link color */
	text-decoration: none;
}
.menu23 a:hover {
	color: #333333; /* visited link color */
	text-decoration: underline;
}
.copy {
	font-family: tahoma; /* font name */
	font-size: 8pt;
	width: 100%;
	padding-left: 20px;
	color: #999999;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.adminsite {
	font-family: tahoma; /* font name */
	font-size: 8pt;
	color: #999999;
}
.adminsite a:link {
	color: #CC0033; /* link color */
	text-decoration: underline;
	font-size: 12px;
}
.adminsite a:visited {
	color: #CC0033; /* visited link color */
	text-decoration: underline;
	font-size: 12px;
}
.adminsite a:hover {
	color: #333333; /* visited link color */
	text-decoration: underline;
	font-size: 12px;
}
.menu21 {
	font-family: tahoma; /* font name */
	font-size: 9pt;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	background-image: url(/i/arr01.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.menu21 a:active {

	color: ; /* active link color */
}
.menu21 a:link {

	color: #0066cc; /* link color */
	text-decoration: none;
}
.menu21 a:visited {

	color: #0066cc; /* visited link color */
	text-decoration: none;
}
.menu21 a:hover {
	color: #333333; /* visited link color */
	text-decoration: underline;
}
.edit {
	color: #262626; /* text color */
	font-family: tahoma; /* font name */
	font-size: 10pt;
	background-image: url(../i/edit.gif);
	background-repeat: no-repeat;
	background-position: left 28px;
	padding-left: 20px;
	padding-top: 30px;
}
.fromadminproject {
	color: #333333; /* text color */
	font-family: tahoma; /* font name */
	font-size: 10pt; /* font size */
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #990000;
}
.adminsitepol {
	font-family: tahoma; /* font name */
	font-size: 8pt;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f2f2e6;
}
.style1 {
	color: #f2f2e6;
	font-family: "tahoma";
	font-size:12px;
}
.style3 {
	color: #666666;
	font-size:12px;
	font-family: "tahoma";
}
.red {
	color: red;
	font-size:11px;
	font-family: "trebuchet MS";
}
.zagmain {
	color: #f2f2e6; /* text color */
	font-family: "trebuchet MS"; /* font name */
	font-size: 26pt; /* font size */
	font-weight:bold;
	letter-spacing: 1px;
}
.add {

	color: #262626; /* text color */
	font-family: tahoma; /* font name */
	font-size: 10pt;
	background-image: url(/i/add.gif);
	background-repeat: no-repeat;
	background-position: left 20px;
	padding-left: 20px;
	padding-top: 20px;
}
.zag3 {

	color: #a64f18; /* text color */
	font-family: "trebuchet MS"; /* font name */
	font-size: 14pt; /* font size */	
	font-weight:bold;
}
.list2 {


	color: #262626; /* text color */
	font-family: tahoma; /* font name */
	font-size: 10pt;
	background-image: url(/i/list.gif);
	background-repeat: no-repeat;
	background-position: left 20px;
	padding-left: 20px;
	padding-top: 20px;
}
.delete {


	color: #262626; /* text color */
	font-family: tahoma; /* font name */
	font-size: 10pt;
	background-image: url(/i/delete.gif);
	background-repeat: no-repeat;
	background-position: left 20px;
	padding-left: 20px;
	padding-top: 20px;
}
.zag_ {
	color: #333333; /* text color */
	font-family: "trebuchet MS"; /* font name */
	font-size: 24pt; /* font size */
	font-weight:bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
	vertical-align: middle;
}

