﻿/* Import BD Common Style */
/* Import BD Common Style */
@import url("BuyDesignCommonStyle.css");

/*page level*/
BODY
{
	margin: 0px;
	color: #666666;		/*Below Deleted*/
	/*font-family:verdana;*/
	font-family: Georgia; /*Changed*/
	background-color:#FFFFFF;	
	text-align: center;
}  

.TextBox
{
	border:1px solid #7F9DB9; 
	font-size:8pt;	
	width: 150px;
}

.Text, .text
{
	font-size:8pt;	
}

.TextBoxNumeric
{
	border:1px solid #7F9DB9; 
	font-size:8pt;	
	text-align: right;
}

.ColorText, .Colortext
{
	font-size:8pt;	
	color:#321910;	/*Changed From 517CFF*/
}

.Confirmation
{
	font-size:10pt;
	color:Green;
	font-weight:bold;
}

.TextReadOnly
{
	font-size:8pt;
	color:#333333;
}
.LoginText
{
	font-size:8pt;
	color:#333333;
}
.LoginLink
{
 color: #69a4fc;   
 cursor: hand;
}

.LoginTableGeneral
{
	font-size:12pt;
}
.Logout
{
    position:absolute;
    top:3pt;
    left:900px;
    font-size:12px; /*Changed from 10*/
    
}

.TextConfigure
{
	font-size: 8pt;
	color: #ff9d5c;
}

.TextReadOnlyNumeric
{
	font-size:8pt;
	text-align: right;
	color:#333333;
}

.TextRequired
{
	font-size:8pt;
	color:#990000;
	font-weight:bold !important;
}

.TextMultiLine
{
    font-size:8pt;
    overflow:auto;
}

.TextPriceTotal
{
	FONT-SIZE:8pt;
	FONT-WEIGHT: bold; 
	COLOR:black;	
}

.TextPriceNegative
{
	FONT-SIZE:8pt;
	COLOR:Red;	
}

TEXTAREA
{
	font-size:8pt;
	border:1px solid #7F9DB9; 
}

SELECT
{
	font-size:8pt;	
}

.ButtonMinWidth
{
	width: 70px;
}


/*Links*/
A:active
{
	COLOR: #006544; /*Changed from 69A4FC*/
	TEXT-DECORATION:underline;  
}

A:link
{
	COLOR: #006544; /*Changed From 69A4FC*/
	TEXT-DECORATION:underline;
}

A:visited
{
	COLOR: #006544; /*Changed From 69A4FC*/
	TEXT-DECORATION:underline;
}

A:hover
{
	COLOR: #07AD76; /*Changed From FF9C00*/
	TEXT-DECORATION:underline;
}

/*table Border*/
.Border
{
	BORDER-TOP: #CCCCCC 1px solid; 
	BORDER-LEFT: #CCCCCC 1px solid; 
	BORDER-RIGHT: #CCCCCC 1px solid; 
	BORDER-BOTTOM: #CCCCCC 1px solid;
}

.NoBorder
{
	BORDER-TOP: none; 
	BORDER-LEFT: none; 
	BORDER-RIGHT: none; 
	BORDER-BOTTOM: none;
}

.BorderNoTop
{
	BORDER-TOP: none; 
	BORDER-LEFT: #CCCCCC 1px solid; 
	BORDER-RIGHT: #CCCCCC 1px solid; 
	BORDER-BOTTOM: #CCCCCC 1px solid;
}

.BorderNoLeftNotop
{
	BORDER-TOP: none; 
	BORDER-LEFT: none; 
	BORDER-RIGHT: #CCCCCC 1px solid;
	BORDER-BOTTOM: #CCCCCC 1px solid;
}

.BorderNoLeft
{
	BORDER-TOP: #CCCCCC 1px solid; 
	BORDER-LEFT: none; 
	BORDER-RIGHT: #CCCCCC 1px solid;
	BORDER-BOTTOM: #CCCCCC 1px solid;
}

.BorderBottomRight
{
	BORDER-TOP: none; 
	BORDER-LEFT: none; 
	BORDER-RIGHT: #CCCCCC 1px solid; 
	BORDER-BOTTOM: #CCCCCC 1px solid;
}

.BorderTopRight
{
	BORDER-TOP: #CCCCCC 1px solid; 
	BORDER-LEFT: none; 
	BORDER-RIGHT: #CCCCCC 1px solid; 
	BORDER-BOTTOM: none;
}

.BorderBottom
{
	BORDER-TOP: none; 
	BORDER-LEFT: none; 
	BORDER-RIGHT: none; 
	BORDER-BOTTOM: #CCCCCC 1px solid;
}

.BorderTop
{
	BORDER-TOP: #CCCCCC 1px solid;
	BORDER-LEFT: none; 
	BORDER-RIGHT: none; 
	BORDER-BOTTOM: none;
}

.BorderRight
{
	BORDER-TOP: none;
	BORDER-LEFT: none;
	BORDER-RIGHT: #CCCCCC 1px solid;
	BORDER-BOTTOM: none;
}

.BorderLeft
{
	BORDER-TOP: none;
	BORDER-LEFT: #CCCCCC 1px solid;
	BORDER-RIGHT: none;	
	BORDER-BOTTOM: none;
}

.BorderNoRight
{
	BORDER-TOP: #CCCCCC 1px solid; 
	BORDER-LEFT: #CCCCCC 1px solid; 
	BORDER-RIGHT: none;
	BORDER-BOTTOM: #CCCCCC 1px solid;
}

.BorderNoRightNoLeft
{
	BORDER-TOP: #CCCCCC 1px solid; 
	BORDER-LEFT: none; 
	BORDER-RIGHT: none;
	BORDER-BOTTOM: #CCCCCC 1px solid;
}

.BorderRightLeft
{
	BORDER-TOP: none; 
	BORDER-LEFT: #CCCCCC 1px solid; 
	BORDER-RIGHT: #CCCCCC 1px solid;
	BORDER-BOTTOM: none;
}

.BorderNoBottom
{
	BORDER-TOP: #CCCCCC 1px solid; 
	BORDER-LEFT: #CCCCCC 1px solid;
	BORDER-RIGHT: #CCCCCC 1px solid;
	BORDER-BOTTOM: none;
}

.BDPowered
{
	BORDER-TOP: none; 
	BORDER-RIGHT: none; 
	BORDER-LEFT: #CCCCCC 1px solid; 
	BORDER-BOTTOM: #CCCCCC 1px solid;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 8pt; 
	color:#33679B; 
	BACKGROUND-COLOR: #FFFFFF;
	padding-bottom: 2px;
	padding-top: 2px;
}

.evenTableRow
{
	background-color:#E4F5E6; /*Changed From EBF3FA*/
	font-size:8pt;
	color:#333333;
	height:16pt;
	width:auto;	
	border:#CCCCCC 1px solid;
}

.evenTableRow td
{
    border-bottom:#CCCCCC 1px solid;
}

.evenTableRow td table td
{
    border:none;
}

.oddTableRow
{
	background-color:#FFFFFF;
	font-size:8pt;
	color:#333333;
	height:16pt;	
	width:auto;	
	border:#CCCCCC 1px solid;
}

.oddTableRow td
{
    border-bottom:#CCCCCC 1px solid;
}

.oddTableRow td table td
{
    border:none;
}

.partiallyConfiguredLineTableRow
{
	background-color:#FFF793;
	font-size:8pt;
	color:#333333;
	height:16pt;	
	width:auto;	
	border:#CCCCCC 1px solid;
}

.partiallyConfiguredLineCaption
{
	text-align: center;
	color: Red;
}

.GridHead
{

	background-color:#F1F3F3;
	font-size:8pt;
	color:#321910; /*Changed From 4371FC*/
	font-weight:bold;
	width:auto;	
	border:#CCCCCC 1px solid;
}

.orderEvenTableRow
{
	border-top: #cccccc 1px solid;
	font-size: 8pt;
	width: auto;
	color: #333333;
	border-bottom: #cccccc 1px solid;
	border-right-style: none;
	border-left-style: none;
	height: 16pt;
	background-color: #ebf3fa;
}
.orderOddTableRow
{
	border-top: #cccccc 1px solid;
	font-size: 8pt;
	width: auto;
	color: #333333;
	border-bottom: #cccccc 1px solid;
	border-right-style: none;
	border-left-style: none;
	height: 16pt;
	background-color: #ffffff;
}

.orderTableRowUserInput
{
	border-top: #cccccc 1px solid;
	font-size: 8pt;
	width: auto;
	color: #333333;
	border-bottom: #cccccc 1px solid;
	border-right-style: none;
	border-left-style: none;
	height: 16pt;
	background-color: lightgoldenrodyellow;
}

.orderTableRowValError
{
	border-top: #cccccc 1px solid;
	font-size: 8pt;
	width: auto;
	color: #333333;
	border-bottom: #cccccc 1px solid;
	border-right-style: none;
	border-left-style: none;
	height: 16pt;
	background-color: thistle;
}

.orderTableRowCfgError
{
	border-top: #cccccc 1px solid;
	font-size: 8pt;
	width: auto;
	color: #333333;
	border-bottom: #cccccc 1px solid;
	border-right-style: none;
	border-left-style: none;
	height: 16pt;
	background-color: #FFE4E1;
}

.orderGridHead
{
	font-size: 8pt;
	width: auto;
	color: #4371fc;
	border-top-style: none;
	border-bottom: #cccccc 1px solid;
	border-right-style: none;
	border-left-style: none;
	background-color: #f1f3f3;
}

.orderTableColumn
{
	border-top-style: none;
	border-bottom: #cccccc 1px solid;
	border-right-style: none;
	border-left-style: none;
	text-align: center;
}

.orderROTableColumn
{
	border-left: #cccccc 1px solid;
	border-top-style: none;
	border-right-style: none;
	border-bottom: #cccccc 1px solid;
}
/*Headers*/
.PageHeader
{
	font-family: Verdana, Arial;
	FONT-SIZE:11pt;
	font-style:normal; 
/*	font-weight: bold;*/ 
	COLOR: #517CFF;
}

.PageDescription
{
	FONT-SIZE:0.7em; /*Deleted Below */
	/*COLOR: #666699;*/
	color: #000; /*Added*/
	padding-left:5px;
	padding-top:0px;
}

.SubHeader, .subHeader
{
	FONT-SIZE:9pt; 
	COLOR:#517CFF;
}

.SubDescription, subDescription 
{
	FONT-SIZE:8pt; 
	COLOR: #999999;
}

.ErrorHeader
{
	FONT-SIZE: 9pt; 
	COLOR: Black;
}

.ErrorDescription
{
	FONT-SIZE: 9pt; 
	COLOR: Black;
}

.ErrorHeadBG
{
	FONT-SIZE: 9pt; 
	font-weight: bold;
	border-top: solid 1px #006544; /*Changed From A6C4F8*/
	padding: 4px 4px 4px 4px;
	height: 30px;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#DAEAFD,endColorStr=#A9C7F0);

	background: #006544; /*Added*/
	font: normal 14px Georgia; /*Added*/
	color: #fff; /*Added*/
	letter-spacing: 1px; /*Added*/
	text-transform: uppercase; /*Added*/
}

.ErrorBodyBorder
{
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FFFFFF,endColorStr=#F6F9FE);
	border-left: solid 2px #006544; /*Changed From B1B4B4*/
	border-bottom: solid 2px #006544; /*Changed From B1B4B4*/
	border-right: solid 2px #006544; /*Changed From B1B4B4*/
}

.MessageDialog
{
	width: 400px;
	height: 200px;
}

.HeaderImage
{
	PADDING-Right: 10px; 
	PADDING-TOP: 3px;
	width: 32px;
}

.HeaderTitle
{
	PADDING-BOTTOM: 1px; 
	BORDER-BOTTOM: #ff9d5c 1px solid;
}

.HeaderContent
{
	PADDING-TOP: 8px;
}

td.LoginUser {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10pt; 
	color:#131FA5; 
	vertical-align:middle;
}

.PageSize
{
	width:750px;
	height:500px;
}

/*Panels*/
.panelbarHeaderCollapsed
{ 		
	FONT-SIZE: 8pt; 
	COLOR: #131FA5;
	border-top: 1px solid #6A94D0;
	/*border-bottom: 1px solid #6A94D0;   */
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#DAEAFD,endColorStr=#A9C7F0);
	height: 32px;
	padding-left: 7px;
	vertical-align:top;
}

.panelbarHeaderHover 
{ 		
	FONT-SIZE: 8pt; 
	COLOR: #131FA5;
	border-top: 1px solid #6A94D0;
	border-bottom: 1px solid #6A94D0;   
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#DAEAFD,endColorStr=#A9C7F0);
	height: 32px;
	padding-left: 7px;
}

.panelbarHeaderExpand
{
	FONT-SIZE: 8pt; 
	COLOR: #131FA5;
	border-top: 1px solid #6A94D0;
	border-bottom: 1px solid #6A94D0;   
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#DAEAFD,endColorStr=#A9C7F0);
	height: 32px;
	padding-left: 7px;
}

.panelbarItem 
{
	FONT-SIZE: 8pt; 
	COLOR: #0D49FF;
	width: 100%;
	cursor: hand;
	cursor: pointer;
	text-decoration: none;
	padding-left: 7px;
	height: 26px;
	background-color: #E1ECFC;  
}	

.panelbarItemHover
{
	FONT-SIZE: 8pt; 
	COLOR: #0D49FF;
	width: 100%;
	cursor: hand;
	cursor: pointer;
	background-color:#F0F8FF;
	padding-left: 7px;
	height: 26px;
}

table.PanelBorder
{
	BORDER-TOP: 1px solid #FFFFFF; 
	BORDER-LEFT: 1px solid #FFFFFF; 
	BORDER-RIGHT: 1px solid #FFFFFF; 
	BORDER-BOTTOM: 1px solid #FFFFFF;
	vertical-align:top;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=white,endColorStr=Gainsboro);	
}
.panelbar 
{
	border-left: 1px solid #4979C0;
	border-right: 1px solid #4979C0;
	border-bottom: 1px solid #4979C0;
	vertical-align:top;
	width:100%;
	background-color: Fuchsia ; /* #C4D9F9;*/
}

.QuickPanelbar 
{
	border-left: 1px solid #006544; /*Changed From 4979CO*/
	border-right: 1px solid #006544; /*Changed From 4979CO*/
	border-bottom: 1px solid #006544; /*Changed From 4979CO*/
	vertical-align:top;
	width:100%;
	background-color: #C4D9F9;
}

td.TopPanelBar
{
    height: 410px;
    vertical-align:top;
}

td.BottomPanelBar
{
    height:100px;
    vertical-align:top;
}    

HR.DividerLine {
	COLOR: #ff9d5c; HEIGHT: 1px
}
.FooterText {
	FONT-SIZE: 8pt;	
}

/* Item Page Panels */
.panelbarHeaderCollapsedOrder, .PanelbarHeaderCollapsedOrder
{ 		
	FONT-SIZE: 8pt; 
	COLOR: #517CFF;
	background-color: #F1F3F3;
	border-top: 1px solid #DDE0E0;
	border-bottom: 1px solid #DDE0E0;
	cursor: hand;
	cursor: pointer;
	height: 15px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
	font-weight: bold;
}

.panelbarHeaderExpandOrder, .PanelbarHeaderExpandOrder
{
	FONT-SIZE: 8pt; 
	COLOR: #517CFF;
	background-color: #F1F3F3;
	border-top: 1px solid #DDE0E0;
	border-bottom: 1px solid #DDE0E0;   
	cursor: hand;
	cursor: pointer;
	height: 15px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
	font-weight: bold;
}

.panelbarWhiteHeaderCollapsedOrder, .PanelbarWhiteHeaderCollapsedOrder
{ 		
	FONT-SIZE: 8pt; 
	COLOR: Black;
	background-color: White;
	border-top: 1px solid #DDE0E0;	
	cursor: hand;
	cursor: pointer;
	height: 15px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;	
}

.panelbarHeadHeaderCollapsedOrder, .PanelbarHeadHeaderCollapsedOrder
{ 		
	FONT-SIZE: 8pt;
	text-transform: uppercase; /*Added*/
	COLOR: #ffffff; /*Changed From 4371FC*/
	background-color: #006544; /*Changed From F1F3F3*/
	border-top: 1px solid #006544;	/*Changed From DDE0E0*/
	cursor: hand;
	cursor: pointer;
	height: 15px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;	
}

.panelbarWhiteHeaderExpandedOrder, .PanelbarWhiteHeaderExpandedOrder
{ 		
	FONT-SIZE: 8pt; 
	COLOR: Black;
	background-color: #E4F5E6; /*Changed From EBF3FA*/
	border-top: 1px solid #DDE0E0;	
	cursor: hand;
	cursor: pointer;
	height: 15px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;	
}

.panelbarSelectedItem, .PanelbarSelectedItem
{ 		
	FONT-SIZE: 8pt; 
	COLOR: Black;
	background-color: #FFEEC2;
    border: Solid 1px #002D96;
	cursor: hand;
	cursor: pointer;
	height: 18px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 6px;
	padding-bottom: 6px;
	vertical-align: middle;	
}

.panelbarHeaderHoverOrder, .PanelbarHeaderHoverOrder
{ 		
	FONT-SIZE: 8pt;
	COLOR: #517CFF;
	background-color: #F1F3F3;
	border-top: 1px solid #DDE0E0;
	border-bottom: 1px solid #DDE0E0;   
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	height: 15px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
	font-weight: bold;
}

.panelbarItemOrder, .PanelbarItemOrder
{
	FONT-SIZE: 8pt; 
	COLOR: #0D49FF;
	width: 968px;
	cursor: hand;
	cursor: pointer;
	text-decoration: none;
	padding-left: 7px;
	height: 15px;
	background-color: #F1F3F3;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
	font-weight: bold;
}	

.panelbarItemHoverOrder, .PanelbarItemHoverOrder
{
	FONT-SIZE: 8pt; 
	COLOR: #0D49FF;
	width: 100%;
	cursor: hand;
	cursor: pointer;
	padding-left: 7px;
	height: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
	vertical-align: middle;
	font-weight: bold;
}

.panelbarOrder, .PanelbarOrder
{
	background-color: White;
	vertical-align:top;
	border-left: 1px solid #DDE0E0;
	border-right: 1px solid #DDE0E0;
	border-bottom: 1px solid #DDE0E0;	
	width:968px
}

.panelbarOrder_LineItem
{
	background-color: White;
	vertical-align:top;
	border-left: 1px solid #DDE0E0;
	border-right: 1px solid #DDE0E0;
	border-bottom: 1px solid #DDE0E0;	
	width:100%;
}

.panelbarInfo, .PanelbarInfo
{
	background-color: White;
	vertical-align:top;
	border-left: 1px solid #DDE0E0;
	border-right: 1px solid #DDE0E0;
	border-bottom: 1px solid #DDE0E0;	
	width:968px
}

.PanelbarInfo .titleBlock
{	
	border-top:solid 1px #95B7F3;
}

.PanelbarInfo .titleBlock_Hover
{	
	border-top:solid 1px #95B7F3;
}

.contentsToolbar1
{
	height:18px;
	padding-top:4px;
	background-color: #F1F3F3;	
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#E1E1E1,endColorStr=#FEFEFE); 
}

.contentsLevel50
{
	margin-bottom:0px;
}

.TabPage
{
	BORDER: #CCCCCC 1px solid; 		
}

/* CALENDAR STYLES */
.TodayDayStyle
{
	FONT-SIZE:8pt; 
	font-style: normal;
	border: 2px dashed #FF8080;
}
.DayStyle
{
	FONT-SIZE:8pt; 
	font-style: normal;
	color: Black;
}
.NextPrevStyle
{
	FONT-SIZE:8pt; 
	font-style: normal;	
	color: Black;
}
.DayHeaderStyle
{
	FONT-SIZE:8pt; 
	font-style: normal;
	color: Black;	
	border: 1px solid Black;
	background-color: #A6C5F7;
}
.TitleStyle
{
	FONT-SIZE:8pt; 
	font-style: normal;
	color: Black;	
	background-color: #A6C5F7;	
}
.WeekendDayStyle
{
	FONT-SIZE:8pt; 
	font-style: normal;
	color: #FBAF5D;
}
/* END CALENDAR STYLES */

/* GRID MENU STYLES */
td.MenuCell
{   height: 22px;
    vertical-align:middle;
	background-color:White;
}

td.ToolbarCell, td.ToolBarCell, TD.ToolBarCell, DIV.ToolBarCell, div.ToolBarCell
{   	
    border: solid 1px #292519;	/*Changed From 95B7F3 Deleted Below*/
	/*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#CEE7F7,endColorStr=#FFFFFF);    */
	height: 22px;
	background: #F4E5C4; /*Added*/
	
}

.pageFilter
{
	padding-left:10px;
}

td.TrackingControlCell, td.trackingControlCell
{   
	border: solid 0px #95B7F3;		 
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#F4E5C4,endColorStr=#FFFFFF);  /*Changed From E0E0E0*/  
	height: 22px;
	font-size:0.8em;
	font-family:Verdana, tahoma;
}

.GridMenuDisabledItem
{
	FONT-SIZE:8pt; 
	font-style: normal;	
	Color: #ACA899;
}
.GridMenuItem
{
	FONT-SIZE:8pt; 
	font-style: normal;
	Color: Black;
}
.GridMenuSelectedItem
{
	FONT-SIZE:8pt; 
	font-style: normal;	
	Background-Color: #EBF3FA;
	Color: Black;
	Border: 1px Solid #316AC5;	
}

/* END GRID MENU STYLES */

/* GRID PAGER STYLES */
.GridPagerItem
{
	font-size:8pt;
	vertical-align: middle;
}

.GridPagerTextBox
{
	border:1px solid #7F9DB9; 
	font-size:8pt;
	vertical-align: middle;
}
/* END GRID PAGER STYLES */

/* GRID GROUP PANEL STYLES */
.GroupPanelItemStyle
{
	font-size:8pt;
	background-color: #ECE9D8;
	border: sunken 1px black;
	color:Black;
}
.GroupHeaderItemStyle td
{
	FONT-WEIGHT: bold;
	font-size:8pt;
	background-color: White;
	border-bottom: 2px solid #517CFF;	 
	color:#517CFF;			    
}
.GroupPanelStyle
{
	font-size:9pt;
	FONT-WEIGHT: bold;
	background-color:#B7C1C1;
	border:sunken 1px black;		 
	color:#321910; /*Changed From ECE9D8*/
	Height:35Px;
	width:100%;
}
/* END GRID GROUP PANEL STYLES */

/* TOOLBAR Styles */
.Toolbar, .toolbar, .ToolBar
{
	font-weight:100;
	font: normal 8pt Verdana;
	color:#000066;
}

.ToolBarDisabled
{
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#DAEAFD,endColorStr=#A9C7F0);    
}

.ToolBarItem, .ToolbarItem
{
	font: normal 8pt Verdana;
    border: Solid 0px #ECE9D8;
	padding: 1px 1px 1px 1px;
	cursor:default;
	color:#000066;
	float:left;
 }

.ToolBarItemHover, .ToolbarItemHover
{
	font: normal 8pt Verdana;
    background-color: #FFEEC2;
    border: Solid 1px #002D96;
	cursor:pointer;
	margin: 0px;
	padding: 0px;
	float:left;
}

.ToolBarItemSelected, .ToolbarItemSelected
{
	font: normal 8pt Verdana;
    background-color: #FFEEC2;
    border: Solid 1px #002D96;
	cursor:pointer;
	padding: 1px 1px 1px 1px;
	float:left;
}

.ToolBarItem table, .ToolbarItem table, .ToolBarItemHover table, .ToolbarItemHover table, .ToolBarItemSelected table, .ToolbarItemSelected table, .ToolBarDisabled table
{
	width:auto;	
}

td.ToolBarItem
{
	vertical-align: middle;
	margin: auto auto;
	height: 100%;
	padding: 0px 5px;
	font: normal 8pt Verdana;
}


td.ToolBarItem input
{
    font: 8pt verdana;
    height: 10pt;
    border: none 1px;
}

td.ToolBarItem div.ToolBarItemSubmitButton input
{
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#CEE7F7,endColorStr=#FFFFFF); 
}

td.ToolBarItem a
{
	text-align: right;
	display: inline-block;
	background-image: url(../Images/16_forward.gif);
	background-position: 5px center;
	background-repeat: no-repeat;
	padding: 5px 5px 5px 25px;
	font: 8pt verdana;
	text-decoration: none;
	color: #000066;
}

td.ToolBarItem a:hover
{
    background-color: #FFEEC2;
    border: Solid 1px #002D96;
    padding: 4px 4px 4px 24px;
}
/* END TOOLBAR Styles */

/* Dashboard table styles */
td.ToolBarItemDisabled a,
td.ToolBarItemDisabled a:hover
{
    background-image: url(../Images/16_forward_disabled.gif);
	color: gray;
	background-color: #FFEEC2;
}
td.DashboardColumnLeft
{
	font-size:8pt;
	color:#517CFF;
	padding-left: 20px; 	
}

td.DashboardColumnRight
{
	font-size:8pt;
	color:#517CFF;
	text-align:right;
	padding-right: 180px; 	
}

/* END Dashboard table styles */

/* New CSS*/
/* Default CSS Stylesheet for a new Web Application project */
			
.LeftPanelParents
{
    LEFT: 1px;  
    TOP: 1px;
    Width:130px;
    Height:550px;
    POSITION: absolute;
    border-left:none;
    border-top:none;
	border-bottom:none;
}

Table.LeftTableParents
{
	width:100%;
    height:100%;	
}

TD.LeftTopCell
{
    border-left: solid 1px #4979C0;
    border-right:solid 1px #4979C0;
    border-bottom: solid 1px #6A94D0;
    border-top:solid 1px #6A94D0;
    Height:47px;
}


TD.LeftSpace
{
		TOP: 70px;
		height:0px;
		background-color:#FFFFFF;  
}	

table.LoginTable
{
	padding-bottom: 0px;
 	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#DAEAFD,endColorStr=#A9C7F0);	
	width: 100%;
	height: 100%;
}

td.LoginUser
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10pt; 
	color:#131FA5; 
	vertical-align:middle;	
}

TD.Space
{
	left:127px;
	height:0px;
}	

TD.LeftPanelTop
{
	height:70px;
}

TD.LeftPanelMiddle
{
	height:430px;
	vertical-align:top;	
}

TD.LeftPanelBottom
{
	vertical-align:top;
	height:80px;
}

TD.LeftPanelFooter
{
	font-style:italic;
	font-size: 8pt; 
	color:#808080; 
	BACKGROUND-COLOR: #FFFFFF;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 5px;
	height:30px;
	vertical-align:bottom;
}

.RightPanelParents
{
  left:140px;  
  top: 1px;
  Width: 700px;
  position: absolute;
  text-align:left ;
  border: none;
  background-color:#FFFFFF;  
 }

.DashBoardRightPanel_Single
{
	Width: 980px; 	
	text-align:left;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
}

Table.RightTableParents
{
	width:100%;
}

Table.TopMenuTable
{
	width:100%;
	/*height:44px;*/
}

TD.RightPanelTop
{	
	/*height:44px;*/
	vertical-align:top;
}

TD.RightPanelMiddle
{
	
	vertical-align:top;
    padding-left:5px;
    padding-right:5px;
}

TD.RightPanelMiddle .footer

TD.RightPanelBottom
{
	height:32px;
}

.PageFooter
{
	left:10px;
	top:620px;
	width:880px;
	position:absolute;
}

TD.CollapsePanelHead
{
	FONT-SIZE: 8pt; 
	COLOR: #517CFF;
	background-color: #F1F3F3;
	border:#CCCCCC 0px solid;
	height: 15px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
	font-weight: bold;
}

/* End New CSS*/

div.fileinputs
{
	position: relative;
}

div.fakefile
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.file
{
	position: relative;
	text-align: right;
	filter:alpha(opacity: 0);
	z-index: 2;
	width: 0px;
	left:-20px;
	top:-5px;
	height:30px;
}

.ContentBorder
{
	border: solid 1px #CCCCCC;
	padding: 4px 4px 4px 4px;
}
.DiscountMarkupToolbar
{   border: solid 1px #95B7F3;	
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#CEE7F7,endColorStr=#FFFFFF);    
	height: 22px;
}
.pnlAddInfoContent
{
	position:relative;
	padding-left:20px;
	top: 5px;
	overflow: scroll;
	border-style:window-inset;
	border-color: #DADACD;
	border-width:thin;
	font-size: 8pt;
	color:#333333;		
}

.SRCH_LAYOUTMANAGER
{
    width: 75%;
    cellSpacing:5px;
}

.SRCH_panelbarHeaderExpandOrder
{
	COLOR: #fff; /*Changed From 517CFF*/
	font: normal 14px Georgia; /*Use to be just Font-Size: 8pt*/
	letter-spacing: 1px; /*Added*/
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#CEE7F7,endColorStr=#FFFFFF);

	text-transform: uppercase; /*Added*/
    background: #006544; /*Added*/
	border: 1px solid #006544; /*Changed From 9FB8DF*/
	cursor: hand;
	cursor: pointer;
	height: 15px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
	font-weight: bold;
}

.SRCH_panelbarHeaderCollapsedOrder
{ 		
	FONT-SIZE: 8pt; 	
	COLOR: #517CFF;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#CEE7F7,endColorStr=#FFFFFF);    
	border-top: 1px solid #DDE0E0;
	border-bottom: 1px solid #DDE0E0;
	cursor: hand;
	cursor: pointer;
	height: 15px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
	font-weight: bold;
}
.SRCH_ToolbarCell
{
	border-bottom : solid 1px #ccc;	/*Changed From 95B7F3*/
	border-left : solid 1px #ccc;	/*Changed From 95B7F3*/
	border-right : solid 1px #ccc;	/*Changed From 95B7F3*/
	border-top : solid 0px #ccc; /*Changed From 95B7F3*/
	font: bold 7pt Arial, Verdana;
	height: 16px;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#E0E0E0,endColorStr=#FFFFFF);    
}
/* overrides the rad tool bar styles */
.default_radtoolbar_horizontal
{	     
    background: #F7F7F7 url('') repeat-x;   
    border-top: 0px;
    border-bottom: 0px;
}
.default_radtoolbar_left
{
    width: 0px;
}
.default_radtoolbar_right
{
    width: 0px;
}         
.default_radtoolbar_vertical
{
    background: #F7F7F7 url('') repeat-y;
    border-left: 0px;
    border-right: 0px;   
}     
.default_radtoolbar_top
{
    height: 0px;
} 
.default_radtoolbar_bot
{
    height: 0px;    
}     
.default_radtbutton_text_hover
{
	background : #FFDC82;
}

.default_radbutton_text_hover,
.default_radtbutton_text_hover
{
	font: bold 7pt Arial, Verdana;
	background: #FFDC82 url('') repeat-x;
}

.default_radbutton_text_normal,
.default_radtbutton_text_normal
{
	font: bold 7pt Arial, Verdana;
}

.default_radbutton_text_disabled span
{
	font: bold 7pt Arial, Verdana;    
}

.default_radbutton_text_mousedown,
.default_radtbutton_text_mousedown, 
.default_radtbutton_text_toggled, 
.default_radtbutton_text_hover_toggled
{
	font: bold 7pt Arial, Verdana;
	background: #FFDC82 url('') repeat-x;
}
/* Overrides the RibbonBar Style */
.RibbonPanelTitleArea
{
    font-size:12px; /*Changed From 0.7em*/
    padding-top: 1px; /*Deleted Below Line*/
	/*filter:	progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#E0E0E0,endColorStr=#CED7FF);    */
	background: #E4F5E6; /*Added*/
	font-family:Georgia; /*Changed From Verdana, Tahoma*/
	font-weight:normal;
	text-transform: uppercase; /*Added*/
	color: #006544; /*Added*/
}   

.RibbonPanelContentAreaVisible
{
	background-color: #F7F7F7;   
}    

.RibbonPanel ul
{
	margin-left: 0;
	float:left;
}

.RibbonPanel ul li 
{
	padding-left: 5px;
	padding-right: 5px;
	list-style:disc inside ; 
	color:green;
}

.RibbonPanel ul li:hover {
	padding-left: 5px;
	padding-right: 5px;
	list-style:disc inside ; 
	color:orange;
}

.RibbonPanel ul li.disabled{
	padding-left: 25px;
	list-style:none; 
}

.RibbonPanel li a:link, li a, li a:visited
{
	text-decoration: underline;
	font-weight: normal;
	font-family: verdana;
	color: activecaption;
	font-size: 0.7em;
}

.RibbonPanel li a:hover
{
	text-decoration:underline;
	font-weight:normal;
	font-family:verdana;
	color:orange;
	font-size: 0.7em;
}
	
.RibbonPanel li a img {
	vertical-align:middle;	
	margin-right:3px;
	border:none;
}

.RibbonPanel ul li.lidisabled
{
	padding-left: 5px;
	list-style: disc inside;
	color: graytext;
}


.RibbonPanelContentAreaHover
{
	background-color: #F7F7F7;   
}  

.RibbonPanelTitleAreaHover
{
    font-size:12px; /*Changed From 0.7em*/
    padding-top: 1px; /*Deleted Below Line*/
	/*filter:	progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#E0E0E0,endColorStr=#CED7FF);    */
	background: #E4F5E6; /*Added*/
	font-family:Georgia; /*Changed From Verdana, Tahoma*/
	font-weight:normal;
	text-transform: uppercase; /*Added*/
	color: #006544; /*Added*/
}   

.RibbonBarTabActive, .RibbonBarTabInactive, .RibbonBarTabHover
{
	font-size: 0.7em;
	font-family:Verdana,Tahoma;
}

.RibbonBarTabArea
{
	height: 80px;	
	padding: 2px 2px 2px 0px;
	border: 2px solid #006544; /*Added*/
	border-right: 0px; /*Added*/
}

.RibbonBarTableCell
{
	padding-top : 4px;
	padding: 4px 4px 4px 4px;
	border-bottom : solid 1px #E4F5E6; /*Changed From 9FB8DF*/
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#E4F5E6,endColorStr=#FFFFFF);    /*Changed From E6ECFA*/
}

.ShoppingCartInConfig
{
	font-size: 8pt;
	width: auto;
	color: #4371fc;
	border-top-style: none;
	border-bottom: #cccccc 1px solid;
	border-right-style: none;
	border-left-style: none;
	background-color: #f1f3f3;
}

.ShoppingCartValid
{
	border-top: #cccccc 1px solid;
	font-size: 8pt;
	width: auto;
	color: #333333;
	border-top-style: none;
	border-bottom: #cccccc 1px solid;
	border-right-style: none;
	border-left-style: none;
	background-color: #ffffff;
}

.ShoppingCartError
{
	border-top: #cccccc 1px solid;
	font-size: 8pt;
	width: auto;
	color: #333333;
	border-top-style: none;
	border-bottom: #cccccc 1px solid;
	border-right-style: none;
	border-left-style: none;
	background-color: #FFE4E1;
}

.ShoppingCartValidate
{
	border-top: #cccccc 1px solid;
	font-size: 8pt;
	width: auto;
	color: #333333;
	border-top-style: none;
	border-bottom: #cccccc 1px solid;
	border-right-style: none;
	border-left-style: none;
	background-color: lightgoldenrodyellow;	
}

.ShoppingCartPartialConfiguration
{
	border-top: #cccccc 1px solid;
	font-size: 8pt;
	width: auto;
	color: #333333;
	border-top-style: none;
	border-bottom: #cccccc 1px solid;
	border-right-style: none;
	border-left-style: none;
	background-color: #FFF793;	
}

.ShoppingCartToolbar
{
	text-decoration:none;
	vertical-align:middle;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border-collapse:collapse;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#DEE3F7,endColorStr=#FFFFFF);
}

.ShoppingCartToolbarButton
{
	display:inline;
	padding: 1px 5px 1px 5px;
	font-family: Arial;
	font-size:7.5pt;
	color:Black;
	cursor:pointer;
}

.ShoppingCartToolbarButton:hover
{
	border: solid 1px black;
	background-color:#FFE38C;
}

.Template_Contents_Holder
{
	width: 100%;
	overflow: auto;
	clear: none;
	display: block;
	float: right;
}

.RibbonBar_Contents_Holder
{
	width:980px;	
	display:block;
	z-index:116;
	position:fixed;	
    z-index: 750000;	
}

.RibbonBar_Extender_Contents_Holder
{
	display:block;
	float:left;		
	height:145px;
	z-index:115;
	width:980px;
}

.RibbonBar_Extender_Contents_Holder_Collapsed
{
	display:block;
	float:left;		
	height:86px;
	z-index:17000;
	width:980px;
	position:relative;
}

.RibbonBar_Contents_Holder_LineItem
{
	width:984px;	
	display:block;
	z-index:116;
	position:fixed;	
	border:1px solid #CCCCCC;
}

.RibbonBar_IFrame_Contents_Holder
{
	width:900px;
	height:145px;
	z-index:110;
}

.RibbonBar_IFrame_Contents_Holder_Collapsed
{
	display:block;
	width:900px;
	height:70px;
	z-index:110;
}

.RibbonBarPanel_HyperlinkButton:active, .RibbonBarPanel_HyperlinkButton:link, .RibbonBarPanel_HyperlinkButton:visited  
{
	font-size:7pt;
	font-family:Arial;
	float:left;
	padding:4px;
	color:#4D4D4D;
	cursor: pointer;
	border:solid 1px #F7F7F7;
	TEXT-DECORATION:underline;
}

.RibbonBarPanel_HyperlinkButton:hover
{
	font-size:7pt;
	font-family:Arial;
	float:left;
	cursor: pointer;
	padding-left:4px;
	padding-right:4px;
	padding-top:5px;
	padding-bottom:3px;
	color:#4D4D4D;
	background-color:#FFDC82; 
	border:solid 1px #CCCCCC;
	TEXT-DECORATION:underline;
}

.RibbonBarPanel_HyperlinkButton_disabled, RibbonBarPanel_HyperlinkButton:inactive, RibbonBarPanel_HyperlinkButton:disabled
{
	font-size:7pt;
	font-family:Arial;
	float:left;
	padding:4px;
	color:#CCCCCC;
	TEXT-DECORATION:underline;
}

.draggableContainer
{
	/*position: relative;*/
}


.liinvisiable
{
	display:none;
}

.DisabledShoppingCartItem
{
	border-top: #cccccc 1px solid;
	font-size: 8pt;
	width: auto;
	color: #333333;
	border-top-style: none;
	border-bottom: #cccccc 1px solid;
	border-right-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	filter:alpha(opacity: 35);
}

.CheckedShoppingCartItem
{
	border-top: #FF9E5A 1px solid;
	font-size: 8pt;
	width: auto;
	color: #333333;
	border-top-style: none;
	border-bottom: #FF9E5A 1px solid;
	border-right-style: none;
	border-left-style: none;
	background-color: #EFFBFF;
}

.CheckedRapidOptionsControlItem
{

}

/* styles for ribbonbar reports panel */
.RibbonPanelReports_DIV
{
	margin: 5px;
}

.RibbonPanelReports_DIV select
{
	width: 250px;
	display: block;
	float: left;
}

.RibbonPanelReports_DIV img
{
	cursor: hand;
	display: block;
	float: right;
	margin-top: 1px;
}
/* end styles for ribbonbar reports panel */

/* styles for new dashboard */
div.clearer 
{
	clear: left; 
	line-height: 0; 
	height: 0;
}

.ContentHeaderWrapper_DIV
{
	width: 95%;
	margin: 0px 2% 20px 2%;
}

.ContentHeaderWrapper_DIV .PageDescription
{
	FONT-SIZE: 0.8em; 
	COLOR: #666699;
	padding-left:5px;
	padding-top:5px;
	font-family:Verdana, Tahoma;
}

.ContentHeaderWrapper_DIV img
{
	padding-top:10px;
	display: block;
	float:left;
}

.ContentHeaderWrapper_DIV div
{
	display: block;
	float: left;
	margin: 10px 0px 0px 10px;
}

.ContentHeaderWrapper_DIV h3 /* Main Title*/
{
	color:#3366CC;
	font-family:verdana;
	margin: 0px 0px 0px 5px;
	font-size:1.3em;
	font-weight:normal;
}

.ContentHeaderWrapper_DIV span
{
	margin: 10px 0px 0px 5px;
}

.ContentWrapper_DIV
{
	width: 90%;
	margin-left: 4%;
	margin-right: 4%;
	margin-bottom: 2%;	
	font-family:Georgia; /*Changed From Verdana, Tahoma*/
}
.NewItem_DIV 
{
	min-width: 200px;	
	width: 25%;
	float: left;
}

.NewItem_DIV div
{

}

.ExistingItem_DIV 
{
	min-width: 400px;
	width: 71%;
	float: right;
	margin-left: 5px;
}

/* System Message*/

.SysMessages_DIV 
{
	width: 100%;	
}

#SysMessages_DIV span
{
	margin:0px;
	width:100%;		
}

#sysmsgHolder
{
	margin-bottom:0px;	
}

.SysMessageToolbar_TD
{
	border-bottom: #006544 1px solid;	/*Changed From 95B7F3*/
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#E0E0E0,endColorStr=#FFFFFF);
	margin-top:-5px;	
	text-align:left;
}

.SysMessages_DIV #divmessage
{
	display:block;
	position:relative;
	padding:0px;
	overflow-x:hidden;
}

.SysMessages_DIV #divmessage span
{
	text-align:left;
	padding-left:20px;
	margin-top:0px;
}

.SysMessageToolbar_TD .messagelevelSelectBox
{
	width:100px;
}

.SysMessageToolbar_TD #spango
{
	text-align:left;
}


.SysMessages_DIV #filterByBlock .filterbyText
{
	width:30px;
	padding-top:4px;
}

.SysMessages_DIV #filterByBlock img
{
	
}

.SysMessageToolbar_TD .text
{
	font-family:Georgia; /*Changed From Verdana*/
	font-size:1em;
	color:#006544; /*Changed From 000066*/
}

.SysMessageToolbar_TD .text td span
{
	margin-top:0px;
}


/* system message additional styles */
#SystemMessageContentTable
{
	
}

#SystemMessageContentTableCell_Image 
{	
}

#SystemMessageContentTableCell_Message 
{	

}


/* Footer */
.Footer_DIV{
	width: 980px;	
	border-top: #ff9d5c 1px solid;	
	border-bottom: #95b7f3 1px solid;	
	
	/*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#E0E0E0,endColorStr=#FFFFFF);	*/
}
.FooterDiv img{
	display:block;
	float: left;
	margin-top: 12px;	
}
.FooterDiv div.SystemInfoSection_DIV{
	display:block;
	float:left; 
	margin: 5px 6px 5px 6px;
	font-size: 0.6em;	
	color: #999999;
	position:relative;
	z-index:40;	
	top:25px;
	text-align:left;
	line-height:0.9em;
	font-family: tahoma;
}
.FooterDiv div.Actions_DIV{
	display:block;
	float:right;
	margin-right: 10px;
	position:relative;
	z-index:40;
	top:25px;
}
.FooterDiv div.Actions_DIV input{
	margin-top: 8px;
}

/*DashBoard contents */
.DashboardOnBehalf
{
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FFC7A5,endColorStr=#FFFFFF);
}

.SectionBox_DIV{
	padding:10px 0px 20px 0px;
}


.SectionBox_DIV div
{	
	display: block;
	vertical-align:middle;
}

.SectionBox_DIV div span{
	float: left;
	margin-left: 15px;
	width: 120px;
}

.SectionBox_DIV div img{
	float: left;
	cursor: hand;
}

/*Toolbar like*/
.SectionBox_DIV div a{
	float: left;	
	margin: 0px 5px 0px 5px;
}

.SectionBox_DIV div select{
	display: inline-block;
	float: left;
	margin-left: 10px;	
	/*margin-top: 3px;	*/
	width: 320px;
	font-family:verdana, tahoma;
	font-size:0.8em;
	padding-left:5px;
}

#FooterImageHolder, #HeaderImageHolder
{
	position:relative;
	z-index:1;
	left:0px;
	top:0px;
	width:892px;
}

#FooterImageHolder
{
	position:absolute;
}

#FooterContentHolder
{
	position:relative;
	z-index:2;
	width:892px;
}

#DashBoardFooterContentHolder
{
	position:relative;
	z-index:2;
	width:980px;
	left:-6px;
}

#DashBoardFooterContentHolder #footer_image
{
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	width:980px;
}

#header_image, #footer_image
{
	width:100%;
	margin:0px;
}

#TermContent
{
	text-align:center;
	padding-bottom:5px;
}

#LoginContent
{
	width:100%;
	text-align:center;
	vertical-align:top;
	padding:5px 0px 15px 0px;
	height:30%;
}

#contentTable
{
	width: 892px;
	padding:10px 0px 10px 0px; /*Deleted Bottom two lines*/
	/*border-bottom:1px solid #cccccc;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FFFFFF,endColorStr=#F0F0F0);  */  
}

#contentTable div
{
	position:relative;
	float:left;
	list-style-type:none;
	padding-left:20px;	
}

#contentTable div.requirementBox
{
	float:right;
	list-style-type:none;
	width:40%;
	text-align:right;
	padding-right:5px;
}

/* end styles for new dashboard */

.messageBox
{
	width:400px;
	z-index:10002;
	left:25%;
	top:35%;	
	list-style-type:none;
	font-family:Verdana, Tahoma;
	font-size:1em;
	border:#95b7f3 1px solid;
	position:absolute;
	background-color:#fff;
}

.messageBox li*
{
	position:relative;
}

.messageBox li.header
{
	height:30px;
	width:100%;
	float:left;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#DAEAFD,endColorStr=#A9C7F0);
}

.messageBox li.body
{
	height:140px;
	float:left;
	width:80%;
	padding:10px 15px 10px 15px;
}

.messageBox li.img
{
	padding:10px 5px 10px 5px;
	height:140px;
	float:left;
	width:20%;
}

.messageBox li.button
{
	height:30px;
	float:right;
	width:100%;
	text-align:right;
	padding:5px 5px 5px 15px;
}

.show
{
	display:block;
	visibility:visible;
}

.hide
{
	display:none;
	visibility:hidden;
}

/*loader page changes */
#splashBackground
{
	position:relative;
	height:522px;
	width:669px;
	text-align:center;
	top:20%;
}

#loadingText
{
	position:relative;
	float:right;
	vertical-align:bottom;
	font-family:Verdana, tahoma;
	font-size: 0.7em;
	font-weight:700;
	color:#fff;
	top:417px;
	width:100%;
	text-align:right;
	padding-right:10px;
}
	
#loadingIcon
{
	top:440px;
	position:relative;
	float:right;
	vertical-align:top;
	margin-top:10px;
	text-align:right;
	vertical-align:bottom;
	padding-right:180px;
}

.divLoginInfo
{	
	border-bottom: 0px; /*Changed From 1px solid #FF9D5C*/
	width:980px;
}

#loginHolder
{
	width:411px; 
	padding-top:60px; 
	padding-bottom:70px;
	padding-left:0px;
	padding-right:0px;
}

#loginBackground
{
	width:892px;
	text-align:center;
}

#newItemHolder, #existingItemHolder
{
	width:100%;
	height:100%;	
}

/* Customer Term, Order Pricing*/
#discountMarkupHolder
{
	list-style-type:none;
	position:relative;
	width:957px;
	margin:0px;
	border:solid 1px #006544; /*Changed From 95B7F3*/
	padding-top:3px;
}

#discountMarkupHolder li
{
	float:left;		
	vertical-align:middle;
	padding:0px 3px 0px 3px;
}

.sectionDescription1
{
	margin-right:10px;	
}

.contentsControl40
{
	width:790px;	
}

.contentsControl41
{
	padding-left:20px;
	padding-top:10px;
	width:200px;
	vertical-align:middle;
	text-align:left;	
	padding-bottom:0px;
}

/* contents alignment for customer page */
.LBLMarkupMargin
{

}

.markupAligner, .markupAligner1,.markupAligner2,.markupAligner3,.markupAligner4, .markupAligner5
{
	position:relative;
	float:left;
	width:auto;
}

.markupAligner, .markupAligner4
{
	width:20px;
}

.markupAligner3
{
	width:20px;
}

.markupAligner1
{
	width:233px;
}

.markupAligner5
{
	padding-left:5px;
	padding-right:5px;
}

.LBLTaxMargin
{
	padding-right:158px;
}

/* overrides styles */
/* this needs to be changed if column number of rapid options are less than and greater than 3
.OptionDetailIcon_Cell, .ValidationImage_Cell
{
	width: 20px;	
	max-width:20px;
}

.OptionQuestion_CellwoScreenImage
{
	width: 36%;	
}

.OptionControl_CellwoScreenImage
{
	width: 46%;
}

.OptionControl_DropDown, .OptionControl_DropDown_Expandable
{
	width: 90%;
}
*/
/*recommended size based on the number of options displayed on rapid options
/*
/* if 3 columns
/* width of numericTextBox = 114px
/* width of numericTextBox without viewbox = 132px
/* width of numericTextBox without viewbox and scroller= 150px

/* if 2 columns
/* width of numericTextBox = 200px
/* width of numericTextBox without viewbox = 218px
/* width of numericTextBox without viewbox and scroller= 236px

/* numeric control overrides */
.numericTextBox
{
	font-family: inherit;
	font-size: 8pt;
	height: 14px;
	width: 114px;
	border: #A7A6AA 1px solid;
	
}

/*When scroll or viewbox not displayed*/
	
.numericTextBox_scroller
{
	font-family: inherit;
	font-size:8pt;
	height:14px;
	width:132px;
	border: #A7A6AA 1px solid;	
}

.numericTextBox_textboxonly
{
	font-family: inherit;
	font-size:8pt;
	height:14px;
	width:150px;
	border: #A7A6AA 1px solid;		
}
/*************************************/

.dbOuter 
{	
	width:150px;
	height: 27px;
	position:relative;
	float:left;		
}


.pageFilter
{
	height: 27px;
	display:inline;
	vertical-align:middle;	
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#CEE7F7,endColorStr=#FFFFFF);    	
}

.imgSpacer
{
	vertical-align:middle;
	float:left;
	margin-top:3px;
}

.lblLinesPerPageAlign
{
	vertical-align:middle;
	float:left;
	margin-top:5px;
	margin-right:5px;
}

.DropDownPageSizeAlign
{
	vertical-align:middle;
	float:left;
	margin-top:3px;
	
}

.lblPriceCalculating
{
	background-color:Tomato;
    color:White;
}
.searchToolbarHolder
{
	border: solid 1px #ccc;	/*Changed From 95B7F3*/
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#E0E0E0,endColorStr=#FFFFFF);    /*Changed From CEE7F7*/
	width:100%;
}

.txtMfgDiscount
{
	width: 75px;
	font-family:verdana, Tahoma;	
	font-size:0.7em;
	height:auto;
	text-align:right;
	/*color:Gray;*/
}

.txtMfgDiscountDisabled
{
	width: 75px;
	font-family:verdana, Tahoma;	
	font-size:0.7em;
	height:auto;
	text-align:right;
	color:Gray;
	background-color:#E6E1CC;
}

.txtDealerMfgDiscount
{
	width: 75px;
	font-family:verdana, Tahoma;	
	font-size:0.7em;
	font-weight:bold;
	height:auto;
	text-align:right;
	color:Blue;
}

.ReadOnlyQuoteBlockingDiv
{
	background-color: white;
	filter: alpha(opacity: 35);
	z-index: 50;
	position: absolute;
	display: block;
}

.RadTabStrip_RAPIDOPTIONS
{
	font-size:0.7em;
}

/* Default style for Address control */
.Address
{
	width: 485px;
	/*position: relative;
	float: left;
	clear: both;
	border-width: medium;*/
}

.Address .Field1, .Address .Field2, .Address .Field3
{
        height: 20px; /*Was 32*/
	float: left;
	display: block;
	border-width: thin;
}

.Address .Field1
{
	width: 484px;
}

.Address .Field2
{
	width: 310px;
}

.Address .Field3
{
	width: 174px;
}

.Address .Label1, .Address .Label2
{
	margin-top: 9px;
	text-align: left;
	float: left;
	font-size: 0.7em;	
        color:#321910;  /*Changed From 517CFF*/
}

.Address .Label1
{
	width: 145px;
}

.Address .Label2
{
	width: 35px;
}

.Address .Input1, .Address .Input2, .Address .Input3, .Address .Input4
{
	margin-left: 1px;
	font-family:verdana, Tahoma;
	margin-top: 6px;
	float: left;
	font-size: 0.7em;
}

.Address .Input1
{
	width: 270px;
}

.Address .Input2
{
	width: 120px;
}

.Address .Input3
{
	width: 70px;
}

.Address .Input4
{
	width: 276px;
}

.Address .ErrorImageContainer
{
	float: left;
	width: 29px;
}
/* End Default style for Address control */

.CustomerInfo
{
	
}

.CustomerInfo .Container
{
	width: 420px;
	height: 80px;
	clear: both;
	float: left;
}

.CustomerInfo .Field
{
	width: 420px;
	height: 32px;
}

.CustomerInfo .Label
{
	width: 145px;
	text-align: left;
	float: left;
	font-size: 0.7em;	
        color:#321910;  /*Changed From 517CFF*/
	background-color: light-gray;
}

.CustomerInfo .Input
{
	float: left;
	font-size: 0.7em;
	width: 265px;
}


/* Style for Address control on CustomerAddressMaintenance dialog page */
.WideAddress
{
	width: 605px;
}

.WideAddress .Field1, .WideAddress .Field2, .WideAddress .Field3
{
	height: 32px;
	float: left;
	display: block;
	border-width: thin;
}

.WideAddress .Field1
{
	width: 605px;
}

.WideAddress .Field2
{
	width: 395px;
}

.WideAddress .Field3
{
	width: 210px;
}

.WideAddress .Label1, .WideAddress .Label2
{
	margin-top: 9px;
	text-align: left;
	float: left;
	font-size: 0.7em;	
        color:#321910;  /*Changed From 517CFF*/
}

.WideAddress .Label1
{
	width: 143px;
}

.WideAddress .Label2
{
	width: 30px;
}

.WideAddress .Input1, .WideAddress .Input2, .WideAddress .Input3, .WideAddress .Input4
{
	font-family:verdana, Tahoma;
	margin-top: 6px;
	float: left;
	font-size: 0.7em;
}

.WideAddress .Input1
{
	width: 420px;
}

.WideAddress .Input2
{
	width: 214px;
}

.WideAddress .Input3
{
	width: 138px;
}

.WideAddress .Input4
{
	width: 426px;
}

.WideAddress .ErrorImageContainer
{
	float: left;
	width: 29px;	
}
/* End Style for Address control on CustomerAddressMaintenance dialog page */

/* Style for Address control on OrderHeader */
.OrderAddress
{
	width: 390px;
	vertical-align: bottom;
}

.OrderAddress .Field1, .OrderAddress .Field2, .OrderAddress .Field3
{
	height: 32px;
	float: left;
	display: block;
	border-width: thin;
}

.OrderAddress .Field1
{
	width: 390px;
}

.OrderAddress .Field2
{
	width: 243px;
}

.OrderAddress .Field3
{
	width: 147px;
}

.OrderAddress .Label1, .OrderAddress .Label2
{
	margin-top: 9px;
	text-align: left;
	float: left;
	font-size: 0.7em;	
        color:#321910;  /*Changed From 517CFF*/
}

.OrderAddress .Label1
{
	width: 100px;
	font-size: 0.7em; /*Added*/
	color:#321910; /*Added*/
}

.OrderAddress .Label2
{
	width: 35px;
	font-size: 0.7em; /*Added*/
	color:#321910; /*Added*/
}

.OrderAddress .Input1, .OrderAddress .Input2, .OrderAddress .Input3, .OrderAddress .Input4
{
	margin-left: 1px;
	font-family:verdana, Tahoma;
	margin-top: 6px;
	float: left;
	font-size: 0.7em;
}

.OrderAddress .Input1
{
	width: 248px;
}

.OrderAddress .Input2
{
	width: 100px;
}

.OrderAddress .Input3
{
	width: 70px;
}

.OrderAddress .Input4
{
	width: 254px;
}

.OrderAddress .ErrorImageContainer
{
	float: left;
	width: 29px;	
	margin-top: 5px;
}
/* End Style for Address control on OrderHeader */

/* Style for contact location assignment grid */
.locationGridLabel
{
	margin: 5px;
	line-height: 20pt;
}

.accessCheckBox, .defaultRadioButton
{
	margin: 3px;
}

.accessHeaderCheckBox
{
	float: left;
	margin: 3px;
}

.locationSelectionLink
{
	text-decoration: underline;
	color: #3366cc;	
}

.locationGrid
{
	font-size: 0.7em;
	border: solid 1px;
	border-color: #ECE9D8 #ADAA9C #ADAA9C #ECE9D8;
	border-collapse: collapse;
	text-align: left;
	width: 970px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.locationGridHeader
{
	height: 16pt;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#CEE7F7,endColorStr=#FFFFFF);
}

.locationGridFooter
{
	padding-right: 5px;
	text-align: right;
}

.globalDealerAccess
{
	display: block;
	float: left;
}

.pagingControlsContainer
{
	display: block;
	float: right;
}

.pageSizeDropDown
{
	font-family: Arial;
	font-size: 8pt;
	vertical-align: middle;
	margin-right: 5px;
}

.locationGridRow
{
	margin: 0px;
	padding: 0px;
}

.dealerName
{
	width: 325px;
	font-weight: bold;
	display: block;
	float: left;
} 

.dealer, .shipToHeader, .locationEven, .locationOdd
{
	display: block;
	float: left;
	width: 100%;
	height: 20pt;
}

.dealer
{
	background-color: #D6D3D6;
}

.shipToHeader
{
    background-color: #F1F3F3;
    font-weight: bold;
}

.noLocationsLabel
{
	font-weight: normal;
}

.locationEven
{
	background-color: #FFFFFF;
}

.locationOdd
{
	background-color: #EBF3FA;
}

.locationName, .locationAddress, .locationAccess, .locationDefault, .locationAccessHeader, .locationDefaultHeader
{
	height: 100%;
	display: block;
	float: left;
}

.locationAccess, .locationDefault
{
	text-align: center;
}

.locationName
{
	width: 300px;
	margin-left: 25px;
}

.locationAddress
{
	width: 509px;
}

.locationAccess, .locationAccessHeader
{
	width: 65px;
}

.locationDefault
{
	width: 65px;
}

.locationSelection
{
	display: block;
	float: left;
	line-height: 20pt;
	margin-left: 5px;
}

.pageNumberTextBox
{
	width: 25px;
}

.borderRight
{
	border-right: solid 1px #EFEBDE;
}

.borderLeft
{
	border-left: solid 1px #EFEBDE;
}

.borderLeftRight
{
	border-right: solid 1px #EFEBDE;
    border-left: solid 1px #EFEBDE;
}

.borderBottom
{
	border-bottom: solid 1px #EFEBDE;
}

.contactLocationsToolbar
{
	width: 970px;
	border: solid 1px #95B7F3;	
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#CEE7F7,endColorStr=#FFFFFF);
}

.contactLocationsSearchToolbar
{
	width: 970px;
	border-top: none;
	border-right: solid 1px #95b7f3;
	border-bottom: solid 1px #95b7f3;
	border-left: solid 1px #95b7f3;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#E0E0E0,endColorStr=#FFFFFF);
}

.contactLocationsSearchHeader
{
	display: block;
	float: left;
	margin: 5px;
	text-align: left;
}

.contactLocationsHeaderContainer
{
	display: block;
	float: left;
}

.contactLocationsSearchContainer
{
	border-right: solid 1px #adaa9c;
	border-bottom: solid 1px #adaa9c;
	border-left: solid 1px #ece9d8;
	text-align: left;
	width: 970px;
	padding-bottom: 10px;
}

.contactLocationsSearchPanel
{
	margin-top: 5px;
	border: solid 1px #95b7f3;
	color: #3366cc;
	width: 970px;
	font-weight: 700;
	font-size: 0.8em;
	height: 24px;
	text-align: left;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#CEE7F7,endColorStr=#FFFFFF);
}

.contactLocationsSearchPanelCaption
{
	line-height: 22px;
	padding-left: 5px;
}

.contactLocationsField
{
	display: block;
	float: left;
}

.contactLocationsFieldLabel
{	
	width: 100px;
	display: inline-block;
	color:#3366CC;
	font-size: 0.7em;
	margin-left: 10px;
}

.contactLocationsFieldValue
{
	width: 150px;
	display: inline-block;
	font-size: 0.7em;
}

.contactLocationsHelpLabel
{
	margin: 10px;
	display: inline-block;
}

.searchCriteriaContainer
{
	display: block;
	float: left;
	margin: 5px;
	text-align: left;
	padding: 5px;
}

.searchCriteriaHeader
{
	font: 10pt verdana;
}

.searchCriteriaLabel
{
	display: block;
	float: left;
	width: 110px;
	font: 8pt verdana;
	margin: 5px;
	text-align: left
}

.searchCriteriaTextBox
{
	display: block;
	float: left;
	width: 180px;
	font: 8pt verdana;
	margin: 3px;
	border: solid 1px #7f9db9;
}

.searchCriteria
{
	height: 24px;
	display: block;
	float: left;
	margin: 1px 5px 1px 5px;
}

.searchButton
{
	display: block;
	float: right;
	margin-right: 18px;
}

/* PrintPreview CSS styles  */
.PrintPreview_Body
{
	margin:0;
	padding:0;
}

.PrintPreview_PDFViewer
{	
	height:100%;
	width:100%;
	text-align:left;	
}

.PrintPreview_PDFViewer .iframeHolder
{
	height:100%;
	width:100%;
	display:block;
	position:fixed;
	margin-bottom:auto;
}

.LayoutManagerDropDown
{
	width: 155px; 
}

/* TODO: OLD this needs to be moved to BuyDesignStyle */
ul.LicenseDetails
{
	margin:0;
	padding:5px;
	list-style:none;
	font-size:8pt;
	width:100%;	
	float:left;
	text-align:left;
}

	ul.LicenseDetails a
	{
		font-size: 8pt;
		padding: 0px 0px 0px 10px;
	}
	
	ul.LicenseDetails li
	{
		position:relative; 
		float:left; 
		padding:5px 5px;
		width:100%;
		height:100%;
	}
	
		ul.LicenseDetails li span
		{
			position:relative; 
			float:left; 
			padding: 0px 0px 0px 10px;
			font-size:8pt;
		}
	
		ul.LicenseDetails li input
		{
			border:1px solid #7F9DB9; 
			font-size:8pt;
			position:relative; 
			float:left;
			margin: 0px 10px;
		}

		ul.LicenseDetails li .LicenseDetails_SubHeader
		{
			border-bottom:solid 1px #EE9988; 
			font-size:9pt;
			position:relative; 
			float:left;
			padding-left:15px;
			padding-bottom:5px;
			color:#517cff;
		}
		
		ul.LicenseDetails li .LicenseDetails_Hidden
		{
			visibility:hidden;
			position:relative; 
			float:left;
			padding: 0px 0px 0px 10px;
			
		}
		
		
		ul.LicenseDetails li .LicenseDetails_Grid
		{
			padding:0px 0px 0px 10px;
			width:95%;
		}
	
		.LicenseDetails_Grid tfoot td
		{
			text-align:center;
		}
		
			.LicenseDetails_Grid tfoot td .GridPagerItem, .LicenseDetails_Grid tfoot td .GridPagerTextBox		
			{
				position:relative;
				float:none;
			}
			
	
		
	/*
			.LicenseDetails_Grid tfoot
			{
				margin-top:15px;
			}
			
			.LicenseDetails_Grid tfoot img
			{
				position:relative;
				float:left;
				padding:0px 0px 0px 160px;
			}

*/

.BlueGradient
{
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#CEE7F7,endColorStr=#FFFFFF);
}

TD.PricingCell
{
	text-align: right;
}

TD.PricingMessageCell
{
	text-align: center;
}

SPAN.PricingMessage
{
	color: Red;
}

.skinnyDatePicker input
{
	width: 75px ! important;
}

/* message displayed at top of screen */
#slidedown_message{
    position: fixed;
    top: 0; left: 0;
    z-index: 97000;
    background:white;
    padding:12px;
    border:1px solid blue;
    text-align:center;
    font-size:small;
    height:24px;
    color: black;
    opacity: 0.8;
    filter: alpha(opacity = 80);
    display: none;
    width: 400px;
}

/*-----------------------------------------
  Reset MVC shopping cart styles
-------------------------------------------*/
.shopping-cart div,
.shopping-cart span,
.shopping-cart a,
.shopping-cart img,
.shopping-cart ol,
.shopping-cart ul,
.shopping-cart li,
.shopping-cart table,
.shopping-cart tbody,
.shopping-cart tfoot,
.shopping-cart thead,
.shopping-cart tr,
.shopping-cart th,
.shopping-cart td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: inherit;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
.shopping-cart ol, .shopping-cart ul
{
	list-style: none;
}

/* remember to define focus styles! */
.shopping-cart :focus
{
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
.shopping-cart table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/*-----------------------------------------
  MVC shopping cart styles
-------------------------------------------*/
.shopping-cart
{
	font-family: Verdana;
	font-size: 8pt;
	color: Black;
}

.shopping-cart input.text-box, .shopping-cart textarea
{
	font-family: Verdana;
	font-size: 8pt;
	border: 1px solid #7F9DB9;
	padding: 1px;
}

.shopping-cart .line.disabled input.text-box
{
	color: #666666;
}

.shopping-cart.loading
{
	height: 100px;
	background-color: #F1F3F3;
	text-align: center;
	padding-top: 20px;
	font-weight: bold;
}

.shopping-cart .server-error
{
	height: 100px;
	width: 100%;
	background-color: #F1F3F3;
	text-align: center;
	padding-top: 20px;
	font-weight: bold;
	color: Red;
}

.shopping-cart .cart-actions
{
	padding: 3px;
	vertical-align: middle;
	/* Size needed for filter to work in IE */
	width: 100%; 
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#DEE3F7,endColorStr=#FFFFFF);
    border-bottom: solid 1px #dde0e0;	
}

.shopping-cart .cart-actions a
{
	display: inline-block;
	cursor: pointer;
	border: solid 1px transparent; /* So they don't shift when a border is added on hover */
	padding: 2px 5px 2px 25px;
	color:Black; 
	text-decoration: none;
	vertical-align: middle;
	background-image: url(../Images/copy.gif);
	background-position: 5px center;
	background-repeat: no-repeat;

}

.shopping-cart .cart-actions a:hover
{
	border: solid 1px black;
	background-color:#FFE38C;
	color: Black;
}

.shopping-cart .cart-actions a.disabled, .shopping-cart .cart-actions a.disabled:hover
{
	color: gray;
}

.shopping-cart.normal-mode .cart-actions .select-all,
.shopping-cart.normal-mode .cart-actions .unselect-all
{
	display: none;
}

.shopping-cart .lines
{
	width: 100%;
}

.shopping-cart .lines .item-column
{
	width: 100%;
}

.shopping-cart .lines a,
.shopping-cart .lines a:active,
.shopping-cart .lines a:link,
.shopping-cart .lines a:visited
{
	color: #006544; /* Changed from #69A4FC;*/
	text-decoration: underline;  
}

.shopping-cart .lines a:hover
{
	color: #FF9C00; 
	text-decoration: underline;  
}

.shopping-cart .line.disabled .actions a, 
.shopping-cart .line.disabled a.remove 
{
    color: #666666;
    cursor: default;
    text-decoration: none;
}

.shopping-cart .lines th
{
	background-color: #F1F3F3;
	color: #4371FC;
	padding: 2px 10px;
}

.shopping-cart .line > tr > td
{
	padding: 2px 10px;
}

.shopping-cart .line .actions td
{
	padding: 2px 5px 2px 0px;	
}

.shopping-cart .line .description td
{
	padding: 2px 0px 2px 0px;	
}

/* Nice style for visualizing/testing the layout */
/*.shopping-cart .line td
{
	border: dotted 1px #D0D0D0;
}*/

.shopping-cart .line > tr:first-child td
{
	border-top: solid 1px #CCCCCC; /* divider between lines */
}

.shopping-cart .line td
{
     vertical-align: top;
}

.shopping-cart .line.being-configured td
{
	background-color: #f1f3f3;
}

.shopping-cart .line.partially-configured td
{
    background-color: #eee;
}

.shopping-cart .line.error td
{
	background-color: #FFE4E1;
}

.shopping-cart .line.validation-required td
{
	background-color: #FAF8CC;
}

.shopping-cart .line .line-number
{
    text-align: left; 
    padding-right: 26px;
    margin-left: -16px;
}

.shopping-cart .line .icon
{
    cursor: default;
    width: 16px;
	height: 16px;
	position: absolute;
	
}

.shopping-cart .line.being-configured .icon
{
	background-image: url(../Images/iWorking.gif);
}

.shopping-cart .line.error .icon,
.shopping-cart .line.validation-required .icon
{
    background-image: url(../Images/ERROR_WARNING.gif);
}

.shopping-cart .line .label .text-box
{
	width: 100px;
}

.shopping-cart .line .family-name
{
	font-weight: bold;
}

.shopping-cart .line .quantity .text-box
{
	width: 45px;
}

.shopping-cart .line .line-number input
{
	width: 30px;
	cursor:text;
}

.shopping-cart .line .uom
{
	font-weight: bold;
}

.shopping-cart .unit-price-column,
.shopping-cart .total-price-column
{
	text-align: right;
}

.shopping-cart .line .line-status
{
	white-space: nowrap;
	text-align: center;
	font-style: italic;
}

.shopping-cart .line.error .line-status
{
    color: Red;   
}
.shopping-cart .line.partially-configured .line-status
{
    color: #555;
}

.shopping-cart .line.being-configured .line-status, 
.shopping-cart .line.validation-required .line-status
{
    color: orange;    
}

.shopping-cart .line .actions a
{
	white-space: nowrap;
}

.shopping-cart .line .image
{
	text-align: center;
}

.shopping-cart .line .apply-options
{
	vertical-align: bottom;
}



.shopping-cart .line .apply-options *,
.shopping-cart .line.being-configured .apply-options *,
.shopping-cart.rapid-change-mode .line.partially-configured .apply-options
{
    visibility: hidden;
}

.shopping-cart.rapid-change-mode .line .apply-options *
{
    visibility: visible;
}

.shopping-cart .line .details
{
	 width: 100%;
	 overflow:hidden;
	 white-space: normal;

}

.shopping-cart .line .details .detail
{
     padding-left: 6px;
}

.shopping-cart .line .details .detail-desc
{
     
}

.shopping-cart .line .details .detail-val
{
}

.shopping-cart .line.partially-configured .image *,
.shopping-cart .line.partially-configured .details *
{
	display: none;
}

/* Make any text directly in the table cell "disappear", display none doesn't work becuase we need to display the table cell */
.shopping-cart .line.partially-configured .details
{
	font-size: 0;
	color: #fff793;
}

.shopping-cart .line .image img,
.shopping-cart .line .image embed
{
	width: 120px;
}

/*item selection styles*/
.item-selection
{
    font: 8pt verdana;
}

.item-selection table
{
    width: 100%;
    border-collapse: collapse;
}

.item-selection table td
{
    padding: 0px;
}

.item-selection span
{
	color: #517CFF;
}

.item-selection span.value
{
	color: #333333;
}

.item-selection table.item-info
{
    margin: 10px 0px 10px 10px;
}

.item-selection table.item-info td
{
    padding-bottom: 5px;
}

.item-selection .footer a.cfg-item-type
{
    background-image: url(../Images/ItemTypeConfigurable.gif);
}

.item-selection .footer a.non-cfg-item-type
{
    background-image: url(../Images/ItemTypeNonConfigurable.gif);
}

.item-selection .footer a.my-items-item-type
{
    background-image: url(../Images/ItemTypeMyItems.gif);
}

.line-comments
{
  width: 480px;
  left: 210px;
  top: -2px;
}

#named-config-template
{
	display: none;
	width: 100%;
}

.named-config-popup
{
  width: 425px;
  left: 210px; 
}

.named-config-popup .named-config-validation.hidden
{
  visibility: hidden; 
}

.named-config-popup input, 
.named-config-popup select
{
	width: 200px;
}

#rapidChangeContainer
{
	font-size:8pt;		
	width: 100%;	
}

.named-config-search-popup
{
  width: 800px;
  left: 75px;
  margin-top: 5px;  
}


#rapidChangeContainer div
{
	margin-bottom: 8px;
}
    
#rapidChangeContainer .group-selection
{
	margin-left: 10px;
	color:#517CFF;	
}    

#rapidChangeContainer .group-selection span
{
	margin-right: 10px;
	color:#517CFF;	
} 
    
#rapidChangeContainer .footer
{
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#CEE7F7,endColorStr=#FFFFFF);
    border-top: solid 1px #95b7f3;
    border-bottom: solid 1px #95b7f3;	
    text-align: right;
    width: 100%; /* used to get the gradient to fill */
}

.moreactions-wrapper
{
  background-color: white !important;
  border-top: 1px black solid !important;
  border-left: 1px black solid !important;
  border-right: 1px black solid !important;
  border-bottom: 1px black solid !important;
  color: #666666;
  position: absolute; 
  display: none;
}

.moreactions-content
{
    font-size: 12pt !important;
    width : auto;
}

.shopping-cart .moreactions li
{
    height:15px !important;
}

.adjust-price-template
{
  display: none; 
}

.adjust-price-popup
{
  background-color: White;
  width: 580px;
  left: 200px;
}

.adjust-price-popup .header 
{
  text-align:right;
  vertical-align: bottom;
}

.adjust-price-popup .adjustment 
{
  text-align:right;
  vertical-align: bottom;
}

.adjust-price-popup INPUT
{
  width: 40px;
  vertical-align: bottom;
}

.adjust-price-popup INPUT[readonly]
{
  background-color: #E6E1CC;
}

.c3-discount-changed
{
 font-weight: bold;
 color: Blue; 
}

.adjust-price-normal
{
  font-weight: normal;
  color: Black;
}

.adjust-price-changed
{
  font-weight:bold; 
}

.line-comments
{
   width : 480px;
  left: 210px;
}

.line-comments textarea
{
  width: 478px;
  border: 0 solid #FFFFFF;
  display: block; 
}

.linepricedetails
{ 
    left: 210px;
    width : 480px;
}

.linepricedetailscontent
{
    width:100%;
    height:auto; 
    overflow:auto;
}

.detail-container
{
	width: 100%;
}

.detail-container li
{
    padding-left:10px;
    padding-top:2px;
    padding-right:20px;
	line-height: 1.75em;
}

.detail-container li .detail-line
{
    border-bottom:#ccc 1px solid;
	line-height: 0;
	height: 0;
	width:100%;
}

.detail-container li .order-detail,
.detail-container li .pricing-detail
{
	border-style: none;
}
.detail-container li .pricing-detail .question,
.detail-container li .order-detail .question
{
	display: block;
	float: left;
	width: 70%;
}


.detail-container li .order-detail .answer,
.detail-container li .pricing-detail .answer
{
    display: inline-block;
	color: #903;
}

.detail-container li .pricing-detail .answer
{
    text-align:right;
    width:100px;
}

.shopping-cart .line .linepricedetails .NoDetailImage
{
    padding-left:250px;
    padding-top:20px;
    height:65px;
    background: url(../Images/System/NoImageAvail.gif) no-repeat center
}

.shopping-cart .line .linepricedetails .NoDetailText
{
    text-align:center;
    color: #903;
    display:inline-block;
}

#SearchNamedConfiguration >LABEL
{
    color: #517cff;
}

.named-config-item-type
{
    background-image: url(../Images/ItemTypeNamedConfig.gif);
}

.image-dropdown-popup
{
	font-size: 8pt;
	text-align: left;
}