<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Ext JS Library 3.0+
 * Copyright(c) 2006-2009 Ext JS, LLC
 * licensing@extjs.com
 * http://www.extjs.com/license
 */
.ext-ie .x-row-editor .x-form-text {
    margin:0 !important; 
}
.x-row-editor-header {
    height:2px;
    overflow:hidden;
    background: transparent url(../images/row-editor-bg.gif) repeat-x 0 0;
}
.x-row-editor-footer {
    height:2px;
    overflow:hidden;
    background: transparent url(../images/row-editor-bg.gif) repeat-x 0 -2px;
}
.ext-ie .x-row-editor-footer {
    margin-top:-1px;
}

.x-row-editor-body {
    overflow:hidden;
    zoom:1;
    background: #ebf2fb;
    padding-top:2px;
}
.x-row-editor .x-btns {
    position:absolute;
    top:28px;
    left:20px;
    padding-left:5px;
    background: transparent url(../images/row-editor-btns.gif) no-repeat 0 0;
}
.x-row-editor .x-btns .x-plain-bwrap {
    padding-right:5px;
    background: transparent url(../images/row-editor-btns.gif) no-repeat right -31px;
}
.x-row-editor .x-btns .x-plain-body {
    background: transparent url(../images/row-editor-btns.gif) repeat-x 0 -62px;
    height:31px;
}
.x-row-editor .x-btns .x-table-layout-cell {
    padding:3px;
}

.errorTip .x-tip-body ul{
    list-style-type:disc;
    margin-left:15px;
}

/* Rating bar Style */

.x-starslider {
    zoom:1;
}
.x-starslider-inner {
    position:relative;
    left:0;
    top:0;
    overflow:visible;
    zoom:1;
}
.x-starslider-focus {
	position:absolute;
	left:0;
	top:0;
	width:1px;
	height:1px;
    line-height:1px;
    font-size:1px;
    -moz-outline:0 none;
    outline:0 none;
    -moz-user-select: text;
    -khtml-user-select: text;
}

/* Horizontal styles */
.x-starslider-horz {
    padding-left:7px;
    background:transparent url(./images/slider-bg.png) no-repeat 0 -22px;
}
.x-starslider-horz .x-starslider-end {
    zoom:1;
    background:transparent url(./images/slider-bg.png) no-repeat right -44px;
}
.x-starslider-horz .x-starslider-inner {
    background:transparent url(./images/slider-bg.png) repeat-x 0 0;
    height:22px;
}
.x-starslider-horz .x-starslider-thumb {
    width:14px;
    height:15px;
    position:absolute;
    left:0;
    top:0px;
    background:transparent url(./images/slider-thumb.png) repeat-x 0 0;
}
.x-starslider-horz .x-starslider-thumb-over {
    background-position: 0px 0px;
}
.x-starslider-horz .x-starslider-thumb-drag {
    background-position: -28px -30px;
}

/* Form Helper */
.x-ape-form-helper {
	font-size: 10px;
	width: auto;
	height: 20px;
	color: #999999;	
	padding-left: 2px;
	position: absolute;
	z-index: 99999999;
}

.x-ape-form-helper-hidden {
	display: none;
}

.x-ape-form-helper-hidden {
	display: block;
}

</pre></body></html>