@import "customcms.css";
@import "glyphicons.css"; 
/*

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 "themes" 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*/

html {
	height: 100%;
}

body {
	background-color: inherit; /* background color */
	color: inherit; /* text color */
	font-family: tahoma; /* font name */
	font-size: 12px; /* font size */
	margin: 0; /* top right bottom left */
	height: 100%;
}

.pishroidea {
	color: inherit; /* text color */
	font-family: tahoma; /* font name */
	font-size: 12px; /* font size */	
}

/* Titles */
.ewSiteTitle {
	font-weight: bold;
	font-size: 1.2em;
}
.ewTitle {
	font-size: 1.2em;
}

input, textarea, select {	
	font-family: tahoma; /* font name */
	font-size: 12px; /* font size */
} 

a:active {
	color: ; /* active link color */
}

a:link {
	color: ; /* link color */
}

a:visited {
	color: ; /* visited link color */
}

/* Menu */
div.ewMenuBarVertical {
	list-style-type: none;
	list-style-position: outside;
	padding: 2px;
	margin: 0 0 0 6px;
}

div.ewMenuBarVertical ul,li {
	list-style-type: none;
	list-style-position: outside;
	padding: 0;
	margin: 0 0 0 6px;
}

/* template layout */
.ewLayout {
	font-family: tahoma; /* font name */
	font-size: 12px; /* font size */
	width: 100%;
	height: 100%;
}

.ewHeaderRow {
	background-color: #A9A9A9; /* background color */
	color: ; /* font color */
}

.ewContentTable {
	font-family: tahoma; /* font name */
	font-size: 12px; /* font size */
	width: 100%;
	height: 100%;
	clear: left;
}

.ewMenuColumn {
	background-color: #F1F1F1; /* background color */
	color: ; /* font color */
	width: 180px;
	vertical-align: top;
	padding: 1px;
}

.ewContentColumn {
	background-color: inherit; /* background color */
	vertical-align: top;
	padding: 10px;
}

.ewFooterRow {
	background-color: #A9A9A9; /* background color */
	color: #FFFFFF; /* footer font color */	
	padding: 4px;
}

.ewFooterText {
	font-family: tahoma; /* font name */
	font-size: 12px; /* font size */	
}

.ewForm {
	margin: 0;
	padding: 0;
}

.ewGrid {
	border-collapse: separate;
}

.ewGrid .ewGridContent {
	padding: 0;	
	border: 1px solid #9F9F9F; /* grid border */			
}

/* grid pager panel */
.ewGridUpperPanel, .ewGridLowerPanel {
	padding: 3px;	
	border-left: 0;
	border-right: 0;	
	background-color: #C0C0C0; /* grid header color */
	color: inherit;	 /* grid header font color */
	font-family: tahoma; /* font name */
	font-size: 12px; /* font size */			
}

.ewGridUpperPanel {
	border-top: 0px;
	border-bottom: 1px solid;
	border-color: #9F9F9F; 
}

.ewGridMiddlePanel {
	border: 0;	
}

.ewGridLowerPanel {
	border-top: 1px solid;
	border-bottom: 0px; 
	border-color: #ACA899; 
}

.ewGridUpperPanel td, .ewGridLowerPanel td {
	color: inherit;	 /* grid header font color */
	font-family: tahoma; /* font name */
	font-size: 12px; /* font size */			
}

.ewDisplayNone {
	display: none;
}

.ewNoBorderBottom {
	border-bottom: 0px;
}

.ewNoBorderTop {
	border-top: 0px;
}

.ewPager td {
	white-space: nowrap;	
}

.ewTabContent {
	padding: 0;
	border: 0;
}

.ewMultiColumnTable {
	border: 0;
}

.ewMultiColumnTable td {
	padding: 10px;
}

.ewItemList {
	display: inline-table;
}

/* main table */
.ewTable {
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
	empty-cells: show;
	width: 100%;
	font-family: tahoma; /* font name */
	font-size: 12px; /* font size */			
}

.ewTableSeparate {	
	border-collapse: separate;		
}

.ewTable td {
	padding: 3px; /* cell padding */
	border-bottom: 0px solid; /* border width, horizontal grid line */
	border-top: 0px;
	border-left: 0px;
	border-right: 1px solid; /* border width, vertical grid line */
	border-color: #ACA899;  /* border color */
}

.ewTableAddOpt {
	border: 0;
	border-spacing: 0;
	font-family: tahoma; /* font name */
	font-size: 12px; /* font size */			
}

.ewTableAddOpt td {
	padding: 3px; /* cell padding */
	border: 0;
}
	
.ewTable .ewTableHeader, .ewTable .ewTableHeader td {
	background-color: #000084;	/* header bgcolor */
	color: #FFFFFF; /* header font color */
	border-bottom: 1px solid; /* header border width */
	border-right: 1px solid; /* header border width */
	border-color: #9F9F9F; /* header border color */	
	background-image: url(../phpimages/); /* header bg image */
	background-repeat: repeat-x;		
	vertical-align: top; 	
}

.ewPointer {
	cursor: pointer;
}

.ewTableHeader a:link, .ewTableHeader a:active, .ewTableHeader a:visited {	
	color: #FFFFFF; /* header font color */
	text-decoration: none;	
}

.ewTableHeaderBtn {
	width: 100%;
	font-family: tahoma; /* font name */
	font-size: 12px; /* font size */				
}

.ewTableHeader .ewTableHeaderBtn td {
	background: transparent;
	padding: 0;
	border: 0;
	white-space: nowrap;
}

/* main table row color */
.ewTableRow {
	background-color: #EEEEEE;  /* alt row color 1 */
	color: inherit;
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #DCDCDC; /* alt row color 2 */
	color: inherit;	
}

/* main table last column cell */
.ewTable td.ewTableLastCol {
	border-right: 0px;
}

/* main table last row cell */
.ewTable td.ewTableLastRow {
	border-bottom: 0px;
}

/* main table edit mode row color */
.ewTableEditRow {
	background-color: #9FAFDF; /* edit mode color */
	color: inherit;
}

/* main table highlight color */
.ewTableHighlightRow {
	background-color: #B0C4DE; /* highlight color */
	color: inherit;
}

/* main table select color */
.ewTableSelectRow {
	background-color: #999999; /* select color */
	color: #FFFFFF;
}

/* main table footer */
.ewTableFooter {
	background-color: #EAEAEA; /* footer color */
	color: inherit;
}

/* export option */
.ewExportOption {
	padding-right: 10px;
	font-size: 12px; /* font size */
}

/* list option */
.ewMultiColumnListOption {
	padding-top: 2px;
	padding-bottom: 2px;
}

.ewListOptionBody2 {
	padding-right: 4px;
} 

/* table for export to HTML */
.ewExportTable {
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
	empty-cells: show;
	font-family: tahoma; /* font name */
	font-size: 12px; /* font size */			
}

.ewExportTable td {
	padding: 3px; /* cell padding */
	border-bottom: 0px solid; /* border width, horizontal grid line */
	border-top: 0px solid; /* border width, horizontal grid line */
	border-left: 1px solid; /* border width, vertical grid line */
	border-right: 1px solid; /* border width, vertical grid line */
	border-color: #ACA899;  /* border color */
}

.ewExportTable .ewTableHeader, .ewExportTableHeader td {
	background-color: #000084;	/* header bgcolor */
	color: #FFFFFF; /* header font color */
	border-bottom: 1px solid; /* header border width */
	border-right: 1px solid; /* header border width */
	border-color: #9F9F9F; /* header border color */	
	vertical-align: top; 		
}

.ewExportTableRow td {
	background-color: #EEEEEE;  /* alt row color 1 */
	color: inherit;
}

.ewExportTableAltRow td {
	background-color: #DCDCDC; /* alt row color 2 */
	color: inherit;	
}

.ewExportTableFooter td {
	background-color: #EAEAEA; /* footer color */
	color: inherit;
}

.ewBasicSearch {
	font-family: tahoma; /* font name */
	font-size: 12px; /* font size */
	border: 0px;
	padding: 2px;
}

.ewRow {
	padding-top: 2px;
	padding-bottom: 2px;
}

.ewRow .ewCell {
	padding-right: 10px;
}

.ewSearchOperator {
	font-family: tahoma; /* font name */
	font-size: 12px; /* font size */
	color: maroon;
}

.ewItemTable td {
	color: inherit; /* text color */
	font-family: tahoma; /* font name */
	font-size: 12px; /* font size */
	border: 0px;
	padding: 0px;
	vertical-align: top; 
}

/* 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 - reserved for compatibility */
.ewMessage {
	color: inherit; /* text color */
	font-family: tahoma; /* font name */
	font-size: 12px; /* font size */	
}

.ewMessageTable {
	margin: 1em 0px 1em 0px;
}

/* success message */
.ewSuccessMessage {
	/*color: green;*/ /* message color */
	color: inherit; /* text color */
	font-family: tahoma; /* font name */
	font-size: 12px; /* font size */	
}
.ewSuccessIcon {
	background: url(../phpimages/info.gif) no-repeat;
	vertical-align: top;
	width: 16px;
}

/* warning message */
.ewWarningMessage {
	color: red; /* message color */
	font-family: tahoma; /* font name */
	font-size: 12px; /* font size */
}
.ewWarningIcon {
	background: url(../phpimages/warn.gif) no-repeat;
	vertical-align: top;
	width: 16px;
}

/* error message */
.ewErrorMessage {
	color: red; /* message color */
	font-family: tahoma; /* font name */
	font-size: 12px; /* font size */	
}
.ewErrorIcon {
	background: url(../phpimages/error.gif) no-repeat;
	vertical-align: top;
	width: 16px;
}

/* required field indicator */
.ewRequired {
	color: red; /* message color */
	font-family: tahoma; /* font name */
	font-size: 12px; /* font size */	
}

/* highlight */
.ewHighlightSearch {
	font-weight: bold;
	background-color: yellow;
}

/* Template */
.ewTemplate {
	display: none;
}

/* YUI TabView */
.yui-skin-sam .yui-navset .yui-nav  {
	font-family: tahoma; /* font name */
	font-size: 12px; /* font size */	
}

.yui-skin-sam .yui-navset .yui-content {
	background-color: inherit; /* tab content background color */
	padding: 0;
	border: 0;
}

/* .yui-navset defaults to .yui-navset-top */
.yui-skin-sam .yui-navset .yui-nav,
.yui-skin-sam .yui-navset .yui-navset-top .yui-nav { /* protect nested tabviews from other orientations */
	border-width: 0;
}

.yui-skin-sam .yui-navset .yui-nav a,
.yui-skin-sam .yui-navset .yui-navset-top .yui-nav a {
	background: #F5F5F5 url(../phpimages/) repeat-x; /* tab background */
	color: #000;
	border: solid #a3a3a3; /* tab left/right border color */
	border-width: 0 1px;
}

.yui-skin-sam .yui-navset .yui-nav a em,
.yui-skin-sam .yui-navset .yui-navset-top .yui-nav a em {
	border: solid #a3a3a3; /* tab top border color */
	border-width: 1px 0 0;
}

.yui-skin-sam .yui-navset .yui-nav a:hover,
.yui-skin-sam .yui-navset .yui-nav a:focus {
	background: #F0FFFF url(../phpimages/); /* highlighted tab background */
}

.yui-skin-sam .yui-navset .yui-nav .selected a,
.yui-skin-sam .yui-navset .yui-nav .selected a:focus, /* no focus effect for selected */
.yui-skin-sam .yui-navset .yui-nav .selected a:hover { /* no hover effect for selected */
	background: #000084 url(../phpimages/); /* selected tab background */
	color: #FFFFFF;
}

.yui-skin-sam .yui-navset .yui-nav .selected a,
.yui-skin-sam .yui-navset .yui-nav .selected a em {
	border-color: #243356; /* selected tab border color */
}


/* YUI Button */
.yui-skin-sam .yui-button button, .yui-skin-sam .yui-button a {   
  font-size: 12px; /* font size */
}

/* YUI Panel */
.yui-skin-sam .yui-panel .hd {    
	font-size: 12px; /* font size */
	line-height: 2.5;     
}

/* Auto-Suggest */
.yui-skin-sam .yui-ac { /* DO NOT CHANGE! */
	position: relative; 
}

.yui-skin-sam .yui-ac-input { /* DO NOT CHANGE! */
	position: relative;
	width: auto;
}

.yui-skin-sam .yui-ac-content ul{
	font-family: tahoma; /* font name */
	font-size: 12px; /* font size */
	color: #000000; /* text color */ 
}

/* YUI Button */
.yui-skin-sam .yui-button button, .yui-skin-sam .yui-button a {
	font-family: tahoma; /* font name */
	font-size: 12px; /* font size */
}

.ewUnmatched {
	background: #FF9F9F;
}

/* scrollable table */
.ewScrollableTable {
	*overflow-y: auto; /* for ie */
}

.ewScrollableTable thead tr {
	position: relative; /* for ie */
}

.ewScrollableTable .ewScrollableTableHeader {
	overflow: hidden;
	position: relative; /* for ie overflow bug http://rowanw.com/bugs/overflow_relative.htm */
}
/* scrollable table */

.ewLangForm {
    text-align: right;
}

.ewReadOnlyTextArea {
	padding-bottom: 5px;
	padding-right: 5px;
}

.ewReadOnlyTextAreaData {
	overflow: auto;
	height: 100%;
	width: 100%;
}

.ewCalendar {
	vertical-align: middle;
}

/*END_SYSTEM_STYLES*/
/*BEGIN_USER_STYLES*/    
  

body { 
    direction:rtl;
    background-color:#EFEFEF;          
}

.ewHeaderRow {
background:url(../phpimages/bg_top.png) repeat-x #D9D5C9;
color:#fff;
margin:0;
padding:0;
height:25px;
font-size:11px;
font-family:tahoma;
padding-right:30px;
}


.ewContentColumn {
    background-color:#EFEFEF; 
    padding:0;
}    

#RootMenu h6 {
    background:url(../phpimages/back-tab-down.png) 50% 0% no-repeat;
    color:#fff;
    font-size:12px;
    padding-right:35px;
    
}

#RootMenu h6 li a.yuimenuitemlabel{
    background-color:#fff;
    
}       

.yuimenuitem a{
    text-align:right;
}

.ewMenuColumn {
    width:203px;
    background-color:#EFF1F1;
    text-align:center;    
    
}

.mysitetitle { font-size:12px; color:#6A6A6A; line-height:30px;}
.mysitetitle img {
    padding:0;
    margin:0;
    vertical-align:top;
}
.menu_date {
    /*float:right;*/
    direction:rtl;
    color:#fff;
    font-size:11px
}

.ewTableTitle {
    direction:rtl;
    font-size:12px;
    background:url(../phpimages/bg_oper.png) 0 0 repeat-x;
    color:#000;
    border:1px solid #E7E7E7;
    border-bottom:none;
    height:15px;
    line-height:15px;
    padding:3px;
} 

.searchpanel {
    background-color:#FBFCFC;
    border:1px solid #E7E7E7;
}

.searchtab {
    vertical-align:top;
    background-color:#FBFCFC;
    border:1px solid #E7E7E7;
    width:100px;
    border-bottom:none;
}

.ewSearchCaption {
    text-align:left;
    width:100px;
    
}
.ewSearchOperator {
    text-align:center;
    width:20px;
}
.ewSearchField {
    text-align:right;
    width:20px;
}

.ewSearchCond {
    text-align:left;
    width:20px;
}

input,select {border:1px solid #999;}
input[type=submit] {
    border:none;
    background:url(../phpimages/button-list.png) 0 0 no-repeat;
    color:#000;
    width:120px;
    height:22px;
    cursor:pointer;
    float:left;
    margin-right:5px;       
}
a.button {
    border:none;
    background:url(../phpimages/button-list.png) 0 0 no-repeat;
    color:#000;
    width:120px;
    height:22px;
    cursor:point;
    text-align:center;
    text-decoration:none;
    line-height:22px;
    display:inline-block;
    float:left;
    cursor:pointer;
}               
a.ubutton {
    border:none;
    background:url(../phpimages/button-list2.png) 0 0 no-repeat;
    color:#fff;
    width:120px;
    height:22px;
    cursor:point;
    text-align:center;
    text-decoration:none;
    line-height:22px;
    display:inline-block;
    font-family:tahoma;
    font-size:11px;
    margin-top:20px;
    margin-left:5px;
    float:right;
                     
}

.pmenubar_item {
direction:rtl;
text-align:right;
}


.mypager td.pager-mid{
    font-size:11px;
    background:url(../phpimages/pager-mid.gif) 0 0 repeat-x;
    height:24px;
    line-height:24px;
    display:inline-block;
    
}

.mypager a{
    text-decoration:none;    
}  

.dontedit {
    background-color:#E9E9E9;
}

.ordersummary {
    width:620px;
}
.ordersummaryvalue {
    width:100px;
    color:#BE0C0C;
    border:1px solid #999;
}   


a.insidebutton{
    display:inline-block;
    font:12px tahoma;
    text-decoration:none;
    background:#d3d3d3;
    padding:2px 11px 3px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    text-decoration:none;
    color:#000;
}
a.insidebutton:hover{background:#e74b0e;} 


.pidpagetitlebody {
    height:40px;
    margin-top:5px;
    position:relative;
    padding-left:10px;
}

.pidpagetitle {
    border:1px solid #cacaca;    
    background: url(../phpimages/bg_oper.png) repeat-x;
    height:40px;
    line-height:40px;
    width:200px;
    float:left;
}   

.ewTable .ewTableHeader, .ewTable .ewTableHeader td {
    background-repeat:repeat;        
}
                  
                  
a.pidredbutton {
 background:url(../phpimages/button-red.gif) no-repeat;
 display:block;
 color:#fff;
 width:102px;
 height:33px;
 line-height:33px;
 text-align:center;
 cursor:pointer;
 text-decoration:none;
}            
/*END_USER_STYLES*/
