body,table 
{
    font-family: Arial;
    font-size: 12px;
    margin: 0px;
    vertical-align: top;
}

@media print {
	#LeftBar 
	{
		display: none;
	}
	
	#PrintMe
	{
		display: none;
	}
	
	.ScreenOnly
	{
		display:none;
	}
}
@media screen 
{
	#LeftBar 
	{
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		font-size: 0.6em;
		display: inline;
		height: 100%;
		vertical-align: top;
	}
	
	.PrintOnly
	{
		display:none
	}
}

#RightBar 
{
	width:600px;
	display:inline;	
}

#LeftBar TD
{
    width: 150px;
    border-right: solid black 1px;
    height: 100%;
    vertical-align: top;   
    font-size: 10px;
}

.LeftBarHeader 
{
    text-transform: uppercase;
    border-bottom: solid black 1px;
    font-weight: 600;
    margin-left: 5px;
    margin-right: 5px;
    display: block;
    color: Black;
    text-decoration: none;
}

.LeftBarSubHeader 
{
    margin-left: 5px;
    margin-right: 5px;
    display: block;
    color: Black;
    text-decoration: none;
}

.LeftBarSubHeader:hover
{
	background-color: #DDDDDD;
}

.LeftBarSubDetail 
{
    margin-left: 15px;
    margin-right: 5px;
    display: block;
    color: Black;
    text-decoration: none;
}

.LeftBarSubDetail:hover
{
	background-color: #DDDDDD;
}

.HdrSpan 
{
    font-weight:bold;
}

.DtlSpan 
{
    
}

.OrderTH
{
	background-color: #dddddd
}

.HeaderSort
{
	text-decoration:	underline;
}

.LinkButton
{
	font-weight:bold;
	color:#AA1D1A;
	text-decoration:	underline;
}

.DataGridHeader
{
	font-family:Arial;  
	font-size:8pt;  
	font-weight:bold; 
	background-color:#aa1d1a; 
	border-color:#808080; 
	border-left-color:#FFFFFF; 
	border-top-color:#FFFFFF; 
	color:#FFFFFF; 
	border-style:solid; 
	border-width:1px; 
	border-left-width:1px; 
	border-top-width:1px; 
	padding-left:3px; 
	text-align:center;
}

.DataGridRow
{
	font-family:Arial;
	font-size:8pt;
}
.DataGridAltRow
{
	font-family:Arial;
	font-size:8pt;
	background-color:#EBE9E4;
}
.Stext	
{	
	font-family:	Arial;
	font-size:		10px;
	font-weight:	normal;
}

.SBtext	
{	
	font-family:	Arial;
	font-size:		10px;
	font-weight:	bold;
}
.Mtext	
{	
	font-family:	Arial;
	font-size:		12px;
	font-weight:	normal;
}

.MBtext	
{	
	font-family:	Arial;
	font-size:		12px;
	font-weight:	bold;
}

.MBtextNoHeight	
{	
	font-family:	Arial;
	font-size:		12px;
	font-weight:	bold;
}

.Ltext_15
{	
	font-family:	Arial;
	font-size:		15px;
}

.Ltext	
{	
	font-family:	Arial;
	font-size:		18px;
}