/* Intented for labels for I18N'd fields */
span.I18N
{
   font-weight: bold;
}

/* Intented for input elements for I18N'd fields */
input.I18N, textarea.I18N, select.I18N, .RadInput input.I18N
{
   background-color: Yellow  !important;
   border: solid 1px black  !important;
}

.I18NCurrentRegion
{
   background-color: Yellow;
   border: solid 1px black;
   padding: 2px;
   line-height: 20px;
}

/* 
	This style is used when the Rad Editor control is dislayed in I18N mode but is not enabled.
	See ContentEditor_I18N.css for styles when it is enabled (because the editor is actually displayed in an IFrame and has it's own CSS file).
*/
div.I18N
{
	background-color: Yellow;
	border: solid 1px black;
	color: gray;
}