/**
 * 21.08.2013 ML: Siirretty napit infopalkkiin ja lisätty tiedostonimi
 */

.rt-richtext {
}

.rt-richtextarea {
	background-color: #ffffff;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#imagePickerTemplate {
	display: none;
}
.rt-imagePicker {
}
.rt-imagePicker textarea {
	display: none;
}
.rt-imagePicker .rt-imagepicker-frame {
	background-color: #ddd;
	color: #888;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/*float: left;*/
	padding: 3px;
	position: relative;
}
.rt-imagePicker div.rt-imagePicker-image {
	background: transparent url('/global/img/bg-transparencygrid.png') repeat left top;
	font-size: 20px;
	font-weight: bold;
	max-height: 400px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	/*z-index: 99;*/
}
.rt-imagePicker div.rt-imagePicker-image img {
	max-height: 400px;
}
.rt-imagePicker div.rt-imagePicker-controls {
	position: absolute;
	right: 3px;
	top: 3px;
	/*z-index: 11;*/
}
.rt-imagePicker div.rt-imagePicker-info {
	line-height: 24px;
	z-index: 9;
}
.rt-imagePicker a.rt-button {
	/*
	box-shadow: 0 0 3px #666;
	-moz-box-shadow: 0 0 3px #666;
	-webkit-box-shadow: 0 0 3px #666;
	*/
}
.rt-imagePicker div.rt-imagePicker-info span {
	color: #333;
	margin-right:10px;
}
.rt-imagePicker .rt-imagePicker-filename {
	color: #555;
	font-size: 11px;
	margin-top: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#linkPickerDialogButton {
	left: -10000px;
	position: absolute;
	top: 0px;
	
}
a.rt-button {
	background-color: #eee;
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #333;
	display: inline-block;
	font-weight: bold;
	line-height: 20px;
	margin-left: 5px;
	padding: 0 5px;
	text-decoration: none;
}
a.rt-button:hover {
	background-color: #f5f5f5;
	border-color: #a5a5a5;
	color: #000;
}
