/* NEVO STYLES */
/* background color for the site  */
.nevo_sitebg {
  background-color: #efe4c9;
}
/* background color for the date  */
.nevo_datebg {
  background-color: #363530;
}
/* text style for the date  */
.nevo_date {
	color: white;
	font-size: 12px;
}
/* text style for the menu separator  */
.nevo_menusep {
	color: #8f003e;
	font-family: Trebuchet MS, Geneva, Arial; 
	font-size: 14px;
	font-weight: bold;
}
/* background color for the right pane  */
.nevo_sidebg {
  background-color: #8f003e;
}
/* background color for the banner pane  */
.bannerpane_left {
  padding-left: 20px;
  padding-top: 10px;
  background-color: white;
}
.bannerpane_right {
  padding-right: 20px;
  padding-top: 10px;
  background-color: white;
}
/* background color for the side pane  */
.sidepane {
	background-color: white;
	padding: 10px;
	width: 190px;
	height: 100%;
}
.sidepane2 {
	background-color: white;
	padding: 10px;
	width: 190px;
}
/* GENERIC */
/* site title */
H1  {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	color: #363530;
	margin: 0;
}
/* site subtitle */
H2  {
  font-family: Trebuchet MS, Verdana, Helvetica;
	font-size: 18px;
	color: #8f003e;
	font-style: italic;
	margin: 0;
}
/* page title */
H3  {
  font-family: Verdana, Arial, Sans-Serif;
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	color: black;
}
.nevo_pagetitle  {
  font-family: Verdana, Arial, Sans-Serif;
	font-size: 22px;
	font-weight: bold;
}
/* page title 2 */
H4  {
  font-family: Verdana, Arial, Sans-Serif;
	font-size: 22px;
	font-weight: bold;
	color: #989898;
	margin: 0;
}
.nevo_pagetitlegrey  {
  font-family: Verdana, Arial, Sans-Serif;
	font-size: 22px;
	font-weight: bold;
	color: #989898;
}
/* small title */
H5  {
	font-family: Trebuchet MS, Geneva, Arial; 
	font-size: 16px; 
	font-weight: bold;
	margin: 0;
	color: black;
}
/* x-small title */
H6  {
	font-family: Trebuchet MS, Geneva, Arial; 
	font-size: 14px; 
	font-weight: bold;
	margin: 0;
	color: black;
}
.nevo_xsmall  {
	font-family: Trebuchet MS, Geneva, Arial; 
	font-size: 14px; 
	font-weight: bold;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #8f003e; 
	font-family: Trebuchet MS, Geneva, Arial;
	font-size: 14px; 
	font-style: normal;
	border: none; 
	background-color: transparent;
}

.ResCal {
height: 0;
width: 0;
font-family: Arial;
font-size: 9px;
border: white solid 1px;
color: black;
background-color: white;
}
.ResCalTodayDayStyle {
background-color: #f1f1f1;
}
.ResCalSelectorStyle {
background-color: transparent;
}
.ResCalDayStyle {
background-color: #f1f1f1;
}
.ResCalNextPrevStyle {
font-weight: bold;
color: #333333;
font-size: 9px;
vertical-align: bottom;
}
.ResCalDayHeaderStyle {
font-weight: bold;
color: #2B2B57;
font-size: 8px;
}
.ResCalSelectedDayStyle {
background-color: #990000;
color: white;
}
.ResCalTitleStyle {
background-color: white;
color: #2B2B57;
font-weight: bold;
font-size: 11px;
border: 0;
}
.ResCalWeekendDayStyle {
}
.ResCalOtherMonthDayStyle {
background-color: transparent;
color: #f1f1f1;
}
.ResCalSep {
width: 0;
}
.ResCalLinkButton {
}
.ResCalLegendTitle {
}
.ResCalLegendTable {
background-color: #cccccc;
border: #666666 solid 1px;
}
.ResCalLegendFree {
background-color: #f1f1f1;
width: 10px;
height: 10px;
}
.ResCalLegendFull {
background-color: #990000;
width: 10px;
height: 10px;
}





