body { padding: 0px; margin: 0px; background: #869567;  font-family: helvetica, arial, sans-serif;  }
body td, div { font-family: helvetica, arial, sans-serif; font-size: 10pt; }
.layoutTable { background-color: white; }
.layoutTable_Padded_td { padding: 10px; }
.content { padding: 10px; font-family: arial;  }

.content h1
	{
		color: #2e373d;
		font-size: 16pt;
		font-weight: bold;
		padding: 0px;
		margin: 0px;

		padding-top: 0px;
	}

.content h2 { color: #2e373d; font-size: 13pt; font-weight: bold; padding: 0px; padding-top: 5px; padding-bottom: 5px; margin: 0px; }
.content h2 a { color: #2e373d; text-decoration: none; }
.content h2 a:hover { color: #2e373d; text-decoration: underline; }

.content h3 { color: #2e373d; font-size: 12pt; padding: 0px; padding-top: 5px; padding-bottom: 5px; margin: 0px; }

.content h4 { color: #2e373d; font-size: 11pt; padding: 0px; padding-top: 5px; padding-bottom: 5px; margin: 0px; }

/* ICP Portal */
#theme_8 { width: 500px; } /* theme select drop-down */

/* boxes */
	#peachbox, #goldbox, #RAKBox, #gallerybox, #newsbox, .roundedBox, .RAKBox, .peachbox, .goldbox { border-radius: 10px; -moz-border-radius:10px;
-webkit-border-radius:10px;  margin-top: 5px; border: 2px solid #999; padding-top: 1px; padding-left: 10px; padding-bottom: 1px; padding-right: 5px; }
	#peachbox.sb, #goldbox.sb, #RAKBox.sb, #gallerybox.sb, #newsbox.sb, .RAKBox  { border: 0px; z-Index: 1; }
	#peachbox, #peachbox .sb-inner, .peachbox {background-color: #f7ecd9;}
	#goldbox, #goldbox .sb-inner, .goldbox { background-color: #d5b84a; }
	#RAKBox, #RAKBox .sb-inner, .RAKBox { background-color: #DADADA; }
	#gallerybox, #gallerybox .sb-inner, .roundedBox { background-color: white; }
	#RAKBox, .RAKBox { padding-bottom: 1px; }
	#goldbox, #goldbox .sb-inner { padding-bottom: 10px; } 
	#gallerybox , .roundedBox{ padding-right: 10px; }
	#newsbox, .roundedBox { padding-bottom: 10px; }


.FooterSiteMap 
{
	background: #9EB99E; padding: 10px; color: #0D3D02;
}

.FooterSiteMap a { color: #0D3D02; text-decoration: none; }
.FooterSiteMap a:hover { text-decoration: underline; }

/* single image placeholder */
div.SingleImagePlaceholder { background-color: #DADADA; padding: 5px; -moz-border-radius:10px; -webkit-border-radius:10px; border: 2px solid #999; }
div.SingleImagePlaceholder img { border: 0px; }
div.SingleImagePlaceholder .credits { font-style: italic; }
div.SingleImagePlaceholder .caption { font-weight: bold; padding-top: 5px; }
div.SingleImagePlaceholder .caption, div.SingleImagePlaceholder .credits, div.SingleImagePlaceholder .clickToEnlarge { font-size: 9pt; }

/* breadcrumb */
#breadcrumb
{
	font-family: helvetica, arial, sans-serif; 
	font-size: 11px; 
	padding: 0px;
	padding-left: 20px;
	color: #333;
	padding-bottom: 10px;
}

#breadcrumb ul
{
	padding: 0px;
	margin: 0px;
	padding-left: 5px;
	display: inline;
}
#breadcrumb li
{
	padding-left: 6px;
	padding-right: 10px;
	list-style: none;		
	display: inline;
}

#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
	   */
	
	.UserImageGallery 
	{
		text-align: center;
	}

	.UserImageGallery .caption, .UserImageGallery .caption input
	{
		margin-top: 1em;
		font-weight: bold;
	}



	.UserImageGallery img
	{
		border: 1px solid #CCC;
		padding: 2px;
		margin: 4px;
		 
	}
	
	/* ---- CALENDAR placeholder display */
td.CalendarDisplay_MonthHeading td { background-color: #4d737c;  font-weight: bold; font-size: 12pt; }
td.CalendarDisplay_MonthHeading td a { font-size: 10pt; color: white; }

td.CalendarDisplay_DayHeading { text-align: center; font-weight: bold; background-color: #DDD; }

td.CalendarDisplay_DayData { height: 60px; }

/* *********************************************************
	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: white;
	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;
	}
