/*

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*/
hide
{
	display:none;
}
body { 
	
	color: inherit; /* text color */	
	margin: 0px 0px 0px 0px; /* top right bottom left */
	font-size: 11px; 
	font-family: 'Microsoft Sans Serif', Verdana; 
	}

.fwCellCaption
{
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: 10px; /* font size */	
	vertical-align:middle;
}

.fwCellValue
{
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: 10px; /* font size */	
	vertical-align:middle;
	font-weight:bold;
}

.aspnetmaker {
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: 10px; /* font size */	
}
hr
{
	
	border:solid 1px #C0c0c0;
	width:992px;	
	
	}
input[type=radio]	
{
	/*border-width:0px;
	border:1px solid;
	border-color: Black;
*/
	}	
	
	
	input {
	/*font-family: Verdana; /* font name */
	/*font-size: 11px; /* font size */
	/*border-collapse:collapse;
	border:1px solid;
	border-color: #72b769;*/

	} 

.btn
{
	font-weight: bold;
	font-size: 10pt;
	background-image: url(../../images/welcome/centergrey.jpg);
	text-transform: none;
	color: white;
	font-family: Verdana;
	background-color: transparent;
	vertical-align: middle;
	text-align: center;
}		
select
{
	background-color: #e6f4d9;
	border-right: #72b769 1px solid;
	border-top: #72b769 1px solid;
	border-left: #72b769 1px solid;
	border-bottom: #72b769 1px solid;
}


a:active {
	color: ; /* active link color */
}

a:link {
	color: ; /* link color */
}

a:visited {
	color: ; /* visited link color */
}

/* main table */
.ewTable {
	width: 100%; /* table width */	
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: 10px; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
}

.ewDetailTable {
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: 10px; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
}

/* main table data cells */
.ewTable td, th {
	padding: 1px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #beebfb;  /* table background color */
	
}

.ewTable table td {
    color: ; /* text color */
    font-family: Verdana; /* font name */
    font-size: 10px; /* font size */
    border: 0px;
}

.ewDetailTable td, th {
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	/*border-color: #BEEBFB;  /* table background color */
	border-color: azure;
}

.ewDetailTable table td {
    color: ; /* text color */
    font-family: Verdana; /* font name */
    font-size: x-small; /* font size */
    border: 0px;
    
}

.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;
}

.aspnetmakerlist td {
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-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: #7792f6; /* header color */
	color: #FFFFFF; /* header font color */
	vertical-align: top;
	text-decoration: none;
}

.ewTableHeader a:link {	
	color: #FFFFFF; /* header font color */	
}

.ewTableHeader a:visited {	
	color: #FFFFFF; /* header font color */	
}

.ewTableHeaderlist td {
	background-color: #24abd0; /* header color */
	color: #FFFFFF; /* text color */
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
	border: 0px;
	padding: 0px;
	vertical-align: top;
}

/* main table row color */
.ewTableRow { 
	background-color: #FFFFFF;  /* alt row color 1 */
	height:20;
}


/* main table alternate row color */
.ewTableAltRow {
	background-color: #EFFBFF; /* alt row color 2 */	
	height:20;
}

/* main table edit mode row color */
.ewTableEditRow {
	background-color: #FFFF99; /* edit mode color */
	height:20;	
}

/* main table highlight color */
.ewTableHighlightRow {
	background-color: #66FF99; /* highlight color */
	height:20;	
}

/* main table select color */
.ewTableSelectRow {
	background-color: #BEEBFB; /* select color */
	height:20;	
}

/* main table footer section */
.ewTableFooter 
{
	border-color:azure;
	background-color: azure;
}

/* main table pager section */
.ewTablePager {
	background-color: #F5F5F5
}

/* 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 */	
}


/*END_SYSTEM_STYLES*/

/*BEGIN_USER_STYLES*/
  
/** changes by abdullah**/
.header
{	font-family:Verdana;
	color:White;
	font-size:10px;
}
.menu
{
	font-family:Verdana;
	color:White;
	font-size:11px;
	font-weight:normal; 
	margin-top:0px;
	margin-bottom:0px;
	
}
.submenu
{
 /*background-image:url(../../images/menu.jpg);*/
 /*background-repeat:no-repeat;*/
 background-color:#f0f7f2;
 font-family:Verdana;
 font-size:11px;
 color:#0e4e83;
 padding:2px;
 text-align: left;
 border-style:solid;
 border-collapse:collapse;
 border-width:1px;
 border-left-width:20px; 
 
 border-color:#7792f6; 
 
 }
.submenu-hover
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bolder;
	color: white;
	
	padding: 2px;
	background-color: #7792f6; 
	border-color:#858585;
	border-left-width:20px;
	border-top-width:1px;
	border-bottom-width:1px;
	border-right-width:1px;
	border-collapse:collapse;
}/*
DynamicHoverStyle-BackColor="GreenYellow" 
DynamicHoverStyle-BorderColor="DarkGreen"  
StaticTopSeparatorImageUrl="~/images/header/separator.JPG" 
StaticEnableDefaultPopOutImage=false 
DynamicMenuItemStyle-Font-Names="Microsoft Sans Serif" 
DynamicMenuStyle-Font-Names="Microsoft Sans Serif"  
DynamicMenuStyle-Font-Size="9px" 
Font-Bold="true" 
Font-Names="Microsoft Sans Serif" 
Font-Strikeout="false" 
DynamicMenuItemStyle-Font-Size="10px" 
DynamicMenuItemStyle-ForeColor="Blue" 
DynamicMenuItemStyle-VerticalPadding="2" 
DynamicMenuItemStyle-Width="120" 
DynamicMenuItemStyle-BackColor="LightBlue" 
DynamicMenuItemStyle-BorderColor="DarkGreen" 
DynamicMenuItemStyle-BorderStyle="Solid" 
DynamicMenuStyle-Font-Underline="false" 
DynamicMenuItemStyle-BorderWidth="1px" 
StaticMenuStyle-Font-Bold="true" 
DynamicEnableDefaultPopOutImage="false" 
StaticMenuItemStyle-ForeColor="Black" 
StaticMenuStyle-CssClass="menu" 
DynamicMenuItemStyle-CssClass="submenu"
*/
.welcomeMsg
{
	font-family:Verdana;
	color:#ffffff;
	font-size:15px;
	font-weight: bold;
}
.orderHeading
{
	font-family: Verdana;
	color: Black;
	font-size: 13px;
	font-weight: bold;
}
.leftCollapseTableHeader
{
	background: url(../../images/OrderManagement/left-image.jpg);	
}
	
.rightCollapseTableHeader
{
	background: url(../../images/OrderManagement/Green-right-header.jpg);	
	}
	
.centerCollapseTableHeader
	{
		background: url(../../Images/OrderManagement/Center-Repeat-image.jpg);
		width:auto;
		}
	
		
.gridHeading
{
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-style: normal;
	font-family: 'MS Sans Serif';
	height:0;
	
}


a:link.quickLinks
{
	font-weight: normal;
	font-size: 11pt;
	color: #000000;
	font-style: normal;
	font-family: 'MS Sans Serif';
	text-decoration: none;
	line-height: 15pt;
	vertical-align:top;
}

a:visited.quickLinks{
	font-weight:normal;
	font-size: 11pt;
	color: #000000;
	font-style: normal;
	font-family:  'MS Sans Serif';
	text-decoration: none;
	line-height: 15pt;
	

	
}

a:hover.quickLinks{
	font-weight:bold;
	font-size: 11pt;
	color: #000000;
	font-style: normal;
	font-family: 'MS Sans Serif';
	/*background-color:#e7e7e7;*/
	text-decoration: none;
	line-height: 15pt;

}

.pageTitle
{
	font-weight: bold;
	font-family: Arial;
}


.tableTopLeft
{
	background-image: url(../../Images/OrderManagement/left-top.jpg);
	}
	
.tableTopRight
{
	background-image: url(../../Images/OrderManagement/right-top.jpg);
}
	
.tableBottomRight
{
	background-image: url(../../Images/OrderManagement/right-Bottom.jpg);
}

.tableTopBorder	
{
	background-image: url(../../Images/OrderManagement/Border-Top.jpg);
}

.tableBottomBorder	
{
	background-image: url(../../Images/OrderManagement/Border-Bottom.jpg);
}

.tableLeftBorder	
{
	background-image: url(../../Images/OrderManagement/left-Border.jpg);
}


.tableRightBorder		
{
	background-image: url(../../Images/OrderManagement/Right-Border.jpg);
}
.tableBottomLeft
{
	background-image: url(../../Images/OrderManagement/Left-Bottom.jpg);
}
.splitterRow	
{
	background-color:Red;
	src:url(../../Images/OrderManagement/Splitter.jpg);	
	height:1px;
	width:100%; 
}
.splitterCol	
{	src:url(../../Images/OrderManagement/VSplitter.jpg);	
	width:1px;
	height:100%;	
}
.tableRow
{
	height: 15px;
	padding: 0px;
	margin: 0px;
	
	
}
.greenTD
{
	width:1px;
	background-color:Green;	
}

.greenHeading
{	font-family: Verdana;
	color: black;
	font-size: 11px;
	font-weight: normal;
	}
	
	
.titlebarTable
{
	background-color: azure;
	
}	
.gridTable
{
	background-color: white;
	
}	
.promotiontTitle
{
			
	font-weight:bold;
	font-family:Verdana;
	letter-spacing:0.5;
	font-size: 12px;
	color: #155b75;
	}
.promotion
{	font-size:10px;
	text-decoration: none;
	font-weight: bold;
	color: #fea65c;
}
.promotion-hover
{
	font-size:10px;
	text-decoration: none;
	font-weight: bold;
	color: #fea65c;
	}
	
 /*END_USER_STYLES*/
 
 /*input[type=button], input[type=submit] { ... }*/
 
 .TextBoxCss {
	/*font-family: Verdana; /* font name */
	/*font-size: 11px; /* font size */
	border-collapse:collapse;
	border:1px solid;
	border-color: #72b769;

	} 
	.expireMessage
{
	font-weight: bold;
	color: #e29d00;
	font-family: Verdana;
}
	.pageErrorMessage
{
	font-weight: bold;
	color: red;
	font-family: Verdana;
}
	
	a:link.loginPageLink
{
	font-weight: normal;
	font-size: 11pt;
	color: #000000;
	font-style: normal;
	font-family: 'MS Sans Serif';
	text-decoration: none;
	vertical-align:top;
}

a:visited.loginPageLink{
	font-weight:normal;
	font-size: 11pt;
	color: #000000;
	font-style: normal;
	font-family:  'MS Sans Serif';
	text-decoration: none;
	

	
}

a:hover.loginPageLink{
	font-weight:bold;
	font-size: 11pt;
	color: #000000;
	font-style: normal;
	font-family: 'MS Sans Serif';
	/*background-color:#e7e7e7;*/
	text-decoration: none;

} 
/* main table alternate row color */
.ewNewTableAltRow {
	background-color: #FFFFFF; /* alt row color 2 */
	height:20;	
}	

.datePickerImage {
	vertical-align:top;
}
.gridPaddingLessCell
{
	padding: 0px 0px 0px 0px;
	vertical-align:middle;
	text-align:center;
}

.PaymentStatusUnclaimed
{
	background-color: #ffffcc;
	color: #000000;
}
.PaymentStatusCanceled
{
	background-color: #FFF0FF ;
	color: #000000;
}
.PaymentStatusClaimed
{
	background-color: #EEEEEE;
	color: #000000;
}
.PaymentStatusFwdToAcct
{
	background-color: #FFF4DD;
	color: #000000;
}
.PaymentStatusApprovedByAcct
{
	background-color: #E2E2D6;
	color: #000000;
}
.PaymentStatusRejectedByAcct
{
	background-color: #ECD9D9;
	color: #000000;
}
.PaymentStatusPostedToGPS
{
	background-color: #F0FFE1;
	color: #000000;
}
.PaymentStatusPaymentBounced
{
	background-color: mistyrose;
	color: black;
}


.ApprovedStatusReadyToPost
{
	background-color: #FFF4F4;
	color: #000000;
}
.ApprovedStatusUnMatured
{
	background-color: #F0EFE1;
	color: #000000;
}
.ApprovedStatusMatured
{
	background-color: #F0FFE1;
	color: #000000;
}
.ApprovedStatusChequeNotAssociated
{
	background-color: #D9F2FF;
	color: #000000;

}
	


.gridTableTitle
{
	background-color: #7792f6; /* header color */
	color: #FFFFFF; /* header font color */

	/*background-color: #fafad2;
	color: #556b2f;*/
	font-weight: bold;
	font-family: Verdana;
	vertical-align:middle;
	text-align: center;
	height: 20px;
	font-size: 12px;
}	
.gridTableTitleVerticalGap
{
	height: 9px;

}

.ImportOrderSimilerProduct
{
	font-family:Lucida Console; 
	font-size:10px;
	vertical-align:top;
	
	
}	
    .login
    {	font-family:Verdana;color:White;font-size:11px;font-weight:bolder;
    }
    .customerLogin
    {	font-family:Verdana;color:Black;font-size:10px;font-weight:bolder;
    }
    .customerLoginInput
    {	
		font-size:10px;
		color:#575757;
		border-width:1px;
		background-color:White;
		border-color:#c2c2c2;
		font-family:Verdana; 
	}
	.NewsTopLeft
	{
		background-image: url(../../images/welcome/topleft.jpg);		
	}
	.NewsTopRight
	{
		background-image: url(../../images/welcome/topright.jpg);		
	}
	.NewsTopMiddle
	{
		background-image: url(../../images/welcome/topmiddle.jpg);		
	}
	.NewsLeftMiddle
	{
		background-image: url(../../images/welcome/leftmiddle.jpg);		
	}
	.NewsRightMiddle
	{
		background-image: url(../../images/welcome/rightmiddle.jpg);		
	}
	.NewsBottomLeft
	{
		background-image: url(../../images/welcome/bottomleft.jpg);		
	}
	.NewsBottomMiddle
	{
		background-image: url(../../images/welcome/bottommiddle.jpg);		
	}
	.NewsBottomRight
	{
		background-image: url(../../images/welcome/bottomright.jpg);		
	}
    .options
    {	font-family:Verdana;color:green;font-size:10px;
    }
    .loginInput
    {
        font-size:11px;color:white;border-bottom-style:solid;border-collapse:collapse;border-width:1px;background-color:Transparent;border-top-color:#0e3548;border-left-color:#0e3548;border-bottom-color:#648eab;border-right-color:#648eab;
    }
    .hidden
	{
	display:none;
	}
	.NewsHeader
	{
		font-family:Verdana;
		font-size: 11px;
		font-weight:bold;
		color: #850713;
	}
	.NewsHeadingRow
	{
		font-family:Verdana;
		font-size: 10px;
		font-weight:bold;
		color: #000000;
		padding-left : 6px;
     }
	.NewsItemRow
	{
		font-family:Verdana;
		font-size: 10px;
		font-weight:normal;
		color: #850713;
		padding-left : 8px;
	}
	.NewsHeaderBullet
	{
		background-image: url(../../images/welcome/bullet2.gif);		
	}
	.NewsHeadingBullet
	{
		background-image: url(../../images/welcome/bullet1.gif);		
	}
	
	
	
	.OrderChangedInGPS
	{
		background-color: #F0FFE1;
		color: #000000;

	}
	
	
.omTable {
	width: 100%; /* table width */	
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: 10px; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
}

/* main table data cells */
.omTable td, th {
	padding: 0px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #beebfb;  /* table background color */
	
}

.omTable table td {
    font-family: Verdana; /* font name */
    font-size: 10px; /* font size */
    border: 0px;
}


.omErrorTable {
	width: 100%; /* table width */	
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: 10px; /* font size */
	text-align:center
}

.customComments
{
	color: #FF0000;
	font-weight: bold;
	text-decoration: blink;
}
.omProductDescription
{
	color: #009300;
}


.omDiscountTable {
	width: 100%; /* table width */	
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: 10px; /* font size */
	border: 1px outset; /* border */
	border-collapse: collapse;
}
.omDiscountTable td {
    font-family: Verdana; /* font name */
    font-size: 10px; /* font size */
	border-color: #beebfb;  /* table background color */
	border: 1px solid !important; /* cell spacing */

}

.omDiscountHeaderRow
{
	color: #ffffff;
	background-color: #FF9900;
	border-left: #99ccff 1px solid;
	text-align: center;
}



 


