/*BEGIN_SYSTEM_STYLES*/

/* template layout */
.ewLayout {
	font-family: Tahoma; /* font name */
	font-size: 8pt; /* font size */
	width: 100%;
	height: 100%;
}

.ewHeaderRow {
	background-color: #1EAAED; /* background color */	
}

.ewContentTable {
	font-family: Tahoma; /* font name */
	font-size: 8pt; /* font size */	
	width: 100%;
	height: 100%;	
}

.ewMenuColumn {
	background-color: #F5F5F5; /* background color */
	width: 150px;
	vertical-align: top;
	padding: 4px;	
}

.ewContentColumn {
	background-color: inherit; /* background color */
	vertical-align: top;
	padding: 10px;
}

.ewFooterRow {
	background-color: #000000; /* background color */
	color: #FFFFFF; /* footer font color */	
	padding: 2px;
}

.ewFooterText {
	font-family: Tahoma; /* font name */
	font-size: 8pt; /* font size */	
}

/* main table */
.ewTable {
	width: inherit; /* table width */	
	color: inherit; /* text color */
	font-family: Tahoma; /* font name */
	font-size: 8pt; /* font size */
	border: 1px solid #E6F2FF; /* border */
	border-collapse: collapse;
}

/* main table data cells */
.ewTable td {
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
}

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

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

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

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

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

.phpmakerlist td {
	color: inherit; /* text color */
	font-family: Tahoma; /* font name */
	font-size: 8pt; /* font size */
	border: 0px;
	padding: 0px;
	vertical-align: top; 
}

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

/* main table header cells */
.ewTableHeader {
	background-color: #75CCF4;
	color: #000000;
	vertical-align: top;
	background-image: url(images/t_m1.gif);
}

.ewTableHeader a:link {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.ewTableHeader:hover{
	text-decoration: none;	
}
/* main table row color */
.ewTableRow {
	background-color: #FFFFFF;  /* alt row color 1 */
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #E6E6E6; /* alt row color 2 */
}
#ewlistmain a {
	color: #7A4A14;
	text-decoration: none;
}
#ewlistmain a:hover {
	text-decoration: underline;
}


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

/* main table highlight color */
.ewTableHighlightRow {
	background-image: url(/images/sonyback1.gif);
	color: #000000;
}

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

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

/* 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: Tahoma; /* font name */
	font-size: 8pt; /* font size */
	border: 0px; /* border */	
}

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

/*END_SYSTEM_STYLES*/
.dessm {
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.trpa {
	color: #0066CC;
	text-decoration: underline;
}
.trpa:hover {
	color: #006600;
	text-decoration: underline;
}.dessm1 {

	font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
p {
	margin: 0px;
}
.whlink {
	color: #996600;
	text-decoration: underline;
}
.whlink:hover {
	color: #003366;
	text-decoration: none;
}
.srtlink {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}
.srtlink:hover {

	color: #000000;
	text-decoration: none;
}
.bll {
	color: #1B71CE;
	text-decoration: none;
	font-weight: bold;
}
.bll:hover {
	color: #1B71CE;
	text-decoration: underline;
}
.bl2 {
	color: #1B71CE;
	text-decoration: none;
}
.bl2:hover {
	color: #1B71CE;
	text-decoration: underline;
}
