﻿/* ========================================================== */
/* Green Oak Default Application Style Sheet */
/* Version 1.0 */
/* IE6 */
/* ========================================================== */

/* ---------------------------------------------------- */
/* Standard style settings */
/* ---------------------------------------------------- */

BODY
{
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	border-right: none;
	border-bottom: none;
	margin: 0,0,0,0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

OPTION
{
	border-right: none;
	border-bottom: none;
	margin: 0,0,0,0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

OPTGROUP
{
	border-right: medium none;
	font-weight: bold;
	font-size: 10pt;
	margin: 0px;
	border-bottom: medium none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

TD
{
	border-right: none;
	border-bottom: none;
	margin: 0,0,0,0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a:visited, a:link, a:active
{
	background-color: transparent;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: transparent;
	text-decoration: underline;
}

.NoUnderline
{
	text-decoration: none;
}

UL
{
	padding: 1px, 1px;
}
LI
{
	padding: 1px, 1px;
}

.LineSpacingPara
{
	line-height: 18px;
}

.LineSpacingNormal
{
	line-height:normal ;
}

/* ---------------------------------------------------- */
/* Pointer settings */
/* ---------------------------------------------------- */

.MouseHand
{
	cursor: hand;
}

.MouseHelp
{
	cursor: help;
}

.MouseNormal
{
	cursor: default;
}

/* ---------------------------------------------------- */
/* Alignments and cell settings */
/* ---------------------------------------------------- */

.padLeft5
{
	padding-left: 5px;
}
.padRight5
{
	padding-right: 5px;
}
.padTop5
{
	padding-top: 5px;
}
.padBottom5
{
	padding-bottom: 5px;
}

.padLeft2
{
	padding-left: 2px;
}
.padRight2
{
	padding-right: 2px;
}
.padRight3
{
	padding-right: 3px;
}
.padTop2
{
	padding-top: 2px;
}
.padBottom2
{
	padding-bottom: 2px;
}

.padLeft10
{
	padding-left: 10px;
}
.padRight10
{
	padding-right: 10px;
}
.padTop10
{
	padding-top: 10px;
}
.padBottom10
{
	padding-bottom: 10px;
}

.alignRight
{
	text-align: right;
}
.alignLeft
{
	text-align: left;
}
.alignCentre
{
	text-align: center;
}

.alignMiddle
{
	vertical-align: middle;
}

.alignTop
{
	vertical-align: top;
}

.alignBottom
{
	vertical-align: bottom;
}

.fixedTableSize
{
	TABLE-LAYOUT:fixed; 
	border-collapse:collapse;
}

.rotateCell
{
	writing-mode: tb-rl;
}

/* ---------------------------------------------------- */
/* Borders */
/* ---------------------------------------------------- */

.borderColourBlack
{
	border-color: #000000;
}

.borderColourXXLightGreen
{
	border-color: #afba9f;
}

.borderColourLightGrey
{
	border-color: #dddddd;
}

.borderColourWhite
{
	border-color: #ffffff;
}

.borderColourGreen
{
	border-color: #00CC00;
}

.borderColourGOGreen
{
	border-color: #0D7038;
}

.borderColourBlue
{
	border-color: #336699;
}

.borderSolidBoth
{
	border-bottom-width: 0;
	border-top-width: 0;
	border-left: 1px solid;
	border-right: 1px solid;
}

.borderSolidLeft
{
	border-bottom-width: 0;
	border-top-width: 0;
	border-left: 1px solid;
	border-right: 0px solid;
}

.borderSolidRight
{
	border-bottom-width: 0;
	border-top-width: 0;
	border-left: 0px solid;
	border-right: 1px solid;
}

.borderSolidTop
{
	border-left-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-top: 1px solid;
}

.borderSolidTopBoth
{
	border-bottom-width: 0;
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
}

.borderSolidBottom
{
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
	border-bottom: 1px solid;
}

.borderSolidBottomboth
{
	border-top-width: 0;
	border-bottom: 1px solid;
	border-top-width: 0;
	border-left: 1px solid;
	border-right: 1px solid;
}



.borderSolidAll
{
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

.borderSolidBothThick
{
	border-bottom-width: 0;
	border-top-width: 0;
	border-left: 3px solid;
	border-right: 3px solid;
}

.borderSolidTopThick
{
	border-left-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-top: 3px solid;
}

.borderSolidBottomThick
{
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
	border-bottom: 3px solid;
}

.borderSolidAllThick
{
	border-left: 3px solid;
	border-right: 3px solid;
	border-top: 3px solid;
	border-bottom: 3px solid;
}

.borderDashedBoth
{
	border-bottom-width: 0;
	border-top-width: 0;
	border-left: 1px dashed;
	border-right: 1px dashed;
}

.borderDashedTop
{
	border-left-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-top: 1px dashed;
}

.borderDashedBottom
{
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
	border-bottom: 1px dashed;
}

.borderDashedAll
{
	border-right: 1px dashed;
	border-top: 1px dashed;
	border-left: 1px dashed;
	border-bottom: 1px dashed;
}

.borderNone
{
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
	border-bottom-width: 0;
}

/* ---------------------------------------------------- */
/* Text Input Areas */
/* ---------------------------------------------------- */

.input10ptBlack
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border-collapse: collapse;
	border-width: 2;
}

.input10ptLightBlue
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	background-color: #98CAE0;
	border-width: 2;
}

.input10ptLightRed
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	background-color: #F5CB99;
	border-width: 2;
}
.input10ptLightGreen
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	background-color: #98D48D;
	border-width: 2;
}

.input10ptLightGrey
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	background-color: #B3B3B3;
	border-width: 2;
}

.input10ptDarkGrey
{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	background-color: #666666;
	border-width: 2;
}

.input10ptDarkGreen
{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	background-color: #0D7038;
	border-width: 2;
}

.input10ptDarkBlue
{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	background-color: #1E5FA9;
	border-width: 2;
}

.input10ptBBlack
{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	background-color: #000000;
	border-width: 2;
}

.input8ptBlack
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border-collapse: collapse;
	border-width: 2;
}

.input8ptLightBlue
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	background-color: #98CAE0;
	border-width: 2;
}

.input8ptLightRed
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	background-color: #F5CB99;
	border-width: 2;
}
.input8ptLightGreen
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	background-color: #98D48D;
	border-width: 2;
}

.input8ptLightGrey
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	background-color: #B3B3B3;
	border-width: 2;
}

.input8ptDarkGrey
{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	background-color: #666666;
	border-width: 2;
}

.input8ptDarkGreen
{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	background-color: #0D7038;
	border-width: 2;
}

.input8ptDarkBlue
{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	background-color: #1E5FA9;
	border-width: 2;
}

.input8ptBBlack
{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	background-color: #000000;
	border-width: 2;
}

.noBorder
{
	border-width: 0;
}

.solidBorder
{
	border-style: solid;
	border-width: 1;
}

.borderWhite
{
	border-color: #e0e0e0;
}

/* ---------------------------------------------------- */
/* Command Buttons */
/* ---------------------------------------------------- */

.inputBut10ptBlack
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	background-color: #FFFFFF;
}

.inputBut10ptLightBlue
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	background-color: #98CAE0;
}

.inputBut10ptLightRed
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	background-color: #F5CB99;
}
.inputBut10ptLightGreen
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	background-color: #98D48D;
}

.inputBut10ptLightGrey
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	background-color: #B3B3B3;
}

.inputBut10ptDarkGrey
{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	background-color: #666666;
}

.inputBut10ptDarkGreen
{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	background-color: #0D7038;
}

.inputBut10ptDarkBlue
{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	background-color: #1E5FA9;
}

.inputBut10ptBBlack
{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	background-color: #000000;
}

.inputBut8ptBlack
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	background-color: #FFFFFF;
}

.inputBut8ptLightBlue
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	background-color: #98CAE0;
}

.inputBut8ptLightRed
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	background-color: #F5CB99;
}
.inputBut8ptLightGreen
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	background-color: #98D48D;
}

.inputBut8ptLightGrey
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	background-color: #B3B3B3;
}

.inputBut8ptDarkGrey
{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	background-color: #666666;
}

.inputBut8ptDarkGreen
{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	background-color: #0D7038;
}

.inputBut8ptDarkBlue
{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	background-color: #1E5FA9;
}

.inputBut8ptBBlack
{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	background-color: #000000;
}

/* ---------------------------------------------------- */
/* Text */
/* ---------------------------------------------------- */

.Font7B
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
}

.Font8B
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

.Font10B
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.Font12B
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

.Font14B
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

.Font6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: none;
}

.Fonttab
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:normal;
}

.Font7
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: none;
}

.Font8
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: none;
}

.Font10
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: none;
}

.Font12
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: none;
}

.Font14
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: none;
}

/* ---------------------------------------------------- */
/* Fore Colours */
/* ---------------------------------------------------- */

.Fore_Transparent
{
	color: transparent;
}

.Fore_GOGreen
{
	color: #0D7038;
}
.Fore_GORed
{
	color: #B72B2A;
}
.Fore_GOBlue
{
	color: #1E5FA9;
}
.Fore_GOLightRed
{
	color: #F5CB99;
}
.Fore_GOLightGreen
{
	color: #98D48D;
}
.Fore_GOLightBlue
{
	color: #98CAE0;
}
.Fore_GOgrey30
{
	color: #B3B3B3;
}
.Fore_GOgrey60
{
	color: #666666;
}
.Fore_GOgrey80
{
	color: #333333;
}

.Fore_Black
{
	color: #000000;
}
.Fore_White
{
	color: #FFFFFF;
}
.Fore_Beige
{
	color: #F0F0F0;
}

.Fore_DarkGrey
{
	color: #666666;
}
.Fore_Grey
{
	color: #CCCCCC;
}
.Fore_LightGrey
{
	color: #F7F7F7;
}
.Fore_XPMediumGrey
{
	color: #C0C4D2;
}
.Fore_XPLightGrey
{
	color: #F0F1F5;
}

.Fore_DarkBlue
{
	color: #003399;
}
.Fore_Blue
{
	color: #336699;
}
.Fore_LightBlue
{
	color: #7496e2;
}
.Fore_SlateBlue
{
	color: #62718E;
}
.Fore_XPMediumBlue
{
	color: #666699;
}
.Fore_XPLightBlue
{
	color: #EDF0F7;
}

.Fore_DarkGreen
{
	color: #009900;
}
.Fore_Green
{
	color: #00CC00;
}
.Fore_LightGreen
{
	color: #99CC99;
}

.Fore_DarkYellow
{
	color: #FFCC00;
}
.Fore_Yellow
{
	color: #FFFF66;
}
.Fore_LightYellow
{
	color: #FFFF99;
}

.Fore_DarkPurple
{
	color: #660033;
}
.Fore_Purple
{
	color: #663366;
}
.Fore_LightPurple
{
	color: #CCBBCC;
}

.Fore_DarkRed
{
	color: #990000;
}
.Fore_Red
{
	color: #CC3333;
}
.Fore_LightRed
{
	color: #FFCCCC;
}

.Fore_DarkOrange
{
	color: #FF3300;
}
.Fore_Orange
{
	color: #CF6E20;
}
.Fore_LightOrange
{
	color: #E68536;
}

.Fore_tan
{
	color: #964542;
}
.Fore_brown
{
	color: #996666;
}
.Fore_sage
{
	color: #999966;
}

.Fore_Teal
{
	color: #339999;
}
.Fore_AquaMarine
{
	color: #66CCCC;
}
.Fore_Turquoise
{
	color: #99CCCC;
}

/* ---------------------------------------------------- */
/* Back Colours */
/* ---------------------------------------------------- */

.Back_Transparent
{
	background-color: transparent;
}

.Back_GOGreen
{
	background-color: #0D7038;
}
.Back_GORed
{
	background-color: #B72B2A;
}
.Back_GOBlue
{
	background-color: #1E5FA9;
}
.Back_GOLightRed
{
	background-color: #F5CB99;
}
.Back_GOLightGreen
{
	background-color: #98D48D;
}
.Back_GOLightBlue
{
	background-color: #98CAE0;
}
.Back_GOgrey30
{
	background-color: #B3B3B3;
}
.Back_GOgrey60
{
	background-color: #666666;
}
.Back_GOgrey80
{
	background-color: #333333;
}

.Back_Black
{
	background-color: #000000;
}
.Back_White
{
	background-color: #FFFFFF;
}
.Back_Beige
{
	background-color: #F0F0F0;
}

.Back_DarkGrey
{
	background-color: #666666;
}
.Back_Grey
{
	background-color: #CCCCCC;
}
.Back_LightGrey
{
	background-color: #F7F7F7;
}
.Back_MediumGrey
{
	background-color: #9e9e9e;
}
.Back_XPMediumGrey
{
	background-color: #C0C4D2;
}
.Back_XPLightGrey
{
	background-color: #F0F1F5;
}

.Back_DarkBlue
{
	background-color: #003399;
}
.Back_Blue
{
	background-color: #336699;
}
.Back_LightBlue
{
	background-color: #7496e2;
}
.Back_SlateBlue
{
	background-color: #62718E;
}
.Back_XPMediumBlue
{
	background-color: #666699;
}
.Back_XPLightBlue
{
	background-color: #EDF0F7;
}
.Back_XPXLightBlue
{
	background-color: #F0F8Fa;
}

.Back_DarkGreen
{
	background-color: #006600;
}
.Back_Green
{
	background-color: #009933;
}
.Back_LightGreen
{
	background-color: #99CC99;
}
.Back_XLightGreen
{
	background-color: #eeffee;
}
.Back_XXLightGreen
{
	background-color: #dffadf;
}

.Back_DarkYellow
{
	background-color: #FFCC00;
}
.Back_Yellow
{
	background-color: #FFFF66;
}
.Back_LightYellow
{
	background-color: #FFFF99;
}

.Back_DarkPurple
{
	background-color: #660033;
}
.Back_Purple
{
	background-color: #663366;
}
.Back_LightPurple
{
	background-color: #CCBBCC;
}
.Back_XLightPurple
{
	background-color: #e0d9e0;
}

.Back_DarkRed
{
	background-color: #990000;
}
.Back_Red
{
	background-color: #CC3333;
}
.Back_LightRed
{
	background-color: #FFCCCC;
}

.Back_DarkOrange
{
	background-color: #FF3300;
}
.Back_Orange
{
	background-color: #CF6E20;
}
.Back_LightOrange
{
	background-color: #E68536;
}

.Back_tan
{
	background-color: #964542;
}
.Back_brown
{
	background-color: #996666;
}
.Back_sage
{
	background-color: #999966;
}

.Back_Teal
{
	background-color: #339999;
}
.Back_AquaMarine
{
	background-color: #66CCCC;
}
.Back_Turquoise
{
	background-color: #99CCCC;
}

/* ---------------------------------------------------- */
/* Tree View Styles */
/* ---------------------------------------------------- */

.TVNode, .TVNodeOver, .TVNodeSelected, .TVNodeLoading
{
	font-family: verdana, Arial, sans-serif;
	font-size: 8pt;
	cursor: hand;
}

.TVNodeOver
{
	font-size: 8pt;
	cursor: hand;
	font-family: verdana, Arial, sans-serif;
	text-decoration: underline;
}

.TVNode
{
	color: #0D7038;
}

.TVNodeOver
{
	color: #0D7038;
}

.TVNodeSelected
{
	border-right: black 0px solid;
	padding-right: 0px;
	border-top: black 1px solid;
	padding-left: 0px;
	padding-bottom: 2px;
	border-left: black 0px solid;
	color: #336600;
	padding-top: 2px;
	border-bottom: black 1px solid;
	background-color: #ddffdd;
}

.TVNodeLoading
{
	background-color: white;
	color: black;
}

/* The main calendar widget.  DIV containing a table. */

div.calendar { position: relative; }

.calendar, .calendar table {
  border: 1px solid #565;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #efe;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
  background: #676;
  color: #fff;
  font-size: 90%;
}

.calendar .nav {
  background: #676 url(menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  padding: 2px;
  background: #250;
  color: #efa;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #565;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #a66;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background-color: #afa;
  color: #000;
  border: 1px solid #084;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background-color: #7c7;
  padding: 2px 0px 0px 2px;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #dfb;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  color: #564;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #bbb;
}
.calendar tbody .day.othermonth.oweekend {
  color: #fbb;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #8a8;
  background: #dfb;
}

.calendar tbody .rowhilite td {
  background: #dfd;
}

.calendar tbody .rowhilite td.wn {
  background: #efe;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #efd;
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #dec;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #000;
  padding: 1px 3px 1px 1px;
  background: #f8fff8;
  color: #000;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #a66;
}

.calendar tbody td.today { font-weight: bold; color: #0a0; }

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #565;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  padding: 2px;
  background: #250;
  color: #efa;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #afa;
  border: 1px solid #084;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #7c7;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #565;
  background: #efd;
  color: #000;
  font-size: 90%;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: #af8;
}

.calendar .combo .active {
  border-top: 1px solid #6a4;
  border-bottom: 1px solid #6a4;
  background: #efe;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #8a8;
  padding: 1px 0px;
  text-align: center;
  background-color: #dfb;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #898;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #686;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}




.Fore_GOGreen
{
	/* color: #0D7038;*/
	color: #085010;
}

/* new styles */

body
{
}

.headnavtr
{			
	font-family: Tahoma;
	font-size: 11px;
	color: white;	
	background-color: Green;
	background-image: url(../images/topnav_banner.jpg);
	background-repeat:repeat-x;
	background-position:center;
}

.headnavtd
{	
	text-align: center;
	padding-left:5px;
	padding-right:5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

a.headnavlink
{
	font-family: Calibri, Tahoma, Arial, Sans-Serif;
}
a.headnavlink:link
{
	font-family: Calibri, Tahoma, Arial, Sans-Serif;
	text-decoration: none;
	font-weight: bold;
	color: #DDFFDD;	
	font-size: 14px;
}
a.headnavlink:visited
{
	font-family: Calibri, Tahoma, Arial, Sans-Serif;
	color: #DDFFDD;
	font-weight: bold;
	font-size: 14px;
}
a.headnavlink:hover
{
	font-family: Calibri, Tahoma, Arial, Sans-Serif;
	text-decoration: underline;
	color: white;	
	font-size: 14px;
}
a.headnavlink:active
{
	font-weight:bold;
	font-size: 14px;
}

a.headnavseparator
{
	color:#33bb33;
	font-weight: bold;
}

/* Navigation styles */

ul.leftnavlevel1
{
	margin: 0px;
	padding-left: 10px;
	padding-bottom: 5px;
	list-style-type: none;
	list-style-position: outside;	 	
}

.leftnavgrouplabel
{
	font-family: Calibri, Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;	
	color: #404040;
}

a.leftnav:visited, a.leftnav:link, a.leftnav:active
{	
	color: green;
	font-family: Calibri, Tahoma, Arial;	
	font-size: 12px;	
	text-decoration: none;	
}

a.leftnav:hover
{
	color: #4080FF;
	text-decoration: underline;
}

a.leftnavsectionlink:visited, a.leftnavsectionlink:link, a.leftnavsectionlink:active
{	
	font-weight: bold;
	color: #085010;
	font-family: Calibri, Tahoma, Arial;	
	font-size: 14px;	
	text-decoration: none;	
}

a.leftnavsectionlink:hover
{
	color: #4080FF;
	text-decoration: underline;
}

h1
{
	color: #085010;
	font-family: Calibri, Tahoma;
	font-weight: bold;
	font-size: 20px;
}

h2
{
	color: #085010;
	font-family: Calibri, Tahoma;
	font-weight: bold;
	font-size: 18px;
}

ul.nobullet
{
	list-style-type: none;
}

ul.noindent
{
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 3px;
}

tr.altRow
{
	background-color: #E5FBE5;
}