.calendarIcon {
	float:left;
	display:inline-block;
	width:59px;
	height:60px;
	margin:0px 10px 10px 0px;
	background-image:url('/images/calendarIcon.png');
	background-repeat:no-repeat;
}

.calendarIconRepeat {
	background-image:url('/images/calendarIconRepeat.png');
}

.calendarIcon span {
	display:block;
	width:59px;
	height:34px;
	margin:4px 0px 0px 0px;
	text-align:center;
	font-family:Arial, Verdana, sans-serif;
	font-size:32px;
	font-weight:bold;
	color:#000000;
}

.calendarIcon span.monthName {
	display:block;
	width:59px;
	height:14px;
	margin:0px;
	text-align:center;
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}

.calendarTable {
	width:100%;
	border:0px;
}

.calendarTable td {
	border:0px;
}

.calendarHeader {
	font-weight:bold;
	font-size:18px;
}

.calendarWeekHeader, .calendarDayHeader {
	font-weight:bold;
	text-align:center;
}

.calendarWeekNumber {
	width:9%;
	text-align:center;
}

.calendarDay {
	width:13%;
	height:100px;
	background-color:#F0F0F0;
	text-align:left;
}

.calendarDay:hover {
	background-color:#F7F7F7;
}

.calendarCurrentDay {
	width:13%;
	height:100px;
	background-color:#E0E0E0;
	text-align:left;
}

.calendarCurrentDay:hover {
	background-color:#E7E7E7;
}

.calendarWeekend {
	width:13%;
	height:100px;
	background-color:#D0D0D0;
	text-align:left;
}

.calendarWeekend:hover {
	background-color:#D7D7D7;
}

.calendarDay div, .calendarCurrentDay div, .calendarWeekend div {
	margin:0px 5px 5px 5px;
	clear:both;
}

.calendarDate {
	display:block;
	width:24px;
	height:16px;
	text-align:center;
	padding:8px 0px 0px 0px;
	margin:5px 5px 5px 0px;
	background-image:url('/images/calendarIconSmall.png');
	float:right;
}

.calendarSmallTable {
	border:0px;
}

.calendarSmallTable td {
	border:0px;
	padding:0px !important;
}

.calendarSmallHeader {
	text-align:center;
	font-weight:bold;
	font-size:14px;
}

.calendarSmallWeekHeader, .calendarSmallDayHeader {
	font-weight:bold;
	text-align:center;
}

.calendarSmallWeekNumber {
	width:9%;
	text-align:center;
}

.calendarSmallDay {
	width:13%;
	background-color:#F0F0F0;
	text-align:left;
}

.calendarSmallDay:hover {
	background-color:#F7F7F7;
}

.calendarSmallCurrentDay {
	width:13%;
	background-color:#E0E0E0;
	text-align:left;
}

.calendarSmallCurrentDay:hover {
	background-color:#E7E7E7;
}

.calendarSmallWeekend {
	width:13%;
	background-color:#D0D0D0;
	text-align:left;
}

.calendarSmallWeekend:hover {
	background-color:#D7D7D7;
}

.calendarSmallDay div, .calendarSmallCurrentDay div, .calendarSmallWeekend div {
	margin:2px;
	text-align:center;
	clear:both;
	font-size:4px;
}

.calendarSmallDate {
	display:block;
	text-align:center;
	margin:1px 1px 1px 1px;
	float:right;
}

.calendarSmallDot {
	display:inline-block;
	width:4px;
	height:4px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	background-color:#333333;
}

#dropDownSearchResults {
	position:absolute;
	width:100%;
	padding:5px;
	background-color:#FFFFFF;
	border:1px solid #909090;
	overflow:hidden;
	display:none;
}

#searchForm, #searchForm2 {
	width:100%;
}

.searchText {
	width:85%;
}

.searchButton {
	width:10%;
	float:right;
}

#searchResults {
	overflow:hidden;
}

#searchResults .gsc-control {
	width:100%;
}

.gsc-search-box td {
	border:0px;
	width:100%;
	padding:0px;
	padding-right:10px;
}

.gsc-input {
	width:100%;
}

.gsc-search-button {
	text-align:right;
}

.gsc-clear-button {
	display:none;
}
    
.gsc-branding-text {
	display:none;
}

.gsc-branding-img {
	display:none;
}

.gsc-stats {
	display:none;
}

.gs-visibleUrl {
/* 	display:none; */
	color:#909090;
}

.gs-visibleUrl-short {
	display:none;
}

.gs-visibleUrl-long {
/* 	display:none; */
}

.gs-watermark {
	display:none;
}
	
.gsc-resultsHeader {
	display:none;
}

.gsc-result {
	margin:10px 0px 10px 0px;
}

.gsc-imageResult .gsc-cursor-box {
	clear:both;
}
.gsc-results .gsc-cursor-box .gsc-trailing-more-results {
	display:inline;
	margin-bottom:0;
}
.gsc-results .gsc-cursor {
	display:inline;
}
.gsc-results .gsc-cursor-box {
	margin-bottom:10px;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
	color:#000000;
	cursor:pointer;
	display:inline;
	margin-right:8px;
	text-decoration:underline;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	text-decoration:none;
}

.gsc-cursor-current-page:before {
	content:"»";
}

.gsc-cursor-current-page:after {
	content:"«";
}

.mceToolbar{
	display:none;
}

.contentField {
	display: block;
	position:relative;
	width:100%;
}

.contentField input, .contentField textarea {
	outline:none;
	margin:0px;
	padding:0px;
	resize:none;
}

.onSiteEditButton_link:hover, .onSiteEditButton_link2:hover {
	color:#3DAEDE;
	text-decoration:underline;
}

.imageThumbnailGallery {
	display: inline-block;
	padding-left: 10px;
}

.imageLinkGallery {
	display: block;
	padding-left: 10px;
}

#bigImageSlideShow {
	width: 100%;
}

#bigImageSlideShow {
	width: 500px;
	height: 350px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

#bigImageSlideShow a img {
	max-width: 100%;
	max-height: 100%;
}

#slideShowBar {
	width: 500px;
	height: 115px;
	overflow-x: scroll;
	overflow-y: hidden;
}

.shopAddToCartButton, .shopCartDeleteButton {
	cursor:pointer;
}

.freeform > .ui-resizable-s {
	height:7px;
	z-index:903;
	bottom:0px;
	cursor:ns-resize;
	background-image:url('/images/resizable-handle-s-off.png');
	background-repeat:no-repeat;
	background-position:center center;
}

.freeform > .ui-resizable-s:hover {
	background-image:url('/images/resizable-handle-s-on.png');
}

.freeform .draggable {
	cursor:move;
}

.freeform .draggable .ui-resizable-n {
	height:7px;
	z-index:901;
	cursor:ns-resize;
	top:-4px;
	background-image:url('/images/resizable-handle.png'), url('/images/resizable-border-hor.png');
	background-repeat:no-repeat, repeat-x;
	background-position:center center, center center;
}

.freeform .draggable .ui-resizable-ne {
	border:1px solid #000000;
	width:5px;
	height:5px;
	right:-4px;
	top:-4px;
	background-color:#FFFFFF;
	cursor:nesw-resize;
}

.freeform .draggable .ui-resizable-e {
	width:7px;	
	z-index:902;
	cursor:ew-resize;
	right:-4px;
	background-image:url('/images/resizable-handle.png'), url('/images/resizable-border-ver.png');
	background-repeat:no-repeat, repeat-y;
	background-position:center center, center center;
}

.freeform .draggable .ui-resizable-se {
	border:1px solid #000000;
	width:5px;
	height:5px;
	right:-4px;
	bottom:-4px;
	background-color:#FFFFFF;
	cursor:nwse-resize;
}

.freeform .draggable .ui-resizable-s {
	height:7px;
	z-index:903;
	cursor:ns-resize;
	bottom:-4px;
	background-image:url('/images/resizable-handle.png'), url('/images/resizable-border-hor.png');
	background-repeat:no-repeat, repeat-x;
	background-position:center center, center center;
}

.freeform .draggable .ui-resizable-sw {
	border:1px solid #000000;
	width:5px;
	height:5px;
	left:-4px;
	bottom:-4px;
	background-color:#FFFFFF;
	cursor:nesw-resize;
}

.freeform .draggable .ui-resizable-w {
	width:7px;
	z-index:904;
	cursor:ew-resize;
	left:-4px;
	background-image:url('/images/resizable-handle.png'), url('/images/resizable-border-ver.png');
	background-repeat:no-repeat, repeat-y;
	background-position:center center, center center;
}

.freeform .draggable .ui-resizable-nw {
	border:1px solid #000000;
	width:5px;
	height:5px;
	left:-4px;
	top:-4px;
	background-color:#FFFFFF;
	cursor:nwse-resize;
}

.freeform .draggable .format {
	width:100%;
	height:100%;
}

.freeform .draggable textarea {
	background:none !important;
	border:none !important;
}
