/*
	Autore: Danilo Cicognani
	Script: rte.css
	Applicazione: AscomDoc
	Versione: 1.00
	Data: 28/04/2008
	Scopo: CSS per l'aspetto esteriore dell'editor di testo formattato RTE
	Copyright (c) 2008 CicoNET di Danilo Cicognani
*/

.rteSelect {
	font-size: 12px;
}

.rteTab {
	background-color: #D3D3D3;
	color: #555555;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #777777;
	border-right: 1px solid #777777;
	font-size: 12px;
	height: 15px;
	vertical-align: top;
	cursor: pointer;
}
.rteTabHover {
	background-color: #D3D3D3;
	color: #ffffff;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #777777;
	border-right: 1px solid #777777;
	font-size: 12px;
	height: 15px;
	vertical-align: top;
	cursor: pointer;
}
.rteTabActive {
	background-color: #eeeeee;
	color: #000000;
	border-left: 1px solid #555555;
	border-bottom: 3px solid #FF9900;
	border-right: 1px solid #000000;
	font-size: 12px;
	height: 15px;
	vertical-align: top;
	cursor: pointer;
}
.rteTabActiveHover {
	background-color: #eeeeee;
	color: #555555;
	border-left: 1px solid #555555;
	border-bottom: 3px solid #FF9900;
	border-right: 1px solid #000000;
	font-size: 12px;
	height: 15px;
	vertical-align: top;
	cursor: pointer;
}

.rteImage {
	font-size: 12px;
	background: #D3D3D3;
	border: 1px solid #D3D3D3;
	cursor: pointer;
}
.rteImageRaised, .rteImage:hover {
	font-size: 12px;
	background: #D3D3D3;
	border: 1px outset;
	cursor: pointer;
}
.rteImageLowered, .rteImage:active {
	font-size: 12px;
	background: #D3D3D3;
	border: 1px inset;
	cursor: pointer;
}

.rteVertSep {
	margin: 0 3px 0 3px;
}

.rteBack {
	background: #D3D3D3;
	border: 1px outset;
	letter-spacing: 0;
	padding: 0px;
}
.rteBack tbody tr td, .rteBack tr td {
	background: #D3D3D3;
	padding: 0;
}

.rteDiv {
	display: block;
	position: relative;
}