/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 8pt;
	padding-bottom: 0px;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	color: blue;
	border-top-style: none;
	padding-top: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border-right-style: none;
	border-left-style: none;
	letter-spacing: normal;
	background-color: white;
	border-bottom-style: none;
}




a:link	{	
	text-decoration:	underline;
	color:	#3333cc;
	}	
		
a:visited	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
a:active	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
a:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
	
TestLink:link	{	
	text-decoration:	underline;
	color:	#3333cc;
	}	
		
TestLink:visited	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
TestLink:active	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
TestLink:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
	
	
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

.listSortHeaderBg
{
    FONT-WEIGHT: bold;
    COLOR: #ffffff;
    HEIGHT: 22px;
    BACKGROUND-COLOR: #6b9ed5
}
.contentTable
{
    BORDER-RIGHT: #6b9ed5 1px solid;
    BORDER-TOP: #6b9ed5 1px solid;
    BORDER-LEFT: #6b9ed5 1px solid;
    WIDTH: 100%;
    BORDER-BOTTOM: #6b9ed5 1px solid;
    HEIGHT: 25px;
    BACKGROUND-COLOR: #d9e9ff
}

.listText
{
    FONT: 10px verdana,arial,helvetica,"sans-serif";
    COLOR: #000000;
    TEXT-DECORATION: none
}

.EXTHeaderFont
{
	font-weight: bold;
	font-size: 25pt;
	color: blue;
	font-family: Arial;
	background-color: #ffffff;
}

.EXTBody
{
	font-weight: normal;
	font-size: 8pt;
	color: #ffffff;
	font-family: Arial;
	background-color: #0000bb;
}

.EXTResultName
{
	font-weight: bold;
	font-size: 10pt;
	color: blue;
	font-family: Arial;
	background-color: #ffffff;
}
.EXTResultFiles
{
	font-weight: Normal;
	font-size: 10pt;
	color: blue;
	font-family: Arial;
	background-color: #ffffff;
}
.EXTTabSpacer
{
	font-weight: bold;
	font-size: 10pt;
		color: #ffffff;
	font-family: Arial;
	background-color: #ffffff;
}


.EXTTabActive
{
	font-weight: bold;
	font-size: 10pt;
	width: 160px;
	color: #ffffff;
	font-family: Arial;
	background-color: #0000bb;
	text-align: center;
}

.EXTTabInactive
{
	font-weight: Normal;
	font-size: 10pt;
	width: 160px;
	color: blue;
	font-family: Arial;
	background-color: #d9e9ff;
	text-align: center;
}

.EXTHyperLink
{
		font-weight: bold;
text-decoration: underline;
}

.NoResultBack
{
	background-color: #d9e9ff;
	color: blue;
	width: 100%;
	height: 350
}
