/* Calendar Styles */

.cal_popup
{
	font-family:verdana;
	font-size:12px;
	background-color: #2D527E;
	color: #ffffff;
}

TABLE.months {

	width: 100%;

}

TABLE.calendar {

	width: 100%;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #404040;

}

TD.month_head {

	font-family: verdana;
	font-size: 12px;
	text-align: center;
	color: #7B746C;
	background-color: #DFD3C3;
}
TD.month_head A { color:#7B746C; }
TD.month_head A:hover { color:#2D527E; }

TD.day_of_week {

	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	/*background-color: #CFC9C2;*/
	color: #7B746C;
	background-color: #DFD3C3;
}

TD.month_title {

	font-family: verdana;
	font-weight:bold;
	font-size: 20px;
	text-align: center;
	background-color:#804040;
	color: #ffffff;
	padding: 10px 0 10px 0;

}

TD.blank_day {

	font-family: verdana;
	font-size: 10px;
	
	text-align: center;
	vertical-align: top;
	padding: 2px 3px 2px 3px;
	
	background-color: #F2E9E0;
	FILTER: alpha(opacity=70); -moz-opacity: 0.7;
	
	border: solid 1px #404040;
	line-height: 14px;
}

TD.day {

	font-family: verdana;
	font-size: 10px;
	
	text-align: center;
	vertical-align: top;
	padding: 2px 3px 2px 3px;
	
	background-color: #8E9CAF;
	/*color: #ffffff;*/
	color: #000000;
	FILTER: alpha(opacity=90); -moz-opacity: 0.9;

	border: solid 1px #404040;
	line-height: 14px;
}
TD.day A { color:#ffffff; text-decoration:none; }
TD.day A:hover { color:#ffffff; text-decoration:underline; }

TD.day_current {

	font-family: verdana;
	font-size: 10px;
	vertical-align: top;
	text-align: center;
	padding: 2px 3px 2px 3px;
	
	background-color: #DFD3C3;
	color:#6F797F;

	border: solid 1px #404040;
	line-height: 14px;
}
TD.day_current A { color:#6F797F; text-decoration:none; }
TD.day_current A:hover { color:#6F797F; text-decoration:underline; }

TD.cal_area {

	padding: 0 0 5px 5px;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	color: #494B4A;

	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #747A76;

}

DIV.day_number {

	width: 100%;
	text-align: right;

}

DIV.event {

	width: 100%;
	text-align: left;
	margin: 5px 0 0 0;

}

A.head_link {

	text-decoration: none;
	color: #1064AD;

}

A.head_link:hover {

	text-decoration: underline;
	color: #1064AD;

}

A.description_link {

	text-decoration: none;
	color: #032208;

}

A.description_link:hover {

	text-decoration: underline;
	color: #7FA083;

}


DIV.login_holder
{
	margin: 20px 0 0 0;
	width: 300px;
	line-height: normal;
}

FORM.login_form
{
}

DIV.login_field_name
{
	margin-top: 15px;
	font-size: 12px;
}

INPUT.login_field
{
}

INPUT.login_button
{
	margin-top:10px;
}