﻿.calsel-table {
	background: #F6F6F6;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

.calsel-commands-row td {
	text-align: right;
}

.calsel-seasons-cell {
	text-align: left!important;
}

.calsel-seasons-cell select {
	margin: 2px;
}

.cal-table {
	border: 1px solid #CCCCCC;
	line-height: 14px;
	border-collapse: collapse;
	margin-bottom: 2px;
}

.cal-table td {
	padding-right: 2px;
	background: white;
	cursor: hand;
	text-align: center;
	width: 20px;
	height: 4px;
	padding:1px 2px;
	/*border: 1px solid #CCCCCC;*/
}

.cal-title td {
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	color: #990100;
	font-weight: bold;
	background: url('../Images/GridHeader.gif') repeat-x;
	width: 140px;
	cursor: pointer;
}

.cal-weekday-row td {
	text-align: center;
	cursor: pointer;
}

.cal-week-row td {
	text-align: center;
	cursor: pointer;
}

.cal-day-empty {
	font-size: 0.9em;
}

.cal-day {
	font-weight: normal;
	font-size: 0.9em;
	cursor: pointer;
}

.cal-weekday {
	font-weight: bold;
	font-size: 0.9em;
	color: #990100;
	cursor: pointer;
}

td.cal-week, td.cal-week-empty {
	font-weight: bold;
	color: #990100;
	text-align: right;
}

.cal-day-selected {
	font-weight: bold;
	font-size: 0.9em;
	cursor: pointer;
}

td.cal-day-disabled {
	color: #CCCCCC;
}

.calsel-calendar-cell {
	vertical-align: top;
	padding-bottom: 2px;
}

.defaultWidget .cal-table {
	margin-bottom: 0px;
	table-layout: fixed;
}

.defaultWidget .calsel-table {
	background: none;
	border: none;
}

.defaultWidget .calsel-calendar-cell {
	padding: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
}

.embeddedForm div.ajax__calendar {
	margin-bottom: 0px;
}