option.weekend	{ font-weight:bold; color:#EAAB1C; }
div.goscal {
	position:absolute;
	z-index:150;
	background-color: #fff;
	font-family:Arial;
	font-size:12px;
	color: #000;
	padding:5px;
	border:1px solid #ccc;
}
table.goscal {
	/*background-color: #ddd;*/
	font-family:Arial;
	font-size:12px;
	color: #000;
	border-collapse:collapse;
}
table.goscal caption {
	font-family:Verdana;
	background:#ccc;
}

table.goscal caption a {
		font-size:12pt;
		text-decoration:none;
		vertical-align:middle;
}
div.goscal a.close {
		display:block;
		position:absolute;
		top:3px;
		right:2px;
		height:10px; width:10px;
		font-size:15px;
		font-weight:bold;
		line-height:12px;
		padding:4px;
		color:#000;
}
table.goscal th,
table.goscal td {
	padding:0.4ex 0.8ex;
	text-align:center;
	border:0px solid #fff;
}
table.goscal th {
	background-color: #ddd;
	font-weight:normal;
	font-style: inherit;
}

.past
.today { color: #cc0066; }
a.last_month { background-color: #ccc; color: #000; padding:0 4px;margin:0 10px;font-weight:bold;}
a.next_month { background-color: #ccc; color: #000; padding:0 4px;margin:0 10px;font-weight:bold;}
a.unselectable { background-color: #ccc; color: #bbb !important; padding:0 4px;margin:0 10px;font-weight:bold;cursor:default;}
td.lastmonth { background-color: #fff; color: #e0e0e0;}
td.nextmonth { background-color: #fff; color: #e0e0e0; }
td.unselectable { background-color: #fff !important; color: #e0e0e0 !important; }

table.goscal td.hover {
	_background-color:#eee; 
	_color:#000;
	_cursor:pointer;
}

table.goscal td.selectable:hover {
	background-color:#eee; 
	color:#000;
	cursor:pointer;
}

.selected {
	background-color: #FDCF23;
}
table.goscal td.selected:hover {
	background-color: #eee;
}
