/* Stylesheet */

.x-form-item label {
    font: normal 11px arial,helvetica,sans-serif;
}

.input-disabled 
{ 
	background:WhiteSmoke;
	color:#000000;
	text-transform: none;
	text-decoration: none;
}

.search-item {
	BORDER-BOTTOM: #eeeeee 1px solid;
	BORDER-LEFT: #fff 1px solid;
	PADDING-BOTTOM: 3px;
	PADDING-LEFT: 10px;
	PADDING-RIGHT: 10px;
	FONT: 11px tahoma, arial, helvetica, sans-serif;
	WHITE-SPACE: normal; COLOR: #555;
	BORDER-TOP: #fff 1px solid;
	BORDER-RIGHT: #fff 1px solid;
	PADDING-TOP: 3px
}

.search-item H3 {
	DISPLAY: block;
	FONT: ; COLOR: #222
}

.search-item H3 SPAN {
	MARGIN: 0px 0px 5px 5px;
	WIDTH: 100px;
	DISPLAY: block;
	FLOAT: right;
	CLEAR: none;
	FONT-WEIGHT: normal
}


#footer { 
	position: absolute; 
	left: 0;
	right:0;
	bottom: 0px;
	width: 100%;
}

.ext-ie7 .x-form-text, .ext-ie7 textarea.x-form-field {
    margin: 0;
}
.ext-ie7 .x-small-editor .x-form-text { /* to address issue with combo inside toolbar */
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
/**---------------------------------------------------------------
*** IE8 override fixes
***---------------------------------------------------------------*/
.x-form-text, .ext-ie .x-form-text, .ext-ie .x-form-file {
    line-height:18px;
    margin: 0px 0px 0px 0px;
    vertical-align:middle;
    text-align: left;
}

.ext-ie6 .x-form-text, .ext-ie7 .x-form-text {
    margin:0px 0px 0px 0px; /* ie bogus margin bug */
    line-height:18px;
}

.ext-ie6 textarea.x-form-field, .ext-ie7 textarea.x-form-field {
    margin:0px 0px 0px 0px; /* ie bogus margin bug */
}