/* --- module: calendar dateselect --- */

.swcalendarSelector {}
.swcalendarSelector a, .swcalendarSelector a:active {
	color: #000000;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
	display: block;
}
.swcalendarSelector a:hover {
	color: #000000;
	text-decoration: none;
}

.swcalendarSelectorHeader a, .swcalendarSelectorHeader a:active, .swcalendarSelectorHeaderWeek a, .swcalendarSelectorHeaderWeek a:active, .swcalendarSelectorFooter a, .swcalendarSelectorFooter a:active {
	color: #BD9A10;
}
.swcalendarSelectorHeader a:hover, .swcalendarSelectorHeaderWeek a:hover, .swcalendarSelectorFooter a:hover {
	color: #a5a5a5;
}


.swcalendarSelector table {
	table-layout: fixed;
}
.swcalendarSelector td {
	text-align: center;
	color: #4e4e52;
}
.swcalendarSelector td.calFirstRow {
	border-left: 0px;
}
.swcalendarSelector td.calLastRow {}
.swcalendarSelectorHeader {
	margin: 0px 0px 20px 0px;
}
.swcalendarSelectorHeader td {
	background-color: red;
	color: #FFFFFF;
	font-weight: bold;
	border: 0px;
	border-bottom: 1px solid #FFFFFF;
}
.swcalendarSelectorHeader .prevMonth {
	float: left;
}
.swcalendarSelectorHeader .prevMonth a {
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../../../images/list_arrow_left.png);
	background-repeat: no-repeat;
	background-position: center;
}
.swcalendarSelectorHeader .nextMonth {
	float: right;
}
.swcalendarSelectorHeader .nextMonth a {
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../../../images/list_arrow_right.png);
	background-repeat: no-repeat;
	background-position: center;
}
.swcalendarSelectorHeader a:hover {
	opacity: 0.5;
}
.swcalendarSelectorHeader .currentMonth {
	margin: 0px auto;
	text-align: center;
	padding: 5px 0px 0px 0px;
	font-weight: 700;
	text-transform: uppercase;
	color: #BD9A10;
}
.swcalendarSelectorHeaderWeek td {
	color: #4e4e52;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 0px 3px 0px;
}
.swcalendarSelectorFooter {
	text-align: right;
}
.swcalendarSelectorFooter .linkIconRight {
	display: inline;
	background-image: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.swcalendarSelectorFooter .linkIconRight a {
	text-transform: lowercase;
	text-decoration: none;
	color: #BD9A10;
	font-weight: 700;
}
.swcalendarSelectorFooter .linkIconRight a:hover {
	text-decoration: none;
	color: #000000;
}
.swcalendarSelectorFooter .linkToday {
	text-align: left;
}
.swcalendarSelectorFooter .linkMonth {
	text-align: right;
}

.cell_superhi {
	background-color: #BD9A10 !important;
	color: #ffffff !important;
}
.cell_superhi a {
	color: #ffffff !important;
}
.cell_hi {
	/*background-color: #EEEEEE;*/
}
.cell_lo, .cell_lo a {
	color: #CCCCCC !important;
}

.cell_hi .hasContent a, .cell_superhi .hasContent a {
	font-weight: 700;
	color: #BD9A10;
}

/* hover */
.swcalendarSelectorRowWeek td:hover {
	background-color: #ddd;
	cursor: pointer;
	text-decoration: none;
}