/* Default CSS Stylesheet for a new Web Application project */
BODY
{
    /*BACKGROUND-COLOR: #ffdddd; */
    background-color:#ffffff;

    behavior: url(csshover.htc); /* WinIE behavior call */

}


	
/*----------------------------------------------------------------*/
/* Header STYLES */

TD.HeaderTitle /* Header Title style */
{
	font-family: Verdana;
	font-size: 30pt;
	font-weight: bold;
	font-variant:small-caps;
	/*font-style: italic;*/
	color: black;


}	

TD.HeaderContact /* Header Telephone no. etc style */
{
	font-family: Verdana;
	font-size: 8pt;
	/*font-weight: bold;*/
	color: Black;
}	

/*----------------------------------------------------------------*/

/* Contact Details STYLES */

TD.ContactDetails /* Main Menu background colour */
{
	background-color: black;
	text-align: center;
	font-family: Verdana;
	font-size: 8pt;
	font-variant: small-caps;
	font-weight:bold;
	text-decoration:none;
	color: white;

}

A.ContactDetails /* Main Menu Links */
{
	font-family: Verdana;
	font-size: 9pt;
	font-variant: small-caps;
	font-weight:bold;
	text-decoration:none;
	color: white;
}

A:hover.ContactDetails /* Main Menu Links Hover */
{
	color: red;
	text-decoration:none;
}

A:visited.ContactDetails /* Main Menu Links Visited */
{
	font-family: Verdana;
	font-size: 9pt;
	font-variant: small-caps;
	font-weight:bold;
	text-decoration:none;
	color: white;
}

A:hover.visited.ContactDetails /* Main Menu Hover on visited */
{
	color: red;
	text-decoration:none;
}
	
/*----------------------------------------------------------------*/

/* MAIN MENU STYLES */

TD.MainMenuLinks /* Main Menu background colour */
{
	background-color: black;
	text-align: center;
}

A.MainMenuLinks /* Main Menu Links */
{
	font-family: Verdana;
	font-size: 12pt;
	font-variant: small-caps;
	font-weight:bold;
	text-decoration:none;
	color: white;
}

A:hover.MainMenuLinks /* Main Menu Links Hover */
{
	color: red;
	text-decoration:none;
}

A:visited.MainMenuLinks /* Main Menu Links Visited */
{
	font-family: Verdana;
	font-size: 12pt;
	font-variant: small-caps;
	font-weight:bold;
	text-decoration:none;
	color: white;
}

A:hover.visited.MainMenuLinks /* Main Menu Hover on visited */
{
	color: red;
	text-decoration:none;
}

/*----------------------------------------------------------------*/
/* Content Page Styles */

H1.PageStyles /* Main Header */
{
	font-family: Verdana;
	font-size: 22pt;
	font-variant: small-caps;
	/*font-style:italic;*/
	color: Black;
}

H2.PageStyles /* Subject Headers */
{
	font-family: Verdana;
	font-size: 12pt;
	font-variant: small-caps;
	color: Black;
}

TD.PageStyles /* Table Cells */
{
	font-family: Verdana;
	font-size: 8pt;
	color: Black;
	background-color:#ffdddd;

}

UL.PageStyles /* Unordered Lists */
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight:bold;
	color: Black;
}

A.PageStyles /* Links */
{
	font-family: Verdana;
	font-size: 8pt;
	font-variant: small-caps;
	font-weight:bold;
	text-decoration:none;
	color: black;
}

A:hover.PageStyles /* Links Hover */
{
	color: red;
	text-decoration:none;
}

A:visited.PageStyles /*  Links Visited */
{
	font-family: Verdana;
	font-size: 8pt;
	font-variant: small-caps;
	font-weight:bold;
	text-decoration:none;
	color: black;
}

A:hover.visited.PageStyles /* Hover on visited links */
{
	color: red;
	text-decoration:none;
}

/*----------------------------------------------------------------*/
/* Footer bar styles */

TD.FooterLinks /* Footer Link bar style */
{
	text-decoration:none;
	background-color:black;
	text-align: center;
}

A.FooterLinks /* Footer Links */
{
	font-family: Verdana;
	font-size: 12pt;
	font-variant: small-caps;
	font-weight:bold;
	text-decoration:none;
	color: white;
}

A:hover.FooterLinks /* Footer Links Hover */
{
	text-decoration:none;
	color: red;
}

A:visited.FooterLinks /* Footer Links Visited */
{
	font-family: Verdana;
	font-size: 12pt;
	font-variant: small-caps;
	font-weight:bold;
	text-decoration:none;
	color: white;
}

TD.FooterBar /* Footer Bar text style */
{
	background-color: #CC0000;
	color: White;
	font-family: Verdana;
	font-weight:bold;
	font-size: 8pt;
}


Input.PageStyles /* Buttons */
{
	font-family:Verdana;
	font-size:9pt;
	font-variant: small-caps;
	font-weight:bold;
	color:white;
	background-color: #cc0000;
}

.PageStylesTextBox /* Text Boxes */
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	color:Black;
	background-color:#ffdddd;
}

.PageStylesPlainTextBox /* Text Boxes */
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	color:Black;
}

.PageStylesLabel /* Labels */
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	color:Black;
	background-color:#ffdddd;
}

Span.PageStylesErrorMessage /* Error Messages */
{
	font-family:Verdana;
	font-size:10pt;
	font-weight:bold;
	color:red;
}

.PageStylesRadioButtonList
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	color:black;
}

.PageStylesCheckBox
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	color:black;
}

.PageStylesDropDownList
{
	background-color:#ffdddd;
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	color:black;
}

.PageStylesPassFail
{
	font-family:Verdana;
	font-size:11pt;
	font-weight:bold;
	color:black;
}	
/*----------------------------------------------------------------*/

	
