/* Default CSS Stylesheet for a new Web Application project */

#wrapper {
	width:1000px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
}
#TxtSearch
	{
	font-size: 12px; 
    }
A:active
{
    font-size: 9pt; 
    COLOR: #000000;
    text-decoration:none; 
    font-weight:normal;   
}
A:hover
{
    font-size: 9pt; 
    COLOR: #000000;
    text-decoration:underline; 
    font-weight:normal;    
}
A:link
{
    font-size: 9pt; 
    COLOR: #000000;
    text-decoration:none;    
    font-weight:normal; 
}
A:visited
{
    font-size: 9pt; 
    COLOR: #000000;
    text-decoration:none;    
    font-weight:normal; 
}
A:visited:hover
{
    font-size: 9pt; 
    COLOR: #FF00FF;
    text-decoration:none;    
    font-weight:normal; 
}
A:active
{
    font-size: 9pt; 
    COLOR: #000000;
    text-decoration:none; 
    font-weight:normal;   
}
A.bluebold
{
    font-size: 9pt; 
    COLOR: #1ab7ea;
    text-decoration:underline;    
    font-weight:bold; 
}
A:hover.bluebold
{
    font-size: 9pt; 
    COLOR: #000000;
    text-decoration:underline; 
    font-weight:bold;    
}
A:link.bluebold
{
    font-size: 9pt; 
    COLOR: #000000;
    text-decoration:underline;    
    font-weight:bold; 
}
A:visited.bluebold
{
    font-size: 9pt; 
    COLOR: #000000;
    text-decoration:underline;    
    font-weight:bold; 
}
A:visited:hover.bluebold
{
    font-size: 9pt; 
    COLOR: #000000;
    text-decoration:underline;    
    font-weight:bold; 
}
A.greenbold
{
    font-size: 9pt; 
    COLOR: #000000;
    text-decoration:underline;    
    font-weight:bold; 
}
A:hover.greenbold
{
    font-size: 9pt; 
    COLOR: #000000;
    text-decoration:underline; 
    font-weight:bold;    
}
A:link.greenbold
{
    font-size: 9pt; 
    COLOR: #000000;
    text-decoration:underline;    
    font-weight:bold; 
}
A:visited.greenbold
{
    font-size: 9pt; 
    COLOR: #000000;
    text-decoration:underline;    
    font-weight:bold; 
}
A:visited:hover.greenbold
{
    font-size: 9pt; 
    COLOR: #000000;
    text-decoration:underline;    
    font-weight:bold; 
}
A.LNavLink
{
    font-size: 9pt; 
    COLOR: #000000;
    text-decoration:none;    
    font-weight:NORMAL; 
}
.LNavHeader
{
    font-size: 13px; 
    COLOR: #000000;
    text-decoration:none;    
    font-weight:bold;
    padding-top:6px; 
    padding-bottom:6px;
}
A:hover.LNavLink
{
    font-size: 9pt; 
    COLOR: #000000;
    text-decoration:underline; 
    font-weight:NORMAL;    
}
A:link.LNavLink
{
    font-size: 9pt; 
    COLOR: #000000;
    text-decoration:none;    
    font-weight:NORMAL; 
}
A:visited.LNavLink
{
    font-size: 9pt; 
    COLOR: #000000;
    text-decoration:none;    
    font-weight:NORMAL; 
}
A:visited:hover.LNavLink
{
    font-size: 9pt; 
    COLOR: #CCDDFF;
    text-decoration:underline;    
    font-weight:NORMAL; 
}
b
{
	color:#000000;
}
TD
{
    FONT-FAMILY: Helvetica,Arial, sans-serif;
    FONT-SIZE: 9pt;
    color: #000000;??
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    background-color: #FFFFFF;
    WORD-SPACING: normal
    
}
.MyNode, .MyNodeOver, .MyNodeSelected
{
	
	FONT-FAMILY: Helvetica,Arial, sans-serif;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;
    cursor: hand;
}
.MyNode
{
	color: Black;
	FONT-WEIGHT: normal;
}
.MyNodeOver
{
	color: #666666;
}
.MyNodeSelected
{
	color: Red;
}
.Related
{
	color: #000000;
	FONT-FAMILY: Helvetica,Arial, sans-serif;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;
    cursor: hand;
    
}
	
A.rewards{text-decoration:none;color:#FFFFFF;Font-size: 8pt}
A:Link.rewards{text-decoration:none;color:#FFFFFF;Font-size: 8pt}
A:Hover.rewards{text-decoration:underline;color:#FFFFFF;Font-size: 8pt}
A:Active.rewards{text-decoration:none;color:#FFFFFF;Font-size: 8pt}

#LblItemName.font {
	color: #000000;
}

#leftnav 
{
	padding: 0px 0px 10px 5px;
	width:165px;
	background-color: #FFFFFF;
	border-right: solid 1px black;
		border-left: solid 1px black;
	border-bottom: solid 1px black;
}

#leftnav h2 
{
	margin:0 0 5px 0;
	padding:0 0 0 0;
	color:#000000;
	font-weight:bold;
	font-size:12px;
	font-family:Arial;
}
#leftnav h2.linkheading 
{
	margin:0 0 10px 0;
}
#leftnav h2 a 
{
	color:#000000;
	font-size:12px;
	font-weight: bold;
	font-family:Arial;
}
#leftnav h2 a:hover 
{
	text-decoration:underline;
}
#leftnav ul 
{
	margin:-2px 0 10px 0;
	padding:0;
	list-style: none;
}
#leftnav ul li 
{
	margin:0 0 0 8px;
	padding:0 0 2px 0;
}
#leftnav ul li a 
{
	color:#000000;
	font-size:12px;
	font-family:Arial;
}
#leftnav ul li a:hover 
{
	text-decoration:underline;
}

