@charset "utf-8";
/* CSS Document */
#calendarBox
{
	width:530px;
	/*padding: 5px 5px 5px 5px;*/
	/*border: 1px solid #000000;*/
	margin-top: 15px;
}
#calendar
{
	border-top: 1px solid #B5C0AF;
	border-left: 1px solid #B5C0AF;
	height: 624px;
	width: 504px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
.date
{
	width: 71px;
	height: 17px;
	border-bottom: 1px solid #B5C0AF;
	border-right: 1px solid #B5C0AF;
	font-size: 10px;
	text-align: center;
	padding-top: 3px;
	background-image: url(../_images/calendarHeadBack.jpg);
	background-repeat: repeat-x;
}
.numbers
{
	width: 71px;
	height: 100px;
	border-bottom: 1px solid #B5C0AF;
	border-right: 1px solid #B5C0AF;
	font-size: 12px;
	text-align: left;
	background-color: #FFFFFF; 
}
.numbers a:link,
.numbers a:visited
{
	text-decoration: none;
	color: #000000;
}
.numbers a:hover
{
	text-decoration: underline;
}
.controls
{
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #003366;
	width: 55px;
	height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.controls a:link,
.controls a:visited
{
	text-decoration: none;
	color: #000000;
}
.controls a:hover
{
	text-decoration: underline;
}
#current
{
	font-size: 12px;
	width: 81px;
	height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
}
#year
{
	font-size: 12px;
	width: 195px;
	height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 5px;
}
#note
{
	width: 185px;
	height: 180px;
	border: 1px solid #000000;
	/*display: none;*/
	background-color: #FFFFFF; 
	font-size: 11px;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#noteContent
{
	height: 90px;
	/*border: 1px solid #000099;*/
	overflow: auto;
}
#addNote
{
	/*display: none;*/
	/*height: 90px;*/
	/*border: 1px solid #000099;*/
}
._v
{
	width: 91%;
	height: 80px;
	/*background-color: #FFFFFF;*/
	/*margin-top: 2px;
	margin-left: 2px;*/
	font-size: 9px;
	padding: 3px;
	/*overflow: auto;*/	
	background-repeat: repeat-x;
	
}
._v a:link,
._v a:visited
{
	color: #0033CC;
}
._h
{
	height: 15px;
	background-color: #006633;
	background-image: url(../_images/calendarFieldHead.jpg);
	background-repeat: repeat-x;
	/*border: 1px solid #C00;*/
	
	width: 101%;
}
#addActivity
{
	width: 340px;
	border: 1px solid #000000;
	padding: 15px;
	display: none;
	background-color: #FFFFFF;
	position: absolute;
	margin-top: -600px;
	margin-left: 70px;
	font-size: 12px;
}
#actDetails
{
	width: 200px;
	/*height: 200px;*/
	border: 1px solid #CCCCCC;
	background-color: #EDEDED;
	position: absolute;
	color: #333333;
	display: none;
	font-size: 12px;
	padding: 15px;
	background-image: url(../_images/imgActDetails.png);
	background-repeat: no-repeat;
	background-position: right top;
}
