﻿/* ---------------------- calendar ------------------------------ */
body
{
	background-color:white;
	font-family:verdana;
	font-size:13px;
	color:black;
	height:auto;
	width:232px;
}


.calendar
{
    position:absolute;
    left:0px;
    top:0px;
	float:left;
	margin-top:10px;
	width:232px;
    display:block;
}

.cal_month
{
	width:auto;
	margin-bottom:9px;
	float:right;
}

.cal_month img
{
border:0px;
margin-left:4px;
margin-right:4px;
text-decoration:none;
}

.cal_month img:hover
{
text-decoration:none;
}

.cal_title
{
	font-weight:bold;
	width:auto;
	margin-bottom:9px;
	float:left;
}


.cal_blackline
{
	float:left;
	height:4px;
	width:232px;
	background:url('../images/black_underline_bg.gif');
	background-repeat: repeat-x;
    margin-bottom:9px;
}


.cal_row
{
width:232px;
height:auto;
float:left;
}

.cal_row a
{
color:black;
text-decoration:none;
}

.cal_row a:hover
{
color:black;
text-decoration:none;
}

.cal_row a:visited
{
color:black;
text-decoration:none;
}


.cal_column
{
	width:27px;
	float:left;
	margin-right:7px;
	text-align:center;
}


.cal_last_column
{
	width:27px;
	float:left;
	text-align:center;

}
.cal_days
{
	font-weight:bold;
	width:100%;
	float:left;
}

.cal_pre_month
{
	padding-top:1px;
	margin-top:7px;
	float:left;
	width:28px;
	height:19px;
	background-color:#e7e7e7;
	color:#888687;
}

.cal_cur_month
{
	padding-top:1px;
	margin-top:7px;
	float:left;
	width:28px;
	height:19px;
	background-color:#e7e7e7;
	color:black;
}


.cal_cur_date
{
	padding-top:1px;
	margin-top:7px;
	float:left;
	width:28px;
	height:19px;
	background-color:red;
	color:white;
}


