/**************************************************************************************
  Application Specific Styles -
 **************************************************************************************
  This document is intended to store styles for items unique to an individual
  application.  Care should be taken not to reuse class names from the default style
  sheet.
**************************************************************************************/

/********************************************************************
 * BRL Order Entry
 ********************************************************************/

.rowTotal, .rowButtons{
    background-color:#EEEEEE;
}

.redRow{
    background-color:#EEEEEE;
}

/********************************************************************
 * Content Frame
 ********************************************************************/

.contentFrame
{
	background-color:#EEEEEE;
}

.bar_mid_left
{
	font-size:1px;
	width:3px;
	background-image:url(/images/bar_mid_left.gif);
}

.bar_mid_right
{
	font-size:1px;
	width:3px;
	background-image:url(/images/bar_mid_right.gif);
}

.bar_bot_left
{
	font-size:1px;
	height:3px;
	width:3px;
	background-image:url(/images/bar_bot_left.gif)
}

.bar_bot_right
{
	font-size:1px;
	height:3px;
	width:3px;
	background-image:url(/images/bar_bot_right.gif)
}

.bar_top_left
{
	font-size:1px;
	height:20px;
	width:3px;
	background-image:url(/images/bar_top_left.gif)
}

.bar_top_right
{
	font-size:1px;
	height:20px;
	width:3px;
	background-image:url(/images/bar_top_right.gif)
}

.bar_bot_bg
{
	font-size:1px;
	height:3px;
	background-image:url(/images/bar_bot_bg.gif)
}

.bar_top_bg
{
	color:white;
	height:20px;
	font-weight:bold;
	background-image:url(/images/bar_top_bg.gif);
}

/********************************************************************
 * New Selects Classes
 ********************************************************************/

.tblNewSelects
{
	border-bottom:solid 1px black;
	border-top:solid 1px black;
}
.newSelects
{
	width:100px;
	text-align:center;
	font-weight:bold;
	font-size:11px
}
.newSelectsItems
{
	width:80px;
	text-align:center;
	font-size:11px
}

/********************************************************************
 * Other Classes
 ********************************************************************/

.custhead
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	FONT-FAMILY:Tahoma, Arial, sans-serif;;
	color:maroon;
	width:120px;
}

.custno
{
	width:50px;
}

.custtitle
{
	/*width:200px;*/
}

/*Order Entry Menu*/
.oemenu_item
{
	font-weight:bold;
	cursor:pointer;
	text-align:center;
	font-size:11px;
	color:#333333;
}

.oemenu_label
{
	font-weight:bold;
	cursor:pointer;
	text-align:center;
	font-size:11px;
	color:#004573;
	width:50px;
}

.oemenu_spacer
{
	color:#AAAAAA;
	font-size:11px;
	text-align:center;
	width:25px;

}

.filterDesc
{
    text-align:left;
    width:90px;
    height:25;
}
.filterInput
{
    text-align:left;
    height:25px;
}

.colnum
{
    text-align:right;
    width:75;
}

.colnum65
{
    text-align:right;
    width:65;
}

/********************************************************************
 * Main Menu
 ********************************************************************/

.tcMainMenu
{
	color:white;
	width:100px;
	FONT-SIZE:12px;
	font-family:Tahoma, Arial, sans-serif;;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
}

