#calendar-border
{
	height: 175px;
	background-color:#ECEDED;
	border:2px solid black;
	margin-top:-150px;
	padding:5px
}

.calendar-header{
	width: 160px;
}

.calendarText
{
	color: #707172;  
	font-weight: bold;
	font-family: tahoma;
	text-decoration: none;	
	font-size: 11px;  
	padding: 3px 0px 0px 0px;
}

.nextPrevDay{
	height: 15px;
	background-color: #707172;
	color: #ffffff;
	font-size: 11px;
	font-family: tahoma;
	float:left;
	font-weight: bold;
	padding: 1px;
	cursor: pointer; 
}

.calendar-month{
	margin-top:5px;
}

.calendar-weekday
{
	width: 160px;
	height: 18px;
	font-family: tahoma;
	color: #707172;
	font-weight: bold; 
	font-size: 11px;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
}


.day
{
	float: left;
	text-align: right;
	width: 22px;
}


.row1
{
	width: 160px;
	height: 15px;
	color: #3F3F3F;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: white;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
    border-right-width: 1px;
	border-right-style: solid;
	border-right-color: white;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: white;
	background-color:#ffffff;

}

.row11
{
	float: left;
	text-align: right;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	width: 22px;
	height: 15px;
	padding: 0px 0px 0px 0px;
	cursor: pointer; 
	color:#666666;
	background-color:#ffffff;
}

.row11before
{
	float: left;
	text-align: right;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	width: 22px;
	height: 15px;
	padding: 0px 0px 0px 0px;
	color: #DEDBD4;
	background-color:#ffffff;
}

.withoutDay
{
	float: left;
	text-align: right;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	width: 22px;
	height: 15px;
	padding: 0px 0px 0px 0px;
	background-color:#ffffff;
}



.row11today
{
	float: left;
	text-align: right;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	width: 22px;
	height: 15px;
	padding: 0px 0px 0px 0px;
	color: #B31C13;
	cursor:pointer; 
}

#calendar-close
{
	margin-top:5px;
	margin-left:15px;
	width: 130px;
	height: 15px;
	background-color: #707172;
	font-family: tahoma;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	font-size: 11px;
	text-decoration:underline;
	cursor: pointer; 
	}