/* CSS file for ImageManager plugin */
.ui-tabs-panel {
	height: 200px;
	overflow: auto;
}

#jce span#upload {
	background-position: 0 -72px;
}

#jce #image_tab fieldset {
    border : 0 none;
}

#jce #image_tab legend {
    padding : 0;
}

div.preview {
  overflow: hidden;
  padding: 6px 5px;
  margin: 0;
  text-align:left;
  height: 150px;
  position: relative;
  
  border-left : 1px solid #B6B6B6;
}

#width, #height {
	width: 50px;
	text-align: center;
        
        color : #aaa;
}

#width.edited, #height.edited {
        color : inherit;
}

#constrain {
	width: auto;
}
#id, #dir, #lang, #usemap, #longdesc, #class, #src, #title, #alt, #onmouseout, #onmouseover, #classlist, #style, #classes {
	width: 350px;
}
#margin_top, #margin_right, #margin_bottom, #margin_left, #border_style, #border_width, #border_color, #clear {
	margin: 0px 5px;
}
#border_style, input.editable-input {
	margin: 0 0 0 5px;
}

#align {
	margin-right: 5px;
}
#border {
	margin-left: 0px;
}
#border_width {
	width : 80px;
}
label[for="rollover_check"] {
	min-width: 30px;
}

#jce table td {
	padding: 3px 2px;
}

#jce.ie7 .ui-tabs-panel {
	height: 210px;
} 
#jce.ie div.preview {
	padding: 7px 0 8px 0;
}
#jce.ie7 div.preview {
	padding: 8px 0 8px 0;
}
