/**********************************/
/* Base classes.  Overridden      */
/**********************************/
ul
{	
	line-height: normal;
}

/**********************************/
/* Content layout                 */
/**********************************/
#layout 
{
	width: 830px;
}
#layout p, td, li, div
{
	font-family: verdana, arial, serif;
	font-size: font-size: x-small;
	color: #3B2924;
}
#displayview 
{	
	padding-left: 187px;	
}
#monthview 
{	
	text-align: right;
	padding-right: 13px;	
}
#tabmenu 
{	
	border-bottom: 1px solid #a1a196;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	z-index: 1;
	padding-left: 10px;
}

#tabmenu li 
{
	display: inline;
	overflow: hidden;	
	list-style-type: none; 
}

#tabmenu a, a.active 
{
	color: #7F9B5A;
	background: #DDDDDD;
	border: 1px solid #a1a196;
	padding: 3px 15px 0px 15px;
	margin: 0px;
	text-decoration: underline; 
}

#tabmenu a.active 
{
	background: #FFFFFF;
	border-bottom: 1px solid #FFFFFF; 
}

#tabmenu a:hover 
{
	text-decoration: none; 
	background: #FFFFFF; 
}

#tabmenu a.active:hover 
{
	text-decoration: underline; 	
	background: #FFFFFF;
}

.detailviewleft 
{	
	width: 20%;
	background-color: #B0B0B0;	
}
.detailviewright 
{	
	width: 80%;	
}

.displayareawidth
{
	width: 98%;	
}

/**********************************/
/* Text                           */
/**********************************/
.titlecalendar
{
	background-image: url(../images/title_calendar.gif);
	background-repeat: no-repeat;		
	height: 24px;
	width: 159px;
	padding-left: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.titlecategory
{
	background-image: url(../images/title_category.gif);		
	background-repeat: no-repeat;
	height: 9px;
	width: 125px;	
	padding-bottom: 11px;
}
.titlesearch
{
	background-image: url(../images/title_search.gif);		
	background-repeat: no-repeat;
	height: 9px;
	width: 103px;
	padding-top: 2px;
	padding-bottom: 11px;
}

.titlesingleevent
{
	background-color: #b94f2d;  
	color: #3B2924;
	text-align: left;	
}

.descriptiondetailview
{
	padding-right: 10px;
}

/**********************************/
/* General                        */
/**********************************/
.iconcategory
{
	padding: 3px;	
}

.iconpdf
{
	background-image: url(../images/icon_pdf.gif);		
	background-repeat: no-repeat;	
	height: 18px;
	width: 18px;		
}

.detailviewborder 
{
	margin-top: 5px;
	border-top: solid 1px #000000; 
	border-bottom: solid 1px #000000; 
}
.listingviewitem
{	
	border-top: solid 1px #3B2924; 
}

.filedisplay
{
	background-color: #DDDDDD;
}

.dividerdescription 
{
	width: 95%;
	color: #a1a196;
	height: 1px;
}

/**********************************/
/* Navigation                     */
/**********************************/
.link 
{ 
	color: #7F9B5A;
}
a.link 
{ 
	text-decoration: underline; 
	color: #7F9B5A;
}
a.link:hover
{ 
	text-decoration: none;
	color: #7F9B5A;
}

.titlenav
{
	font-size: 10px;	
	color: #ffffff;
	font-weight: bold;
}
a.titlenav
{
	text-decoration: none; 
	color: #ffffff;
}
a.titlenav:hover
{ 
	text-decoration: none;
	color: #ffffff;
}

/**********************************/
/* Background colors              */
/**********************************/
.bgheader 
{
	background-color: #FFFFFF;	
}
.bgmenuborder
{
	border-bottom: 1px solid #a1a196;
}
.bgmain
{
	background-color: #FFFFFF;	
}

/**********************************/
/* Form controls                  */
/**********************************/
.formbutton
{
	font-size: 10px;
	font-family: verdana, arial, serif;
	color: #373632;
	font-weight: bold;
	background-color: #f1f1f1;
	border-color: #333333;
	border-width: 1px;
	border-style: solid;
}
.formselect
{
	font-size: 10px;
	font-family: verdana, arial, serif;
	color: #373632;
	width: 143px;	
}
.formtext
{
	font-size: 10px;
	font-family: verdana, arial, serif;
	color: #373632;
	width: 143px;
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}
.formtextdate
{
	font-size: 10px;
	font-family: verdana, arial, serif;
	color: #373632;
	width: 121px;
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}
/**********************************/
/* HTML Buttons                   */
/**********************************/
a.buttontext
{
	color: #ffffff;
	text-decoration: underline;	
	
}
a.buttontext:hover
{
	color: #ffffff;
	text-decoration: none;
}
.buttonleft
{
	background-color: #EFC359;
	width: 9px;
	height: 19px;
}

.buttonmiddle
{
	background-color: #EFC359;
	min-width: 75px;
}

.buttonright
{
	background-color: #EFC359;
	width: 9px;
	height: 19px;
}

/************************************************/
/* Calendar control styles.  Some classes have  */ 
/* variations for single or multi month display */
/************************************************/
.calendar
{
	border: none;
	width: 98%;
}

.daysingle
{
	width: 87px;
	height: 70px;
	text-align: right;
	vertical-align: top;
	color: #3B2924;
	background-color: #FFFFFF;
	border: solid 1px #3B2924;
}
.daymultiple
{
	width: 38px;  
	height: 26px;
	text-align: center;
}
.dayitemcontent
{	
	font-size: 9px;
	padding-top: 4px;
	padding-left: 4px;
	text-align: left;
	vertical-align: top;
}
.dayitemcontent a
{	
	text-decoration: underline; 
	color: #7F9B5A;
}
.dayitemcontent a:hover
{
	text-decoration: none; 
	color: #7F9B5A;
}
.selectedday
{
	color: #3B2924;
	background-color: #A6C88E;
}

.othermonthdaysingle
{
	background-color: #E6E3D3;
}

.othermonthdaymultiple
{
	visibility: hidden;
}

.monthsingle
{
	margin-top: 5px;
	border-collapse: collapse;
	border: solid 1px 3B2924;
}
.monthmultiple
{	
	margin: 5px;
	border-collapse: collapse;
	border: solid 1px 3B2924;	
}
.monthtitlesingle
{
}
.monthtitlemultiple
{	
	padding-top: 4px;
	padding-bottom: 4px;
}
.dayheadersingle
{
	background-color: #E6E3D3;  
	color: #3B2924;
	text-align: center;
	border: solid 1px #3B2924;  
}
.dayheadermultiple
{
	background-color: #B0B0B0;  
	color: #3B2924;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

.title
{  
	background-color: #EFC359;
}

.title TD
{ 
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
	padding-top: 4px;
	padding-bottom: 4px;	
}

.nextprev
{
	cursor: pointer;
	padding: 2px 16px 2px 16px;
}

/**********************************/
/* Pop-up calendar styles        */
/**********************************/
.popupday
{
	vertical-align: top;
	text-align: right;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
}
.popupmonth
{
	margin-top: 0px;
	border-collapse: collapse;
	border: solid 1px black;
}
.popupnextprev
{
	padding: 2px 2px 2px 2px;
	cursor: pointer;
}
.popupdayhover
{
	vertical-align: top;
	text-align: right;
	font-size: 10px;
	color: #ffffff;
	background-color: #d6e1a1;
	cursor: pointer;
}

.popupothermonthday
{
	background-color: #DDDDDD;
}

/**********************************/
/* Tooltip styles                 */
/**********************************/
div#tipDiv 
{
	position: absolute; 
	visibility: hidden; 
	left: 0; 
	top: 0; 
	z-index: 10000;
	background-color: #ffffff; 
	border: 1px solid #373632;
	padding: 6px;
}
.tooltipdate
{
	font-weight: bold;	
	margin-bottom: 6px;
}