TD.themed,
SPAN.themed
{
	background:#62B098;
}

H2,
SPAN.h2
{
	color:#62B098;
}


INPUT.button
{
	background:url(buttons/aqua.gif) no-repeat right top;
}

TABLE.calendar
{
	background:#B1D7CA;
}

TABLE.calendar TR TD.outsidemonth
{
	background:#62B098;
}

TABLE.calendar TR TD.selecteddate,
TABLE.calendar TR TD.insidemonth
{
	background:#DDEFE9;
}

TABLE.calendar TR TD.currentdate
{
	background:#CBE7DD;

}

TABLE.calendar TR TD.daynames
{
	font:bold 11px Arial, Helvetica, sans-serif; 
	color:#fff;
}

TABLE.calendar TR TD.datewithentries
{
	background:#fff;
}

TR.pager TD a,
TR.pager TD a:link,
TR.pager TD a:visited,
TR.pager TD a:active
{
	font:bold 11px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#C7C5AC;
}

TR.pager TD a:hover
{
	color:#62B098;
}

TR.pager TD SPAN
{
	font:bold 11px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#62B098;
}

INPUT.pushbutton
{
	border:1px solid #A9AA9C;
	background:url(pushbuttons/aqua.gif) no-repeat left top;
	height:18px;
	font:bold 11px Arial, Helvetica, sans-serif; 
	color:#868571;
	padding-left:10px;
}

TABLE.list TR.head TD
{
	padding:3px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#63B59C;
	border:0px;
}

TABLE TR TD.bubble
{
    padding-right:10px;
    padding-left:10px;
    height:23px;
    background:#62B098;
    font:14px Arial, Helvetica, sans-serif;
    text-align:center;
    color:#fff;
}

.themecolor
{
    color:#62B098;
}