ul
{
	margin-left : 24px;
}

li
{
	padding-bottom : 16px;
	padding-left : 4px;

	list-style-type : none;
	list-style-image : url(/images/bullet.gif);
}

/* ---------- Menu ---------- */

td.menuItem 
{ 
	padding-top: 4px ;
	padding-bottom: 4px ;
	padding-top: 4px ;
	padding-left: 8px ;
	
	border-top : 1px solid #f9f9f9;
}
a.itemText
{
	color: #cc0000 ;
	font-size: 12px ;
	font-weight: bold ;
}
a.itemText:hover 
{ 
	text-decoration : none ;
	color: red;
}

/* ---------- Sub Menu ---------- */

td.menuSubItem
{ 
	padding-top: 4px ;
	padding-bottom: 4px ;
	padding-top: 4px ;
	padding-left: 18px ;

	border-top : 1px solid #f9f9f9;
}
a.subItemText
{
	font-family: "Arial";
	font-size: 11px;
	color: #333333;
	text-decoration : none ;
}
a.subItemText:hover 
{ 
	color: red ;
	text-decoration : none ;
}

/* ---------- Page ---------- */

td.pageTitle 
{
	padding-top: 24px ;
	padding-bottom: 24px;
}
.pageTitle 
{
	font-family: "Arial";
	font-size: 20px;
	color: #cc0000;
	letter-spacing: 1px;
}
td.helpContent
{
	padding-top: 24px ;
	padding-bottom: 36px;
	border-top: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	height: 450px;
	vertical-align: top;
}
td.Nav
{
	padding-top : 16px;
	padding-bottom : 16px;
}

#navNext a { 	color:#666; 	text-decoration:none; } #navNext a:hover { 	color:red; }
#navPrev a {	color:#666; 	text-decoration:none; } #navPrev a:hover {	color:red; }

/* ---------- Emphasized Text ---------- */

.AppTitle 
{
/*	font-weight : bold ;	*/
	color : #0000cc;
}
.AppText 
{ 
	color : #cc0000; 
}
.AppTextBold 
{
	color : #cc0000;
	font-weight : bold ;
}
.AppRegion 
{ 
	color : #cc0000;
	font-weight : bold ;
	text-decoration: underline;
}

.bt 
{
	color : #ff0000;
	font-weight : bold ;
}
.ct_1 { color:#ff6600 ;}
.ct_2 { color:#6633ff ;}
.ct_3 { color:#3399cc ;}
.ct_4 { color:#999900 ;}
.ct_5 { color:#009933 ;}

.StepID 
{
	font-weight : bold;
}
.StepDesc 
{ 
	color : #666666 ;
}
