/*=====================
brown = rgb(204,102,51);
darkbrown = rgb(157,78,39);

=====================*/
BODY {
	font-family: Arial, Helvetica, sans-serif;
	xfont-size: 90%;
	color: #000000;
	margin: 0px 0px 0px 0px;
   }

HR {
	color: #000000;
   }


UL.nomargin
{
	margin-left: 0;
	padding-left: 0;
	list-style-position:inside;
}

UL
{
	margin-left: 0;
	padding-left: 0;
	list-style-position:inside;
}


/*  ------------------------------------------------
system announcement
------------------------------------------------ */

.systemAnnouncement
{
	border-right: black thin solid;
	padding-right: 10px;
	border-top: black thin solid;
	margin-top: 10pt;
	padding-left: 10px;
	font-weight: bold;
	padding-bottom: 5px;
	border-left: black thin solid;
	color: red;
	padding-top: 5px;
	border-bottom: black thin solid;
	font-family: Sans-Serif;
	background-color: #ffff99;
}


/*  ------------------------------------------------
PATHBAR STYLES
------------------------------------------------ */

   
.pagetitle {
	xfont-size: 120%;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
   font-weight: bold;
   }

.page-footer {
	font-size: x-small ;
	color: #777;
	border-top-style: solid;
	border-top-width: 1;
	border-top-color: #777;
	padding-top: 5;
   }


/*  ------------------------------------------------
BODY STYLES
------------------------------------------------ */

.main-section {
	xfont-size: 100%;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
   color: #000000;
   font-weight: bold;
	xborder-top-style: solid;
	xborder-top-width: 1;
	margin-top: 20;
	margin-bottom: 10;
	}

.main-heading {
	xfont-size: 100%;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
   color: #000000;
   font-weight: bold;
	margin-top: 20;
	margin-bottom: 10;
	}

.main-subhead {
	xfont-size: 90%;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
   color: #000000;
   font-weight: bold;
	margin-top: 20;
	margin-bottom: 10;
	}   
	
.main-p {
	xfont-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
   color: #000000;
   }

.main-li {
	xfont-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
   color: #000000;
   }

.workshop_col_date
{
	width: 0;
}

.workshop_col_type
{
	width: 1em;
	padding-right: 5;
}

.workshop_col_date, .workshop_col_type, .workshop_col_desc
{
	padding-top: 20;
}

.workshop_date
{
	font-family: Arial, Helvetica, sans-serif;
	color:rgb(157,78,39);
	font-weight:bold;
	font-size:90%;
}

.workshop_type
{
	float:left;
	margin-top:5;
	margin-right:5;
}

.workshop_type img
{
}

.workshop_name
{
	font-weight:bold;
	font-size:110%;
}
.workshop_instructor
{
	xfont-weight:bold;
	font-style:italic;
	font-size:110%;
}
.workshop_description P
{
	margin-top:0;
	margin-bottom:0;
}

.workshop_comment
{
}
.workshop_fee
{
	xfont-weight:bold;
	font-size:80%;
	color:rgb(204,51,51);
}


#workshop_detail h1
{
	margin:0;
}
#workshop_detail .pathbar
{
	margin-top:0;
}

#workshop_detail img
{
	margin-bottom:10;
}

.calendar
{
	font-size: 10pt;
}


.calendarMonthHeader
{
	font-size: medium;
	color: white;
	background-color: 	rgb(157,78,39);
	font-weight:bold;
}

.calendarDaynames
{
	font-size: 10pt;
	color: black;
	font-weight:bold;
}

.calendar TD
{
	border-right: #c0c0c0 1px solid;
	border-top: #c0c0c0 1px solid;
	font-size: 10pt;
	border-left: #c0c0c0 1px solid;
	border-bottom: #c0c0c0 1px solid;
}

.calendarDay
{
}

.calendarDayofmonth
{
	color:rgb(157,78,39);
	font-weight:bold;
}
.calendarEvent
{
	color: black;
	background-color: white;
}