/*

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: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */	
}

input, textarea, select {	
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
} 

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

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

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

a:hover {
	/*color:#000000;
	font-size: small; /* font size */
}

.ewmyinvisibleTable {
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
}

.ewmyinvisibleTable td {
	padding: 4px; /* cell padding */
	border: 0px outset; /* cell spacing */
	border-collapse: collapse;  /* table background color */
}

.ewmyTable {
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
}

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

/* main table */
.ewTable {
	/* width: 800;  table width */	
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
}

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

.ewTableSeq {
	font-family: courier; /* font name */
	font-size: small; /* font size */
	border: 0px;
	border-collapse: collapse;
}
.ewTableSeq td {
	border: 0px;
	padding: 2px;
}

.ewTableList {
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
	border: 0px;
	border-collapse: collapse;
}

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

.ewBasicSearch {
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
	border: 0px;
	border-collapse: collapse;
}

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

.ewSearchOpr {
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
	color: maroon;
}

.ewListAdd {
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
	border: 0px;
	border-collapse: collapse;
}

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

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

.ewAddOption td {
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
	padding: 2px; /* cell padding */	
	border: 0px;	
}

/* main table header cells */
.ewTableHeader {
	background-color: #E2E1E1; /* header color #666666 */
	border: 1px solid #DEDEDE;
	color: black; /* header font color #FFFFFF */	
	vertical-align: top;
	font-weight:bold;
}

.ewTableHeader a:link {	
	color: black; /* header font color #FFFFFF */	
}

.ewTableHeader a:visited {	
	color: black; /* header font color #FFFFFF */	
}

.ewTableHeader a:hover {	
	text-decoration: none;
	color: blue;
}

/* main table row color */
.ewTableRow {
	background-color: #FFFFFF;  /* alt row color 1 */
}
.ewTableRow a:hover {	
	text-decoration: none;
	color: blue;
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #F5F5F5; /* alt row color 2 */	
}
.ewTableAltRow a:hover {	
	text-decoration: none;
	color: blue;
}
/* main table edit mode row color */
.ewTableEditRow {
	background-color: #FFFF99; /* edit mode color */
}

/* main table highlight color */
.ewTableHighlightRow {
	background-color: #FFCCFF; /* highlight color */
}
.ewTableHighlightRow a:hover {	
	text-decoration: none;
	color: blue;
}

/* 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: Verdana; /* font name */
	font-size: x-small; /* 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: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
	border: 0px; /* border */	
}

.ewMultiPagePager td {
	padding: 2px; /* cell padding */	
}
.guiWidget
{
border: 1px solid 000000;
border-top:1px solid #000000;
border-left: 1px solid #000000;
border-right:1px outset #000000;
border-bottom:1px outset #000000;
}
.guiWidgetTitle
{
font-size:12px;
font-weight:bold;
color:#000000;
}
.guiCheckBox
{}
.guiRadioOption
{}
.guiListBox
{
border-top:1px solid #000000;
border-left: 1px solid #000000;
border-right:1px outset #000000;
border-bottom:1px outset #000000;
background-color:#f5f5f5;
color:#000000;
font-size:12px;
}
.guiTextBox
{
border-top:1px solid #000000;
border-left: 1px solid #000000;
border-right:1px outset #000000;
border-bottom:1px outset #000000;
background-color:#f5f5f5;
color:#000000;
font-size:12px;
}
.guiTextArea
{
border-top:1px solid #000000;
border-left: 1px solid #000000;
border-right:1px outset #000000;
border-bottom:1px outset #000000;
background-color:#f5f5f5;
color:#000000;
font-size:12px;
}
.guiButton, .guiButton2
{
border-top:1px solid #000000;
border-left: 1px solid #000000;
border-right:1px outset #000000;
border-bottom:1px outset #000000;
background-color:#f5f5f5;
color:#000000;
font-size:12px;
}

.guiAreaText
{
border-top:1px solid #000000;
border-left: 1px solid #000000;
border-right:1px outset #000000;
border-bottom:1px outset #000000;
color: black;
background: white;
/*font-family: courier; /* font name */
font-size:14px;
}


/* References header cells */
.ewReferenceHeader {
	border: 1px solid #dddddd;
	background: #b2c7d7;
	color: #362b36;
}

.ewReferenceHeader a:hover {	
	text-decoration: none;
	color: blue;
}

/* References row cells */
.ewReferenceRow {
	border: 1px solid #b2c7d7;
	background: #e7eef3 url(./cupertino/images/ui-bg_highlight-soft_100_e7eef3_1x100.png) 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}

.ewReferenceRow a:hover {	
	text-decoration: none;
	color: blue;
}
/*END_SYSTEM_STYLES*/

// vertical ligne
 .vtb {font-family: Helvetica,sans-serif; font-weight: bold; font-size:44px; background-color:#E2E1E1; color:black; display:block;}
 .vbt {font-family: Georgia,sans-serif; font-weight: bold; font-size:44px; background-color:#E2E1E1; color:orange; display:block;}

.myButton {
	border: 1px solid;
	background: #E2E1E1;
	margin: 5px;
	padding: 3px 3px;
}

a.se_searchLink {
    cursor: pointer;
    background: url(../images/search.png) right center no-repeat;
    padding-right: 15px;
}

a.se_searchLink:hover {
    cursor: pointer;
    background: url(../images/search1.png) right center no-repeat;
    padding-right: 15px;
}
.3Dtoolbar {
	padding: 10px 4px;
}
