.scroll {
scrollbar-face-color: #EAE6E5; 
scrollbar-3dlight-color: #FFFFFF; 
scrollbar-arrow-color: #C21A00; 
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF; 
scrollbar-shadow-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
overflow-y:scroll;
overflow-x:hidden;
width:200; height:100px;
overflow:-moz-scrollbars-vertical; 
}
.validation-advice
{
font-family:Arial;
font-size:9px;
font-style:italic;
color:#FF0000;
display:inline;
}
.backgr_left {
	background-image: url(images/layout_r1_c2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.backgr_right {
	background-image: url(images/layout_r1_c17.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.txt_main {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 13px;
}
.title_1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF6600;
	text-decoration: none;
	text-transform: uppercase;
}
.title_2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;

}
.txt_event {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	line-height: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 30px;
	padding-left: 20px;
}

.txt_event_title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	line-height: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 30px;
	padding-left: 20px;
	padding: 0px;
}

.txt_event_hr { color: #ECE9D8; width: 100%; border: 1px solid #ECE9D8;}
/* calendar styles */

caption 
     {
     font-family:arial,helvetica; 
     font-size:11px; 
     color: black;
     font-weight: bold;
     }

.feature_event_cell 
{
	background-image: url('images/the_inn_right.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding: 20px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #DAD3B1;
	border-right-color: #DAD3B1;
	border-bottom-color: #DAD3B1;
	border-left-color: #DAD3B1;
}

/* .calendar determines the overall formatting style of the calendar,  
   acting as the default unless later overruled. */

 .calendar 
     {
	 width: 100%;
     font-family:arial,helvetica; 
     font-size:11px; 
     color: black;
     background-color: #CCCCCC;
     border-color: #990000;
     border-style: solid;
     border-width: 2px;
     }

/* .calendarlink determines the formatting of those days linked to
   content. */

.calendarlink 
     {
     color: white;
     }

/* .header determines the formatting of the weekday headers at the top
   of the calendar. */

.header 
     {
     background-color: #FFCC85;
     border-color: #EF9C02;
     border-style: solid;
     border-width: 1px;
	 border-top: none;
	 border-left: none;	 
     }

/* .day determines the formatting of each day displayed in the
   calendar. */

.day 
     {
     background-color: white;
     border-color: #EF9C02;
     border-style: solid;
     border-width: 1px;
	 border-top: none;
	 border-left: none;
     text-align: right;
     }

/* .linkedday determines the formatting of a date to which content is
   available. */

.linkedday 
     {
     font-family:arial,helvetica; 
     font-size:11px; 
     color: black;

     } 
	 
.month_nav a:link,  .month_nav a:visited, .month_nav a:hover
     {
     font-family:arial,helvetica; 
     font-size:11px; 
     color: black;
	 font-weight: bold;

     } 	 

     
     
     
     

