/****************************************************
Created By: Charley Ruggiero
Date Created: 04/08
Content Mgmt CSS File 
****************************************************/

/* For messages where no results are found */
#noneFound {
	font-weight:bold;
	font-style:italic;
	font-size:16px;
	padding-left:20px;
}

/***************************************************/
/******************** CMS LISTS ********************/
/***************************************************/
/* DIV, Displays List Type */
#pageListHeader {
	font-size:24px;
	margin:10px;
	text-align:center;
}
/* DIV, If relevant, date range of the list */
#pageListDates {
	font-size:18px;
	margin:10px;
	text-align:center;	
}
/* UL, list of items */
#pageList {
	list-style:none;
}
/* LI, one item */
.pageListItem {
	padding:5px;
}
/* LI, one item, same as above except the two will alternate */
.pageListItemAlternate {
	padding:5px;
}
/* DIV, Title of item with link */
.pageListItemTitle {
	font-weight:bold;
}
/* DIV, Date of item */
.pageListItemDate {
	font-style:italic;	
}
/* DIV, text-only blurb of description */
.pageListItemDescription{
	font-size:12px;
}
/* DIV, houses calendar Container */
.pageListCalendarContainer{

}

/***************************************************/
/*************** CMS LISTS INLINE ******************/
/***************************************************/
/* DIV, Displays List Type */
.pageListInlineHeader {
	visibility:hidden;
}
/* UL, list of items */
.pageListInline {
	list-style:none;
	margin:0;
	padding:10px;	
}
/* LI, one item */
.pageListInlineItem {
	padding:3px;
}
/* LI, one item, same as above except the two will alternate */
.pageListInlineItemAlternate {
	padding:3px;
}
/* DIV, Title of item with link */
.pageListInlineItemTitle {
	font-weight:bold;	
}
/* DIV, Date of item */
.pageListInlineItemDate {
	font-style:italic;	
}
/* DIV, text-only blurb of description */
.pageListInlineItemDescription{
	font-size:12px;
}

/* DIV, view all link if you don't want link to show add display:none;*/
.pageListInLineViewAll {
	padding:3x;
	text-align:right;
	display:none;
}

.fileListInlineItem {
margin:-20px 0 0 35px;
padding:0;
background:url(/images/ad.jpg) top left no-repeat;
text-indent:-9999px;
overflow:hidden;
height:140px;
}

.fileListInlineItem a {
display:block;
width:124px; 
height:120px;
}

/***************************************************/
/******************* CMS DETAILS *******************/
/***************************************************/
/* DIV, Displays Item Title */
#pageDetailsTitle {
	font-size:24px;
	margin:10px;
}
/* DIV, link to a printable version */
#pageDetailsPrintableLink {
	padding:5px;
	float:right;
}
/* DIV, If relevant, date or date range of the item */
#pageDetailsDate {
	display:none;	
}
/* DIV, houses calendar Container */
.pageDetailsCalendarContainer{
	
}
/* DIV, image */
#pageDetailsImage {
	margin:10px;
	float:left;	
}
/* DIV, HTML description */
#pageDetailsDescription {
	margin: 10px;	
}
/* UL, list of links */
#pageDetailsLinkList {
	margin:5px 5px 0 5px;
	padding:0 0 0 50px;
	clear:left;
}
/* UL, list of files */
#pageDetailsFileList {
	margin:0 5px 5px 5px;
	padding:0 0 0 50px;
}

/***************************************************/
/************* CMS EVENTS CALENDAR *****************/
/***************************************************/
.CalendarContainer{
	margin:0 auto;
	width:300px;
}
.CalendarDayNorm { 
	background-color:#cccccc; 
	line-height:13px; 
	font-family:Tahoma, Verdana, SansSerif; 
	font-size:9px;  
	color:#000066; 
	width:16px;    
} 
.CalendarDay { 
	background-color:#cccccc; 
	line-height:13px; 
	font-family:Tahoma, Verdana, SansSerif; 
	font-size:9px;  
	color:#000066;
	border-color: #FFFFFF; 
	width:16px;  
} 
.CalendarDayHL {
	background-color:red; 
	line-height:13px; 
	font-family:Tahoma, Verdana, SansSerif; 
	font-size:9px;  
	color:white;
	width:16px;  
	border-color: #FF0000; 
	cursor:pointer;  
}
.CalendarDayHLToday {
	background-color:red; 
	line-height:13px; 
	font-family:Tahoma, Verdana, SansSerif; 
	font-size:9px;  
	color:white;
	width:16px;  
	border-width: 1px; 
	border-style: solid; 
	border-color: #000066; 
	cursor:pointer;
}
.CalendarThisWeek { 
	background-color:#cccccc; 
	line-height:13px; 
	font-family:Tahoma, Verdana, SansSerif; 
	font-size:9px;  
	color:#000066; 
	width:16px;    
}
.CalendarDayToday { 
	background-color:#A2AA9B; 
	line-height:13px; 
	font-family:Tahoma, Verdana, SansSerif;  
	font-size:9px; 
	color:#000066; 	
	border-width: 1px; 
	border-style: solid; 
	border-color: #000066; 
	width:16px;   
} 
.CalendarOtherMonth { 
	background-color:#eeeeee; 
	line-height:13px; 
	color:#cccccc;  
	font-family:Tahoma, Verdana, SansSerif; 
	font-size:9px; 
	width:16px;  
} 
.CalendarMonthTitle {
	background-color:#717A65; 
	font-family:Tahoma, Verdana, SansSerif; 
	font-size:12px;
	font-weight:bold;
	padding:3px; 
	line-height:13px; 
	color:#ccc;
	text-align:center;
	cursor:pointer;
}
.CalendarDayTitle { 
	background-color:#717A65; 
	font-family:Tahoma, Verdana, SansSerif; 
	font-size:10px; 
	line-height:13px; 
	color:#ccc;
	text-align:center;
}

/***************************************************/
/******************** FILE LISTS ********************/
/***************************************************/
/* DIV, Displays List Type */
#fileListHeader {
	font-size:24px;
	margin:10px;
	text-align:center;
}
/* UL, list of items */
#fileList {
	list-style:none;
}
/* LI, one item */
.fileListItem {
	padding:5px;
}
/* LI, one item, same as above except the two will alternate */
.fileListItemAlternate {
	padding:5px;
}

/***************************************************/
/*************** FILE LISTS INLINE *****************/
/***************************************************/
/* DIV, Displays List Type */
.fileListInlineHeader {
	visibility:hidden;
}

#fileListInlineHeader {
	visibility:hidden;
}
/* UL, list of items */
.fileListInline {
	list-style:none;
	margin:0;
	margin:7px 0 0 0;	
}
/* LI, one item */
.fileListInlineItem {
	padding:-35px 0 0 0;
	font-size:16px;
}
/* LI, one item, same as above except the two will alternate */
.fileListInlineItemAlternate {
	padding:3px;
	font-size:16px;
}

/***************************************************/
/******************** HR GENERAL *******************/
/***************************************************/

/* TABLE, blurb of job features */
.hrTable {
	width:650px;
	margin:0 0px 40px 5px; 
	border:1px solid #999999; 
	background:#B6E390
}
.hrTable th {
	text-align:left;
}
.hrTable td {
	border:dotted #999999; 
	border-width:0 1px 0 0;
}

/***************************************************/
/********************* HR LISTS ********************/
/***************************************************/
/* DIV, Displays List Type */
#hrListHeader {
background:url(/images/swap/header-img7.jpg) top left no-repeat; 
width:700px;
height:auto;
margin:1px 0 7px 0;
padding: 123px 0 4px 10px;
text-align:left;
font:18px Verdana, Arial, Helvetica, sans-serif; 
color:#003300
}

/* UL, list of items */
#hrList {
	list-style:none;
}
/* LI, one item */
.hrListItem {
	padding:5px;
}
/* LI, one item, same as above except the two will alternate */
.hrListItemAlternate {
	padding:5px;
}
/* DIV, Title of item with link */
.hrListItemTitle {
	font-weight:bold;
}
/* DIV, text-only blurb of description */
.hrListItemDescription{
	font-size:12px;
}

/***************************************************/
/********************* HR DETAILS *******************/
/***************************************************/
/* DIV, displays item title */
#hrDetailsTitle {
	font-size:12px;
	margin:10px;
	text-align:center;
}
/* DIV, header of a section */
.hrDetailsSubTitle {
	font-weight:bold;
	font-size:16px;
	margin:10px;
}
/* DIV, section content */
.hrDetailsContent {

}
/* DIV, bottom links */
#hrDetailsLinks {
	font-size:18px;
	text-align:center;
}

/***************************************************/
/******************* HR APPLICATION ****************/
/***************************************************/
/* DIV, displays item title */
#hrAppTitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	margin:10px;
	text-align:center;
	color:#315a10;
}
/* TABLE, contains app form */
#hrAppTable {
	margin:0 auto;
}
/* DIV, contains submit button */
#hrAppSubmit {
	padding:5px;
	text-align:center;
}
/* TD, input label */
.hrAppLabel {
	font-weight:bold;
	text-align:right;
	width:200px;
}
/* TD, contains input */
.hrAppInput {
	width:400px;
	text-align:left;
}

/***************************************************/
/************ NEWSLETTER SMALL FORM ****************/
/***************************************************/
/* FORM, contains small signup */
#newsletterSmallForm {
	margin:0;
	padding:0;
}
/* INPUT, text input */
#newsletterSmallInput {
}
/* SUBMIT, button */
#newsletterSmallSubmit {
	background:#f8e2b8; font-size:12px; border:none; padding:2px;
}

/***************************************************/
/************** NEWSLETTER LARGE FORM **************/
/***************************************************/
/* DIV, displays item title */
#newsletterLargeTitle {
	font-size:24px;
	margin:10px;
	text-align:center;
}
/* TABLE, contains form */
#newsletterLargeTable {
	margin:0 auto;
}
/* DIV, contains submit button */
#newsletterLargeSubmit {
	padding:5px;
	text-align:center;
}
/* TD, input label */
.newsletterLargeLabel {
	font-weight:bold;
	text-align:right;
	width:200px;
}
/* TD, contains input */
.newsletterLargeInput {
	width:400px;
	text-align:left;
}


/***************************************************/
/************************ TICKER *******************/
/***************************************************/
/* DIV, wraps ticker */
#tickerWrapper {
	background:url(/images/ticker-bg.jpg) left top no-repeat; 
	height:34px; 
	padding:13px 0 0 55px; 
	margin:5px 0 0 0;
}
/* DIV, contains XML that can be referenced by javascript */
#tickerXML {
	visibility:hidden;
}
/* DIV, ticker title */
#tickerHeader {
	
	
}
/* SPAN, ticker text */
#tickerText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#315a10;
}


/***************************************************/
/******************** MULCH CALC *******************/
/***************************************************/

h1 {color:#315a10;
}

.green {
color: #315a10;
}

.mulchbox {
border:1px solid #315a10;
}

.mulchtotal {
border:1px solid #315a10;
}


/***************************************************/
/************************ DIY **********************/
/***************************************************/

#pageListHeader {
background:url(/images/swap/header-img6.jpg) top left no-repeat; 
width:700px;
height:auto;
margin:1px 0 0 0;
padding: 123px 0 0 10px;
text-align:left;
font:18px Verdana, Arial, Helvetica, sans-serif; 
color:#003300
}

/***************************************************/
/****************** PERMA-PAGES ********************/
/***************************************************/
/* DIV, wraps image */
.permaPageImage{}
/* DIV, wraps description */
.permaPageDescription{}
/* UL, wraps link list */
.permaPageLinkList{}
/* UL, wraps file list */
.permaPageFileList{}