

/* gdcSuperSearch Styles */

.gdcHeader
{
	background-color: #AF1827; 
	font-weight: bold;
	font-size: 10pt;	
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial;	
}

.gdcSearch
{
	font-size: 10pt;	
	color: #696969;
	font-family: "Trebuchet MS", Verdana, Arial;	
}

.gdcError
{
	font-size: 12pt;	
	color: #FF0000;
	font-family: "Trebuchet MS", Verdana, Arial;	
}

.gdcInfoLabel
{
	font-size: 8pt;	
	color: Black;
	font-family: "Trebuchet MS", Verdana, Arial;	
}

.gdcLblHelp
{
	font-size: 10pt;	
	color: Black;
	font-family: "Trebuchet MS", Verdana, Arial;	
}


/* Styles for display grid */

.gdcSSTableHeader
{
	font-family: "Trebuchet MS", Verdana, Arial;	
	background-color: #FFFFFF;
}

.gdcSSHeader
{
	font-weight: bold;
	font-family: Arial, Helvetica;	
	font-size: 10pt;
	background-color: #000084;
}

.gdcSSColumnHeader
{
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial;	
	font-size: 10pt;
	background-color: #FFFFFF;
	color: #000000;
}


.gdcSSItem
{
	border-color: #C0C0FF;
	background-color: #EEEEEE;
}

.gdcSSAltItem
{
	border-color: #C0C0FF;
	background-color: Gainsboro;
}

.gdcSSFooter
{
	color: #FFFFFF;
	background-color: #AF1827; 
}

.gdcSSPagerStyle
{
	font-family: "Trebuchet MS", Verdana, Arial;	
	font-size: 8pt;
	text-align: left;
	color: #FFFFFF;
	background-color: #AF1827; 
}

.gdcSSNormal
{
	font-family: "Trebuchet MS", Verdana, Arial;	
	font-size: 8pt;
	color: #737163;
}

.gdcSSAbstract
{
	font-family: "Trebuchet MS", Verdana, Arial;	
	font-size: 8pt;
	font-weight:lighter;
	color: #737163;
}

.gdcLink
{
	font-family: "Trebuchet MS", Verdana, Arial;	
	font-size: 8pt;
	font-weight: bold;
	color: #737163;
}
.gdcLink:link
{
	color: #B3000D;
}
.gdcLink:hover
{
	color: #B3000D;
}

/* New styles for list view */

.gdcRadio
{
	font-family: "Trebuchet MS", Verdana, Arial;	
	font-size:12pt;
}

.gdcListLink
{
	font-family: "Trebuchet MS", Verdana, Arial;	
	font-size:8pt;	
}

.gdcListLink:link
{
	color:Navy;
	text-transform:uppercase;
}

.gdcListLink:hover
{
	color:Red;
}

.gdcListBottomLink
{
	font-family: "Trebuchet MS", Verdana, Arial;	
	font-size:10pt;	
}

.gdcListBottomLink:link
{
	color:Navy;
}

.gdcListBottomLink:hover
{
	color:Red;
}

.gdcListItem
{
	background-color:#ffffff;
}

.gdcListAltItem
{
	background-color:#f0f0ff;
}

