/**
 * File with widgets css class
 *
 * @copyright  Copyright(c) 2005, IC Zones
 * @author		Michael Jolin
 * @since		2005,11,02
 * @package		CSS
**/

.labelMultiLang {
	font-size:		x-small;
	color:			Silver;
}

tr.rowUnCheck {
}

tr.rowCheck {
	background-color:		Red;
}

td div.dg_r_left {
	text-align:		left;
}

td div.dg_r_center {
	text-align:		center;
}

td div.dg_r_right {
	text-align:		right;
}

td div.dg_r_left,
td div.dg_r_center,
td div.dg_r_right {
	overflow:		hidden;
	height:			20px;
	white-space:	nowrap;
}

iframe#uploadFrame {
	height:			40px;
}

span.richTextButton {
	position:		absolute;
}

span.richTextButton div {
	border:			solid 1px #000000;
	width:			20px;
	height:			20px;
	text-align:		center;
	margin-top:		2px;
}

span.richTextButton div.bold {
	font-weight:	bolder;
}

span.richTextButton div.italic {
	font-style:		italic;
}

span.richTextButton div.underline {
	text-decoration:		underline;
}

span.richTextButton div.boldSelect {
	font-weight:			bolder;
	background-color:		#CCCCCC;
}

span.richTextButton div.italicSelect {
	font-style:				italic;
	background-color:		#CCCCCC;
}

span.richTextButton div.underlineSelect {
	text-decoration:		underline;
	background-color:		#CCCCCC;
}

