.colorpicker {
	width: 356px;
	height: 176px;
	overflow: hidden;
	position: absolute;
	background: url(../images/colorpicker_background_tooltip.gif);
	font-family: Arial, Helvetica, sans-serif;
	display: none;
}
.colorpicker.tooltip {background: url(../images/colorpicker_background_tooltip.gif);}
.colorpicker.default {background: url(../images/colorpicker_background.gif);}

.colorpicker_color {
	width: 150px;
	height: 150px;
	left: 14px;
	top: 15px;
	position: absolute;
	background: #f00;
	overflow: hidden;
	cursor: crosshair;
}
.colorpicker_color div {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	background: url(../images/colorpicker_overlay.png);
	behavior:url(css/iepngfix.htc);			/* Fix ie6's png support */

}
.colorpicker_color div div {
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: url(../images/colorpicker_select.gif);
	margin: -5px 0 0 -5px;
}
.colorpicker_hue {
	position: absolute;
	top: 13px;
	left: 171px;
	width: 35px;
	height: 150px;
	cursor: n-resize;
}
.colorpicker_hue div {
	position: absolute;
	width: 35px;
	height: 9px;
	overflow: hidden;
	background: url(../images/colorpicker_indic.gif) left top;
	margin: -4px 0 0 0;
	left: 0px;
}
.colorpicker_new_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 213px;
	top: 15px;
	background: #f00;
}
.colorpicker_current_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 283px;
	top: 15px;
	background: #f00;
}
.colorpicker input {
	background-color: transparent;
	border: 1px solid transparent;
	position: absolute;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #686868;
	font-weight:bold;
	text-align:left;
	margin: 0;
	padding: 0;
}

.colorpicker_hex input {
	right: 6px;
}
.colorpicker_field {
	height: 22px;
	width: 62px;
	background-position: top;
	position: absolute;
}
.colorpicker_field span {
	position: absolute;
	width: 12px;
	height: 22px;
	overflow: hidden;
	top: 0;
	right: 0;
	cursor: n-resize;
}
.colorpicker_rgb_r {
	background-image: url(../images/custom_rgb_r.png);
	top: 52px;
	left: 212px;
	display:none;
}
.colorpicker_rgb_g {
	background-image: url(../images/custom_rgb_g.png);
	top: 82px;
	left: 212px;
	display:none;
}
.colorpicker_rgb_b {
	background-image: url(../images/custom_rgb_b.png);
	top: 112px;
	left: 212px;
	display:none;
}
.colorpicker_hsb_h {
	background-image: url(../images/custom_hsb_h.png);
	top: 52px;
	left: 282px;
	display:none;
}
.colorpicker_hsb_s {
	background-image: url(../images/custom_hsb_s.png);
	top: 82px;
	left: 282px;
	display:none;
}
.colorpicker_hsb_b {
	background-image: url(../images/custom_hsb_b.png);
	top: 112px;
	left: 282px;
	display:none;
}
.colorpicker_submit {
	position: absolute;
	width: 122px;
	height: 22px;
	background: url(../images/custom_submit.png) no-repeat top right;
	left: 223px;
	top: 142px;
	overflow: hidden;
	cursor:pointer;
}
.colorpicker_hex {
	position: absolute;
	width: 80px;
	height: 22px;
	left: 227px;
	top: 89px;
	padding-left:10px;
}
.colorpicker_hex input {border:0;}

.colorpicker_focus {
	background-position: center;
}
.colorpicker_hex.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
	background-position: bottom right;
}
.colorpicker_slider {
	background-position: bottom;
}

div.currentSelectedColour {padding:0 0 0 20px; margin:10px 13px 20px 0px; background:url(../images/icon_colour.gif) no-repeat top left;}

span.currentSelectedColour {display:inline-block; margin:0 0 5px 0px;}
input.colourupdatefield {border:1px solid #e0e0e0; font: bold 13px Arial, Helvetica, sans-serif; width:55px; cursor:default; padding:2px 5px 3px 5px; margin:0 3px 0 0;}
span.currenthash {margin:0 3px 0 0px;}
span.fontStyles {float:left; display:inline-block; padding:6px 0; font: bold 1em Verdana; display:inline-block; width:150px;}
div.utilityLeftchangemenu label, div.utilityLefttypotool label, div.utilityLeftchangepagetitle label {font: bold 1em Verdana; display:inline-block; width:150px;}
label.backgroundColour {padding:5px 5px 5px 30px;}

select.dropdownboxy {font-size:11px; padding:2px; width:120px;}
select.dropdownboxy_medium {font-size:11px; padding:2px; width:100px;}
select.dropdownboxy_small {font-size:11px; padding:2px; width:50px;}

div#textInputViewer h1, div#textInputViewer h2, div#textInputViewer h3 { display: block }
div#textInputViewer h1 { font-size: 2em; margin: .67em 0 }
div#textInputViewer h2 { font-size: 1.5em; margin: .75em 0 }
div#textInputViewer h3 { font-size: 1.17em; margin: .83em 0 }
div#textInputViewer h1, div#textInputViewer h2, div#textInputViewer h3, div#textInputViewer strong { font-weight: bolder }

@media print {
  div#textInputViewer h1            { page-break-before: always }
  div#textInputViewer h1, div#textInputViewer h2, div#textInputViewer h3,
  div#textInputViewer h4, div#textInputViewer h5, div#textInputViewer h6    { page-break-after: avoid }
  div#textInputViewer ul, div#textInputViewer ol, div#textInputViewer dl    { page-break-before: avoid }
}


