/***********************************************************************
************************************************************************
**
**  help.css
**
**  css file for the help pages
**  created: 24/09/07
**
************************************************************************
***********************************************************************/

/***********************************************************************
************************************************************************
**
**  Page wide css settings
**  
************************************************************************
***********************************************************************/

/* the main table which contains the entire help page
   change here to change the width of all text on the help page
   that is all that is needed to be changed here */

#mainHelpTable
{
	width: 95%; 
	margin-left: auto; 
	margin-right: auto;
	font-family: "Geneva";
	font-size: 12pt;
}

/* the top header for the help page */

.mainHeader
{	
	text-align: center;
	font-family: "Helvetica";
	font-weight: bold;
	font-size: 35pt;
}


/* css for the table of contents */

.contents
{
	text-align: left;
	font-family: "Geneva";
	font-size: 15pt;
	color: black;

}
/* for each section, ex: alignment, summary etc
   use this span to make bold */

.helpSection
{
	text-align: left;
	font-weight: bold;
	font-size: 24px;
	font-family: "helvetica";
}

/* within each section, use this span for any headings */

.helpHeader
{
	font-weight: bold;
	font-size: 18px;
	font-family: "helvetica";
}


/***********************************************************************
************************************************************************
**
**  Individual section css settings
**  
************************************************************************
***********************************************************************/

/***********************************************************************
**  SNP image section
***********************************************************************/

/* this is for the red boxes used on the SNP image */

.snpImageBox
{
	text-align: left;
	padding: 3px;
	border: solid red 3px;
	vertical-align: top;
}


/***********************************************************************
***********************************************************************/
