﻿/*calendar styles*/

.calendaritem {
	list-style: none;
	text-align: left;
	/**/margin: 1px 0 1px 0; padding: 0;
	text-decoration: none;		
}
.calendaritem li
{
	border: 1px solid #EFF0F1; /* background: url(images/go.gif) no-repeat 5px 5px; 
	padding: 2px 0 2px 2px;*/
	font-size: 7pt;
	color: #000000;
	line-height: 7pt;
	background-color: #dcdcdc;
	margin-bottom: 4px;
}
.calendaritem ul a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}

.calendartitle 
{
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(headerbg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}

/*announcement styles*/
.anndate
{
	font-weight: bold;
	color: #666666;
	font-size: 0.9em;
}

.anntitle
{
	font-weight: bold;
	font-size: 1.1em;
	color: #666666;
}

.menuitem
{
	border-bottom: 1px solid #EFF0F1;
	background: url(images/go.gif) no-repeat 5px 5px;
	padding: 2px 2px 2px 25px;
	margin: 0px;
	font-weight: bolder;
	height: 20px;
}

/*article styles*/

.catheader
{
	padding: 5px 3px 5px 10px;
	font-size: 1.1em;
	font-weight: bolder;
	color: #666666;
	background: #EEF0F1;
	border: 1px solid #EFF0F1;
	width: 90%;
	margin-bottom: 4px;
}

/*HTML Text styles*/
.HTMLTextBorder
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}

.HTMLTextHeader
{
	text-align: center;
	border-bottom: black 1px solid;
	padding: 3px;
	font-weight: bold;
}

.HTMLTextCell
{
	padding: 3px;
	}
