/*

	Filename:				iqolla.css			
	Developed by:		Gordon Chisholm, QualityMetric Incorporated
	Description:		This file contains the style elements for the IQOLA.org website.  This
									website was developed for IQOLA by QualityMetric Incorporated.  The original
									site concept and artwork was designed by Gregory Worstrel of gwcreative (email: gw@gwcreative.com, 
									website: www.gwcreative.com)
	
	Date Last Modified:		Developer:			Description:
	--------------------------------------------------------------------------------------------------
	11/08/2002						GBC							Created


	Misc. information:
	
	Colors used in the site
	HEX:					Color:
	---------			------------------------
	#000000				Black
	#FFFFFF				White
	#6699CC				Blue-Grey
	#808080				Grey
	#FFCC33				Yellow
	#f5f5f5				WhiteSmoke
	#b22222 			FireBrick
	
*/

P  {}

H1  {
	font-size: 14pt;
	font-family: Verdana, Arial, sans-serif;
  font-weight:	bold;	
	color : #000000;
	line-height : 13pt;
}

H2  {
	font-size: 12pt;
	font-family: Verdana, Arial, sans-serif;
  font-weight:	bold;	
	color: #000000;
	line-height: 13pt;
}

H3  {
	font-size: 10pt;
	font-family: Verdana, Arial, sans-serif;
  font-weight:	bold;	
	color: #000000;
	line-height: 11pt;
}

A  {}

A:Visited  {}

A:Active  {}

A:Hover  {}

BODY  
{
	background-image: url(/images/tile.gif);
	background-repeat:repeat-x;
}

HR	{
	color: #6699CC;
}

INPUT	{
	font-size: 8pt;
	font-family: Verdana, Arial, sans-serif;
	background: #f5f5f5;
	color: #000000;
	line-height: 10pt;
}

TEXTAREA	{
	font-size: 8pt;
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	background: #f5f5f5;
	line-height: 10pt;
}

/*  Body Text */
.BodyText  {
	font-size: 8pt;
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	line-height: 12pt;
}

.BodyText A	{
	text-decoration:	underline;
	color: #808080;
	line-height: 11pt;
}

.BodyText A:Visited	{
	text-decoration:	underline;
	color: #808080;
	line-height: 11pt;
}

.BodyText A:Active	{
	text-decoration:	underline;
	color: #808080;
	line-height: 11pt;
}

.BodyText A:Hover	{
	text-decoration:	underline;
	color: #6699CC;
	line-height: 11pt;
}

.BodyTextHeader	{
	font-size: 8pt;
	font-family: Verdana, Arial, sans-serif;
	font-weight:bold;	
	color: #000000;
	line-height: 12pt;
}

/*	Error text */
.ErrorText	{
	font-size: 8pt;
	font-family: Verdana, Arial, sans-serif;
	color: #b22222;
	line-height: 9pt;
}

/*  Footer Text */
.FooterText		{
	font-size: 8pt;
	font-family: Verdana, Arial, sans-serif;
	color: #ffffff;
	line-height: 9pt;
}

.FooterText A	{
	text-decoration:	none;
	color: #ffffff;
	line-height: 9pt;
}

.FooterText A:Visited	{
	text-decoration:	none;
	color: #ffffff;
	line-height: 9pt;
}

.FooterText A:Active	{
	text-decoration:	none;
	color: #ffffff;
	line-height: 9pt;
}

.FooterText A:Hover	{
	text-decoration:	none;
	color: #FFCC33;
	line-height: 9pt;
}


/*  SideBar Text */
.SideBarText		{
	font-size: 8pt;
	font-family: Verdana, Arial, sans-serif;
	color: #808080  ;
	line-height: 10pt;
}

.SideBarText A	{
	text-decoration:	none;
	color: #6699CC;
	line-height: 9pt;
}

.SideBarText A:Visited	{
	text-decoration:	none;
	color: #6699CC;
	line-height: 9pt;
}

.SideBarText A:Active	{
	text-decoration:	none;
	color: #6699CC;
	line-height: 9pt;
}

.SideBarText A:Hover	{
	text-decoration:	none;
	color: #FFCC33;
	line-height: 9pt;
}

/*  SideBar Header */
.SideBarHeader		{
	font-size: 8pt;
	font-family: Verdana, Arial, sans-serif;
	font-weight:	bold;
	color: #808080  ;
	line-height: 10pt;
}

/*  SideBar Table */
TABLE.SideBar		{
	border: solid 1px #808080;
  padding: 5;
}

.RequiredField	{
	font-size: 8pt;
	font-family: Verdana, Arial, sans-serif;
	font-weight:	bold;
	color: #cd5c5c;
	line-height: 10pt;
}