/*   C:\Inetpub\wwwroot\includes\css\style.css   */
/*   Bright blue */

BODY
{
   font-size: 9pt;
   font-family: Verdana;
	background-color: white;
	margin:  0px;
}

/* anchors [hyperlinks] so that they are not underlined */
A:hover
{
 COLOR: #CC0000 
 	 
}

A:visited
{
    TEXT-DECORATION: none;
}

A:link
{
    TEXT-DECORATION: none;
    
}

/* headings */
H1{
    font-weight: bold;
    font-size: 18pt;
    margin-top: 5px;
    margin-bottom: 0px;
    color: black;
}

H2
{
    font-weight: bold;
    font-size: 16pt;
    margin-top: 5px;
    margin-bottom: 0px;
    color: black;
}
H3
{
    font-weight: bold;
    font-size: 14pt;
    margin-top: 5px;
    margin-bottom: 0px;
    color: black;
}
H4
{
    font-weight: bold;
    font-size: 12pt;
    margin-top: 5px;
    margin-bottom: 0px;
    color: black;
}
H5
{
    font-weight: bold;
    font-size: 10pt;
    margin-top: 0px;
    margin-bottom: 0px;
    color: black;
}
H6
{
    font-size: 9pt;
    margin-top: 0px;
    margin-bottom: 0px;
    color: black;
}

/* defined term */
DT
{
    FONT-WEIGHT: bold;
	 margin-top: 20px;
}

/* forms: group boxes */
FIELDSET{padding:2;margin:3;}
LEGEND{color: #336699;font-weight : bold;}
FIELDSET FIELDSET {padding:0; }
FIELDSET FIELDSET LEGEND{font-style:italic; font-weight : normal; }
INPUT
{
    FONT-SIZE: 9pt;
    FONT-FAMILY: Verdana;
}

/* un-numbered lists */
UL
{
	margin-left: 20px;
}
/*  table definition   */
TD
{
    FONT-SIZE: 9pt;
}

/* usually goes with a table but can be used with anything */ 
CAPTION
{
    FONT-SIZE: 8pt;
    MARGIN-BOTTOM: 10px;
    LINE-HEIGHT: 10pt;
    FONT-FAMILY: Verdana MS,Sans-Serif,Helvetica;
}

/*
.red
{
    COLOR: red;
}
*/

.news
{
    FONT-SIZE: 9pt;
    COLOR: #336699;
    FONT-FAMILY: Verdana, sans-serif;
	 background-color: #FFFFE0;
}

/*
.note{
    BORDER: 1px solid #778899;
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    FONT-SIZE: 8pt;
    PADDING-BOTTOM: 1px;
    PADDING-TOP: 1px;
    FONT-FAMILY: Verdana;
	margin:5px;
    BACKGROUND-COLOR: ghostwhite;
}
*/

/*
.errmsg
{
    COLOR: #CC0000;
    FONT-STYLE: italic;
    font-size : 80%;
}
*/


.tblRow, .tblRow0
{
    FONT-SIZE: 9pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: white;
}
.tblRowOdd, .tblRow1
{
    FONT-SIZE: 9pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: ghostwhite;
}

/* appearance of Sponsor table */ 
/*  Colour #4AB3FF is the bright blue of the header (top menu bar) */
.sptabItem, .sptabItem:link, .sptabItem:visited
{
	FONT-SIZE: 9pt;
   COLOR: blue;
   FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
   TEXT-DECORATION: none;
	padding:1px;
	border:1px color: #4AB3FF;
	width:100%;
}

A.sptabItem:hover
{
	border:0px solid #87CEFA;
	color: black;
	BACKGROUND-COLOR: #4AB3FF;
}


.tiny
{
    FONT-SIZE: 8pt;
}

/*  Top menu bar   */
.toolbar
{
   left:120px;
	background-color: #4AB3FF;
   width: 100%;
}

A.toolbar:link, A.toolbar:visited, A.toolbar:active 
{
	border:none;
   color:ghostwhite; 
	font-family: Verdana; 
	FONT-SIZE: 11px;
	font-weight: bold;
	font-variant: small-caps;

	
/* #336699 is a dark blue for mouse rollover from header */
}
A.toolbar:hover{color: #336699;
}

/* ===================================================================
TOC related styles
===================================================================
*/
	
IMG#logo
{
	float: left;
	position: absolute;
	top:0px;
	left:0px;
	z-index: 1;
	border:none
}

/* background color of table of contents*/

TD.TOC
{
	width: 137px;
	vertical-align : top;
	background-color: #4AB3FF;
	height: 100%;
}


/*    #4AB3FF     */
/* bright blue box for the table of contents: includes all the tocItems */

.tocPage
{
background-color : #4AB3FF;
	padding: 1px;
	position: absolute;
	top: 100px;
	left: 0px;
	width: 137px; 
}

.tocItem, .tocItem:link, .tocItem:visited
{
	FONT-SIZE: 8pt;
   COLOR: white;
   FONT-FAMILY: Verdana, Helvetica;
   padding:  2px;
	border:  1px black;
	width:  100%;
	}

A.tocItem:hover{
	border:  0px solid #87CEFA;
	color:  yellow;
	background-color: #000000;
	width:  100%;
	padding:  2px;
}
.tocSeparator
{
    PADDING: 2px;
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Verdana, Helvetica;
    TEXT-DECORATION: none;
    BORDER-BOTTOM: 1px gray solid;
}

/* ===================================================================
NAVBAR related styles
Usually not used by authors
===================================================================*/
.copyright
{
    font-size: 10px;
    COLOR: gray;
}

TABLE#HEADER 
{
    background-color: #F0FFFF;
    width:100%;
} 
    background-color:#006699;

/*  TABLE#FOOTER {
	width:780px;
	background-color: white;
	border:none;
	font-family : Verdana;
	font-size : 8pt;
	text color : #003366;
}
.foot
{
	font-family : Verdana;
	font-size : 7pt;
	color : #003366;
	border-bottom : 1px solid silver;
	text-decoration:none;
}
*/
TABLE#MAIN {
	width:780px;
	height:100%;
	background-color: white;
	border:none;
}
TD.CONTENT 
{
	padding:10px;
	vertical-align: top;
	PADDING-left: 75px;
	padding-top: 50px;
	z-index: 2;
}

.crumb
{
	font-family : Verdana;
	font-size : 8pt;
	color : #003366;
	border-bottom : 1px solid silver;
	text-decoration:none;
}

/* so that the links have no additional border */
A.crumb
{
	border:none;
}
/* so that hovering the mouse changes the color of the link */
A.crumb:hover
{
	color : #CC0000;
}
.crumbtiny
{
	border:none;
	font-size:10px;
	text-decoration:none;
	color : #003366;
}
/* so that hovering the mouse changes the color of the link */
A.crumbtiny:hover
{
	color : #CC0000;
}

.box
{
	border : 1px solid CC33FF;
	border-top : 8px solid CC33FF;
}