/* Default CSS Stylesheet for a new Web Application project */
/*
BODY
{
	font-weight: normal;
	font-size: medium;
	text-transform: none;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #ffffff;
	text-decoration: none;
}

TABLE
{
	font-size: x-small;
	color: black;
	font-family: Arial;
}

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}

IMG
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.MarginText
{
	font-weight: 400;
	font-size: .8em;
	word-spacing: normal;
	text-transform: none;
	color: green;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	

.MainContainerTable
{
	font-weight: normal;
	font-size: x-small;
	word-spacing: normal;
	text-transform: none;
	color: navy;
	font-style: normal;
	letter-spacing: normal;
	text-decoration: none;
}	

.AttributePanelTitle
{
	font-weight: bold;
	font-size: small;
	color: #3651b0;
	font-family: Arial;
	background-color: #ddf3ff;
	}	

.AttributeDataLabel
{
	color: #3651b0;
}

.LabelAsHeader
{
	font-weight: normal;
	font-size: medium;
	word-spacing: normal;
	text-transform: none;
	color: navy;
	font-style: normal;
	letter-spacing: normal;
	text-decoration: none;
}	

.UnmoderatedAttributeData
{
	color: red;
}

	
.DisclosedAttributeData
{
	padding: 0px;
	font-weight: bold;
	margin: 0px;
}
*/