.web-annotation {
	margin:10px;
}

.printer-friendly-web-annotation {
	
}

.web-annotation .annotation-text-container, .web-annotation .annotation-text-editor {
	position: relative;
	text-align: left;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	background-color: #ffc;
	width: 300px;
	padding: 13px 10px 13px 10px;
	border-width: 1px;
	color: #000;
	-moz-box-shadow: 5px 5px 7px rgba(33,33,33,1);
	-webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);
	box-shadow: 5px 5px 7px rgba(33,33,33,.7);
}

.printer-friendly-web-annotation .annotation-text-container {
	padding: 10px !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow:  !important;
	border: 3px solid #CCCCCC;
}

.printer-friendly-web-annotation .annotation-icon {
	display: block !important;
	width: 40px !important;
	height: 44px !important;
	margin-right: 2px;
	cursor: default !important;
}

.printer-friendly-web-annotation .annotation-text-container .annotation-text {
	display: block !important;
	cursor: default !important;
	vertical-align: top;
	padding-top: 2px;
	word-wrap: break-word;
}

.web-annotation .annotation-text-container .annotation-text {
	cursor: pointer;
	word-wrap: break-word;
}

.web-annotation .annotation-text-editor {
	overflow: hidden;
}

.web-annotation .annotation-text-editor .annotation-text {
	width: 100%;
}

.web-annotation .annotation-text-editor textarea {
	height: 130px;
	min-height: 130px;
}

.web-annotation .annotation-controls {
	position: absolute;
	top: 0px;
	right: 0px;
}

.web-annotation .annotation-controls .collapse {
	background-image: url("/images/collapse-annotation.png");
	display: inline-block;
	margin: 2px 2px 0px 0px;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 20px;
	height: 14px;
	float: left;
}

.web-annotation .annotation-controls .delete {
	background-image: url("/images/delete-annotation.png");
	display: inline-block;
	margin: 2px 2px 0px 0px;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 12px;
	height: 12px;
	float: left;
}

.web-annotation .annotation-icon {
	cursor: pointer;
	width: 20px;
}

.web-annotation .dialog-button,
.web-annotation-add-dialog .dialog-button {
	background-color: #F7DB06;
	background-image: url("/images/background_button.gif");
	background-position: right center;
	background-repeat: no-repeat;
	/*border: 1px solid #E7E7E7;*/
	border: 1px outset #CCCCCC;
	cursor: pointer;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-left: 3px;
	padding: 1px 14px 1px 6px;
	vertical-align: middle;
	float: right;
}

.web-annotation .annotation-text-editor .action-panel {
    padding: 5px 0px 0px 0px;
    height: 20px;
}

.disabled {
	opacity: .35;
	cursor: text;
}

.floatLeft {
	float: left;
}

