#ROCanvasTools {
	position: fixed;
	bottom: 0px;
	height: 100px;
	width: 100%;
	text-align: center;
	background-color: white;
	z-index: 100;
	
	background: rgb(19,19,19); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(19,19,19,1) 0%, rgba(0,0,0,1) 0%, rgba(43,43,43,1) 6%, rgba(71,71,71,1) 61%, rgba(89,89,89,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(19,19,19,1)), color-stop(0%,rgba(0,0,0,1)), color-stop(6%,rgba(43,43,43,1)), color-stop(61%,rgba(71,71,71,1)), color-stop(100%,rgba(89,89,89,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(19,19,19,1) 0%,rgba(0,0,0,1) 0%,rgba(43,43,43,1) 6%,rgba(71,71,71,1) 61%,rgba(89,89,89,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(19,19,19,1) 0%,rgba(0,0,0,1) 0%,rgba(43,43,43,1) 6%,rgba(71,71,71,1) 61%,rgba(89,89,89,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(19,19,19,1) 0%,rgba(0,0,0,1) 0%,rgba(43,43,43,1) 6%,rgba(71,71,71,1) 61%,rgba(89,89,89,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(19,19,19,1) 0%,rgba(0,0,0,1) 0%,rgba(43,43,43,1) 6%,rgba(71,71,71,1) 61%,rgba(89,89,89,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#595959',GradientType=0 ); /* IE6-9 */

}

.ROCTButton {
	width: 120px;
	height: 88px;
	margin: 8px 2px 4px 4px;
}

#ROJumpToDay div {
	width: 100%;
	height: 100%;
	background-image: url("../../style/default/img/calendar.png");
	background-position: center;
	background-repeat: no-repeat;
}

#ROJumpToDay div .dayName {
	display: block;
	position: relative;
	top: -1px;
	text-shadow: 1px 1px 1px black;
	font-size: 9pt;
}

#ROJumpToDay div .dayNum {
	position: relative;
	top: -1pt;
	font-size: 28pt;
	color: black;
	font-weight: bold;
	text-shadow: 1px 1px 3px;
}

#ROHideLocation div {
	width: 100%;
	height: 100%;
	background-image: url("../../style/default/img/hidelocations2.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 20pt;
	text-shadow: 2px 2px 3px black;
	padding-top: 12pt;
}

#ROSelectColor div {
	width: 100%;
	height: 100%;
	background-image: url('../../modules/ROCanvasTools/ROGridExample.png');
	background-size: contain;
}

#activeColorBox {
	position: relative;
	display: block;
	top: 15px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 7px;
	width: 75px;
	height: 38px;
	border: 1px solid #999999;
}


#ROExportPDF div {
	width: 100%;
	height: 100%;
	background-image: url("../../style/default/img/pdficon.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	
	padding-top: 34px;
	color: black;
	text-shadow: 1px 1px 1px white;
	opacity: 0.7;
}

#ROExperimental div {
	width: 100%;
	height: 100%;
	background-image: url("../../style/default/img/experimental.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.ROCTBubble {
	/*
	position: fixed;
	top: 200px;
	left: 400px;
	*/
	
	text-align: left;
	
	position: fixed;
	display: none;
	
	min-width: 120px;
	min-height: 120px;
	
	border: 2px solid #999999;
	padding: 6pt 6pt 12pt 6pt;
	border-radius: 24px;
	z-index: 101;
	
	background: rgb(125,126,125); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(125,126,125,1) 0%, rgba(56,56,56,1) 59%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(59%,rgba(56,56,56,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(125,126,125,1) 0%,rgba(56,56,56,1) 59%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(125,126,125,1) 0%,rgba(56,56,56,1) 59%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(125,126,125,1) 0%,rgba(56,56,56,1) 59%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(125,126,125,1) 0%,rgba(56,56,56,1) 59%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#383838',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.ROCTBubble:before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50px;
	border-width: 20px 20px 0;
	border-style: solid;
	border-color: #999999 transparent;
	display: block;
	width: 0;
}

.ROCTBubble:after {
	content: "";
	position: absolute;
	bottom: -16px;
	left: 54px;
	border-width: 16px 16px 0;
	border-style: solid;
	border-color: #383838 transparent;
	display: block;
	width: 0;
}

.ROCTBubble h4 {
	padding-top: 0pt;
}

.ROCTBubble p {
	max-width: 220px;
}

.ROCTBubble button {
	display: block;
	height: 24pt;
}

.ROCTBubble .ThreeLetterDay {
	display: inline-block;
	width: 3.4em;
	text-align: center;
	color: #ababab;
}

#ROExportPDFBubble {
	text-align: center;
}

#ROSelectColorBubble .cbBackground {
	width: 34px;
	height: 34px;
	display: inline-block;
	border: 1px solid #454545;
	box-shadow: 2px 2px 2px black;
	margin: 3px;
	background-image: url("../../style/default/img/transparencyPattern.png");
	background-size: 10px;
}

#ROSelectColorBubble .colorBox {
	display: inline-block;
	width: 100%;
	height: 100%;
}


#SelectColorCustom, #SelectColorPreset {
	height: 100%;
	border-left: 1px solid #ccc;
	padding: 10px 4px 10px 10px;
	margin-left: 12px;
	width: 150px;
	float: right;
	clear: right;
	border-bottom: 1px solid #ccc;
}

#SelectColorPreset {
	margin-top: -120px;
}


#SelectColorPreview {
	width: 150px;
	height: 120px;
	background-image: url('../../modules/ROCanvasTools/ROGridExample.png');
	border: 1px solid #999;
	background-size: cover;
	border-radius: 12px;
	text-align: center;
	float: left;
}

#SelectColorPreview .ROEvent {
	display: block;
	margin-top: 15px;
	margin-left: 15px;
	border-radius: 7px;
	border: 1px solid #999;
	width: 116px;
	height: 81px;
	padding: 2px 4px;
	text-align: left;
}

#SelectColorPreview .ROEvent span {
	font-size: 65%;
}

#SelectColorSliders {
	display: block;
	width: 150px;
	float: left;
	clear: left;
	margin-top: 20px;
}

#sliderRed, #sliderGreen, #sliderBlue, #sliderAlpha {
	margin-top: 14pt;
	margin-left: 5pt;
	margin-right: 5pt;
}

#sliderRed .ui-slider-range { background: #ef2929; }
#sliderRed .ui-slider-handle { border-color: #ef2929; }
#sliderGreen .ui-slider-range { background: #8ae234; }
#sliderGreen .ui-slider-handle { border-color: #8ae234; }
#sliderBlue .ui-slider-range { background: #729fcf; }
#sliderBlue .ui-slider-handle { border-color: #729fcf; }
#sliderAlpha .ui-slider-range { background: white; }
#sliderAlpha .ui-slider-handle { border-color: white; }

#ROHideLocationBubble {
    width: 16em;
}

#ROHideLocationBubble button {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

#ROHideLocationBubble .visIndicator {
	display: block;
	float: left;
	height: 24pt;
	width: 24pt;
	border: 1px solid black;
	border-radius: 4px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	margin-right: -1px;
	
	background: rgb(194,194,194); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(194,194,194,1) 0%, rgba(155,155,155,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(194,194,194,1)), color-stop(100%,rgba(155,155,155,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(194,194,194,1) 0%,rgba(155,155,155,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(194,194,194,1) 0%,rgba(155,155,155,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(194,194,194,1) 0%,rgba(155,155,155,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(194,194,194,1) 0%,rgba(155,155,155,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2c2c2', endColorstr='#9b9b9b',GradientType=0 ); /* IE6-9 */

}

.visIndicator span {
	display: block;
	position: relative;
	margin: auto;
	width: 50pt;
	height: 100%;
	margin-top: -5pt;
	background-image: url("../../style/default/img/markNo.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0pt 0pt;
	z-index: 1005;
	
}

.visIndicator.visible span {
	background-image: url("../../style/default/img/markYes.png");
	background-position: 6pt 0pt;
}

#pdfExportLoading {
	display: none;
	position: relative;
	top: -60px;
	margin-bottom: -128px;
}

#pdfeColorSet button, #pdfeFontSize button  {
	width: 240px;
	text-align: left;
}


#pdfeColorSet .colorBox {
	display: inline-block;
	border: 1px solid #ccc;
	width: 14px;
	height: 14px;
	margin-right: 4px;
}

#ExportPDF {
	margin-top: 18px;
	float: right;
	clear: right;
}