/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: White;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
TABLE
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
TD
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
INPUT
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
SELECT
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
TEXTAREA
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}

.TimeSheetTableHead
{
	BORDER-RIGHT: white 1px solid; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	PADDING-BOTTOM: 3px; 
	COLOR: white; 
	PADDING-TOP: 3px; 
	FONT-FAMILY: verdana; 
	BACKGROUND-COLOR: black;
	
}

.TimeSheetTableRow
{
	BORDER-RIGHT: black 1px solid; 
	BORDER-Bottom: black 1px solid; 
	PADDING-BOTTOM: 3px; 
	PADDING-TOP: 3px; 
	
}
.TimeSheetTotal
{
	text-align:right;
}
.TM_HeaderCell
{
	background-color: Black;
	text-align : center ;
	padding-top : 3px;
	padding-bottom : 3px;
	color: White;
	font-weight: bold;
}
.TM_DataCell
{
	background-color: white;
	text-align : center ;
	padding-top : 3px;
	padding-bottom : 3px;
	padding-left : 3px;
	padding-right : 3px;
	color: black;
}
.TM_DayLabel
{
	background-color: Navy;
	text-align : center ;
	padding-top : 3px;
	padding-bottom : 3px;
	padding-left : 3px;
	padding-right : 3px;
	color: white;
	font-weight : Bold;
	filter : progid:DXImageTransform.Microsoft.Gradient(GradientType=2, StartColorStr=#FFFFFF, EndColorStr=#99ccff);
}
.TM_DaySecLabel
{
	background-color: Black;
	text-align : center ;
	padding-top : 3px;
	padding-bottom : 3px;
	color: White;
}
.TM_ValBox
{
	border : solid 1px black;	
	text-align : center ;
}
.TM_TSG
{
	border-right-style :solid  ;
	border-right-width : 1px;
	border-left-style : solid;
	border-left-width : 1px;
	border-left-color: yellow;
	border-right-color: yellow;

}
.ES_DataLabel
{
	
	background-color: Black;
	text-align : right ;
	padding-top : 3px;
	padding-bottom : 3px;
	padding-right : 3px;
	color: White;
	font-weight: bold;
	border-bottom: solid 1px white;
}
.ES_DataValue
{
	background-color: white;
	text-align : left ;
	padding-left : 3px;
	padding-right : 3px;
	color: black;
	border-bottom : solid 1px black;
}

.AvlRow
{
	font-size : 8pt;
	padding-top : 3px;
	padding-bottom : 3px;
	padding-Left: 6px;
	border-bottom: solid 1px black;
	
}
.AvlRow_LeftCol
{
	font-size : 8pt;
	padding-top : 3px;
	padding-bottom : 3px;
	padding-Left: 6px;
	border-bottom: solid 1px black;
	border-left: solid 1px black;
}

.AvlRow_OrderBox
{
	font-size : 8pt;
	padding-top : 3px;
	padding-bottom : 3px;
	padding-Left: 6px;
	border-bottom: double 1px black;
	border-left: solid 1px black;
	border-Right: solid 1px black;
	
}


.AvlGroupRow
{
	font-size : 12pt;
	padding-top : 8px;
	padding-bottom : 3px;
	padding-Left: 8px;
	border-bottom: solid 3px black;
	border-top: solid 1px black;
	background-color: aliceblue;
	font-size: 12px;
	font-weight : bold;
}

.AvlGroupRow_Left
{
	font-size : 12pt;
	padding-top : 8px;
	padding-bottom : 3px;
	padding-Left: 8px;
	border-bottom: solid 3px black;
	border-top: solid 1px black;
	border-left: solid 1px black;
	background-color: aliceblue;
	font-size: 12px;
	font-weight : bold;
}
.AvlGroupRow_right
{
	font-size : 12pt;
	padding-top : 8px;
	padding-bottom : 3px;
	padding-Left: 8px;
	border-bottom: solid 3px black;
	border-top: solid 1px black;
	border-right: solid 1px black;
	background-color: aliceblue;
	font-size: 12px;
	font-weight : bold;
}
.AvlReportHead
{
	padding-top : 6px;
	padding-bottom : 6px;
	border-bottom: solid 1px black;
	border-top: solid 1px black;
	border-left: solid 1px black;
	border-right: solid 1px black;
	background-color: Black;
	color : White ;
	font-size : 12pt;
	font-weight : bold;
}
.ED_PhoneHead
{
	background-color : Black ;
	color : White;
	font-weight: bold;
	padding-left : 3px;
	text-align : center; 
	padding-top : 2px;
	padding-bottom : 2px;

}
.ED_PhoneData
{
	border : solid 1px black;
	text-align:center ;
	padding-top : 2px;
	padding-bottom : 2px;
}
.ED_DistHead
{
	background : Navy;
	color : White ;
	font-size: 10pt;
	font-weight : bold;
	padding-top : 6px;
	padding-bottom : 6px;
	padding-left : 3px;
}
.ED_TerrHead
{
	background : LightSteelBlue;
	color : Black ;
	font-size: 10pt;
	font-weight : bold;
	padding-top : 3px;
	padding-bottom : 3px;
	padding-left : 3px;
}
.ED_NameData
{
	color : Black ;
	font-size: 10pt;
	font-weight : bold;
	padding-top : 3px;
	padding-bottom : 3px;
	padding-left : 3px;
}
.ED_RoleData
{
	color : Black ;
	font-size: 10pt;
	padding-top : 3px;
	padding-bottom : 3px;
	padding-left : 3px;
}
.ED_EmailData
{
	padding-top : 3px;
	padding-bottom : 3px;
	color: Maroon ;
}
.ED_AddData
{
	padding-top : 2px;
	padding-bottom : 2px;
}
.Menu_UserInfo
{
	font-weight: bold;
	color : White;
}
.LI_DataCell
{
	background-color: white;
	text-align : left ;
	padding-top : 3px;
	padding-bottom : 3px;
	padding-left : 3px;
	padding-right : 3px;
	color: black;
	border-bottom : solid 1px black;
}
.LI_DataLabel
{
	background-color: black;
	text-align : right ;
	padding-top : 3px;
	padding-bottom : 3px;
	padding-left : 3px;
	padding-right : 3px;
	color: white;
	border-bottom : solid 1px white;
}
.VSDataLabel
{
	background-color: black;
	text-align : right ;
	padding-top : 3px;
	padding-bottom : 3px;
	padding-left : 3px;
	padding-right : 3px;
	color: white;
	border-bottom : solid 1px white;
}
.VSDataCell
{
	background-color: white;
	text-align : left ;
	padding-top : 3px;
	padding-bottom : 3px;
	padding-left : 3px;
	padding-right : 3px;
	color: black;
	border-bottom : solid 1px black;
}
.ETH1
{
	background-color: LightSalmon;
	border-right : solid 1px silver;

}
.ETH1d
{
	text-align:center;
	background-color:Transparent;
	
}
.ETW1
{
		background-color: wheat;
		border-right : solid 1px silver;
}
.ETW2
{
		background-color: papayawhip;
		border-right : solid 1px silver;

}
.TSHrVal
{
	border: none;
	text-align:right ;
	background-color:Transparent;
}
.TSTotVal
{
	border: solid 1px black;
	text-align:right ;
	background-color:White;
}
.WACH
{
   Width : 275px;
   background-color : SlateGray;
   Color : White;
   border-bottom : solid 1px black;
   padding-top: 2px;
   padding-bottom : 2px;
}
.SR_District
{
	padding-top : 10px;
	padding-bottom : 2px;
	padding-left : 2px;
	padding-right: 1px;
	border-bottom: solid 1px black;
	border-right: solid 1px darkgray;
	font-weight : Bold;
}
.SR_District_Footer
{
	padding-top : 4px;
	padding-bottom : 8px;
	padding-right: 1px;
	border-right: solid 1px darkgray;
	border-Top : double 3px darkgray;
	border-bottom : solid 8px white;
}
.SR_Territory
{
	padding-top : 6px;
	padding-bottom : 2px;
	padding-left: 25px;
	border-Top: solid 1px black;
	border-bottom: solid 1px black;
	border-right: solid 1px  darkgray;
	font-weight : Bold;

}
.SR_Territory_Footer
{
	padding-top : 4px;
	padding-bottom : 6px;
	padding-right: 1px;
	border-right: solid 1px  darkgray;
	border-Top : double 3px darkgray;
	

}
.SR_Store
{
	padding-top : 4px;
	padding-bottom : 2px;
	padding-left: 50px;
	border-Top : solid 2px Black;
	border-bottom: solid 1px black;
	border-right: solid 1px  darkgray;
	font-weight : Bold;

}
.SR_Store_Footer
{
	padding-top : 4px;
	padding-bottom : 4px;
	padding-right: 1px;
	border-right: solid 1px  darkgray;
	border-Top : double 3px darkgray;
	border-bottom : solid 2px Black;
}

.SR_Month
{
	padding-top : 2px;
	padding-bottom : 2px;
	padding-right: 1px;
	border-bottom: solid 1px black;
	border-right: solid 1px  darkgray;
}
.SR_NumCell
{
	padding-top : 2px;
	padding-bottom : 2px;
	padding-right: 1px;
	border-bottom: solid 1px black;
	border-right: solid 1px  darkgray;
}
.SR_Table
{
	border-bottom: solid 1px black;
	border-left: solid 1px black;
	border-top: solid 1px black;
	border-right: solid 1px black;
}
.TP_Summary
{
	padding-top : 2px;
	padding-bottom : 2px;
	padding-right: 1px;
	border-bottom: solid 1px black;
	border-right: solid 1px  darkgray;
}
.SL_DF
{
	border-Right: solid 1px black;
	padding-top : 2px;
	padding-left : 2px;
	vertical-align : top ;
	
}
.SL_DF_H
{
	border-Right: solid 1px white;
	background-color : Black;
	color : White ;
	padding-top : 2px;
	padding-left : 2px;
	vertical-align : top ;
	
}
.INT_Label
{
	background-color: black;
	text-align : right ;
	padding-top : 3px;
	padding-bottom : 3px;
	padding-left : 3px;
	padding-right : 3px;
	color: white;
	border-bottom : solid 1px white;
}
.INT_Data
{
	background-color: white;
	text-align : left ;
	padding-top : 3px;
	padding-bottom : 3px;
	padding-left : 3px;
	padding-right : 3px;
	color: black;
	border-bottom : solid 1px black;
}
.INT_NumEntry
{
	text-align : right ;
}

.InfoPanelDiv
{
	position :relative   ;
}
.MERCH_INFO
{
	background-color: whitesmoke;
	text-align : left ;
	padding-top : 3px;
	padding-bottom : 3px;
	padding-left : 3px;
	padding-right : 3px;
	color: black;
	border-bottom : solid 1px black;

}
