.SUBEXPANDED
	{
		color:#FF3300;
	}

.SUBCLOSED
	{
		color:#000000;
	}

.TRBORDER
	{
		background : #7EA2A2;
	}

.TRHEADER
	{
		background : #476562;
		font-family : Verdana, sans-serif ;
		font-size : 8pt;
		font-weight: bold;
		color : #FFFFFF;
	}

.TRHEADING
	{
		font-family : Verdana, sans-serif;
		font-size : 14pt;
		color : #FFFFFF;
		background : #476562;
		font-weight: normal;
		text-align : center;
	}

.TRBODY
	{
		background : #FFFFFF;
		font-family : Verdana, sans-serif ;
		font-size : 8pt;
		font-weight: normal;
		color : #000000;
		
	}

.SEARCH
	{
		font-family : Verdana, sans-serif;
		font-size : 8pt;
		font-weight : bold;
		color : #FFFFFF;
	}

BODY, TABLE
	{
		font-family : Verdana, sans-serif;
		font-size : 9pt;
		color : #000000;
	}

TD
	{
		font-family : Verdana, sans-serif;
		font-size : 9pt;
		color : #000000;
		text-align : left;
	}

TH
	{
		font-family : Verdana, sans-serif;
		font-size : 10pt;
		color : #FFFFFF;
		background : #336699;
		text-align : left;
	}

A								/*---- Format for all Anchor tags ----*/
	{
		Text-Decoration : none;
		Color : #000000;
		Background : transparent;
	}

A:HOVER							/*---- Format for the Hover property on all Anchor tags ----*/
	{
		text-decoration : none;
		color : #0000FF; */
		Background : transparent;
	}

A.Tracked						/*---- Custom format for the custom Tracked property on Anchor tags for the Ticket Tree ----*/
	{
		color : #B23033;
		Background : transparent;
	}


.VERSION
	{
	font-family : Verdana, sans-serif;
	font-size : 8pt;
	font-weight : bold;
	color : #333333;
	text-align: center;		
	}

.RESULTHDR
	{
		font-family : Verdana, sans-serif;
		font-size : 8pt;
		font-weight : bold;
		color : #333333;
		
	}

.RESULTLNK
	{
		font-family : Verdana, sans-serif;
		font-size : 8pt;
		font-weight : bold;
		color : #336699;
	}

IMG								/*---- Format for all images, this is used mainly in the Ticket Tree ----*/
	{
		Vertical-Align : middle;
		Border-Style : none;
		padding : 0;
		margin : 0;
	}
	
	
/*---- added from wholesalecraft.com marketing pages style sheet ----*/	
.index3WayTBL {
	background-color: #;
	border: 1px solid #476562;
}
.index3WayTBL TH {
	color: #FFFFFF;
	background-color: #476562;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../_images/dkGreenGradientRaised.jpg);
	vertical-align: top;
}
.index3WayTBL TD {
	background-image: url(../_images/greenGradient.jpg);
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #78A39E;
	border-right-color: #78A39E;
	border-bottom-color: #78A39E;
	border-left-color: #78A39E;
}

.tree {
	color: #000000; 
}

.tree a:hover {
	text-decoration:underline; color:#000000;
}
.tree a:link {
	text-decoration:underline; color:#000000;
}
.tree a:active {
	text-decoration:underline; color:#000000;
}
.tree a:visited {
	text-decoration:underline; color:#000000;
}
#issue img {
	margin:10px;
}

