@charset "UTF-8";
/* CSS Document */

.preview-tip {
	color: black;
	width: 235px;
	z-index: 13000;
	border: 20px solid;
	border-top: 10px solid;
	border-color: #777;
	background-color: #777;
	font-size: 10px;
}

.preview-title {
	font-weight: bold;
	margin: 0;
	color: white;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.help-tip {
	color: black;
	width: 220px;
	z-index: 13000;
	border: 5px solid;
	border-color: #CC0000;
	background-color: white;
	font-size: 10px;
	padding: 10px;
}
 
.help-title {
	font-weight: bold;
	margin: 0;
	color: black;
	text-transform: uppercase;
}

.imagePreview-tip {
	color: black;
	width: 235px;
	z-index: 13000;
	border: 5px solid;
	border-color: #CC0000;
	background-color: white;
	font-size: 10px;
	padding: 10px;
}

.imagePreview-tip img {
	width: 235px;
}

.imagePreview-title {
	font-weight: bold;
	margin: 0;
	color: black;
	text-transform: uppercase;
}



/* calendar styles */
.module form input.calendar,
.module form input.calendarItem,
.module form select.calendarItem {
	float: left;
	width: 80px;
	margin-top: 3px;
}

.module form input.upload {
	border: none;
}

p.upload {
	margin: 5px 0px 0px 0px;
}

div.calendarItems {
	float: left;
	width: 100%;
	clear: both;
}
#left .module p.calendarItem, #right .module p.calendarItem {
	float: left;
	width: 30%;
	height: 30px;
	clear: none;
}
p.calendarItem select {
	position: relative;
	top: 3px;

}
p.removeButton.calendarItem a {
	position: relative;
	top: 16px;
	height: 10px;
	margin-top: 2px;
	margin-right: 2px;
	padding: 2px 3px 2px 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 9px;
	text-transform: capitalize;
	text-align: center;
	color: white;
	background-color: #CC0000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	background-image: url(../CMS_images/bg_button.png);
	background-repeat: repeat-x;
}
p.removeButton.uploadImgs a {
	height: 10px;
	margin-top: 2px;
	margin-right: 2px;
	padding: 2px 3px 2px 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 9px;
	text-transform: capitalize;
	text-align: center;
	color: white;
	background-color: #CC0000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	background-image: url(../CMS_images/bg_button.png);
	background-repeat: repeat-x;
}
p.removeButton.calendarItem a:hover, p.removeButton.uploads a:hover {
	color: #FF0000;
	background-color: #990000;
	border-right-color: #330000;
	border-bottom-color: #330000;
	background-image: none;
}

button.calendar {
	background: url(../CMS_images/dashboard-icon.gif);
	border: 0;
	cursor: pointer;
	height: 20px;
	position: relative;
	top: -3px;
	margin-left: 5px;
	width: 20px;
}
button.calendar:hover,
button.calendar:active {
	background-position: 0 20px;
}

div.calendar {
	background: url(../CMS_images/dashboard.png);
	height: 175px;
	padding: 0 12px;
	text-align: center;
	width: 147px;
}	
	div.calendar * {
		margin: 0;
		padding: 0;
	}	
	div.calendar div {
		background: none !important;
		cursor: move;
		height: 165px;
		overflow: hidden;
		padding-top: 10px;
		position: relative;
		width: 147px;
	}	
	
	div.calendar caption {
		color: #CF0;
		font: normal 12px/17px Arial, Helvetica, sans-serif;
		padding-top: 4px;
		text-align: center;
		width: 100%;
	}
	div.calendar caption a {
		cursor: pointer;
		display: block;
		height: 11px;
		overflow: hidden;
		position: absolute;
		text-indent: -100px;
		top: 16px;
		width: 11px;
	}
	div.calendar caption a.prev {
		background-image: url(../CMS_images/dashboard-prev.gif);
		left: 1px;
	}
	div.calendar caption a.next {
		background-image: url(../CMS_images/dashboard-next.gif);
		right: 1px;
	}
	div.calendar caption a:hover {
		background-position: 0 11px;
	}
	div.calendar caption span {
		height: 25px;
		position: relative;
		text-align: center;
	}
	div.calendar caption span.month {
		padding-right: 8px;
	}
	div.calendar caption span.month:after {
		content: ',';
	}

	div.calendar table {
		border: 0;
		border-collapse: collapse;
		border-spacing: 0;
		cursor: default;
		margin: 0 auto;
		overflow: hidden;
		width: 147px;
	}
	div.calendar td,
	div.calendar th {
		border: 0;
		color: #999;
		font: normal 12px Arial, Helvetica, sans-serif;
		height: 19px;
		text-align: center;
		width: 21px;
	}
	div.calendar td {
		color: #333;
		font-size: 11px;
		padding-right: 5px;
		text-align: right;
		width: 16px;
	}
	div.calendar td.invalid {
		color: #666;
	}
	div.calendar td.valid {
		color: #FFF;
		cursor: pointer;
	}
	div.calendar td.active,
	div.calendar td.hover {
		color: #CF0;
		cursor: pointer;
	}