
/*---------------------------------------------------------------------------------------*/
/*									Panels									*/
/*---------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------*/
/*									CATEGORY MENU										*/
/*---------------------------------------------------------------------------------------*/

.CategoryMenu
{
	BORDER-RIGHT: #666666 2px solid;
	PADDING-TOP: 0px
}

.CategoryMenuSubTable
{
	BORDER-RIGHT: maroon thin;
	BORDER-TOP: maroon thin; 
	BORDER-LEFT: maroon thin;
	WIDTH: 180px;
	BORDER-BOTTOM: maroon thin;
	background-color: #f9f2dc;
}

.CategoryMenu .NormalDiv
{
	background-color: #993333;
}

.CategoryMenu .CategoryListDiv
{
	BORDER-RIGHT: #993333 thin solid;
	 BORDER-LEFT: #993333 thin solid;
}

.CategoryMenuFooter
{	
	PADDING-TOP: 0px;
}

.CategoryMenuFooter .Footer
{
	background-color: #993333;
	BORDER-BOTTOM: #666666 2px solid;
}

.CategoryMenuFooter .FooterRight
{
	background-color: #993333;	
}
/*---------------------------------------------------------------------------------------*/
/*									User Login Sidebar									*/
/*---------------------------------------------------------------------------------------*/
.UserLoginSideBar
{
	background-color: #e2e2e2;
}

.UserLoginSideBar .HeaderDiv
{
	background-color: #993333;	
}

.UserLoginSideBar .LoginPanel
{
	BORDER-RIGHT: #993333 thick; 
	BORDER-LEFT: #993333 thick;
}
/*---------------------------------------------------------------------------------------*/
/*									My Account									*/
/*---------------------------------------------------------------------------------------*/

.MyAccountHeader
{
	background-color: #993333;	
}
/*---------------------------------------------------------------------------------------*/
/*									Shopping Cart										*/
/*---------------------------------------------------------------------------------------*/
.ShoppingCartSidebar
{
		BORDER-RIGHT: maroon thick; 
		BORDER-TOP: maroon thick; 
		BORDER-LEFT: maroon thick; 
		WIDTH: 180px; 
		BORDER-BOTTOM: maroon thick
}

.ShoppingCartSidebar .HeaderDiv
{
	background-color: #993333;	
}

.ShoppingCartSidebar .SummaryPanel
{
	BORDER-RIGHT: #993333 thick;
	 BORDER-LEFT: #993333 thick;
}
/*---------------------------------------------------------------------------------------*/
/*										Header											 */
/*---------------------------------------------------------------------------------------*/

.Header
{
	border-right: #993333 5px solid;
	border-top: #993333 5px solid;
	border-left: #993333 5px solid;
	border-bottom: #993333 1px solid;
}

.Header .TopTable
{
  BORDER-RIGHT: #000000 1px solid;
  BORDER-TOP: #000000 1px solid;
  BORDER-LEFT: #000000 1px solid;
  BORDER-BOTTOM: #000000 1px solid;
}

.Header .TopTable .HeaderRow
{
	background-color: #999999;
}
.Header .TopTable .FooterRow
{
	background-color: #878787;
}

.Header .LogoBox
{
	BORDER-BOTTOM: #993333 1px solid;
}

.Header .BottomTable
{
	BORDER-TOP: #000000 1px solid; 
	BORDER-BOTTOM: #000000 1px solid
}

.Header .BottomTable .HeaderRow
{
	background-color: #999999;
}
.Header .BottomTable .FooterRow
{
	background-color: #878787;
}

.Header .FooterTable
{
	BORDER-RIGHT: #000000 1px solid;
	BORDER-TOP: #000000 1px solid;
	BORDER-LEFT: #000000 1px solid;
	BORDER-BOTTOM: #000000 1px solid	
}

.Header .FooterTable .HeaderRow
{
	background-color: #999999;
}
.Header .FooterTable .FooterRow
{
	background-color: #878787;
}

.Header .FooterTableDiv
{
	background-color: #993333;
	PADDING-TOP: 2px;
}


.Header .RightPanel
{
	BORDER-RIGHT: #993333 1px solid;
	BORDER-TOP: #993333 0px solid; 
	BORDER-BOTTOM: #993333 0px solid	
}
.Header .LeftCrossHatchAngle
{
	background-color: #993333;
}
.Header .RightCrossHatchAngle
{
	PADDING-TOP: 3px;	
}

.Header .LeftCrossHatchAngleFooterDiv
{
	PADDING-TOP: 1px; 
	BORDER-BOTTOM: #993333 1px solid	
}
.Header A:link
{
	font-weight: bold;
	font-size: 14px;
	color: white;
	font-family: Arial;
	text-decoration: none;
}

.Header A:visited
{
	font-weight: bold;
	font-size: 14px;
	color: white;
	font-family: Arial;
	text-decoration: none;
}

.Header A:hover
{
	font-weight: bold;
	font-size: 14px;
	color: blue;
	font-family: Arial;
	text-decoration: none;
}

.Header.LinkBoxL
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	font-size: 14px;
	color: white;
	padding-top: 4px;
	font-family: Arial;
}

.Header.LinkBoxR
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	font-size: 14px;
	color: white;
	padding-top: 4px;
	font-family: Arial;
}

/*---------------------------------------------------------------------------------------*/
/*										Footer Styles									 */
/*---------------------------------------------------------------------------------------*/

.FooterHR
{
	color: #993333;	
}

/*---------------------------------------------------------------------------------------*/
/*										Body Styles										 */
/*---------------------------------------------------------------------------------------*/

.GlobalLink
{
	color: #FFFFFF;
	font-family: Verdana, Arial;
	font-size: 10px;
}
A:link
{
	color: navy;
	text-decoration: underline;
}
A:visited
{
	color: navy;
	text-decoration: underline;
}
A:hover
{
	color: mediumblue;
	text-decoration: none;
}

INPUT
{
	font-size: 12px;
	margin-bottom: 1px;
}

H1
{
	margin-top: 4px;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 1px;
	color: #cc3333;
}
H2
{
	font-weight: bold;
	font-size: 14.0px;
	color: #696969;
	margin-top: 11.0px;
	margin-bottom: 1.0px;
}



P
{
	font-size: 12.0px;
	margin-top: 2px;
	margin-bottom: 6px;
}


BODY
{
	/*background-color : #5C7AB4;*/ /*background-color : White;*/
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 11px;
	margin-left: 5px;
	margin-right: 0px;
	color: #555555;
}


/*---------------------------------------------------------------------------------------*/
/*									Administrative Look and Feel						 */
/*---------------------------------------------------------------------------------------*/


.WindowBox
{
	border-right: #993333 thin solid;
	border-top: #993333 thin solid;
	border-left: #993333 thin solid;
	width: 473px;
	border-bottom: #993333 thin solid;
}

.WindowBox TH
{
	color: white;
	background-color: #993333;
}
.WindowBox TD
{
	padding: 3px;
}

.WindowBox H1
{
	color: white;	
}

.WindowBoxNoWidth
{
	border-right: #993333 thin solid;
	border-top: #993333 thin solid;
	border-left: #993333 thin solid;	
	border-bottom: #993333 thin solid;
}

.WindowBoxNoWidth TH
{
	color: white;
	background-color: #993333;
}

.WindowBoxNoWidth H1
{
	color: white;	
}

.Footer
{
	border-right: #993333 5px solid;
	border-top: #993333 0px solid;
	border-left: #993333 5px solid;
	border-bottom: #993333 1px solid;
}

.Footer .AdminMenu A:link
{
	font-weight: bold;
	font-size: 14px;
	color: white;
	font-family: Arial;
	text-decoration: none;
}

.Footer A:visited
{
	font-weight: bold;
	font-size: 14px;
	color: white;
	font-family: Arial;
	text-decoration: none;
}

.Footer A:hover
{
	font-weight: bold;
	font-size: 14px;
	color: blue;
	font-family: Arial;
	text-decoration: none;
}

.Footer.LinkBoxL
{
	padding-bottom: 0px;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	font-size: 14px;
	color: white;
	padding-top: 4px;
	font-family: Arial;
}

.Footer.LinkBoxR
{
	padding-bottom: 0px;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	font-size: 14px;
	color: white;
	padding-top: 4px;
	font-family: Arial;
}



.AdminMenu
{
	border-right: medium none;
	border-top: medium none;
	border-left: medium none;
	border-bottom: medium none;
	background-color: #993333;
}

.AdminMenu TD
{
	border-right: medium none;
	border-top: medium none;
	border-left: medium none;
	border-bottom: medium none;
	background-color: #993333;
	color: white;
	text-decoration: none;
	padding-left: 4px;
}

.AdminMenu Table
{
	border-right: medium none;
	border-top: medium none;
	border-left: medium none;
	border-bottom: medium none;
	background-color: #993333;
	color: white;
	text-decoration: none;
}
.AdminMenu A:link
{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.AdminMenu A:visited
{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.AdminMenu A:hover
{
	color: orange;
	font-weight: bold;
	text-decoration: none;
}


.CategoryWhereAmI
{
	font-weight: bold;
	font-size: larger;
}

.CategoryMain
{
	font-weight: bold;
	font-size: larger;
}

.CategorySub
{
	font-size: larger;
}

.ProductListHead
{
	font-weight: bold;
	font-size: larger;
}

.HelpFooterBold
{
	color: #333333;
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
}


TD
{
	font-size: 11.0px;
	page-break-before: auto;
}

TH
{
	font-size: 11.0px;
	font-weight: bold;
}

.DataGridButton
{
}

.LinkButton
{
	font-size: 18;
	text-decoration: none;
}

.PagingCountText
{
	font-size: 12;
	color: Gray;
	text-align: left;
}

.formsubmit
{
	border-right: gray 1px solid;
	padding-right: 0px;
	border-top: gray 1px solid;
	padding-left: 0px;
	font-weight: bold;
	font-size: 10px;
	padding-bottom: 0px;
	border-left: gray 1px solid;
	cursor: hand;
	color: #fffff3;
	padding-top: 0px;
	border-bottom: gray 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #993333;
}


.checkoutSelectedTab
{
	font-weight: 700;
	font-size: 13px;
	color: #cc3333;
	border-bottom: #cc3333 solid;
	font-family: verdana,arial,helvetica,sans-serif;
	text-align: center;
}


/*  27537f old color */
.checkoutNotSelectedTabButDone
{
	font-size: 13px;
	color: #cc3333;
	border-bottom: #cc3333 solid;
	font-family: verdana,arial,helvetica,sans-serif;
	text-align: center;
}
.checkoutNotSelectedTab
{
	font-size: 13px;
	color: #606060;
	border-bottom: #b5b5b5 solid;
	font-family: verdana,arial,helvetica,sans-serif;
	text-align: center;
}


.InterfaceFrameTable
{
	border: 0;
}

.InterfaceControlTitle
{
	font-weight: bold;
	font-size: 18px;
	color: #5C7AB4;
}

.DataGridControlTitle
{
	font-size: 16px;
	color: #5C7AB4;
}

.FormItemLabel
{
	font-size: 12px;
	text-align: right;
}


.DataGridFooter
{
}


.DataGridHeader
{
	background-color: #E5E5E5;
	font-weight: bold;
	font-size: x-small;
}

.DataGridAltRow
{
	background-color: #F5F5F5;
}

.DataGridPaging
{
	font-size: 12;
	color: Gray;
	text-align: right;
}


.YellowTabSelected
{
	border-bottom-style: none;
	border-top: black thin solid;
	border-left: black thin solid;
	border-right: black thin solid;
}

.YellowTabUnSelected
{
	border-bottom: black thin solid;
	border-top-style: none;
}
.YellowTabUnSelectedNoLeft
{
	border-bottom: black thin solid;
	border-left-style: none;
	border-top-style: none;
}
.YellowTabUnSelectedNoRight
{
	border-bottom: black thin solid;
	border-right-style: none;
	border-top-style: none;
}

.PageBreak
{
	page-break-after: always;
}

.li
{
	list-style: url(/bppartserp/education/images/arrow_green2.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.li a
{
	list-style: url(/bppartserp/education/images/arrow_green2.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.li a:hover
{
	list-style: url(/bppartserp/education/images/arrow_green2.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}

.borderlesscombo
{
	border-right: purple thick solid;
	border-top: purple thick solid;
	border-left: purple thick solid;
	border-bottom: purple thick solid;
}


.inv_low
{
	/*font-weight: bold;	*/
	color: red;
}
.inv_warning
{
	color: navy;
}
.inv_normal
{
	color: Green;
}

.table_header
{
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
}

.linkalike
{
	cursor: help;
}

.icontable
{
	width: 350px;
}

.icontable table
{	
	display: inline;	
	margin: 10px;
	vertical-align: top;		
}
.icontable table td
{
	text-align: center;
}

.icontable img,span
{
	clear: none;
	display: inline;
}


