BODY {
	SCROLLBAR-FACE-COLOR: #990000; 
	SCROLLBAR-HIGHLIGHT-COLOR: #f3f3f3; 
	SCROLLBAR-SHADOW-COLOR: #f3f3f3; 
	SCROLLBAR-ARROW-COLOR: #ffffff; 
	SCROLLBAR-BASE-COLOR: #990000; 
	scrollbar-dark-shadow-color: #FFFFFF; 
	scrollbar-3d-light-color: #990000;
	font-size: 9pt;
	font-family: Arial;
}

.text1
{
	font-size: 9pt;
	color: #990000;
	font-family: arial;
}

.text1bold
{
	font-weight: bold;
	font-size: 9pt;
	color: #990000;
	font-family: arial;
}

.textwhite
{
	font-weight: bold;
	font-size: 11pt;
	color: white;
	font-family: arial;
}

.textgrey
{
	font-weight: bold;
	font-size: 11pt;
	color: gainsboro;
	font-family: arial;
}

.Utxt2
{
	left: 5pt;
	font-size: 8pt;
	color: white;
	font-family: arial;
}

/************************************************************************
* 
* Calendar specific formatting 
*
************************************************************************/

/* Surrounds the calendar */
.eventmonth
{
    border: 1px solid #DBDB79;
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    background: #FEFFAB url(images/background_fullwidth.jpg) repeat-y;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    text-align: center;
}

/* used as the cssclass of the actual calendar */
.eventmonthtable
{
	width: 694px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-right: #990000 1px solid;
	border-top: #990000 1px solid;
	border-left: #990000 1px solid;
	border-bottom: #990000 1px solid;
}


.dayNumber
{
	float: right;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #990000;
	clear: none;
	padding: 2px;
	font-size: 9pt;
	font-family: arial;
	background-color: whitesmoke;
}


.calcurrentmonth
{
    /* no styles needed at this time */
}
.calothermonth
{
	background-color: darkgray;
}
.calcurrentday
{
    background-color: #FFFFC1;
}
.calweekend
{
	background-color: gainsboro; /*  width: 15%; */
}

.calcurrentmonth, .calcurrentmonth, .calothermonth, .calcurrentday, .calweekend
{
	text-align: left;
	height: 60px;
	vertical-align: top; /* needed for positioning the dayNumber part */
	position: relative;
	border-collapse: separate;
	border-spacing: 5px;
	border-right: #000000 2px solid;
	border-top: #000000 2px solid;
	border-left: #000000 2px solid;
	border-bottom: #000000 2px solid;
}

/************************************************************************
* 
* Next / previous specific formatting 
*
************************************************************************/

.nextlink
{
    position:absolute;
    right:0;
    padding-right:15px;    
}