body { padding: 0px; margin: 0px; padding-top: 5px; background-color: #BCCA8C; font-family: helvetica, arial, sans-serif;  }
td { font-family: helvetica, arial, sans-serif; font-size: 11pt; }
.layoutTable { background-color: white; }
.layoutTable_Padded_td { padding: 10px; padding-bottom: 0px;  }
.content { padding: 10px; padding-top: 0px; font-family: arial; font-size: 10pt;    }
.content td { font-family: arial; font-size: 10pt;  }
.content li { padding-bottom: 0.3em; list-style-type: circle;}

/* top (first level) navigation */
#topBar_td img { border: 0px; }
/* #topBar_td { background-color: #7D875C; height: 35px; }  */

/* side nav */
#SideNav { width: 226px; max-width: 226px; }
#SideNav_td { width: 226px; max-width: 226px; padding-left: 10px; background-color: #6A754A; }
/* #sidenav, SecondLevelSectionTitle { width: 216px;  } */
.SecondLevelSectionTitle a  { color: white; text-decoration: none; font-weight: bold; }
.SecondLevelSectionTitle a:hover { text-decoration: underline; }

#sidenav a { color: #EEEEEE; text-decoration: none; display: block; }
#sidenav a.selected { font-weight: bold; color: white; background-color: #5c4f3f; padding-top: 5px; padding-bottom: 5px; margin-left: -5px; padding: 5px; -moz-border-radius:7px;	-webkit-border-radius:7px;	border-radius: 7px; }
#sidenav a.selected:hover { text-decoration: none; }
#sidenav a:hover { text-decoration: underline;   }
#sidenav li.level2 { font-size: 10pt; }
#sidenav li.level3 { font-size: 9pt; }
#sidenav li.level4 { font-size: 9pt; }
#sidenav li.level5 { font-size: 9pt; }
#sidenav li.level6 { font-size: 9pt; }
#sidenav li.level7 { font-size: 9pt; }

#sidenav ul {	padding: 0px; margin: 0px; margin-left: 15px; }
#sidenav li {	list-style: none; padding: 5px; }

	h1.pagetitle
	{
		color: #2e373d;
		font-size: 14pt;
		font-weight: bold;
		padding: 0px;
		margin: 0px;
		font-family: Verdana, Arial, sans-serif;
		margin-left: 10px;
		padding-top: 10px;
		border-bottom: 1px dashed #CCC;
	}

	.content h1 { font-family: Verdana, Arial, sans-serif; font-size: 13pt; font-weight: bold;  padding: 0px; padding-top: 5px; padding-bottom: 0px; margin: 0px; border-bottom: 1px solid #c4c8b7; }
	h2 { font-family: Verdana, Arial, sans-serif; font-size: 11pt; font-style: italic;  padding: 0px; padding-top: 5px; padding-bottom: 5px; margin: 0px; background-color: #e1e3db; margin-left: -5px; padding-left: 5px; -moz-border-radius-topleft:10px; -moz-border-radius-topright: 10px;	-webkit-border-top-left-radius:10px; -webkit-border-top-right-radius:10px; border-top-left-radius: 10px; border-top-right-radius: 10px; }
	h2 strong { font-style: normal; }

	h3 { font-family: Verdana, Arial, sans-serif; font-size: 10pt; font-style: normal;  padding: 0px; padding-top: 5px; padding-bottom: 5px; margin: 0px; }

td.footerLink { font-size: 10pt; color: #6a754a }
a.footerLink
{
	 text-decoration: underline; color: #6a754a;
}

a.footerLink:hover { text-decoration: underline }

/* breadcrumb */
#breadcrumb
{
	font-family: helvetica, arial, sans-serif; 
	font-size: 11px; 
	padding: 0px;
	padding-left: 20px;
	color: #333;
	padding-bottom: 5px;
	padding-top: 5px;
}

#breadcrumb ul
{
	padding: 0px;
	margin: 0px;
	padding-left: 5px;
	display: inline;
}
#breadcrumb li
{
	padding-left: 6px;
	padding-right: 10px;
	list-style: none;		
	display: inline;
	color: #646464;
}

#breadcrumb a
{
	color: #646464;
	text-decoration: none;
}

#breadcrumb a:visited
{
	color: #646464;
	text-decoration: none;
}

#breadcrumb a:hover { text-decoration: underline; }



	/* Login Status Control */
	#LoginStatus, #loginStatus a
	{
		color: #CCC;	
		text-align: center;
		font-size: 8px;
	}

	
	/* ***************
	   ImageGallery
	   */
	
	.ImageGallery 
	{
		text-align: center;
	}

	.ImageGalleryImage_td
	{
		text-align: center;
		font-size: 8pt;
	}

	a.ImageGalleryBackLink
	{

	}

	img.ImageGalleryFullSizedImage
	{
		padding-top: 5px;
		border: 0px;
	}

	a.ImageGalleryImageLink
	{
	}

	img.ImageGalleryImage
	{
		border: 1px solid #CCC;
		padding: 2px;
		margin: 4px;
		 
	}
	/* Home Page */
	.home_splash_table {  } /* border: 2px solid #5C4F3F; */
	.home_splash_table td { text-align: center;  }
	.home_splash_table td a {  font-weight: normal; font-size: 10pt; color: black;   }

	.home_splash_table td img { border: 0px; }
/*	.home_splash_table th { text-align: left; background-color: rgb(222, 229, 198); background-image: url(/images/homepagetext_bg.gif); background-repeat: repeat-x; } */
	.home_splash_table th { background: #88916E; color: white; background-image: url(/images/homepagetext_bg.gif); background-repeat: repeat-x; }
	.home_splash_table th h2 { font-size: 10pt; padding: 0px; margin: 0px; }

	/* more information box for training content */
	.training_moreinfo_box 
	{ 
		border: 2px solid #5C4F3F; 
		background-color: #aea79f;
		margin-top: 40px;
		padding: 5px;
		font-weight: bold;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		border-radius: 10px;
	}

.training_moreinfo_box a { font-weight: normal; }

	.training_moreinfo_box h2
	{
		font-family: Verdana, Arial, sans-serif; font-size: 10pt; font-style: normal; padding: 0px; padding-top: 5px; padding-bottom: 5px; margin: 0px; background-color: #aea79f;
	}

	.training_moreinfo_box img { vertical-align: middle; }

/* *********************************************************
/* Collaboration System Styles							   */
Input.TitleInput, .TitleInput Input
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 15px; 
	WIDTH: 300px; 
	HEIGHT: 25px
}

.DescriptionInput
{
	WIDTH: 500px;
}

.titleTools
{
	font-size: smaller;
	font-style: italic; 
}

/* *********************************************************
   Message Box Styles	
   ** */
#errorMessage
{
	width: 500px;
	text-align: center;
	border: dashed 1px red;
	background: #C31232;	
	color: White;
	margin-bottom: 5px;
}

#Message
{	
	
	width: 500px;
	text-align: center;
	border: dashed 1px red;
	background: yellow;	
	color: Black;
	margin-bottom: 5px;	
}
/* *********************************************************
   Pager Styles
	- the #Pager region contains links to the previous and next page
   ** */
#pager
{
	background: #CCC;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#pager a
{
	font-weight: bold;
	color: Black;
}

/* *********************************************************
   Calendar Specific Styles
   ** */



.calendarEventDayHeading
{
	margin-top: 10px;
	background-color: #CCC;
	font-weight: bold; 
	border-bottom: 1px solid black;	
}

.calendarEventDisplayTitle
{
	font-weight: bold;	
}

.calendarEventDisplayDescription
{
	font-size: xx-small;
	color: #555;	
}


.CalendarCategoryFilterHeading
{
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #CCC;
	font-size: 10px;
}

.CalendarDisplay_DayHeading
{
	text-align: center;
	background: #CCC;	
	width: 60px;
}

.CalendarDisplay_EventDisplay
{
	padding-left: 3px;
}

.CalendarDisplay_EventDisplay a
{
	font-size: xx-small;
	color: Black;
		
}

.CalendarDisplay_MonthHeading
{
	text-align: center;
	font-weight: bold;
	background: #EEE;
}

/* *********************************************************
	Calendar DatePicker Styles
   ** */
/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}

/* ****************************************************
	Embedded Calendar Styles
  ** */

.cal_header
{
	font-weight: bold;
}
.cal_footer
{
	text-align: center;
	font-style: italic;	
}	

.cal_day a
{
	color: #555;
}

.cal_daySel a
{
	color: black;
	text-decoration: none;
}

.cal_daySel
{
	background: #fffcae;	
}

/* ****************************************************
	Image Gallery Styles
  ** */
#ImageGalleryFullDisplayHeader
{
	font-weight: bold;
	background: #CCC;
	text-align: center;
	font-size: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top: 10px;	
}

#ImageGalleryFullDisplayHeader a
{
	font-weight: bold;
	color: Black;
	white-space:nowrap; /* nobr */
}

.Forum_ItemGroup
{
	padding-top: 5px;
}

.Forum_ItemTitle, .Forum_ItemTitle h1
{
	padding: 0px;
	margin: 0px;
	font-size: 11pt;
}

.Forum_ItemTitle a
{
	text-decoration: none;
	color: Black;
}

.Forum_ItemTitle a:hover
{
	text-decoration: underline;	
}

.Forum_ItemTools
{
	font-size: xx-small;
}

#forum_replyList
{
	margin-left: 10px;
	padding-left: 2px;
	border-left: 5px solid #CCC;
}

h2.Forum_ReplyTitle
{
	font-size: 10pt;
	color: #666;
	
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.forum_replyAttachmentList
{
	color: #666;
	margin-left: 10px;
 
}

#MessageList
{
	margin-top: 10px;
	border-top: 3px solid #CCCCCC;
}

#MessageList ul
{
	margin-top: 0px;
}

.PageFilesSummaryTable { border-collapse: collapse; }
.PageFilesSummaryTable td { border: 1px solid #CCC; }
.PageFilesSummaryTable th { border-bottom: 1px solid black; background-color: #6A754A; color: white; font-size: 0.9em; }

/* -- begin top drop-down navigation */
.TopNavSub {
	background-color: #7d875c; 
	padding:0px; 
	margin: 0px;
	width:170px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1001;
	border-left:1px black solid; 
	border-right:1px black solid; 
	border-bottom:1px black solid; 
	/* border-top-color:#97C27D; */
}

.TopNavSub ul { display: block; margin: 0px; padding: 0px; }
.TopNavSub li { display: block; margin: 0px; padding: 0px; border: 2px solid red;}
.TopNavSub a { display: block; margin: 0px; padding: 0px;  }

/* -- end top drop-down navigation */

/* ***************************
	Single Image Placeholder
	*/	 
.RightSideColumn
{
	max-width: 250px;
}

.RightSideColumn select, .RightSideColumn input
{		
	width: 150px;
	font-size: 10px;
}

.SingleImagePlaceholder input
{
	width: 50px;
}

.CaptionInputTD input, .CreditInputTD input
{
	font-size: 10px;
	width: 200px;
}

.RightSideColumn table
{
	font-size: 10px;
}

.SingleImagePlaceholder
{

	font-size: 8pt;
	text-align: center;

}

.SingleImagePlaceholder img
{
	border: 0px;
}

.SingleImagePlaceholder .caption, .SingleImageDisplay .caption
{
	font-weight: bold;
	text-align: center;
	width: 100%;
}

.SingleImagePlaceholder .credits, .SingleImageDisplay .credits
{
	font-style: italic;
}

.SingleImagePlaceholder .credits input, .SingleImagePlaceholder .caption input
{
	width: 100%;
}

/* -- SiteMap */
.SiteMapGroup_0 li { padding-top: 20px; font-weight: bold; }
.SiteMapGroup_1 li { padding-top: 0px; font-weight: normal; }

/* Glossary */

.glossaryitems .even { background-color: #DEE5C6; } 
.glossaryitems tr:hover { background-color: #FFF7CC; } 
.glossaryitems td.word { font-weight: bold; white-space: nowrap; vertical-align: top; }

/* -- note: ensure this is replicated in the fck_editorarea.css file! */
/*
.Highlighted
{
	background-color: #FFF7CC;
	font-weight: bold;
}
*/
