.calendarx {
	display: none;
	position: absolute;
	z-index: 100;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
}

.calendarx .main_table {
	border: 1px solid #707070;
}

.calendarx .sub_table {
	margin: 5px;
}

.calendarx a,
.calendarx a:hover
{
	color: #707070;
	text-decoration: none;
}

.calendarx .nav td,
.calendarx .nav a,
.calendarx .nav a:hover
{
	color: #707070;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

.calendarx .current_time {
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
}

.calendarx .th {
	padding: 3px;
	text-align: right;
}

.calendarx .td {
	padding: 3px;
}

.calendarx .close_but {
	display: block;
	padding: 10px;
	padding-top: 0px;
}

/*
.calendarx table {
	font-family: verdana;
	font-size: 10px;
	border-left-style: solid;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border: 0px;
}

.calendarx .td {
	border-style: solid;
	border-color: #d2d2d2;
	border-width: 0px;
}

.calendarx .th {
	font-weight: bold;
	border-style: solid;
	border-color: #d2d2d2;
	border-width: 0px;
}

.calendarx .th_with_border_left {
    font-weight: bold;
    border-style: solid;
    border-left-style: solid;
    border-right-style: none;
    border-top-style: none;
    border-bottom-style: none;
}

.calendarx a {
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
}

.calendarx a:hover {
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
}

.calendarx .padding {
    border-style: solid;
    border-color: black;
    border-width: 0px;
    padding-left: 3px;
    padding-right: 3px;
}

.calendarx .td_with_border_left {
    border-left-style: solid;
    border-left-color: #d2d2d2;
    border-right-style: none;
    border-top-style: none;
    border-bottom-style: none;
    border-width: 1px;
}

.calendarx .td_with_border_right {
    border-left-style: none;
    border-right-style: solid;
    border-right-color: #d2d2d2;
    border-top-style: none;
    border-bottom-style: none;
    border-width: 1px;
}

.calendarx .close_but {
    color: #999999;
}

.calendarx .big_font {
    font-size: 20px;
}
*/

