img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.homeIntro 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* RED 

a:link
{
	font-family: Tahoma;
	font-size: 12px;
	color: red;
	text-decoration: none;
}

a:visited
{
	font-size: 12px;
	color: red;
	text-decoration: none;		
}

a:hover
{
	color: Red;
	text-decoration: underline;
}

a:active
{
}

*/


/* an alternative link style (black) */

a, a:link
{
	color: rgb(0, 0, 0);
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 11px;
    text-decoration: underline;
}

a:visited
{
	color: rgb(0, 0, 0);
	font-size: 11px;
	text-decoration: underline;
}

a:hover
{	
	color:Red;
	text-decoration: underline ;
}

a:active
{
}


.testtable
{
	border-right:solid 1px red;
	border-top:solid 1px red;
	border-left:solid 1px red;
	border-bottom:solid 1px red;
}

/* Flat input -----------------------------------------------------------------------*/

.FlatInput
{	
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #847D84;
	/*border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;*/
	font-size: 8pt;
	color: Black;
	
	text-decoration: none; /*    SCROLLBAR-FACE-COLOR: #999999;     SCROLLBAR-HIGHLIGHT-COLOR: #c0c0c0;     SCROLLBAR-SHADOW-COLOR: #444444;     SCROLLBAR-3DLIGHT-COLOR: #808000;     SCROLLBAR-ARROW-COLOR: #ffffff;     SCROLLBAR-TRACK-COLOR: #dddddf;     SCROLLBAR-DARKSHADOW-COLOR: #ffffff*/
}

/* Flat input -----------------------------------------------------------------------*/

.FieldLabel
{
	font-family: Verdana;
	font-size: 11px;
}


.FieldLabelStrong
{
	font-family: Verdana;
	font-size: 11px;
	font-weight : bold;	
}

.ParaTitle
{
	font-family: Verdana;
	font-size: 14px;
	font-weight : bold;
}

.ParaStrong
{
	font-family: Verdana;
	font-size: 11px;
	font-weight : bold
}

.ParaText
{
	font-family: Verdana;
	font-size: 11px;
}

/* Action link -----------------------------------------------------------------------*/

.ActionLink
{
	font-family: Verdana;
	font-size: 12px;
	color: black;
}

a.ActionLink:link
{
	text-decoration: none;
}

a.ActionLink:visited
{
	color: black;
	text-decoration: none;	
}

a.ActionLink:hover
{
	text-decoration: underline;
	color: red;
}

a.ActionLink:active
{
}

/* Action link -----------------------------------------------------------------------*/


/* Link button -----------------------------------------------------------------------*/

.linkbutton, a.linkbutton, a.linkbutton:visited, YellowNote td a.linkbutton 
{
	border-right: #999999 1px solid;
	padding-right: 6px;
	border-top: #999999 1px solid;
	margin-top: 1px;
	padding-left: 6px;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 1px;
	padding-bottom: 1px;
	border-left: #999999 1px solid;
	cursor: default;
	color: #555555;
	margin-right: 5px;
	padding-top: 1px;
	border-bottom: #999999 1px solid;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	height: 100%;
	background-color: #FFFFFF;
	text-decoration: none;
}

a.linkbutton:hover
{
	color: #999999;
}

/* Link button -----------------------------------------------------------------------*/


/* Error label -----------------------------------------------------------------------*/

.ErrorLabel
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: Red;
}

/* Error label -----------------------------------------------------------------------*/

/* Datagrid styles ------------------------------------------------------------------ */

.NoteGridHeaderColumn
{
	border-bottom : solid 5px #848684;
}

.GridHeader
{
	font-weight: bold;
	font-size: 12px;
	color: forestgreen;
	font-family: Verdana;
	background-color: #E7E7E7;
	height: 22px;
}

.GridHeader td, .GridItem td, .GridAlternatingItem td, .GridRowEdit td, .GridRowSelected td, .GridFooter td
{	
  	padding-left: 5px;
	padding-right: 5px;   
}


/*Common Grid Styling*/

.GridItem, .GridAlternatingItem, .GridRowEdit, .GridFooter, .GridRowSelected
{
	font-size: 11px;
	font-family: Verdana;
	height: 22px;
}

.GridItem
{
	background-color: #F7F3F7;
}

.GridAlternatingItem
{
	background-color: #E7E7E7;
}

.GridSelectedItem
{
	color: Red;
}

.GridFooter
{
	background-color : #848684;
	color:Silver;
	font-weight: bold;	
	
}

.GridRowEdit
{
	background-color: lemonchiffon;
}
.GridRowSelected
{
	background-color: red;
}

.GridPager
{
	background-color : #848684;
	font-size: 11px;
	font-family: Verdana;
	height: 22px;	
}

.GridPager td
{
	padding-right : 5px;
	border-top: solid 1px Silver;	
}

.GridPager td a
{
	color : White;
	text-decoration : none;
}

.GridPager td a:hover
{
	text-decoration : underline;
}

/* NoteGrid row styling based on note color -----------------------------------------*/

.YellowRow, .BlueRow, .GreenRow, .RedRow, .GreyRow, .CustomRowLavender, .CustomRowBeige, .CustomRowPearl, .CustomRowTeal, .CustomRowAquamarine, .HighlightedRow, .YellowRow_MO, .BlueRow_MO, .GreenRow_MO, .RedRow_MO, .GreyRow_MO, .CustomRowLavender_MO, .CustomRowBeige_MO, .CustomRowPearl_MO, .CustomRowTeal_MO, .CustomRowAquamarine_MO, .HighlightedRow_MO
{
	font-size: 11px;
	font-family: Verdana;	
	height: 22px;			
}

.YellowRow td, .BlueRow td, .GreenRow td, .RedRow td, .GreyRow td, .CustomRowLavender td, .CustomRowBeige td, .CustomRowPearl td, .CustomRowTeal td, .CustomRowAquamarine td, .HighlightedRow td, .YellowRow_MO td, .BlueRow_MO td, .GreenRow_MO td, .RedRow_MO td, .GreyRow_MO td, .CustomRowLavender_MO td, .CustomRowBeige_MO td, .CustomRowPearl_MO td, .CustomRowTeal_MO td, .CustomRowAquamarine_MO td, .HighlightedRow_MO td
{
	padding-left : 5px;
	padding-right : 5px;
	border-left-style : none;
	border-right-style : none;
	border-bottom :	1px solid #847D84;	
}


.YellowRow td.FirstColumn, .BlueRow td.FirstColumn, .GreenRow td.FirstColumn, .RedRow td.FirstColumn, .GreyRow td.FirstColumn, .CustomRowLavender td.FirstColumn, .CustomRowBeige td.FirstColumn, .CustomRowPearl td.FirstColumn, .CustomRowTeal td.FirstColumn, .CustomRowAquamarine td.FirstColumn, .HighlightedRow td.FirstColumn, .GridFooter td.FirstColumn, .GridPager td.FirstColumn, .YellowRow_MO td.FirstColumn, .BlueRow_MO td.FirstColumn, .GreenRow_MO td.FirstColumn, .RedRow_MO td.FirstColumn, .GreyRow_MO td.FirstColumn, .CustomRowLavender_MO td.FirstColumn, .CustomRowBeige_MO td.FirstColumn, .CustomRowPearl_MO td.FirstColumn, .CustomRowTeal_MO td.FirstColumn, .CustomRowAquamarine_MO td.FirstColumn, .HighlightedRow_MO td.FirstColumn
{	
	border-left : 1px solid #847D84;	
}

.YellowRow td.LastColumn, .BlueRow td.LastColumn, .GreenRow td.LastColumn, .RedRow td.LastColumn, .GreyRow td.LastColumn, .CustomRowLavender td.LastColumn, .CustomRowBeige td.LastColumn, .CustomRowPearl td.LastColumn, .CustomRowTeal td.LastColumn, .CustomRowAquamarine td.LastColumn, .HighlightedRow td.LastColumn, .GridFooter td.LastColumn, .GridPager td.LastColumn, .YellowRow_MO td.LastColumn, .BlueRow_MO td.LastColumn, .GreenRow_MO td.LastColumn, .RedRow_MO td.LastColumn, .GreyRow_MO td.LastColumn, .CustomRowLavender_MO td.LastColumn, .CustomRowBeige_MO td.LastColumn, .CustomRowPearl_MO td.LastColumn, .CustomRowTeal_MO td.LastColumn, .CustomRowAquamarine_MO td.LastColumn, .HighlightedRow_MO td.LastColumn 
{		
	border-right : 2px solid #847D84;		
}

.YellowRow
{
	background-color : #FFFFC0;
}

/* This is the style used on mouseover on a Yellow notegrid row Only the background colour changes. */
.YellowRow_MO
{
	background-color : #FFFF00;	
}


.BlueRow
{
	background-color : #D0F0FF;	
}

.BlueRow_MO
{
	background-color : #4EC8F7;
}

.GreenRow
{
	background-color :#CFF0CE;	
}

.GreenRow_MO
{
	background-color : #85D487;
}

.RedRow
{
	background-color : #FFD1D8;
}

.RedRow_MO
{
	background-color : #FF7B8A;	
}

.GreyRow
{
	background-color : #E6E6E6;
}

.GreyRow_MO
{
	background-color : #BEBEBE;	
}

.CustomRowLavender
{
	background-color : #DFDFFF;
}

.CustomRowLavender_MO
{
	background-color : #D3D3FF;
}

.CustomRowPearl
{
	background-color : #FFF8E8;
}

.CustomRowPearl_MO
{
	background-color : #FFDF95;
}

.CustomRowBeige
{
	background-color : #EFE4CF;
}

.CustomRowBeige_MO
{
	background-color : #DEC79C;
}

.CustomRowTeal
{
	background-color : #D7E8DE;
}

.CustomRowTeal_MO
{
	background-color : #ABD0BC;
}

.CustomRowAquamarine
{
	background-color : #CFFEF1;
}

.CustomRowAquamarine_MO
{
	background-color : #78FCD8;
}

.HighlightedRow
{
	background-color : Silver;
}

.HighlightedRow_MO
{
	background-color : Silver;
}

.YellowRow_MO, .BlueRow_MO, .GreenRow_MO, .RedRow_MO, .GreyRow_MO, .CustomRowLavender_MO, .CustomRowBeige_MO, .CustomRowPearl_MO, .CustomRowTeal_MO, .CustomRowAquamarine_MO, .HighlightedRow_MO
{
	/*
	background-color : Silver;
	*/
}

/*--------------------- grid links -------------------------------- */

.YellowRow td a, .BlueRow td a, .GreenRow td a, .RedRow td a, .GreyRow td a, .CustomRowLavender td a, .CustomRowBeige td a, .CustomRowPearl td a, .CustomRowTeal td a, .CustomRowAquamarine td a,
.YellowRow_MO td a, .BlueRow_MO td a, .GreenRow_MO td a, .RedRow_MO td a, .GreyRow_MO td a, .CustomRowLavender_MO td a, .CustomRowBeige_MO td a, .CustomRowPearl_MO td a, .CustomRowTeal_MO td a, .CustomRowAquamarine_MO td a
{
	font-family: Verdana;
	font-size: 11px;
	font-weight:normal;
	color: black;
	text-decoration: underline;
}

.YellowRow td a:link, .BlueRow td a:link, .GreenRow td a:link, .RedRow td a:link, .GreyRow td a:link, .CustomRowLavender td a:link, .CustomRowBeige td a:link, .CustomRowPearl td a:link, .CustomRowTeal td a:link, .CustomRowAquamarine td a:link,
.YellowRow_MO td a:link, .BlueRow_MO td a:link, .GreenRow_MO td a:link, .RedRow_MO td a:link, .GreyRow_MO td a:link, .CustomRowLavender_MO td a:link, .CustomRowBeige_MO td a:link, .CustomRowPearl_MO td a:link, .CustomRowTeal_MO td a:link, .CustomRowAquamarine_MO td a:link
{
	color: black;
	text-decoration: none;
}

.YellowRow td a:visited, .BlueRow td a:visited, .GreenRow td a:visited, .RedRow td a:visited, .GreyRow td a:visited, .CustomRowLavender td a:visited, .CustomRowBeige td a:visited, .CustomRowPearl td a:visited, .CustomRowTeal td a:visited, .CustomRowAquamarine td a:visited,
.YellowRow_MO td a:visited, .BlueRow_MO td a:visited, .GreenRow_MO td a:visited, .RedRow_MO td a:visited, .GreyRow_MO td a:visited, .CustomRowLavender_MO td a:visited, .CustomRowBeige_MO td a:visited, .CustomRowPearl_MO td a:visited, .CustomRowTeal_MO td a:visited, .CustomRowAquamarine_MO td a:visited
{
	color: Black;
	text-decoration: none;	
}

.YellowRow td a:hover, .BlueRow td a:hover, .GreenRow td a:hover, .RedRow td a:hover, .GreyRow td a:hover, .CustomRowLavender td a:hover, .CustomRowBeige td a:hover, .CustomRowPearl td a:hover, .CustomRowTeal td a:hover, .CustomRowAquamarine td a:hover,
.YellowRow_MO td a:hover, .BlueRow_MO td a:hover, .GreenRow_MO td a:hover, .RedRow_MO td a:hover, .GreyRow_MO td a:hover, .CustomRowLavender_MO td a:hover, .CustomRowBeige_MO td a:hover, .CustomRowPearl_MO td a:hover, .CustomRowTeal_MO td a:hover, .CustomRowAquamarine_MO td a:hover
{
	text-decoration: underline;
	font-weight:bold;
	/*color: red;*/
}

.YellowRow td a:active, .BlueRow td a:active, .GreenRow td a:active, .RedRow td a:active, .GreyRow td a:active, .CustomRowLavender td a:active, .CustomRowBeige td a:active, .CustomRowPearl td a:active, .CustomRowTeal td a:active, .CustomRowAquamarine td a:active,
.YellowRow_MO td a:active, .BlueRow_MO td a:active, .GreenRow_MO td a:active, .RedRow_MO td a:active, .GreyRow_MO td a:active, .CustomRowLavender_MO td a:active, .CustomRowBeige_MO td a:active, .CustomRowPearl_MO td a:active, .CustomRowTeal_MO td a:active, .CustomRowAquamarine_MO td a:active
{
}

/*--------------------- end grid links -------------------------------- */


/* NoteGrid row styling based on note color -----------------------------------------*/


/* -----------------------------   Grid Edit Links. Sci Fi. Do not Touch --------------  */

.GridItem td a, .GridAlternatingItem td a, .GridRowEdit td a
{
	font-weight:bold;
	font-size: 11px;
	font-family: Verdana;
	color:Blue;
	padding-left: 10px;
}

.GridItem td a:link, .GridAlternatingItem td a:link, .GridRowEdit td a:link
{
	text-decoration:none;
}

.GridItem td a:visited, .GridAlternatingItem td a:visited, .GridRowEdit td a:visited
{
	text-decoration:none;
}

.GridItem td a:hover, .GridAlternatingItem td a:hover, .GridRowEdit td a:hover
{
	text-decoration:underline;
}

/* -----------------------------   Grid Edit Links. Sci Fi. Do not Touch --------------  */


/* Datagrid styles ------------------------------------------------------------------ */

/* Note styling --------------------------------------------------------------------- */

.YellowNote, .GreenNote, .BlueNote, .RedNote, .GreyNote, .LavenderNote, .BeigeNote, .PearlNote, .TealNote, .AquamarineNote 
{
	font-family : Verdana;
	font-size : 11px;	
}

.YellowNote td.noteTitle, .GreenNote td.noteTitle, .BlueNote td.noteTitle, .RedNote td.noteTitle, .GreyNote td.noteTitle, .LavenderNote td.noteTitle, .BeigeNote td.noteTitle, .PearlNote td.noteTitle, .TealNote td.noteTitle, .AquamarineNote td.noteTitle
{
	font-weight : bold;
}

.YellowNote td.noteTitleEdit input, .YellowNote td.noteTextEdit textArea, .GreenNote td.noteTitleEdit input, .GreenNote td.noteTextEdit textArea, .BlueNote td.noteTitleEdit input, .BlueNote td.noteTextEdit textArea, .RedNote td.noteTitleEdit input, .RedNote td.noteTextEdit textArea, .GreyNote td.noteTitleEdit input, .GreyNote td.noteTextEdit textArea, .LavenderNote td.noteTitleEdit input, .LavenderNote td.noteTextEdit textArea, .BeigeNote td.noteTitleEdit input, .BeigeNote td.noteTextEdit textArea, .PearlNote td.noteTitleEdit input, .PearlNote td.noteTextEdit textArea, .TealNote td.noteTitleEdit input, .TealNote td.noteTextEdit textArea, .AquamarineNote td.noteTitleEdit input, .AquamarineNote td.noteTextEdit textArea
{	
	font-family: Verdana;
	font-size: 11px;
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	font-size: 8pt;
	color: black;
	text-decoration: none;
}

.YellowNote td.noteTitleEdit, .GreenNote td.noteTitleEdit, .BlueNote td.noteTitleEdit, .RedNote td.noteTitleEdit, .GreyNote td.noteTitleEdit, .LavenderNote td.noteTitleEdit, .BeigeNote td.noteTitleEdit, .PearlNote td.noteTitleEdit, .TealNote td.noteTitleEdit, .AquamarineNote td.noteTitleEdit
{
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	padding-bottom : 5px;
	
	border-left : 1px solid black;
	border-top : 1px solid black;
	border-right : 1px solid black;		
}

.YellowNote td.noteTextEdit, .GreenNote td.noteTextEdit, .BlueNote td.noteTextEdit, .RedNote td.noteTextEdit, .GreyNote td.noteTextEdit, .LavenderNote td.noteTextEdit, .BeigeNote td.noteTextEdit, .PearlNote td.noteTextEdit, .TealNote td.noteTextEdit, .AquamarineNote td.noteTextEdit 
{
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 0px;
	padding-bottom : 5px;
	
	border-left : 1px solid black;
	border-right : 1px solid black;	
}

.YellowNote td.noteColourPicker, .GreenNote td.noteColourPicker, .BlueNote td.noteColourPicker, .RedNote td.noteColourPicker, .GreyNote td.noteColourPicker, .LavenderNote td.noteColourPicker, .BeigeNote td.noteColourPicker, .PearlNote td.noteColourPicker, .TealNote td.noteColourPicker, .AquamarineNote td.noteColourPicker
{
	border-left : 1px solid black;
	border-right : 1px solid black;	
	border-bottom : 1px solid black;
}

.YellowNote
{
	
}


.YellowNote td.noteTitle, .YellowNote td.noteText, div.YellowNote
{
	border-left : solid 1px black;					
	border-top : solid 1px black;
	border-right : solid 1px black;
	border-bottom : solid 1px black;	
}

.YellowNote td.noteTitle, div.YellowNote, .YellowPopup td.NoteTitle
{
	background-color : #FFFF00;	
}

.YellowNote td.noteText, .YellowPopup td.NoteText
{
	border-top : none;
	background-color : #FFFFC0;
}

.YellowNote td.noteTitleEdit, .YellowNote td.noteTextEdit, .YellowNote td.noteColourPicker
{
	background-color : #FFFF00;
}

.YellowNote td.noteTitleEdit input, .YellowNote td.noteTextEdit textarea
{
	background-color : #FFFFC0;
}

.BlueNote
{
}

.BlueNote td.noteTitle, .BlueNote td.noteText, div.BlueNote
{
	border-left : solid 1px black;					
	border-top : solid 1px black;
	border-right : solid 1px black;
	border-bottom : solid 1px black;	
	
}

.BlueNote td.noteTitle, div.BlueNote, .BluePopup td.NoteTitle
{
	background-color : #4EC8F7;
}

.BlueNote td.noteText, .BluePopup td.NoteText
{
	border-top : none;
	background-color : #D0F0FF;
}

.BlueNote td.noteTitleEdit, .BlueNote td.noteTextEdit, .BlueNote td.noteColourPicker
{
	background-color : #4EC8F7;
}

.BlueNote td.noteTitleEdit input, .BlueNote td.noteTextEdit textarea
{
	background-color : #D0F0FF;
}

.GreenNote
{
}

.GreenNote td.noteTitle, .GreenNote td.noteText, div.GreenNote
{
	border-left : solid 1px black;					
	border-top : solid 1px black;
	border-right : solid 1px black;
	border-bottom : solid 1px black;	
}

.GreenNote td.noteTitle, div.GreenNote, .GreenPopup td.NoteTitle
{
	background-color : #85D487;
}

.GreenNote td.noteText, .GreenPopup td.NoteText
{
	border-top : none;
	background-color : #CFF0CE;
}

.GreenNote td.noteTitleEdit, .GreenNote td.noteTextEdit, .GreenNote td.noteColourPicker
{
	background-color : #85D487;
}

.GreenNote td.noteTitleEdit input, .GreenNote td.noteTextEdit textarea
{
	background-color : #CFF0CE;
}

.RedNote
{
}

.RedNote td.noteTitle, .RedNote td.noteText, div.RedNote
{
	border-left : solid 1px black;					
	border-top : solid 1px black;
	border-right : solid 1px black;
	border-bottom : solid 1px black;	
	
}

.RedNote td.noteTitle, div.RedNote, .RedPopup td.NoteTitle
{
	background-color : #FF7B8A;
}

.RedNote td.noteText, .RedPopup td.NoteText
{
	border-top : none;
	background-color : #FFD1D8;
}

.RedNote td.noteTitleEdit, .RedNote td.noteTextEdit, .RedNote td.noteColourPicker
{
	background-color : #FF7B8A;
}

.RedNote td.noteTitleEdit input, .RedNote td.noteTextEdit textarea
{
	background-color : #FFD1D8;
}

.GreyNote
{
}

.GreyNote td.noteTitle, .GreyNote td.noteText, div.GreyNote
{
	border-left : solid 1px black;					
	border-top : solid 1px black;
	border-right : solid 1px black;
	border-bottom : solid 1px black;	
	
}

.GreyNote td.noteTitle, div.GreyNote, .GreyPopup td.NoteTitle
{
	background-color : #BEBEBE;
}

.GreyNote td.noteText, .GreyPopup td.NoteText
{
	border-top : none;
	background-color : #E6E6E6;
}

.GreyNote td.noteTitleEdit, .GreyNote td.noteTextEdit, .GreyNote td.noteColourPicker
{
	background-color : #BEBEBE;
}

.GreyNote td.noteTitleEdit input, .GreyNote td.noteTextEdit textarea
{
	background-color : #E6E6E6;	
}

.LavenderNote
{
}

.LavenderNote td.noteTitle, .LavenderNote td.noteText, div.LavenderNote
{
	border-left : solid 1px black;					
	border-top : solid 1px black;
	border-right : solid 1px black;
	border-bottom : solid 1px black;	
}

.LavenderNote td.noteTitle, div.LavenderNote, .LavenderPopup td.NoteTitle
{
	background-color : #D3D3FF;
}

.LavenderNote td.noteText, .LavenderPopup td.NoteText
{
	border-top : none;
	background-color : #DFDFFF;
}

.LavenderNote td.noteTitleEdit, .LavenderNote td.noteTextEdit, .LavenderNote td.noteColourPicker
{
	background-color : #D3D3FF;
}

.LavenderNote td.noteTitleEdit input, .LavenderNote td.noteTextEdit textarea
{
	background-color : #DFDFFF;
}

.BeigeNote
{
}

.BeigeNote td.noteTitle, .BeigeNote td.noteText, div.BeigeNote
{
	border-left : solid 1px black;					
	border-top : solid 1px black;
	border-right : solid 1px black;
	border-bottom : solid 1px black;	
}

.BeigeNote td.noteTitle, div.BeigeNote, .BeigePopup td.NoteTitle
{
	background-color : #DEC79C;
}

.BeigeNote td.noteText, .BeigePopup td.NoteText
{
	border-top : none;
	background-color : #EFE4CF;
}

.BeigeNote td.noteTitleEdit, .BeigeNote td.noteTextEdit, .BeigeNote td.noteColourPicker
{
	background-color : #DEC79C;
}

.BeigeNote td.noteTitleEdit input, .BeigeNote td.noteTextEdit textarea
{
	background-color : #EFE4CF;
}

.PearlNote
{
}

.PearlNote td.noteTitle, .PearlNote td.noteText, div.PearlNote
{
	border-left : solid 1px black;					
	border-top : solid 1px black;
	border-right : solid 1px black;
	border-bottom : solid 1px black;	
}

.PearlNote td.noteTitle, div.PearlNote, .PearlPopup td.NoteTitle
{
	background-color : #FFDF95;
}

.PearlNote td.noteText, .PearlPopup td.NoteText
{
	border-top : none;
	background-color : #FFF8E8;
}

.PearlNote td.noteTitleEdit, .PearlNote td.noteTextEdit, .PearlNote td.noteColourPicker
{
	background-color : #FFDF95;
}

.PearlNote td.noteTitleEdit input, .PearlNote td.noteTextEdit textarea
{
	background-color : #FFF8E8;
}

.TealNote
{
}

.TealNote td.noteTitle, .TealNote td.noteText, div.TealNote
{
	border-left : solid 1px black;					
	border-top : solid 1px black;
	border-right : solid 1px black;
	border-bottom : solid 1px black;	
}

.TealNote td.noteTitle, div.TealNote, .TealPopup td.NoteTitle
{
	background-color : #ABD0BC;
}

.TealNote td.noteText, .TealPopup td.NoteText
{
	border-top : none;
	background-color : #D7E8DE;
}

.TealNote td.noteTitleEdit, .TealNote td.noteTextEdit, .TealNote td.noteColourPicker
{
	background-color : #ABD0BC;
}

.TealNote td.noteTitleEdit input, .TealNote td.noteTextEdit textarea
{
	background-color : #D7E8DE;
}


.AquamarineNote
{
}

.AquamarineNote td.noteTitle, .AquamarineNote td.noteText, div.AquamarineNote
{
	border-left : solid 1px black;					
	border-top : solid 1px black;
	border-right : solid 1px black;
	border-bottom : solid 1px black;	
}

.AquamarineNote td.noteTitle, div.AquamarineNote, .AquamarinePopup td.NoteTitle
{
	background-color : #78FCD8;
}

.AquamarineNote td.noteText, .AquamarinePopup td.NoteText
{
	border-top : none;
	background-color : #CFFEF1;
}

.AquamarineNote td.noteTitleEdit, .AquamarineNote td.noteTextEdit, .AquamarineNote td.noteColourPicker
{
	background-color : #78FCD8;
}

.AquamarineNote td.noteTitleEdit input, .AquamarineNote td.noteTextEdit textarea
{
	background-color : #CFFEF1;
}

/* Note styling --------------------------------------------------------------------- */


/*------ Overlib popup styling -----*/

.ovDiv, .YellowPopup, .GreenPopup, .BluePopup, .RedPopup, .GreyPopup, .LavenderPopup, .BeigePopup, .PearlPopup, .TealPopup, .AquamarinePopup
{  
  background-color: #FFFFFF;
}

.ovDiv td.NoteTitle, .YellowPopup td.NoteTitle, .GreenPopup td.NoteTitle, .BluePopup td.NoteTitle, .RedPopup td.NoteTitle, .GreyPopup td.NoteTitle, .LavenderPopup td.NoteTitle, .BeigePopup td.NoteTitle, .PearlPopup td.NoteTitle, .TealPopup td.NoteTitle, .AquamarinePopup td.NoteTitle
{
	border: 1px solid black;
	font-size : 11px;
	font-family: Arial, Verdana;
	font-weight: bold;
	padding-left: 2px;			
}

.ovDiv td.NoteText, .YellowPopup td.NoteText, .GreenPopup td.NoteText, .BluePopup td.NoteText, .RedPopup td.NoteText, .GreyPopup td.NoteText, .LavenderPopup td.NoteText, .BeigePopup td.NoteText, .PearlPopup td.NoteText, .TealPopup td.NoteText, .AquamarinePopup td.NoteText
{
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	font-family: Arial, Verdana;
	font-size: 10px;
	padding-left: 2px;	
}

.HelpPopup
{
	background-color : #FFFFDE;
	color: Black;	
	padding : 5px 5px 5px 5px;
	border: solid 1px black;
}

.HelpPopup td
{
	font-family : Arial, Verdana;
	font-size : 11px;
	/*font-weight : bold;	*/
}



/*------ popup styling -----*/


/*-------------------------- Blurb styling -----------*/

.UserBlurbLabel
{
	font-family: Verdana;
	font-size: 11px;
	font-weight : bold
}

.UserBlurbComment
{
	font-family: Verdana;
	font-size: 10px;
}

/*-------------------------- Blurb styling -----------*/

/*------------------Content Styles --------------------*/
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.qfaq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;	
	text-decoration:none;
}

.qfaq a:hover
{
	color: #666666;
	text-decoration:none;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
.DownloadTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right: 1px solid #808080;
	list-style-position: inside;
	list-style-type: circle;
}
.DownloadTitles {
	background-color: #F1F1F1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:1px 1px 1px 6px;

}

/* Copied from the download html */

.style1 {
	font-size: 14px;
	font-weight: bold;
}

.topoffaq 
{
	font-size: 10px;
}

/*-----------End of content Styles ----------------------*/
