﻿/* CSS Document */

/* ============================================= */
/* Specify blank rules for all elements */
/* ============================================= */

body {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height: 120%;
	background:#FFFFFF
}


/* ============================================= */
/* Home Page Styles */
/* ============================================= */
.SEFGP_Logo {
	margin:5px
}

.HomeBannerBarOver {
	height: 4px;
	background-color: #CCE8CC;
}
.HomeBannerBarUnder {
	height: 11px;
	background-color: #CCE8CC;
	line-height: 11px;
}

.VertLine {
	background-image: url('../images/vertical_line_grey.gif');
	background-repeat: repeat;
	width: 4px;
}

.TopNavDateTimeStamp {
	text-align: center;
	font-size: 0.9em;
	font-weight:bold;
	color: #FFFFFF;
}

.TopNavBarBackground {
	background-color: #357435;
}

.HomeBannerBarOverCopy {
	height: 4px;
	background-color: #CCE8CC;
}


/* ============================================= */
/* Other Page Style Stuff */
/* ============================================= */


.BodyText {
	font-weight: normal;
	font-size: 1.1em;
	line-height: 120%;
}

.PageSides {
	background-image: url('../images/BG_PageSides.gif');
	background-repeat: repeat-y;
}

.BodyTextBold {
	font-weight: bold;
}

.TopBoxTextBold{
	font-weight: bold;
	color: #000000;
	margin-top: 0;
	margin-bottom: 0;
}

.PageTitle{
	font-size: 1.6em;
	font-weight: lighter;
	color: #357435;
	text-align: left;
	line-height: normal;
	margin-bottom: 20px;
}

.TopBoxTextNormal{
	font-size: 1.0em;
	font-weight: normal;
	color: #000000;
}

.SmallPrint {
	font-size: 0.7em;
	font-weight: normal;
	color: #000000;
}

.EventTitle {
	font-size: 1.5em;
	font-weight: bold;
	color: #357435;
}

UL {
list-style-image: url(../images/Bullet_Level2.gif);
line-height: 150%;

}

UL UL LI {
list-style-image: url(../images/Bullet_Level2.gif);
line-height: 120%;
}

UL UL UL LI {
list-style-image: url(../images/Bullet_Level3.gif);
line-height: 120%;
}


/* ============================================= */
/* Link Styles */
/* ============================================= */

a {
	color: #357435;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #357435;
	font-weight: normal;
	text-decoration: underline;
}

a.BodyLinkNoDec {
	font-size: 1.1em;
	color: #357435;
	font-weight: bold;
	text-decoration: none;
}

a:hover.BodyLinkNoDec {
	font-size: 1.1em;
	color: #357435;
	font-weight: bold;
	text-decoration: underline;
}

a.BodyLink {
	font-size: 1.1em;
	color: #357435;
	font-weight: bold;
	text-decoration: underline;
}

a:hover.BodyLink {
	font-size: 1.1em;
	color: #357435;
	font-weight: bold;
	text-decoration: underline;
}

a.EventHeaderLink {
	font-size: 1.1em;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

a:hover.EventHeaderLink {
	font-size: 1.1em;
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: underline;
}

a.EventHeaderLinkSmall {
	font-size: 0.8em;
	color: #357435;
	font-weight: normal;
	text-decoration: none;
}

a:hover.EventHeaderLinkSmall {
	font-size: 0.8em;
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: underline;
}

a.HomeBoxLinks{
	color: #ffffff;
	text-decoration: none;
}

a:hover.HomeBoxLinks {
	color: #c0c0c0;
	text-decoration: none;
}




/* ============================================= */
/* Form Layout Elements etc */
/* ============================================= */

.FormLabelText {
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}


.button {
	padding:0px;
	margin:0px;
	font-weight:bold;
	font-size: 1.0em;
	color:#FFFFFF;
	background-color:#357435; 
	background-image:url(../images/BG_Button.gif)
}


.InputField {
	background-color: #ffffff;
	font-size: 0.9em;
	font-family: arial;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

.confirm_txt {
	font-size: 1.1em;
	font-family:arial; 
	font-weight:bold; 
	color:#CC0033
}

/* ============================================= */
/* Page Layout / Standard Backgrounds Elements etc */
/* ============================================= */

.PageSideBorders {
	z-index:1;
	background-image: url('../images/BackgroundSideBorders.gif');
}
.button_topnavbar {
	border: 1px groove #C0C0C0;
	padding: 0;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #C0C0C0;
	color: #000000;
	font-style: normal;
}
.InputField_TopNavBar {
	background-color: #ffffff;
	font-size: 0.9em;
}

.KeyFactsTxt {
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	color: #357435;
}

.FooterCopyright {
	font-size: 0.8em;
	font-weight: normal;
	color: #000000;
	text-align: right;
}

.TopNavDate {
	font-size: 0.8em;
	font-weight: normal;
	color: #000000;
	text-align: right;
}
.HomeFirstPara {
	padding: 20px;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 120%;
}

.HomeBoxTableHeader {
	margin: 2px;
	background-color: #357435;
	font-size: 1.4em;
	color: #FFFFFF;
	padding: 3px;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
}
.HomeBoxTableBodyGreen {
	background-color: #CCE8CC;
	font-size: 1.0em;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	padding: 5px;
	vertical-align: top;
}
.HomeBoxTableBodyGreen a {
	font-weight: bold;
}
.TableSpacerRow {
	height: 5px;
	line-height: 11px;
}
.ImgNoBorder{
	border-width: 0;
}
.MainBodyTable {
	position: relative;
	top: 5px;
}
.PageSubTitle {
	font-size: 1.1em;
	font-weight: lighter;
	color: #357435;
	margin-top: 0;
	margin-bottom: 0;
}

/* ============================================= */
/* Calendar Control Styles */
/* ============================================= */


.CalendarWeekday { 
  text-decoration: none; 
  background-color: white; 
  font-family: Tahoma, arial; 
  font-size: 10pt ; 
  color: "Black" ;
} 

.CalendarMonth { 
  text-decoration: none; 
  background-color: DarkBlue; 
  font-family: Tahoma, arial; 
  font-size: 10pt ; 
  color: "White" ;
} 

.CalendarOffmonth { 
  text-decoration: none; 
  background-color: AliceBlue; 
  font-family: Tahoma, arial; 
  font-size: 10pt ; 
  color: "Gray" ;
} 

.CalendarToday { 
  text-decoration: none; 
  background-color: LightSteelBlue; 
  font-family: Tahoma, arial; 
  font-size: 10pt ; 
  color: "Black" ;
} 

.CalendarWeekend { 
  text-decoration: none; 
  background-color: Lavender; 
  font-family: Tahoma, arial; 
  font-size: 10pt ; 
  color: "Black" ;
} 
/* ============================================= */
/* End Calendar Control Styles */
/* ============================================= */

.HomeBoxTableHeaderOrange {
	margin: 2px;
	background-color: #DF6C00;
	font-size: 1.4em;
	color: #FFFFFF;
	padding: 3px;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
}
.HomeBoxTableHeaderMustard {
	margin: 2px;
	background-color: #CEBB4E;
	font-size: 1.4em;
	color: #357435;
	padding: 3px;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
}
.HomeBoxTableBodyOrange {
	background-color: #FFD7B3;
	font-size: 1.0em;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	padding: 5px;
	vertical-align: top;
}
.HomeBoxTableBodyMustard {
	background-color: #E9E0AD;
	font-size: 1.0em;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	padding: 5px;
	vertical-align: top;
}
a.BodyLinkNoDecWhite {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a.HomeBoxLinksGreen {
	color: #357435;
	text-decoration: none;
}

a:hover.HomeBoxLinksGreen {
	color: #408A40;
	text-decoration: none;
}

a.BodyLinkNoDecGreen {
	font-size: 1.1em;
	color: #357435;
	font-weight: normal;
	text-decoration: none;
}
.SmallPrintGreen {
	font-size: 0.8em;
	font-weight: normal;
	color: #357435;
}
.BoxoutTable {
	border: 1px solid #357435;
	background-color: #CCE8CC;
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	padding: 5px;
}
.BoxoutHeading {
	font-size: 1.1em;
	font-weight: bolder;
	color: #357435;
	margin-top: 0;
	margin-bottom: 0;
}
a.BoxoutLink {
	font-size: 0.9em;
	color: #357435;
	font-weight: lighter;
	text-decoration: none;
}

#hover {
  clear: both;
	z-index:20;
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	display:none;
	padding:5px;
	height:auto;
	width:auto;
	border:dashed 1px #000000;
	background-color:#cccccc;
	font-weight:bold;
}
.SmallPrint {
	font-size: 0.9em;
	font-weight: normal;
	color: #000000;
}
