/* the label for the boxName of pBoxes */
.StoryEditorBoxLabel
{
}

/* the style of the textBoxes which are used for non telerik boxes */
.StoryEditorDefaultTextBox,
.StoryEditorBaseTextBox,
.StoryEditorHeaderBox,
.StoryEditorCaptionBox,
.StoryEditorAuthorBox
{
}

/* the style of the textBoxes which are used for telerik boxes */
.StoryEditorTelericTextBox
{
	text-align:-moz-center;
}

/* the label for the imageDescription of pBoxes */
.StoryEditorImageLabel
{
}

/* the image of pBoxes */
.StoryEditorImage
{
	padding-right:10px;
}

/* the control to upload an image */
.StoryEditorImageButtonsCell
{
	text-align:left !important;
}

/* the control to upload an image */
.StoryEditorFileUploadCtrl,
/* the uploadButton for the uploadCtrl */
.StoryEditorFileUploadButton
{
 	background-color:ButtonFace !important;
 	border-color:ButtonFace;
 	color:Black !important;
 	height:22px;
}
.StoryEditorFileUploadButton:Hover
{
 	cursor:default !important;
}

/* the checkBox for bw conversion */
.StoryEditorBWCheckBox
{
}

/* the button to select another image for pBoxes */
.StoryEditorImageSelectButton
{
	border-color:White;
	border-style:solid;
	border-width:1px;
	margin-right:5px;
}
.StoryEditorImageSelectButton:hover
{
	border-style:ridge;
	border-width:1px;
}

/* the button for editImgCrop */
.StoryEditorEditImgCropButton
{
	border-color:White;
	border-style:solid;
	border-width:1px;
	margin-right:5px;
}
.StoryEditorEditImgCropButton:hover
{
	border-style:ridge;
	border-width:1px;
}

/* the button for deleting an image for pBoxes */
.StoryEditorDeleteImageButton
{
	border-color:White;
	border-style:solid;
	border-width:1px;
	margin-right:5px;
}
.StoryEditorDeleteImageButton:hover
{
	border-style:ridge;
	border-width:1px;
}

/* the button for deleting pixtureBoxes for pBoxes */
.StoryEditorDeletePictureBox
{
	border-color:White;
	border-style:solid;
	border-width:1px;
	margin-right:5px;
}
.StoryEditorDeletePictureBox:hover
{
	border-style:ridge;
	border-width:1px;
}

/* the label of the BU for pBoxes */
.StoryEditorBULabel
{
}

/* the textBox of the BU for pBoxes */
.StoryEditorBUTextBox
{
	margin-left:auto;
	margin-right:auto;
}

/* for the editBox we have no special css becuase it's we use it as control
	and control hasn't astyle or cssClass */

/* the div for making a lineBreak before the bwCheckBox */
.StoryEditorBWCheckBoxBR
{
}

/* the div for making a lineBreak before the imageButtons */
.StoryEditorButtonsBR
{
	height:10px;
}

.StoryEditorError
{
	color:Red;
	font-weight:bold;
}
