BODY {
	background-color : White;
	font-family : Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #426c38;
	margin-top: 2px;
}

TD 
{
	font-size : 12px;
	color: #426c38;
}

IMG 
{
	border-width: 0px;
	border-style: none;
}

A 
{
	color: #426c38;
}

A:HOVER {
	color : #e77817;
}


INPUT , SELECT , TEXTAREA
{
	border: solid 1px black;
}
	

.NoWrap
{
	white-space: nowrap;
}

.LeftBarCategory IMG
{
}

.LeftBarSeparator 
{
	background-image: url(images/left_bar_categ_sep.gif);
	background-repeat: no-repeat;
	height: 7px;
}

.LeftBarNewsletter TD
{
	font-size: 11px;
	color: #fcede0;
	font-weight: bold;
}

.LeftBarNewsletter INPUT
{
	font-size: 10px;
	color: black;
	font-weight: normal;
	background-color: #eeceb2;
	border: solid 1px white;
}

INPUT.LeftBarNewsletterButton
{
	font-size: 11px;
	font-weight: normal;
	margin: 2px 0px 0px 0px;
	border: solid 2px #426c38;
	background-color: #ecedcc;
	color: #426c38;
	font-weight: bold;
	cursor: pointer;
}



INPUT.LeftBarNewsletterButtonHover
{
	font-size: 11px;
	font-weight: normal;
	margin: 2px 0px 0px 0px;
	border: solid 2px #ffffff;
	background-color: #ecedcc;
	color: #426c38;
	font-weight: bold;
	cursor: pointer;
	color: #e77817;
}


.Banner IMG
{
	height:100px;
	border-style:none;
}
	

.TopOption 
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #426c38;
}


.TopOptionSel
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #e77817;	
}

.TopOptionSeparator
{
	width:12px;
	text-align:center;
	vertical-align:middle;
	background-image: url(images/options_sep.gif);
	background-position: center;
	background-repeat: no-repeat;
}

.TopOptionSeparator1
{
	width:10px;
	text-align:center;
	vertical-align:middle;
	background-image: url(images/options_sep.gif);
	background-position: center;
	background-repeat: no-repeat;
}

.Footer 
{
	background-color: #426c38;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;		
	color: #bfcba5;	
}

.Footer A
{
	color: #bfcba5;
	text-decoration: none;	
}

.Footer A:HOVER {
	color : #e77817;
}

.HomePostcards IMG
{
	border:solid 4px #426c38;
	margin: 4px;
}

.HorSeparatorThin
{
	width: 100%;
	height: 1px;
	border-top: solid 1px #426c38;
	font-size: 1px;
}

.HorSeparator
{
	width: 100%;
	height: 2px;
	background-image: url(images/hor_separator.gif);
	background-repeat: repeat-x;
	font-size: 1px;		
}


.ProgramContent 
{
	overflow: auto;
}

.ListIntro
{
	color: #426c38;
	font-weight: normal;
	font-size: 11px;	
}


.ListName
{
	color: #426c38;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;	
}

.ListName A
{
	text-decoration: none;
	color: #426c38;
}

.ListName A:HOVER {
	color : #e77817;
}

	
.ListDesc
{
	color: #426c38;
	font-weight: normal;
	font-size: 12px;	
}

.ListImg
{
	width:75px;
	height:55px;
	border: solid 2px #426c38;
	margin: 2px 2px 2px 2px;
}


.DetailsTitle
{
	color: #426c38;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}

.DetailsPanel
{
	overflow:auto;
	scrollbar-track-color: #ecedcc;
	scrollbar-arrow-color:#ecedcc;
	scrollbar-face-color:#e77817;
	scrollbar-3dlight-color:#ecedcc;
	scrollbar-shadow-color:#e77817;
	scrollbar-darkshadow-color:#ecedcc;
	scrollbar-highlight-color:#e77817;
}

.DetailsPanel2
{
	scrollbar-3dlight-color:#ecedcc;
	scrollbar-arrow-color:#ecedcc;
	scrollbar-base-color:#ecedcc;
	scrollbar-darkshadow-color:#ecedcc;
	scrollbar-face-color:#e77817;
	scrollbar-highlight-color:#ecedcc;
	scrollbar-shadow-color:#ecedcc;
	scrollbar-track-color: #ecedcc;	
}

.DetailsImg
{
	width:160px; 
	height:110px
}

.BookFieldName TD
{
	font-weight: bold;
	font-size: 11px;
}

.BookFieldName INPUT,SELECT,TEXTAREA
{
	font-size: 11px;
}

.BookFieldAsterisk
{
	color: #e77817;
}

.SubmitButton
{
	border: solid 2px #426c38;
	padding: 2px;
	background: #ecedcc;
	color: #426c38;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
}

.SubmitButtonHover
{
	border: solid 2px #e77817;
	padding: 2px;
	background: #ecedcc;
	color: #e77817;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
}
	
.MakeItYours
{
	border: solid 2px #426c38;
	padding: 2px;
	background-color: #ecedcc;
	color: #426c38;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	width:150px;
	text-align: center;
	text-decoration: none;
}

A:hover.MakeItYours
{
	border: solid 2px #e77817;
	color: #e77817;
}

TD.ErrorPanel
{
	border: solid 3px red;
	padding: 4px 4px 4px 4px;
	background-color: #ecedcc;
	color:red;
	font-size:12px;
	font-weight:bold;

}

.ErrorPanel LI
{
	font-size:12px;
	font-weight:normal;
}

.ThankYou
{
	font-size: 14px;
	font-weight: bold;
}

.AdminPageTitle
{
	font-size: 18px;
	font-weight: bold;
}
	
.AdminPageSubTitle
{
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	vertical-align:middle;
}

.AdminProgramName
{
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
}

.AdminButton
{
	border:solid 2px #000000;
	background-color:#e77817;
	color:#ffffff;
	font-size: 13px;
	font-weight: bold;
	width: 80px;
	cursor:pointer;
}	 

.AdminListCateg
{
	font-size:12px;
	font-weight: bold;
}

.AdminListAddNew
{
	color: #e77817;
	text-decoration: none;
}

.AdminListInactive
{
	color: red;
	font-size: 10px;
}

.AdminListDelete
{
	font-size: 10px;
	cursor: pointer;
}

.AdminListUpdatePictures
{
	text-decoration: none;
}


.AdminNewItemPanel TD
{
	border: solid 3px #e77817;
	padding: 4px 4px 4px 4px;
	color:#e77817;
	font-size:12px;
	font-weight:bold;

}

.AdminFieldName
{
	font-size: 12px;
	font-weight: bold;
}

.AdminPictureButton
{
	color: #e77817;
	text-decoration: none;
	cursor:pointer;
}

.AdminLoginPanel
{
	border: solid 3px #426c38;
	padding: 10px;
}


/* Calendar styles */

.CalendarPanel
{
	background-color: #ffffff;
	position:absolute;
}

.cpYearNavigation,.cpMonthNavigation 
{
	background-color:#C0C0C0;
	text-align:center;
	vertical-align:center;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}

.cpDayColumnHeader, .cpYearNavigation,.cpMonthNavigation,.cpCurrentMonthDate,.cpCurrentMonthDateDisabled,.cpOtherMonthDate,.cpOtherMonthDateDisabled,.cpCurrentDate,.cpCurrentDateDisabled,.cpTodayText,.cpTodayTextDisabled,.cpText 
{
	font-family:arial;font-size:8pt;
}

TD.cpDayColumnHeader
{
	text-align:right;
	border:solid thin #C0C0C0;
	border-width:0px 0px 1px 0px;
}

.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate
{
	text-align:right;
	text-decoration:none;
}

.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled
{
	color:#D0D0D0;
	text-align:right;
	text-decoration:line-through;
}

.cpCurrentMonthDate, .cpCurrentDate
{
	color:#000000;
}

.cpOtherMonthDate
{
	color:#808080;
}

TD.cpCurrentDate
{
	color:white;
	background-color: #C0C0C0;
	border-width:1px;
	border:solid thin #800000;
}

TD.cpCurrentDateDisabled
{
	border-width:1px;
	border:solid thin #FFAAAA;
}

TD.cpTodayText, TD.cpTodayTextDisabled
{
	border:solid thin #C0C0C0;
	border-width:1px 0px 0px 0px;
}

A.cpTodayText, SPAN.cpTodayTextDisabled
{
	height:20px;
}

A.cpTodayText
{
	color:black;
}

.cpTodayTextDisabled
{
	color:#D0D0D0;
}

.cpBorder
{
	border:solid thin #808080;
}

.swmenu {
	text-align: center;
	font-size: 10px;
	font-weight: bold;		
	color: #FEFEE4;	
}

.swmenuback {
	background-color: #426c38;
	vertical-align:bottom;
	background-image: url(images/year_round.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 42px;
}