/* DHTML_Calendar.css $Revision: 1.1.1.1 $ ($Date: 2005/05/06 07:32:52 $)
* Copyright 2005 Eric Pretorious (eric@pretorious.net)
* Distributed under the terms of the GNU General Public License (http://www.gnu.org/copyleft/gpl.html)
*/

#DHTMLC {
	position:absolute;
	top:228px;left:398px;
	height:180px;width:230px;
	visibility:visible;
	font-family:verdana, arial, sans-serif;font-size:10px;
	line-height:18px;
	background-color:#007;
}

.months {
	position:absolute;
	height :18px;width:45px;
	text-align:center;background-color:#ccc;
}

.dotw {
	position:absolute;
	height :18px;width:28px;
	text-align:center;background-color:#ccc;
}

.days {
	position:absolute;
	height :18px;width:28px;
	text-align:center;background-color:white;
}

.days a:link {
	text-decoration:none;
}

#moniker {
	height:18px;width:210px;
	text-align:center;color:#ccc;
	font-family:verdana, arial, sans-serif;font-size:7px;
}

#moniker a:link {
	color:white;
}
