/*
 * Ext JS Library 3.0 RC2
 * Copyright(c) 2006-2009, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://extjs.com/license
 */

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}img,body,html{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}
.ext-el-mask {
	z-index: 100;
	position: absolute;
	top:0;
	left:0;
	-moz-opacity: 0.5;
	opacity: .50;
	filter: alpha(opacity=50);
	width: 100%;
	height: 100%;
	zoom: 1;
}

.ext-el-mask-msg {
	z-index: 20001;
	position: absolute;
	top: 0;
	left: 0;
	border:1px solid;
	background:repeat-x 0 -16px;
	padding:2px;
}

.ext-el-mask-msg div {
	padding:5px 10px 5px 10px;
	border:1px solid;
	cursor:wait;
}

.ext-shim {
	position:absolute;
	visibility:hidden;
	left:0;
	top:0;
	overflow:hidden;
}

.ext-ie .ext-shim {
	filter: alpha(opacity=0);
}

.ext-ie6 .ext-shim {
	margin-left: 5px;
	margin-top: 3px;
}

.x-mask-loading div {
	padding:5px 10px 5px 25px;
	background:no-repeat 5px 5px;
	line-height:16px;
}


.x-hidden, .x-hide-offsets {
	position:absolute !important;
	left:-10000px;
	top:-10000px;
	visibility:hidden;
}

.x-hide-display {
	display:none !important;
}

.x-hide-visibility {
	visibility:hidden !important;
}

.x-masked {
	overflow: hidden !important;
}
.x-masked-relative {
	position: relative !important;
}

.x-masked select, .x-masked object, .x-masked embed {
	visibility: hidden;
}

.x-layer {
	visibility: hidden;
}

.x-unselectable, .x-unselectable * {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select:ignore;
}

.x-repaint {
	zoom: 1;
	background-color: transparent;
	-moz-outline: none;
}

.x-item-disabled {
	cursor: default;
	opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);
}

.x-item-disabled * {
	cursor: default !important;
}

.x-splitbar-proxy {
	position: absolute;
	visibility: hidden;
	z-index: 20001;
	zoom: 1;
	line-height: 1px;
	font-size: 1px;
	overflow: hidden;
}

.x-splitbar-h, .x-splitbar-proxy-h {
	cursor: e-resize;
	cursor: col-resize;
}

.x-splitbar-v, .x-splitbar-proxy-v {
	cursor: s-resize;
	cursor: row-resize;
}

.x-color-palette {
	width: 150px;
	height: 92px;
	cursor: pointer;
}

.x-color-palette a {
	border: 1px solid;
	float: left;
	padding: 2px;
	text-decoration: none;
	-moz-outline: 0 none;
	outline: 0 none;
	cursor: pointer;
}

.x-color-palette a:hover, .x-color-palette a.x-color-palette-sel {
	border: 1px solid;
}

.x-color-palette em {
	display: block;
	border: 1px solid;
}

.x-color-palette em span {
	cursor: pointer;
	display: block;
	height: 10px;
	line-height: 10px;
	width: 10px;
}

.x-ie-shadow {
	display: none;
	position: absolute;
	overflow: hidden;
	left:0;
	top:0;
	zoom:1;
}

.x-shadow {
	display: none;
	position: absolute;
	overflow: hidden;
	left:0;
	top:0;
}

.x-shadow * {
	overflow: hidden;
}

.x-shadow * {
	padding: 0;
	border: 0;
	margin: 0;
	clear: none;
	zoom: 1;
}


.x-shadow .xstc, .x-shadow .xsbc {
	height: 6px;
	float: left;
}


.x-shadow .xstl, .x-shadow .xstr, .x-shadow .xsbl, .x-shadow .xsbr {
	width: 6px;
	height: 6px;
	float: left;
}


.x-shadow .xsc {
	width: 100%;
}

.x-shadow .xsml, .x-shadow .xsmr {
	width: 6px;
	float: left;
	height: 100%;
}

.x-shadow .xsmc {
	float: left;
	height: 100%;
	background: transparent;
}

.x-shadow .xst, .x-shadow .xsb {
	height: 6px;
	overflow: hidden;
	width: 100%;
}

.x-shadow .xsml {
	background: transparent repeat-y 0 0;
}

.x-shadow .xsmr {
	background: transparent repeat-y -6px 0;
}

.x-shadow .xstl {
	background: transparent no-repeat 0 0;
}

.x-shadow .xstc {
	background: transparent repeat-x 0 -30px;
}

.x-shadow .xstr {
	background: transparent repeat-x 0 -18px;
}

.x-shadow .xsbl {
	background: transparent no-repeat 0 -12px;
}

.x-shadow .xsbc {
	background: transparent repeat-x 0 -36px;
}

.x-shadow .xsbr {
	background: transparent repeat-x 0 -6px;
}

.loading-indicator {
	background: no-repeat left;
	padding-left: 20px;
	line-height: 16px;
	margin: 3px;
}

.x-text-resize {
	position: absolute;
	left: -1000px;
	top: -1000px;
	visibility: hidden;
	zoom: 1;
}

.x-drag-overlay {
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	background-image:url(/content/images/default/s.gif);
	z-index: 20000;
}

.x-clear {
	clear:both;
	height:0;
	overflow:hidden;
	line-height:0;
	font-size:0;
}

.x-spotlight {
	z-index: 8999;
	position: absolute;
	top:0;
	left:0;
	-moz-opacity: 0.5;
	opacity: .50;
	filter: alpha(opacity=50);
	width:0;
	height:0;
	zoom: 1;
}

#x-history-frame {
	position:absolute;
	top:-1px;
	left:0;
	width:1px;
	height:1px;
	visibility:hidden;
}

#x-history-field {
	position:absolute;
	top:0;
	left:-1px;
	width:1px;
	height:1px;
	visibility:hidden;
}

.x-tab-panel {
	overflow:hidden;
}

.x-tab-panel-header, .x-tab-panel-footer {
	border: 1px solid;
	overflow:hidden;
	zoom:1;
}

.x-tab-panel-header {
	border: 1px solid;
	padding-bottom: 2px;
}

.x-tab-panel-footer {
	border: 1px solid;
	padding-top: 2px;
}

.x-tab-strip-wrap {
	width:100%;
	overflow:hidden;
	position:relative;
	zoom:1;
}

ul.x-tab-strip {
	display:block;
	width:5000px;
	zoom:1;
}

ul.x-tab-strip-top{
	padding-top: 1px;
	background: repeat-x bottom;
	border-bottom: 1px solid;
}

ul.x-tab-strip-bottom{
	padding-bottom: 1px;
	background: repeat-x top;
	border-top: 1px solid;
	border-bottom: 0 none;
}

.x-tab-panel-header-plain .x-tab-strip-top {
	background:transparent !important;
	padding-top:0 !important;
}

.x-tab-panel-header-plain {
	background:transparent !important;
	border-width:0 !important;
	padding-bottom:0 !important;
}

.x-tab-panel-header-plain .x-tab-strip-spacer,
.x-tab-panel-footer-plain .x-tab-strip-spacer {
	border:1px solid;
	height:2px;
	font-size:1px;
	line-height:1px;
}

.x-tab-panel-header-plain .x-tab-strip-spacer {
	border-top: 0 none;
}

.x-tab-panel-footer-plain .x-tab-strip-spacer {
	border-bottom: 0 none;
}

.x-tab-panel-footer-plain .x-tab-strip-bottom {
	background:transparent !important;
	padding-bottom:0 !important;
}

.x-tab-panel-footer-plain {
	background:transparent !important;
	border-width:0 !important;
	padding-top:0 !important;
}

.ext-border-box .x-tab-panel-header-plain .x-tab-strip-spacer,
.ext-border-box .x-tab-panel-footer-plain .x-tab-strip-spacer {
	height:3px;
}

ul.x-tab-strip li {
	float:left;
	margin-left:2px;
}

ul.x-tab-strip li.x-tab-edge {
	float:left;
	margin:0 !important;
	padding:0 !important;
	border:0 none !important;
	font-size:1px !important;
	line-height:1px !important;
	overflow:hidden;
	zoom:1;
	background:transparent !important;
	width:1px;
}

.x-tab-strip a, .x-tab-strip span, .x-tab-strip em {
	display:block;
}

.x-tab-strip a {
	text-decoration:none !important;
	-moz-outline: none;
	outline: none;
	cursor:pointer;
}

.x-tab-strip-inner {
	overflow:hidden;
	text-overflow: ellipsis;
}

.x-tab-strip span.x-tab-strip-text {
	white-space: nowrap;
	cursor:pointer;
	padding:4px 0;
}

.x-tab-strip-top .x-tab-with-icon .x-tab-right {
	padding-left:6px;
}

.x-tab-strip .x-tab-with-icon span.x-tab-strip-text {
	padding-left:20px;
	background-position: 0 3px;
	background-repeat: no-repeat;
}

.x-tab-strip-active, .x-tab-strip-active a.x-tab-right {
	cursor:default;
}

.x-tab-strip-active span.x-tab-strip-text {
	cursor:default;
}

.x-tab-strip-disabled .x-tabs-text {
	cursor:default;
}

.x-tab-panel-body {
	overflow:hidden;
}

.x-tab-panel-bwrap {
	overflow:hidden;
}

.ext-ie .x-tab-strip .x-tab-right {
	position:relative;
}

.x-tab-strip-top .x-tab-strip-active .x-tab-right {
	margin-bottom:-1px;
}

.x-tab-strip-top .x-tab-strip-active .x-tab-right span.x-tab-strip-text {
	padding-bottom:5px;
}

.x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
	margin-top:-1px;
}

.x-tab-strip-bottom .x-tab-strip-active .x-tab-right span.x-tab-strip-text {
	padding-top:5px;
}

.x-tab-strip-top .x-tab-right {
	background: transparent no-repeat 0 -51px;
	padding-left:10px;
}

.x-tab-strip-top .x-tab-left {
	background: transparent no-repeat right -351px;
	padding-right:10px;
}

.x-tab-strip-top .x-tab-strip-inner {
	background: transparent repeat-x 0 -201px;
}

.x-tab-strip-top .x-tab-strip-over .x-tab-right {
	 background-position:0 -101px;
}

.x-tab-strip-top .x-tab-strip-over .x-tab-left {
	 background-position:right -401px;
}

.x-tab-strip-top .x-tab-strip-over .x-tab-strip-inner {
	 background-position:0 -251px;
}

.x-tab-strip-top .x-tab-strip-active .x-tab-right {
	background-position: 0 0;
}

.x-tab-strip-top .x-tab-strip-active .x-tab-left {
	background-position: right -301px;
}

.x-tab-strip-top .x-tab-strip-active .x-tab-strip-inner {
	background-position: 0 -151px;
}

.x-tab-strip-bottom .x-tab-right {
	background: no-repeat bottom right;
}

.x-tab-strip-bottom .x-tab-left {
	background: no-repeat bottom left;
}

.x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
	background: no-repeat bottom left;
}

.x-tab-strip-bottom .x-tab-strip-active .x-tab-left {
	background: no-repeat bottom right;
}

.x-tab-strip-bottom .x-tab-left {
	padding:0 10px;
}

.x-tab-strip-bottom .x-tab-right {
	padding:0;
}

.x-tab-strip .x-tab-strip-close {
	display:none;
}

.x-tab-strip-closable {
	position:relative;
}

.x-tab-strip-closable .x-tab-left {
	padding-right:19px;
}

.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
	opacity:.6;
	-moz-opacity:.6;
	background-repeat:no-repeat;
	display:block;
	width:11px;
	height:11px;
	position:absolute;
	top:3px;
	right:3px;
	cursor:pointer;
	z-index:2;
}

.x-tab-strip .x-tab-strip-active a.x-tab-strip-close {
	opacity:.8;
	-moz-opacity:.8;
}
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover{
	opacity:1;
	-moz-opacity:1;
}

.x-tab-panel-body {
	border: 1px solid;
}

.x-tab-panel-body-top {
	border-top: 0 none;
}

.x-tab-panel-body-bottom {
	border-bottom: 0 none;
}

.x-tab-scroller-left {
	background: transparent no-repeat -18px 0;
	border-bottom: 1px solid;
	width:18px;
	position:absolute;
	left:0;
	top:0;
	z-index:10;
	cursor:pointer;
}
.x-tab-scroller-left-over {
	background-position: 0 0;
}

.x-tab-scroller-left-disabled {
	background-position: -18px 0;
	opacity:.5;
	-moz-opacity:.5;
	filter:alpha(opacity=50);
	cursor:default;
}

.x-tab-scroller-right {
	background: transparent no-repeat 0 0;
	border-bottom: 1px solid;
	width:18px;
	position:absolute;
	right:0;
	top:0;
	z-index:10;
	cursor:pointer;
}

.x-tab-scroller-right-over {
	background-position: -18px 0;
}

.x-tab-scroller-right-disabled {
	background-position: 0 0;
	opacity:.5;
	-moz-opacity:.5;
	filter:alpha(opacity=50);
	cursor:default;
}

.x-tab-scrolling-bottom .x-tab-scroller-left, .x-tab-scrolling-bottom .x-tab-scroller-right{
	margin-top: 1px;
}

.x-tab-scrolling .x-tab-strip-wrap {
	margin-left:18px;
	margin-right:18px;
}

.x-tab-scrolling {
	position:relative;    
}

.x-tab-panel-bbar .x-toolbar {
	border:1px solid;
	border-top:0 none;
	overflow:hidden;
	padding:2px;
}

.x-tab-panel-tbar .x-toolbar {
	border:1px solid;
	border-top:0 none;
	overflow:hidden;
	padding:2px;
}

.x-form-field{
	margin: 0 0 0 0;
}

.ext-webkit *:focus{
	outline: none !important;
}


.x-form-text, textarea.x-form-field{
	padding:1px 3px;
	background:repeat-x 0 0;
	border:1px solid;
}

textarea.x-form-field {
	padding:2px 3px;
}

.x-form-text, .ext-ie .x-form-file {
	height:15px;
	/*line-height:18px;*/
	vertical-align:middle;
}

.ext-ie6 .x-form-text, .ext-ie7 .x-form-text {
	margin:-1px 0; 
	height:22px; 
	line-height:18px;
}

.ext-ie6 textarea.x-form-field, .ext-ie7 textarea.x-form-field {
	margin:-1px 0; 
}

.ext-strict .x-form-text {
	height:16px;
}

.ext-safari.ext-mac textarea.x-form-field {
	margin-bottom:-2px; 
}

.ext-strict .ext-ie8 .x-form-text, .ext-strict .ext-ie8 textarea.x-form-field {
	margin-bottom: 1px;
}

.ext-gecko .x-form-text , .ext-ie8 .x-form-text {
	padding-top:0px; 
	padding-bottom:0;
}

textarea {
	resize: none;  
}


.x-form-select-one {
	height:20px;
	line-height:18px;
	vertical-align:middle;
	border: 1px solid;
}






.x-form-check-wrap {
	line-height:18px;
}

.ext-ie .x-form-check-wrap input {
	width:15px;
	height:15px;
}

.x-editor .x-form-check-wrap {
	padding:3px;
}

.x-editor .x-form-checkbox {
	height:13px;
}

.x-form-check-group-label {
	border-bottom: 1px solid;
	margin-bottom: 5px;
	padding-left: 3px !important;
	float: none !important;
}


.x-form-field-wrap .x-form-trigger{
	width:17px;
	height:21px;
	border:0;
	background:transparent no-repeat 0 0;
	cursor:pointer;
	border-bottom: 1px solid;
	position:absolute;
	top:0;
}

.x-form-field-wrap .x-form-date-trigger, .x-form-field-wrap .x-form-clear-trigger, .x-form-field-wrap .x-form-search-trigger{
	cursor:pointer;
}

.ext-safari .x-form-field-wrap .x-form-trigger{
	right:0;
}

.x-form-field-wrap .x-form-twin-triggers .x-form-trigger{
	position:static;
	top:auto;
	vertical-align:top;
}

.x-form-field-wrap {
	position:relative;
	left:0;top:0;
	zoom:1;
	white-space: nowrap;
}

.x-form-field-wrap .x-form-trigger-over{
	background-position:-17px 0;
}

.x-form-field-wrap .x-form-trigger-click{
	background-position:-34px 0;
}

.x-trigger-wrap-focus .x-form-trigger{
	background-position:-51px 0;
}

.x-trigger-wrap-focus .x-form-trigger-over{
	background-position:-68px 0;
}

.x-trigger-wrap-focus .x-form-trigger-click{
	background-position:-85px 0;
}

.x-trigger-wrap-focus .x-form-trigger{
	border-bottom: 1px solid;
}

.x-item-disabled .x-form-trigger-over{
	background-position:0 0 !important;
	border-bottom: 1px solid;
}

.x-item-disabled .x-form-trigger-click{
	background-position:0 0 !important;
	border-bottom: 1px solid;
}

.x-trigger-noedit{
	cursor:pointer;
}


.x-form-focus, textarea.x-form-focus{
	border: 1px solid;
}


.x-form-invalid, textarea.x-form-invalid{
	background:repeat-x bottom;
	border: 1px solid;
}

.ext-safari .x-form-invalid{
	border: 1px solid;
}

.x-form-inner-invalid, textarea.x-form-inner-invalid{
	background:repeat-x bottom;
}


.x-editor {
	visibility:hidden;
	padding:0;
	margin:0;
}
.x-form-check-wrap {
	height: 22px;
	line-height:18px;
}

.ext-ie .x-form-check-wrap input {
	width:15px;
	height:15px;
}

.x-editor .x-form-check-wrap {
	padding:3px;
}

.x-editor .x-form-checkbox {
	height:13px;
}

.x-form-grow-sizer {
	left: -10000px;
	padding: 8px 3px;
	position: absolute;
	visibility:hidden;
	top: -10000px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	zoom:1;
}

.x-form-grow-sizer p {
	margin:0 !important;
	border:0 none !important;
	padding:0 !important;
}



.x-form-item {
	display:block;
	margin-bottom:4px;
	zoom:1;
}

.x-form-item label {
	display:block;
	float:left;
	width:100px;
	padding:3px;
	padding-left:0;
	clear:left;
	z-index:2;
	position:relative;
}

.x-form-element {
	padding-left:105px;
	position:relative;
}

.x-form-invalid-msg {
	padding:2px;
	padding-left:18px;
	background: transparent no-repeat 0 2px;
	line-height:16px;
	width:200px;
}

.x-form-label-left label {
   text-align:left;
}

.x-form-label-right label {
   text-align:right;
}

.x-form-label-top .x-form-item label {
	width:auto;
	float:none;
	clear:none;
	display:inline;
	margin-bottom:4px;
	position:static;
}

.x-form-label-top .x-form-element {
	padding-left:0;
	padding-top:4px;
}

.x-form-label-top .x-form-item {
	padding-bottom:4px;
}


.x-small-editor .x-form-text {
	height:20px;
	line-height:16px;
	vertical-align:middle;
}

.ext-ie6 .x-small-editor .x-form-text, .ext-ie7 .x-small-editor .x-form-text {
	margin-top:-1px !important; 
	margin-bottom:-1px !important;
	height:20px !important; 
	line-height:16px !important;
}

.ext-strict .x-small-editor .x-form-text {
	height:16px !important;
}

.ext-ie6 .x-small-editor .x-form-text, .ext-ie7 .x-small-editor .x-form-text {
	height:20px;
	line-height:16px;
}

.ext-border-box .x-small-editor .x-form-text {
	height:20px;
}

.x-small-editor .x-form-select-one {
	height:20px;
	line-height:16px;
	vertical-align:middle;
}

.x-small-editor .x-form-num-field {
	text-align:right;
}

.x-small-editor .x-form-field-wrap .x-form-trigger{
	height:17px;
}

.ext-webkit .x-small-editor .x-form-text{padding-top:3px;font-size:100%;}

.x-form-clear {
	clear:both;
	height:0;
	overflow:hidden;
	line-height:0;
	font-size:0;
}
.x-form-clear-left {
	clear:left;
	height:0;
	overflow:hidden;
	line-height:0;
	font-size:0;
}

.x-form-cb-label {
	width:auto !important;
	float:none !important;
	clear:none !important;
	display:inline !important;
	margin-left:4px;
	top: -2px;
}

.ext-gecko2 .x-form-cb-label{
	top: -1px;
}

.ext-strict .ext-ie8 .x-form-cb-label {
	top: -3px;
}

.ext-opera .x-form-cb-label, .ext-safari3 .x-form-cb-label, .ext-ie7 .x-form-cb-label, .ext-ie6 .x-form-cb-label {
	top: 0;
}

.x-form-column {
	float:left;
	padding:0;
	margin:0;
	width:48%;
	overflow:hidden;
	zoom:1;
}


.x-form .x-form-btns-ct .x-btn{
	float:right;
	clear:none;
}

.x-form .x-form-btns-ct .x-form-btns td {
	border:0;
	padding:0;
}

.x-form .x-form-btns-ct .x-form-btns-right table{
	float:right;
	clear:none;
}

.x-form .x-form-btns-ct .x-form-btns-left table{
	float:left;
	clear:none;
}

.x-form .x-form-btns-ct .x-form-btns-center{
	text-align:center; 
}

.x-form .x-form-btns-ct .x-form-btns-center table{
	margin:0 auto; 
}

.x-form .x-form-btns-ct table td.x-form-btn-td{
	padding:3px;
}

.x-form .x-form-btns-ct .x-btn-focus .x-btn-left{
	background-position:0 -147px;
}

.x-form .x-form-btns-ct .x-btn-focus .x-btn-right{
	background-position:0 -168px;
}

.x-form .x-form-btns-ct .x-btn-focus .x-btn-center{
	background-position:0 -189px;
}

.x-form .x-form-btns-ct .x-btn-click .x-btn-center{
	background-position:0 -126px;
}

.x-form .x-form-btns-ct .x-btn-click  .x-btn-right{
	background-position:0 -84px;
}

.x-form .x-form-btns-ct .x-btn-click .x-btn-left{
	background-position:0 -63px;
}

.x-form-invalid-icon {
	width:16px;
	height:18px;
	visibility:hidden;
	position:absolute;
	left:0;
	top:0;
	display:block;
	background:transparent no-repeat 0 2px;
}


.x-fieldset {
	border:1px solid;
	padding:10px;
	margin-bottom:10px;
	display:block; 
}


.ext-webkit .x-fieldset-header {
	padding-top: 1px;
}        

.ext-ie .x-fieldset legend {
	margin-bottom:10px;
}

.ext-ie .x-fieldset {
	padding-top: 0;
	padding-bottom:10px;
}

.x-fieldset legend .x-tool-toggle {
	margin-right:3px;
	margin-left:0;
	float:left !important;
}

.x-fieldset legend input {
	margin-right:3px;
	float:left !important;
	height:13px;
	width:13px;
}

fieldset.x-panel-collapsed {
	padding-bottom:0 !important;
	border-width: 1px 1px 0 1px !important;
	border-left-color: transparent;
	border-right-color: transparent;
}      
  
.ext-ie6 fieldset.x-panel-collapsed{
	padding-bottom:0 !important;
	border-width: 1px 0 0 0 !important;
	margin-left: 1px;
	margin-right: 1px;
}

fieldset.x-panel-collapsed .x-fieldset-bwrap {
	visibility:hidden;
	position:absolute;
	left:-1000px;
	top:-1000px;
}

.ext-ie .x-fieldset-bwrap {
	zoom:1;
}

.x-fieldset-noborder {
	border:0px none transparent;
}

.x-fieldset-noborder legend {
	margin-left:-3px;
}


.ext-ie .x-fieldset-noborder legend {
	position: relative;
	margin-bottom:23px;
}
.ext-ie .x-fieldset-noborder legend span {
	position: absolute;
	left:16px;
}
		
.ext-gecko .x-window-body .x-form-item {
	-moz-outline: none;
	overflow: auto;
}

.ext-gecko .x-form-item {
	-moz-outline: none;
}

.x-hide-label label.x-form-item-label {
	 display:none;
}

.x-hide-label .x-form-element {
	 padding-left: 0 !important;
}

.x-fieldset {
	overflow:hidden;
}

.x-fieldset-bwrap {
	overflow:hidden;
	zoom:1;
}

.x-fieldset-body {
	overflow:hidden;
}



.x-btn{
	cursor:pointer;
	white-space: nowrap;
}

.x-btn button{
	border:0 none;
	background:transparent;
	padding-left:3px;
	padding-right:3px;
	cursor:pointer;
	margin:0;
	overflow:visible;
	width:auto;
	-moz-outline:0 none;
	outline:0 none;
}

* html .ext-ie .x-btn button {
	width:1px;
}

.ext-gecko .x-btn button {
	padding-left:0;
	padding-right:0;
}

.ext-gecko .x-btn button::-moz-focus-inner {
	padding:0;
}

.ext-ie .x-btn button {
	padding-top:2px;
}

.x-btn td {
	padding:0 !important;
}

.x-btn-text {
	cursor:pointer;
	white-space: nowrap;
	padding:0;
}




.x-btn-noicon .x-btn-small .x-btn-text{
	height: 16px;
}

.x-btn-noicon .x-btn-medium .x-btn-text{
	height: 24px;
}

.x-btn-noicon .x-btn-large .x-btn-text{
	height: 32px;
}


.x-btn-icon .x-btn-text{
	background-position: center;
	background-repeat: no-repeat;
}

.x-btn-icon .x-btn-small .x-btn-text{
	height: 16px;
	width: 16px;
}

.x-btn-icon .x-btn-medium .x-btn-text{
	height: 24px;
	width: 24px;
}

.x-btn-icon .x-btn-large .x-btn-text{
	height: 32px;
	width: 32px;
}



.x-btn-text-icon .x-btn-icon-small-left .x-btn-text{
	background-position: 0 center;
	background-repeat: no-repeat;
	padding-left:18px;
	height:16px;
}

.x-btn-text-icon .x-btn-icon-medium-left .x-btn-text{
	background-position: 0 center;
	background-repeat: no-repeat;
	padding-left:26px;
	height:24px;
}

.x-btn-text-icon .x-btn-icon-large-left .x-btn-text{
	background-position: 0 center;
	background-repeat: no-repeat;
	padding-left:34px;
	height:32px;
}


.x-btn-text-icon .x-btn-icon-small-top .x-btn-text{
	background-position: center 0;
	background-repeat: no-repeat;
	padding-top:18px;
}

.x-btn-text-icon .x-btn-icon-medium-top .x-btn-text{
	background-position: center 0;
	background-repeat: no-repeat;
	padding-top:26px;
}

.x-btn-text-icon .x-btn-icon-large-top .x-btn-text{
	background-position: center 0;
	background-repeat: no-repeat;
	padding-top:34px;
}


.x-btn-text-icon .x-btn-icon-small-right .x-btn-text{
	background-position: right center;
	background-repeat: no-repeat;
	padding-right:18px;
	height:16px;
}

.x-btn-text-icon .x-btn-icon-medium-right .x-btn-text{
	background-position: right center;
	background-repeat: no-repeat;
	padding-right:26px;
	height:24px;
}

.x-btn-text-icon .x-btn-icon-large-right .x-btn-text{
	background-position: right center;
	background-repeat: no-repeat;
	padding-right:34px;
	height:32px;
}


.x-btn-text-icon .x-btn-icon-small-bottom .x-btn-text{
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom:18px;
}

.x-btn-text-icon .x-btn-icon-medium-bottom .x-btn-text{
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom:26px;
}

.x-btn-text-icon .x-btn-icon-large-bottom .x-btn-text{
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom:34px;
}


.x-btn-tr i, .x-btn-tl i, .x-btn-mr i, .x-btn-ml i, .x-btn-br i, .x-btn-bl i{
	font-size:1px;
	line-height:1px;
	width:3px;
	display:block;
	overflow:hidden;
}

.x-btn-tr i, .x-btn-tl i, .x-btn-br i, .x-btn-bl i{
	height:3px;
}

.x-btn-tl{
	width:3px;
	height:3px;
	background:no-repeat 0 0;
}
.x-btn-tr{
	width:3px;
	height:3px;
	background:no-repeat -3px 0;
}
.x-btn-tc{
	height:3px;
	background:repeat-x 0 -6px;
}

.x-btn-ml{
	width:3px;
	background:no-repeat 0 -24px;
}
.x-btn-mr{
	width:3px;
	background:no-repeat -3px -24px;
}

.x-btn-mc{
	background:repeat-x 0 -1096px;
	vertical-align: middle;
	text-align:center;
	padding:0 5px;
	cursor:pointer;
	white-space:nowrap;
}

.x-btn-bl{
	width:3px;
	height:3px;
	background:no-repeat 0 -3px;
}

.x-btn-br{
	width:3px;
	height:3px;
	background:no-repeat -3px -3px;
}

.x-btn-bc{
	height:3px;
	background:repeat-x 0 -15px;
}

.x-btn-over .x-btn-tl{
	background-position: -6px 0;
}

.x-btn-over .x-btn-tr{
	background-position: -9px 0;
}

.x-btn-over .x-btn-tc{
	background-position: 0 -9px;
}

.x-btn-over .x-btn-ml{
	background-position: -6px -24px;
}

.x-btn-over .x-btn-mr{
	background-position: -9px -24px;
}

.x-btn-over .x-btn-mc{
	background-position: 0 -2168px;
}

.x-btn-over .x-btn-bl{
	background-position: -6px -3px;
}

.x-btn-over .x-btn-br{
	background-position: -9px -3px;
}

.x-btn-over .x-btn-bc{
	background-position: 0 -18px;
}

.x-btn-click .x-btn-tl, .x-btn-menu-active .x-btn-tl, .x-btn-pressed .x-btn-tl{
	background-position: -12px 0;
}

.x-btn-click .x-btn-tr, .x-btn-menu-active .x-btn-tr, .x-btn-pressed .x-btn-tr{
	background-position: -15px 0;
}

.x-btn-click .x-btn-tc, .x-btn-menu-active .x-btn-tc, .x-btn-pressed .x-btn-tc{
	background-position: 0 -12px;
}

.x-btn-click .x-btn-ml, .x-btn-menu-active .x-btn-ml, .x-btn-pressed .x-btn-ml{
	background-position: -12px -24px;
}

.x-btn-click .x-btn-mr, .x-btn-menu-active .x-btn-mr, .x-btn-pressed .x-btn-mr{
	background-position: -15px -24px;
}

.x-btn-click .x-btn-mc, .x-btn-menu-active .x-btn-mc, .x-btn-pressed .x-btn-mc{
	background-position: 0 -3240px;
}

.x-btn-click .x-btn-bl, .x-btn-menu-active .x-btn-bl, .x-btn-pressed .x-btn-bl{
	background-position: -12px -3px;
}

.x-btn-click .x-btn-br, .x-btn-menu-active .x-btn-br, .x-btn-pressed .x-btn-br{
	background-position: -15px -3px;
}

.x-btn-click .x-btn-bc, .x-btn-menu-active .x-btn-bc, .x-btn-pressed .x-btn-bc{
	background-position: 0 -21px;
}

.x-btn-disabled *{
	cursor:default !important;
}




.x-btn-mc em.x-btn-arrow {
	display:block;
	background:transparent no-repeat right center;
	padding-right:10px;
}

.x-btn-mc em.x-btn-split {
	display:block;
	background:transparent no-repeat right center;
	padding-right:14px;
}


.x-btn-mc em.x-btn-arrow-bottom {
	display:block;
	background:transparent no-repeat center bottom;
	padding-bottom:14px;
}

.x-btn-mc em.x-btn-split-bottom {
	display:block;
	background:transparent no-repeat center bottom;
	padding-bottom:14px;
}


.x-btn-as-arrow .x-btn-mc em {
	display:block;
	background:transparent;
	padding-bottom:14px;
}


.x-btn-group {
	padding:1px;
}

.x-btn-group-header {
	padding:2px;
	text-align:center;
}

.x-btn-group-tc {
	background: transparent repeat-x 0 0;
	overflow:hidden;
}

.x-btn-group-tl {
	background: transparent no-repeat 0 0;
	padding-left:3px;
	zoom:1;
}

.x-btn-group-tr {
	background: transparent no-repeat right 0;
	zoom:1;
	padding-right:3px;
}

.x-btn-group-bc {
	background: transparent repeat-x 0 bottom;
	zoom:1;
}

.x-btn-group-bc .x-panel-footer {
	zoom:1;
}

.x-btn-group-bl {
	background: transparent no-repeat 0 bottom;
	padding-left:3px;
	zoom:1;
}

.x-btn-group-br {
	background: transparent no-repeat right bottom;
	padding-right:3px;
	zoom:1;
}

.x-btn-group-mc {
	border:0 none;
	padding:1px 0 0 0;
	margin:0;
}

.x-btn-group-mc .x-btn-group-body {
	background:transparent;
	border: 0 none;
}

.x-btn-group-ml {
	background: transparent repeat-y 0 0;
	padding-left:3px;
	zoom:1;
}

.x-btn-group-mr {
	background: transparent repeat-y right 0;
	padding-right:3px;
	zoom:1;
}

.x-btn-group-bc .x-btn-group-footer {
	padding-bottom:6px;
}

.x-panel-nofooter .x-btn-group-bc {
	height:3px;
	font-size:0;
	line-height:0;
}

.x-btn-group-bwrap {
	overflow:hidden;
	zoom:1;
}

.x-btn-group-body {
	overflow:hidden;
	zoom:1;
}

.x-btn-group-notitle .x-btn-group-tc {
	background: transparent repeat-x 0 0;
	overflow:hidden;
	height:2px;
}
.x-toolbar{
	border-style:solid;
	border-width:0 0 1px 0;
	display: block;
	padding:2px;
	background:repeat-x top left;
	position:relative;
	left:0;
	top:0;
	zoom:1;
	overflow:hidden;
}

.x-toolbar .x-item-disabled .x-btn-icon {
	opacity: .35;
	-moz-opacity: .35;
	filter: alpha(opacity=35);
}

.x-toolbar td {
	vertical-align:middle;
}

.x-toolbar td,.x-toolbar span,.x-toolbar input,.x-toolbar div,.x-toolbar select,.x-toolbar label{
	white-space: nowrap;
}

.x-toolbar .x-item-disabled {
	cursor:default;
	opacity:.6;
	-moz-opacity:.6;
	filter:alpha(opacity=60);
}

.x-toolbar .x-item-disabled * {
	cursor:default;
}

.x-toolbar .x-toolbar-cell {
	vertical-align:middle;
}

.x-toolbar .x-btn-tl, .x-toolbar .x-btn-tr, .x-toolbar .x-btn-tc, .x-toolbar .x-btn-ml, .x-toolbar .x-btn-mr, 
.x-toolbar .x-btn-mc, .x-toolbar .x-btn-bl, .x-toolbar .x-btn-br, .x-toolbar .x-btn-bc
{
	background-position: 500px 500px;
}


.x-toolbar .x-btn-over .x-btn-tl{
	background-position: -6px 0;
}

.x-toolbar .x-btn-over .x-btn-tr{
	background-position: -9px 0;
}

.x-toolbar .x-btn-over .x-btn-tc{
	background-position: 0 -9px;
}

.x-toolbar .x-btn-over .x-btn-ml{
	background-position: -6px -24px;
}

.x-toolbar .x-btn-over .x-btn-mr{
	background-position: -9px -24px;
}

.x-toolbar .x-btn-over .x-btn-mc{
	background-position: 0 -2168px;
}

.x-toolbar .x-btn-over .x-btn-bl{
	background-position: -6px -3px;
}

.x-toolbar .x-btn-over .x-btn-br{
	background-position: -9px -3px;
}

.x-toolbar .x-btn-over .x-btn-bc{
	background-position: 0 -18px;
}

.x-toolbar .x-btn-click .x-btn-tl, .x-toolbar .x-btn-menu-active .x-btn-tl, .x-toolbar .x-btn-pressed .x-btn-tl{
	background-position: -12px 0;
}

.x-toolbar .x-btn-click .x-btn-tr, .x-toolbar .x-btn-menu-active .x-btn-tr, .x-toolbar .x-btn-pressed .x-btn-tr{
	background-position: -15px 0;
}

.x-toolbar .x-btn-click .x-btn-tc, .x-toolbar .x-btn-menu-active .x-btn-tc, .x-toolbar .x-btn-pressed .x-btn-tc{
	background-position: 0 -12px;
}

.x-toolbar .x-btn-click .x-btn-ml, .x-toolbar .x-btn-menu-active .x-btn-ml, .x-toolbar .x-btn-pressed .x-btn-ml{
	background-position: -12px -24px;
}

.x-toolbar .x-btn-click .x-btn-mr, .x-toolbar .x-btn-menu-active .x-btn-mr, .x-toolbar .x-btn-pressed .x-btn-mr{
	background-position: -15px -24px;
}

.x-toolbar .x-btn-click .x-btn-mc, .x-toolbar .x-btn-menu-active .x-btn-mc, .x-toolbar .x-btn-pressed .x-btn-mc{
	background-position: 0 -3240px;
}

.x-toolbar .x-btn-click .x-btn-bl, .x-toolbar .x-btn-menu-active .x-btn-bl, .x-toolbar .x-btn-pressed .x-btn-bl{
	background-position: -12px -3px;
}

.x-toolbar .x-btn-click .x-btn-br, .x-toolbar .x-btn-menu-active .x-btn-br, .x-toolbar .x-btn-pressed .x-btn-br{
	background-position: -15px -3px;
}

.x-toolbar .x-btn-click .x-btn-bc, .x-toolbar .x-btn-menu-active .x-btn-bc, .x-toolbar .x-btn-pressed .x-btn-bc{
	background-position: 0 -21px;
}

.x-toolbar div.xtb-text{
	padding:2px 2px 0;
	line-height:16px;
	display:block;
}

.x-toolbar .xtb-sep {
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	font-size: 1px;
	height: 16px;
	width:4px;
	overflow: hidden;
	cursor:default;
	margin: 0 2px 0;
	border:0;
}

.x-toolbar .xtb-spacer {
	width:2px;
}


.x-tbar-page-number{
	width:24px;
	height:14px;
}

.x-paging-info {
	position:absolute;
	top:5px;
	right: 8px;
}


.x-toolbar-ct {
	width:100%;
}

.x-toolbar-right td {
	text-align: center;
}

.x-panel-tbar, .x-panel-bbar, .x-window-tbar, .x-window-bbar, .x-tab-panel-tbar, .x-tab-panel-bbar, .x-plain-tbar, .x-plain-bbar {
	overflow:hidden;
	zoom:1;
}

.x-toolbar-more .x-btn-small .x-btn-text{
	height: 16px;
	width: 12px;
}

.x-toolbar-more em.x-btn-arrow {
	display:inline;
	background:transparent;
	padding-right:0;
}

.x-toolbar-more .x-btn-mc em.x-btn-arrow {
	background-image: none;
}

div.x-toolbar-no-items {
	color:gray !important;
	padding:5px 10px !important;
}


.ext-border-box .x-toolbar-cell .x-form-text {
	margin-bottom:-1px !important;
}

.ext-border-box .x-toolbar-cell .x-form-field-wrap .x-form-text {
	margin:0 !important;
}

.ext-ie .x-toolbar-cell .x-form-field-wrap {
	height:21px;
}

.ext-ie .x-toolbar-cell .x-form-text {
	position:relative;
	top:-1px;
}

.ext-ie8 .x-toolbar-cell .x-form-field-trigger-wrap .x-form-text, .ext-strict .ext-ie .x-toolbar-cell .x-form-text {
	top: 0px;
}

.x-toolbar-right td .x-form-field-trigger-wrap{
	text-align: left;
}

.x-toolbar-cell .x-form-checkbox, .x-toolbar-cell .x-form-radio{
	vertical-align: top;
	margin-top: 3px;
}

.x-toolbar-cell .x-form-check-wrap label{
	vertical-align: bottom;
}


.x-statusbar .x-status-text {
	height: 21px;
	line-height: 21px;
	padding: 0 4px;
	cursor: default;
}

.x-statusbar .x-status-busy {
	padding-left: 25px;
	background: transparent no-repeat 3px 3px;
}

.x-statusbar .x-status-text-panel {
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	padding: 2px 8px 2px 5px;
}
.x-resizable-handle {
	position:absolute;
	z-index:100;
	
	font-size:1px;
	line-height:6px;
	overflow:hidden;
	filter:alpha(opacity=0);
	opacity:0;
	zoom:1;
}

.x-resizable-handle-east{
	width:6px;
	cursor:e-resize;
	right:0;
	top:0;
	height:100%;
}

.ext-ie .x-resizable-handle-east {
	margin-right:-1px; 
}

.x-resizable-handle-south{
	width:100%;
	cursor:s-resize;
	left:0;
	bottom:0;
	height:6px;
}

.ext-ie .x-resizable-handle-south {
	margin-bottom:-1px; 
}

.x-resizable-handle-west{
	width:6px;
	cursor:w-resize;
	left:0;
	top:0;
	height:100%;
}

.x-resizable-handle-north{
	width:100%;
	cursor:n-resize;
	left:0;
	top:0;
	height:6px;
}

.x-resizable-handle-southeast{
	width:6px;
	cursor:se-resize;
	right:0;
	bottom:0;
	height:6px;
	z-index:101;
}

.x-resizable-handle-northwest{
	width:6px;
	cursor:nw-resize;
	left:0;
	top:0;
	height:6px;
	z-index:101;
}

.x-resizable-handle-northeast{
	width:6px;
	cursor:ne-resize;
	right:0;
	top:0;
	height:6px;
	z-index:101;
}

.x-resizable-handle-southwest{
	width:6px;
	cursor:sw-resize;
	left:0;
	bottom:0;
	height:6px;
	z-index:101;
}

.x-resizable-over .x-resizable-handle, .x-resizable-pinned .x-resizable-handle{
	filter:alpha(opacity=100);
	opacity:1;
}

.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east,
.x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west
{
	background-position: left;
}

.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south,
.x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north
{
	background-position: top;
}

.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{
	background-position: top left;
}

.x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest{
	background-position:bottom right;
}

.x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast{
	background-position: bottom left;
}

.x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest{
	background-position: top right;
}

.x-resizable-proxy{
	border: 1px dashed;
	position:absolute;
	overflow:hidden;
	display:none;
	left:0;
	top:0;
	z-index:50000;
}

.x-resizable-overlay{
	width:100%;
	height:100%;
	display:none;
	position:absolute;
	left:0;
	top:0;
	z-index:200000;
	-moz-opacity: 0;
	opacity:0;
	filter: alpha(opacity=0);
}


.x-grid3 {
	position:relative;
	overflow:hidden;
}

.x-grid-panel .x-panel-body {
	overflow:hidden !important;
}

.x-grid-panel .x-panel-mc .x-panel-body {
	border:1px solid;
}

.x-grid3 table {
	table-layout:fixed;
}

.x-grid3-viewport{
	overflow:hidden;
}

.x-grid3-hd-row td, .x-grid3-row td, .x-grid3-summary-row td{
	-moz-outline: none;
	-moz-user-focus: normal;
}

.x-grid3-row td, .x-grid3-summary-row td {
	line-height:13px;
	vertical-align: top;
	padding-left:1px;
	padding-right:1px;
	-moz-user-select: none;
	-khtml-user-select:none;
	-webkit-user-select:ignore;
}

.x-grid3-cell{
	-moz-user-select: none;
	-khtml-user-select:none;
	-webkit-user-select:ignore;
}

.x-grid3-hd-row td {
	line-height:15px;
	vertical-align:middle;
	border-left:1px solid;
	border-right:1px solid;
}

.x-grid3-hd-row .x-grid3-marker-hd {
	padding:3px;
}

.x-grid3-row .x-grid3-marker {
	padding:3px;
}

.x-grid3-cell-inner, .x-grid3-hd-inner{
	overflow:hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding:3px 3px 3px 5px;
	white-space: nowrap;
}

.x-grid3-hd-inner {
	position:relative;
	cursor:inherit;
	padding:4px 3px 4px 5px;
}

.x-grid3-row-body {
	white-space:normal;
}

.x-grid3-body-cell {
	-moz-outline:0 none;
	outline:0 none;
}


.ext-ie .x-grid3-cell-inner, .ext-ie .x-grid3-hd-inner{
	width:100%;
}


.ext-strict .x-grid3-cell-inner, .ext-strict .x-grid3-hd-inner{
	width:auto;
}

.x-grid-row-loading {
	background: no-repeat center center;
}

.x-grid-page {
	overflow:hidden;
}

.x-grid3-row {
	cursor: default;
	border: 1px solid;
	width:100%;
}

.x-grid3-row-over {
	border:1px solid;
	background: repeat-x left top;
}

.x-grid3-resize-proxy {
	width:1px;
	left:0;
	cursor: e-resize;
	cursor: col-resize;
	position:absolute;
	top:0;
	height:100px;
	overflow:hidden;
	visibility:hidden;
	border:0 none;
	z-index:7;
}

.x-grid3-resize-marker {
	width:1px;
	left:0;
	position:absolute;
	top:0;
	height:100px;
	overflow:hidden;
	visibility:hidden;
	border:0 none;
	z-index:7;
}

.x-grid3-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;
	-webkit-user-select:ignore;
}


.x-grid3-header{
	background: repeat-x 0 bottom;
	cursor:default;
	zoom:1;
	padding:1px 0 0 0;
}

.x-grid3-header-pop {
	border-left:1px solid;
	float:right;
	clear:none;
}

.x-grid3-header-pop-inner {
	border-left:1px solid;
	width:14px;
	height:19px;
	background: transparent no-repeat center center;
}

.ext-ie .x-grid3-header-pop-inner {
	width:15px;
}

.ext-strict .x-grid3-header-pop-inner {
	width:14px; 
}

.x-grid3-header-inner {
	overflow:hidden;
	zoom:1;
	float:left;
}

.x-grid3-header-offset {
	padding-left:1px;
}

td.x-grid3-hd-over, td.sort-desc, td.sort-asc, td.x-grid3-hd-menu-open {
	border-left:1px solid;
	border-right:1px solid;
}

td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-asc .x-grid3-hd-inner, td.x-grid3-hd-menu-open .x-grid3-hd-inner {
	background: repeat-x left bottom;

}

.x-grid3-sort-icon{
	background-repeat: no-repeat;
	display: none;
	height: 4px;
	width: 13px;
	margin-left:3px;
	vertical-align: middle;
}

.sort-asc .x-grid3-sort-icon, .sort-desc .x-grid3-sort-icon {
	display: inline;
}


.ext-strict .ext-ie .x-grid3-header-inner, .ext-strict .ext-ie6 .x-grid3-hd {
	position:relative;
}

.ext-strict .ext-ie6 .x-grid3-hd-inner{
	position:static;
}


.x-grid3-body {
	zoom:1;
}

.x-grid3-scroller {
	overflow:auto;
	zoom:1;
	position:relative;
}

.x-grid3-cell-text, .x-grid3-hd-text {
	display: block;
	padding: 3px 5px 3px 5px;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select:ignore;
}

.x-grid3-split {
	background-position: center;
	background-repeat: no-repeat;
	cursor: e-resize;
	cursor: col-resize;
	display: block;
	font-size: 1px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	top: 2px;
	width: 6px;
	z-index: 3;
}


.x-dd-drag-proxy .x-grid3-hd-inner{
	background: repeat-x left bottom;
	width:120px;
	padding:3px;
	border:1px solid;
	overflow:hidden;
}

.col-move-top, .col-move-bottom{
	width:9px;
	height:9px;
	position:absolute;
	top:0;
	line-height:1px;
	font-size:1px;
	overflow:hidden;
	visibility:hidden;
	z-index:20000;
	background:transparent no-repeat left top;
}


.x-grid3-row-selected {
	border:1px dotted;
}

.x-grid3-locked td.x-grid3-row-marker, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker{
	background: repeat-x 0 bottom !important;
	vertical-align:middle !important;
	padding:0;
	border-top:1px solid;
	border-bottom:none !important;
	border-right:1px solid !important;
	text-align:center;
}

.x-grid3-locked td.x-grid3-row-marker div, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker div{
	padding:0 4px;
	text-align:center;
}


.x-grid3-dirty-cell {
	background: transparent no-repeat 0 0;
}


.x-grid3-topbar, .x-grid3-bottombar{
	overflow:hidden;
	display:none;
	zoom:1;
	position:relative;
}

.x-grid3-topbar .x-toolbar{
	border-right:0 none;
}

.x-grid3-bottombar .x-toolbar{
	border-right:0 none;
	border-bottom:0 none;
	border-top:1px solid;
}


.x-props-grid .x-grid3-cell{
	padding:1px;
}

.x-props-grid .x-grid3-td-name .x-grid3-cell-inner{
	background:transparent repeat-y -16px !important;
	padding-left:12px;
}

.x-props-grid .x-grid3-body .x-grid3-td-name{
	padding:1px;
	padding-right:0;
	border:0 none;
	border-right:1px solid;
}


.x-grid3-col-dd {
	border:0 none;
	padding:0;
	background:transparent;
}

.x-dd-drag-ghost .x-grid3-dd-wrap {
	padding:1px 3px 3px 1px;
}

.x-grid3-hd {
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:ignore;
}

.x-grid3-hd-btn {
	display:none;
	position:absolute;
	width:14px;
	background:no-repeat left center;
	right:0;
	top:0;
	z-index:2;
	cursor:pointer;
}

.x-grid3-hd-over .x-grid3-hd-btn, .x-grid3-hd-menu-open .x-grid3-hd-btn {
	display:block;
}

a.x-grid3-hd-btn:hover {
	background-position:-14px center;
}


.x-grid3-body .x-grid3-td-expander {
	background:transparent repeat-y right;
}

.x-grid3-body .x-grid3-td-expander .x-grid3-cell-inner {
	padding:0 !important;
	height:100%;
}

.x-grid3-row-expander {
	width:100%;
	height:18px;
	background-position:4px 2px;
	background-repeat:no-repeat;
	background-color:transparent;
}

.x-grid3-row-collapsed .x-grid3-row-expander {
	background-position:4px 2px;
}

.x-grid3-row-expanded .x-grid3-row-expander {
	background-position:-21px 2px;
}

.x-grid3-row-collapsed .x-grid3-row-body {
	display:none !important;
}

.x-grid3-row-expanded .x-grid3-row-body {
	display:block !important;
}


.x-grid3-body .x-grid3-td-checker {
	background:transparent repeat-y right;
}

.x-grid3-body .x-grid3-td-checker .x-grid3-cell-inner, .x-grid3-header .x-grid3-td-checker .x-grid3-hd-inner {
	padding:0 !important;
	height:100%;
}

.x-grid3-row-checker, .x-grid3-hd-checker {
	width:100%;
	height:18px;
	background-position:2px 2px;
	background-repeat:no-repeat;
	background-color:transparent;
}

.x-grid3-row .x-grid3-row-checker {
	background-position:2px 2px;
}

.x-grid3-row-selected .x-grid3-row-checker, .x-grid3-hd-checker-on .x-grid3-hd-checker,.x-grid3-row-checked .x-grid3-row-checker {
	background-position:-23px 2px;
}

.x-grid3-hd-checker {
	background-position:2px 3px;
}

.x-grid3-hd-checker-on .x-grid3-hd-checker {
	background-position:-23px 3px;
}


.x-grid3-body .x-grid3-td-numberer {
	background:transparent repeat-y right;
}

.x-grid3-body .x-grid3-td-numberer .x-grid3-cell-inner {
	padding:3px 5px 0 0 !important;
	text-align:right;
}



.x-grid3-body .x-grid3-td-row-icon {
	background:transparent repeat-y right;
	vertical-align:top;
	text-align:center;
}

.x-grid3-body .x-grid3-td-row-icon .x-grid3-cell-inner {
	padding:0 !important;
	background-position:center center;
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	margin-left:2px;
	margin-top:3px;
}


.x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer,
.x-grid3-body .x-grid3-row-selected .x-grid3-td-checker,
.x-grid3-body .x-grid3-row-selected .x-grid3-td-expander {
	background:transparent repeat-y right;
}

.x-grid3-body .x-grid3-check-col-td .x-grid3-cell-inner {
	padding: 1px 0 0 0 !important;
}

.x-grid3-check-col {
	width:100%;
	height:16px;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:transparent;
}

.x-grid3-check-col-on {
	width:100%;
	height:16px;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:transparent;
}


.x-grid-group, .x-grid-group-body, .x-grid-group-hd {
	zoom:1;
}

.x-grid-group-hd {
	border-bottom: 2px solid;
	cursor:pointer;
	padding-top:6px;
}

.x-grid-group-hd div {
	background:transparent no-repeat 3px -47px;
	padding:4px 4px 4px 17px;
}

.x-grid-group-collapsed .x-grid-group-hd div {
	background-position: 3px 3px;
}

.x-grid-group-collapsed .x-grid-group-body {
	display:none;
}

.ext-ie6 .x-grid3 .x-editor .x-form-text, .ext-ie7 .x-grid3 .x-editor .x-form-text {
	position:relative;
	top:-1px;
}

.ext-ie .x-props-grid .x-editor .x-form-text {
	position:static;
	top:0;
}

.x-grid-empty {
	padding:10px;
}


.ext-ie7 .x-grid-panel .x-panel-bbar {
	position:relative;
}

.ext-ie6 .x-grid3-header {
	position: relative;
}


.x-grid-with-col-lines .x-grid3-row td.x-grid3-cell {
	padding-right:0;
	border-right:1px solid;
}

.x-dd-drag-proxy{
	position:absolute;
	left:0;
	top:0;
	visibility:hidden;
	z-index:15000;
}

.x-dd-drag-ghost{
	-moz-opacity: 0.85;
	opacity:.85;
	filter: alpha(opacity=85);
	border: 1px solid;
	padding:3px;
	padding-left:20px;
	white-space:nowrap;
}

.x-dd-drag-repair .x-dd-drag-ghost{
	-moz-opacity: 0.4;
	opacity:.4;
	filter: alpha(opacity=40);
	border:0 none;
	padding:0;
	background-color:transparent;
}

.x-dd-drag-repair .x-dd-drop-icon{
	visibility:hidden;
}

.x-dd-drop-icon{
	position:absolute;
	top:3px;
	left:3px;
	display:block;
	width:16px;
	height:16px;
	background-color:transparent;
	background-position: center;
	background-repeat: no-repeat;
	z-index:1;
}

.x-view-selector {
	position:absolute;
	left:0;
	top:0;
	width:0;
	border:1px dotted;
	opacity: .5;
	-moz-opacity: .5;
	filter:alpha(opacity=50);
	zoom:1;
}
.ext-strict .ext-ie .x-tree .x-panel-bwrap{
	position:relative;
	overflow:hidden;
}

.x-tree-icon, .x-tree-ec-icon, .x-tree-elbow-line, .x-tree-elbow, .x-tree-elbow-end, .x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus{
	border: 0 none;
	height: 18px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 16px;
	background-repeat: no-repeat;
}

.x-tree-node-collapsed .x-tree-node-icon, .x-tree-node-expanded .x-tree-node-icon, .x-tree-node-leaf .x-tree-node-icon{
	border: 0 none;
	height: 18px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 16px;
	background-position:center;
	background-repeat: no-repeat;
}

.ext-ie .x-tree-node-indent img, .ext-ie .x-tree-node-icon, .ext-ie .x-tree-ec-icon {
	vertical-align:middle !important;
}


.ext-ie input.x-tree-node-cb {
	width:15px;
	height:15px;
}

input.x-tree-node-cb {
	margin-left:1px;
}

.ext-ie input.x-tree-node-cb {
	margin-left:0;
}

.x-tree-noicon .x-tree-node-icon{
	width:0; height:0;
}


.ext-ie .x-tree-node-el input {
	width:15px;
	height:15px;
}


.x-tree-no-lines .x-tree-elbow{
	background:transparent;
}

.x-tree-no-lines .x-tree-elbow-end{
	background:transparent;
}

.x-tree-no-lines .x-tree-elbow-line{
	background:transparent;
}


.x-tree-arrows .x-tree-elbow{
	background:transparent;
}

.x-tree-arrows .x-tree-elbow-plus{
	background:transparent no-repeat 0 0;
}

.x-tree-arrows .x-tree-elbow-minus{
	background:transparent no-repeat -16px 0;
}

.x-tree-arrows .x-tree-elbow-end{
	background:transparent;
}

.x-tree-arrows .x-tree-elbow-end-plus{
	background:transparent no-repeat 0 0;
}

.x-tree-arrows .x-tree-elbow-end-minus{
	background:transparent no-repeat -16px 0;
}

.x-tree-arrows .x-tree-elbow-line{
	background:transparent;
}

.x-tree-arrows .x-tree-ec-over .x-tree-elbow-plus{
	background-position:-32px 0;
}

.x-tree-arrows .x-tree-ec-over .x-tree-elbow-minus{
	background-position:-48px 0;
}

.x-tree-arrows .x-tree-ec-over .x-tree-elbow-end-plus{
	background-position:-32px 0;
}

.x-tree-arrows .x-tree-ec-over .x-tree-elbow-end-minus{
	background-position:-48px 0;
}

.x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus{
	cursor:pointer;
}

.ext-ie ul.x-tree-node-ct{
	font-size:0;
	line-height:0;
	zoom:1;
}

.x-tree-node{
	white-space: nowrap;
}

.x-tree-node-el {
	line-height:18px;
	cursor:pointer;
}

.x-tree-node a, .x-dd-drag-ghost a{
	text-decoration:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-webkit-user-select:ignore;
	-kthml-user-focus:normal;
	-moz-user-focus:normal;
	-moz-outline: 0 none;
	outline:0 none;
}

.x-tree-node a span, .x-dd-drag-ghost a span{
	text-decoration:none;
	padding:1px 3px 1px 2px;
}

.x-tree-node .x-tree-node-disabled .x-tree-node-icon{
	-moz-opacity: 0.5;
   opacity:.5;
   filter: alpha(opacity=50);
}

.x-tree-node .x-tree-node-inline-icon{
	background:transparent;
}

.x-tree-node a:hover, .x-dd-drag-ghost a:hover{
	text-decoration:none;
}

.x-tree-node div.x-tree-drag-insert-below{
	 border-bottom:1px dotted;
}

.x-tree-node div.x-tree-drag-insert-above{
	 border-top:1px dotted;
}

.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below{
	 border-bottom:0 none;
}

.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above{
	 border-top:0 none;
}

.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below a{
	 border-bottom:2px solid;
}

.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above a{
	 border-top:2px solid;
}

.x-tree-node .x-tree-drag-append a span{
	 border:1px dotted;
}

.x-dd-drag-ghost .x-tree-node-indent, .x-dd-drag-ghost .x-tree-ec-icon{
	display:none !important;
}


.x-tree-root-ct {
	zoom:1;
}

.x-date-picker {
	border: 1px solid;
	border-top:0 none;
	position:relative;
}

.x-date-picker a {
	-moz-outline:0 none;
	outline:0 none;
}

.x-date-inner, .x-date-inner td, .x-date-inner th{
	border-collapse:separate;
}

.x-date-middle,.x-date-left,.x-date-right {
	background: repeat-x 0 -83px;
	overflow:hidden;
}

.x-date-middle .x-btn-tc,.x-date-middle .x-btn-tl,.x-date-middle .x-btn-tr,
.x-date-middle .x-btn-mc,.x-date-middle .x-btn-ml,.x-date-middle .x-btn-mr,
.x-date-middle .x-btn-bc,.x-date-middle .x-btn-bl,.x-date-middle .x-btn-br{
	background:transparent !important;
	vertical-align:middle;
}

.x-date-middle .x-btn-mc em.x-btn-arrow {
	background:transparent no-repeat right 0;
}

.x-date-right, .x-date-left {
	width:18px;
}

.x-date-right{
	text-align:right;
}

.x-date-middle {
	padding-top:2px;
	padding-bottom:2px;
	width:130px; 
}

.x-date-right a, .x-date-left a{
	display:block;
	width:16px;
	height:16px;
	background-position: center;
	background-repeat: no-repeat;
	cursor:pointer;
	-moz-opacity: 0.6;
	opacity:.6;
	filter: alpha(opacity=60);
}

.x-date-right a:hover, .x-date-left a:hover{
	-moz-opacity: 1;
	opacity:1;
	filter: alpha(opacity=100);
}

.x-date-right a {
	margin-right:2px;
	text-decoration:none !important;
}

.x-date-left a{
	margin-left:2px;
	text-decoration:none !important;
}

table.x-date-inner {
	width:100%;
	table-layout:fixed;
}

.x-date-inner th {
	width:25px;
}

.x-date-inner th {
	background: repeat-x left top;
	text-align:right !important;
	border-bottom: 1px solid;
	cursor:default;
	padding:0;
	border-collapse:separate;
}

.x-date-inner th span {
	display:block;
	padding:2px;
	padding-right:7px;
}

.x-date-inner td {
	border: 1px solid;
	text-align:right;
	padding:0;
}

.x-date-inner a {
	padding:2px 5px;
	display:block;
	text-decoration:none;
	text-align:right;
	zoom:1;
}

.x-date-inner .x-date-active{
	cursor:pointer;
	color:black;
}

.x-date-inner .x-date-selected a{
	background: repeat-x left top;
	border:1px solid;
	padding:1px 4px;
}

.x-date-inner .x-date-today a{
	border: 1px solid;
	padding:1px 4px;
}

.x-date-inner .x-date-prevday a,.x-date-inner .x-date-nextday a {
	text-decoration:none !important;
}

.x-date-bottom {
	padding:4px;
	border-top: 1px solid;
	background: repeat-x left top;
}

.x-date-inner a:hover, .x-date-inner .x-date-disabled a:hover{
	text-decoration:none !important;
}

.x-date-inner .x-date-disabled a {
	cursor:default;
}

.x-date-menu .x-menu-item {
	padding:1px 24px 1px 4px;
	white-space: nowrap;
}

.x-date-menu .x-menu-item .x-menu-item-icon {
	width:10px;
	height:10px;
	margin-right:5px;
	background-position:center -4px !important;
}

.x-date-mp {
	position:absolute;
	left:0;
	top:0;
	display:none;
}

.x-date-mp td {
	padding:2px;
	font:normal 11px arial, helvetica,tahoma,sans-serif;
}

td.x-date-mp-month,td.x-date-mp-year,td.x-date-mp-ybtn {
	border: 0 none;
	text-align:center;
	vertical-align: middle;
	width:25%;
}

.x-date-mp-ok {
	margin-right:3px;
}

.x-date-mp-btns button {
	text-decoration:none;
	text-align:center;
	text-decoration:none !important;
	border:1px solid;
	padding:1px 3px 1px;
	cursor:pointer;
}

.x-date-mp-btns {
	background: repeat-x left top;
}

.x-date-mp-btns td {
	border-top: 1px solid;
	text-align:center;
}

td.x-date-mp-month a,td.x-date-mp-year a {
	display:block;
	padding:2px 4px;
	text-decoration:none;
	text-align:center;
}

td.x-date-mp-month a:hover,td.x-date-mp-year a:hover {
	text-decoration:none;
	cursor:pointer;
}

td.x-date-mp-sel a {
	padding:1px 3px;
	background: repeat-x left top;
	border:1px solid;
}

.x-date-mp-ybtn a {
	overflow:hidden;
	width:15px;
	height:15px;
	cursor:pointer;
	background:transparent no-repeat;
	display:block;
	margin:0 auto;
}

.x-date-mp-ybtn a.x-date-mp-next {
	background-position:0 -120px;
}

.x-date-mp-ybtn a.x-date-mp-next:hover {
	background-position:-15px -120px;
}

.x-date-mp-ybtn a.x-date-mp-prev {
	background-position:0 -105px;
}

.x-date-mp-ybtn a.x-date-mp-prev:hover {
	background-position:-15px -105px;
}

.x-date-mp-ybtn {
   text-align:center;
}

td.x-date-mp-sep {
   border-right:1px solid;
}
.x-tip{
	position: absolute;
	top: 0;
	left:0;
	visibility: hidden;
	z-index: 20000;
	border:0 none;
}

.x-tip .x-tip-close{
	height: 15px;
	float:right;
	width: 15px;
	margin:0 0 2px 2px;
	cursor:pointer;
	display:none;
}

.x-tip .x-tip-tc {
	background: transparent no-repeat 0 -62px;
	padding-top:3px;
	overflow:hidden;
	zoom:1;
}

.x-tip .x-tip-tl {
	background: transparent no-repeat 0 0;
	padding-left:6px;
	overflow:hidden;
	zoom:1;
}

.x-tip .x-tip-tr {
	background: transparent no-repeat right 0;
	padding-right:6px;
	overflow:hidden;
	zoom:1;
}

.x-tip .x-tip-bc {
	background: transparent no-repeat 0 -121px;
	height:3px;
	overflow:hidden;
}

.x-tip .x-tip-bl {
	background: transparent no-repeat 0 -59px;
	padding-left:6px;
	zoom:1;
}

.x-tip .x-tip-br {
	background: transparent no-repeat right -59px;
	padding-right:6px;
	zoom:1;
}

.x-tip .x-tip-mc {
	border:0 none;
}

.x-tip .x-tip-ml {
	background: no-repeat 0 -124px;
	padding-left:6px;
	zoom:1;
}

.x-tip .x-tip-mr {
	background: transparent no-repeat right -124px;
	padding-right:6px;
	zoom:1;
}

.ext-ie .x-tip .x-tip-header,.ext-ie .x-tip .x-tip-tc {
	font-size:0;
	line-height:0;
}

.x-tip .x-tip-header-text {
	padding:0;
	margin:0 0 2px 0;
}

.x-tip .x-tip-body {
	margin:0 !important;
	line-height:14px;
	padding:0;
}

.x-tip .x-tip-body .loading-indicator {
	margin:0;
}

.x-tip-draggable .x-tip-header,.x-tip-draggable .x-tip-header-text {
	cursor:move;
}

.x-form-invalid-tip .x-tip-tc {
	background: repeat-x 0 -12px;
	padding-top:6px;
}

.x-form-invalid-tip .x-tip-bc {
	background: repeat-x 0 -18px;
	height:6px;
}

.x-form-invalid-tip .x-tip-bl {
	background: no-repeat 0 -6px;
}

.x-form-invalid-tip .x-tip-br {
	background: no-repeat right -6px;
}

.x-form-invalid-tip .x-tip-body {
	padding:2px;
}

.x-form-invalid-tip .x-tip-body {
	padding-left:24px;
	background:transparent no-repeat 2px 2px;
}

.x-tip-anchor {
	position: absolute;
	width: 9px;
	height: 10px;
	overflow:hidden;
	background: transparent no-repeat 0 0;
	zoom:1;
}
.x-tip-anchor-bottom {
	background-position: -9px 0;
}
.x-tip-anchor-right {
	background-position: -18px 0;
	width: 10px;
}
.x-tip-anchor-left {
	background-position: -28px 0;
	width: 10px;
}
.x-menu {
	border: 1px solid;
	z-index: 15000;
	zoom: 1;
	background: repeat-y;
}

.x-menu a {
	text-decoration: none !important;
}

.ext-ie .x-menu {
	zoom:1;
	overflow:hidden;
}

.x-menu-list{
	padding: 2px;
	background:transparent;
	border:0 none;
	overflow:hidden;
	overflow-y: hidden;
}

.ext-strict .ext-ie .x-menu-list{
	position: relative;
}

.x-menu li{
	line-height:100%;
}

.x-menu li.x-menu-sep-li{
	font-size:1px;
	line-height:1px;
}

.x-menu-list-item{
	white-space: nowrap;
	-moz-user-select: none;
	-khtml-user-select:none;
	-webkit-user-select:ignore;
	display:block;
	padding:1px;
}

.x-menu-item-arrow{
	background:transparent no-repeat right;
}

.x-menu-sep {
	display:block;
	font-size:1px;
	line-height:1px;
	margin: 2px 3px;
	border-bottom:1px solid;
	overflow:hidden;
}

.x-menu-focus {
	position:absolute;
	left:-1px;
	top:-1px;
	width:1px;
	height:1px;
	line-height:1px;
	font-size:1px;
	-moz-outline:0 none;
	outline:0 none;
	-moz-user-select: none;
	-khtml-user-select:none;
	-webkit-user-select:ignore;
	overflow:hidden;
	display:block;
}

a.x-menu-item {
	cursor: pointer;
	display: block;
	line-height: 16px;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;
	padding: 3px 21px 3px 27px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}

.x-menu-item-active {
	background-repeat: repeat-x;
	background-position: left bottom;
	border-style:solid;
	border-width: 1px 0;
	margin:0 1px;
	padding: 0;
}

.x-menu-item-active a.x-menu-item {
	border-style:solid;
	border-width:0 1px;
	margin:0 -1px;
}

.x-menu-item-icon {
	border: 0 none;
	height: 16px;
	padding: 0;
	vertical-align: top;
	width: 16px;
	position: absolute;
	left: 3px;
	top: 3px;
	margin: 0;
	background-position:center;
}

.ext-ie .x-menu-item-icon {
	left: -24px;
}
.ext-strict .x-menu-item-icon {
	left: 3px;
}

.ext-ie6 .x-menu-item-icon {
	left: -24px;
}

.ext-ie .x-menu-item-icon {
	vertical-align: middle;
}

.x-menu-check-item .x-menu-item-icon{
	background: transparent no-repeat center;
}

.x-menu-group-item .x-menu-item-icon{
	background: transparent;
}

.x-menu-item-checked .x-menu-group-item .x-menu-item-icon{
	background: transparent no-repeat center;
}

.x-date-menu .x-menu-list{
	padding: 0;
}

.x-menu-date-item{
	padding:0;
}

.x-menu .x-color-palette, .x-menu .x-date-picker{
	margin-left: 26px;
	margin-right:4px;
}

.x-menu .x-date-picker{
	border:1px solid;
	margin-top:2px;
	margin-bottom:2px;
}

.x-menu-plain .x-color-palette, .x-menu-plain .x-date-picker{
	 margin: 0;
	 border: 0 none;
}

.x-date-menu {
   padding:0 !important;
}

.x-cycle-menu .x-menu-item-checked {
	border:1px dotted !important;
	padding:0;
}

.x-menu .x-menu-scroller {
	width: 100%;
	background-repeat:no-repeat;
	background-position:center;
	height:8px;
	line-height: 8px;
	cursor:pointer;
	margin: 0;
	padding: 0;
}

.x-menu .x-menu-scroller-active{
	height: 6px;
	line-height: 6px;
}

.x-menu-list-item-indent{
	padding-left: 27px;
}



.x-box-tl {
	background: transparent no-repeat 0 0;
	zoom:1;
}

.x-box-tc {
	height: 8px;
	background: transparent repeat-x 0 0;
	overflow: hidden;
}

.x-box-tr {
	background: transparent no-repeat right -8px;
}

.x-box-ml {
	background: transparent repeat-y 0;
	padding-left: 4px;
	overflow: hidden;
	zoom:1;
}

.x-box-mc {
	background: repeat-x 0 -16px;
	padding: 4px 10px;
}

.x-box-mc h3 {
	margin: 0 0 4px 0;
	zoom:1;
}

.x-box-mr {
	background: transparent repeat-y right;
	padding-right: 4px;
	overflow: hidden;
}

.x-box-bl {
	background: transparent no-repeat 0 -16px;
	zoom:1;
}

.x-box-bc {
	background: transparent repeat-x 0 -8px;
	height: 8px;
	overflow: hidden;
}

.x-box-br {
	background: transparent no-repeat right -24px;
}

.x-box-tl, .x-box-bl {
	padding-left: 8px;
	overflow: hidden;
}

.x-box-tr, .x-box-br {
	padding-right: 8px;
	overflow: hidden;
}
#x-debug-browser .x-tree .x-tree-node a span {
	padding-top:2px;
	line-height:18px;
}

#x-debug-browser  .x-tool-toggle {
	background-position:0 -75px;
}

#x-debug-browser  .x-tool-toggle-over {
	background-position:-15px -75px;
}

#x-debug-browser.x-panel-collapsed .x-tool-toggle {
	background-position:0 -60px;
}

#x-debug-browser.x-panel-collapsed .x-tool-toggle-over {
	background-position:-15px -60px;
}
.x-combo-list {
	border:1px solid;
	zoom:1;
	overflow:hidden;
}

.x-combo-list-inner {
	overflow:auto;
	position:relative; 
	zoom:1;
	overflow-x:hidden;
}

.x-combo-list-hd {
	border-bottom:1px solid;
	padding:3px;
}

.x-resizable-pinned .x-combo-list-inner {
	border-bottom:1px solid;
}

.x-combo-list-item {
	padding:2px;
	border:1px solid;
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}

.x-combo-list .x-combo-selected{
	border:1px dotted !important;
	cursor:pointer;
}

.x-combo-list .x-toolbar {
	border-top:1px solid;
	border-bottom:0 none;
}
.x-panel {
	border-style: solid;
	border-width:0;
}

.x-panel-header {
	overflow:hidden;
	zoom:1;
	padding:5px 3px 4px 5px;
	border:1px solid;
	line-height: 15px;
	background: transparent repeat-x 0 -1px;
}

.x-panel-body {
	border:1px solid;
	border-top:0 none;
	overflow:hidden;
	position: relative; 
}

.x-panel-bbar .x-toolbar, .x-panel-tbar .x-toolbar {
	border:1px solid;
	border-top:0 none;
	overflow:hidden;
	padding:2px;
}

.x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar {
	border-top:1px solid;
	border-bottom: 0 none;
}

.x-panel-body-noheader, .x-panel-mc .x-panel-body {
	border-top:1px solid;
}

.x-panel-header {
	overflow:hidden;
	zoom:1;
}

.x-panel-tl .x-panel-header {
	padding:5px 0 4px 0;
	border:0 none;
	background:transparent;
}

.x-panel-tl .x-panel-icon, .x-window-tl .x-panel-icon {
	padding-left:20px !important;
	background-repeat:no-repeat;
	background-position:0 4px;
	zoom:1;
}

.x-panel-inline-icon {
	width:16px;
	height:16px;
	background-repeat:no-repeat;
	background-position:0 0;
	vertical-align:middle;
	margin-right:4px;
	margin-top:-1px;
	margin-bottom:-1px;
}

.x-panel-tc {
	background: transparent repeat-x 0 0;
	overflow:hidden;
}


.ext-strict .ext-ie7 .x-panel-tc {
	overflow: visible;
}

.x-panel-tl {
	background: transparent no-repeat 0 0;
	padding-left:6px;
	zoom:1;
	border-bottom:1px solid;
}

.x-panel-tr {
	background: transparent no-repeat right 0;
	zoom:1;
	padding-right:6px;
}

.x-panel-bc {
	background: transparent repeat-x 0 bottom;
	zoom:1;
}

.x-panel-bc .x-panel-footer {
	zoom:1;
}

.x-panel-bl {
	background: transparent no-repeat 0 bottom;
	padding-left:6px;
	zoom:1;
}

.x-panel-br {
	background: transparent no-repeat right bottom;
	padding-right:6px;
	zoom:1;
}

.x-panel-mc {
	border:0 none;
	padding:0;
	margin:0;
	padding-top:6px;
}

.x-panel-mc .x-panel-body {
	background:transparent;
	border: 0 none;
}

.x-panel-ml {
	background: repeat-y 0 0;
	padding-left:6px;
	zoom:1;
}

.x-panel-mr {
	background: transparent repeat-y right 0;
	padding-right:6px;
	zoom:1;
}

.x-panel-bc .x-panel-footer {
	padding-bottom:6px;
}

.x-panel-nofooter .x-panel-bc, .x-panel-nofooter .x-window-bc {
	height:6px;
	font-size:0;
	line-height:0;
}

.x-panel-bwrap {
	overflow:hidden;
	zoom:1;
	left:0;
	top:0;
}
.x-panel-body {
	overflow:hidden;
	zoom:1;
}

.x-panel-collapsed .x-resizable-handle{
	display:none;
}

.ext-gecko .x-panel-animated div {
	overflow:hidden !important;
}


.x-plain-body {
	overflow:hidden;
}

.x-plain-bbar .x-toolbar {
	overflow:hidden;
	padding:2px;
}

.x-plain-tbar .x-toolbar {
	overflow:hidden;
	padding:2px;
}

.x-plain-bwrap {
	overflow:hidden;
	zoom:1;
}

.x-plain {
	overflow:hidden;
}


.x-tool {
	overflow:hidden;
	width:15px;
	height:15px;
	float:right;
	cursor:pointer;
	background:transparent no-repeat;
	margin-left:2px;
}


.x-tool-toggle {
	background-position:0 -60px;
}

.x-tool-toggle-over {
	background-position:-15px -60px;
}

.x-panel-collapsed .x-tool-toggle {
	background-position:0 -75px;
}

.x-panel-collapsed .x-tool-toggle-over {
	background-position:-15px -75px;
}


.x-tool-close {
	background-position:0 -0;
}

.x-tool-close-over {
	background-position:-15px 0;
}

.x-tool-minimize {
	background-position:0 -15px;
}

.x-tool-minimize-over {
	background-position:-15px -15px;
}

.x-tool-maximize {
	background-position:0 -30px;
}

.x-tool-maximize-over {
	background-position:-15px -30px;
}

.x-tool-restore {
	background-position:0 -45px;
}

.x-tool-restore-over {
	background-position:-15px -45px;
}

.x-tool-gear {
	background-position:0 -90px;
}

.x-tool-gear-over {
	background-position:-15px -90px;
}

.x-tool-pin {
	background-position:0 -135px;
}

.x-tool-pin-over {
	background-position:-15px -135px;
}

.x-tool-unpin {
	background-position:0 -150px;
}

.x-tool-unpin-over {
	background-position:-15px -150px;
}

.x-tool-right {
	background-position:0 -165px;
}

.x-tool-right-over {
	background-position:-15px -165px;
}

.x-tool-left {
	background-position:0 -180px;
}

.x-tool-left-over {
	background-position:-15px -180px;
}

.x-tool-up {
	background-position:0 -210px;
}

.x-tool-up-over {
	background-position:-15px -210px;
}

.x-tool-down {
	background-position:0 -195px;
}

.x-tool-down-over {
	background-position:-15px -195px;
}

.x-tool-refresh {
	background-position:0 -225px;
}

.x-tool-refresh-over {
	background-position:-15px -225px;
}

.x-tool-minus {
	background-position:0 -255px;
}

.x-tool-minus-over {
	background-position:-15px -255px;
}

.x-tool-plus {
	background-position:0 -240px;
}

.x-tool-plus-over {
	background-position:-15px -240px;
}

.x-tool-search {
	background-position:0 -270px;
}

.x-tool-search-over {
	background-position:-15px -270px;
}

.x-tool-save {
	background-position:0 -285px;
}

.x-tool-save-over {
	background-position:-15px -285px;
}

.x-tool-help {
	background-position:0 -300px;
}

.x-tool-help-over {
	background-position:-15px -300px;
}

.x-tool-print {
	background-position:0 -315px;
}

.x-tool-print-over {
	background-position:-15px -315px;
}


.x-panel-ghost {
	z-index:12000;
	overflow:hidden;
	position:absolute;
	left:0;top:0;
	opacity:.65;
	-moz-opacity:.65;
	filter:alpha(opacity=65);
}

.x-panel-ghost ul {
	margin:0;
	padding:0;
	overflow:hidden;
	font-size:0;
	line-height:0;
	border:1px solid;
	border-top:0 none;
	display:block;
}

.x-panel-ghost * {
	cursor:move !important;
}

.x-panel-dd-spacer {
	border:2px dashed;
}


.x-panel-btns {
	padding:5px;
	overflow:hidden;
}

.x-panel-btns-right .x-panel-fbar {
	float:right;
	clear:none;
}

.x-panel-btns-left .x-panel-fbar {
	clear:none;
}

.x-panel-btns-center{
	text-align:center; 
}

.x-panel-btns-center .x-toolbar-ct {
	margin:0 auto; 
	text-align:left;
	width:auto;
}

.x-panel-btns td.x-toolbar-cell{
	padding:3px;
}

.x-panel-btns .x-btn-focus .x-btn-left{
	background-position:0 -147px;
}

.x-panel-btns .x-btn-focus .x-btn-right{
	background-position:0 -168px;
}

.x-panel-btns .x-btn-focus .x-btn-center{
	background-position:0 -189px;
}

.x-panel-btns .x-btn-over .x-btn-left{
	background-position:0 -63px;
}

.x-panel-btns .x-btn-over .x-btn-right{
	background-position:0 -84px;
}

.x-panel-btns .x-btn-over .x-btn-center{
	background-position:0 -105px;
}

.x-panel-btns .x-btn-click .x-btn-center{
	background-position:0 -126px;
}

.x-panel-btns .x-btn-click  .x-btn-right{
	background-position:0 -84px;
}

.x-panel-btns .x-btn-click .x-btn-left{
	background-position:0 -63px;
}

.x-panel-fbar td,.x-panel-fbar span,.x-panel-fbar input,.x-panel-fbar div,.x-panel-fbar select,.x-panel-fbar label{
	white-space: nowrap;
}


.x-panel-reset .x-panel-body html,
.x-panel-reset .x-panel-body address,
.x-panel-reset .x-panel-body blockquote,
.x-panel-reset .x-panel-body body,
.x-panel-reset .x-panel-body dd,
.x-panel-reset .x-panel-body div,
.x-panel-reset .x-panel-body dl,
.x-panel-reset .x-panel-body dt,
.x-panel-reset .x-panel-body fieldset,
.x-panel-reset .x-panel-body form,
.x-panel-reset .x-panel-body frame, frameset,
.x-panel-reset .x-panel-body h1,
.x-panel-reset .x-panel-body h2,
.x-panel-reset .x-panel-body h3,
.x-panel-reset .x-panel-body h4,
.x-panel-reset .x-panel-body h5,
.x-panel-reset .x-panel-body h6,
.x-panel-reset .x-panel-body noframes,
.x-panel-reset .x-panel-body ol,
.x-panel-reset .x-panel-body p,
.x-panel-reset .x-panel-body ul,
.x-panel-reset .x-panel-body center,
.x-panel-reset .x-panel-body dir,
.x-panel-reset .x-panel-body hr,
.x-panel-reset .x-panel-body menu,
.x-panel-reset .x-panel-body pre 			  { display: block }
.x-panel-reset .x-panel-body li              { display: list-item }
.x-panel-reset .x-panel-body head            { display: none }
.x-panel-reset .x-panel-body table           { display: table }
.x-panel-reset .x-panel-body tr              { display: table-row }
.x-panel-reset .x-panel-body thead           { display: table-header-group }
.x-panel-reset .x-panel-body tbody           { display: table-row-group }
.x-panel-reset .x-panel-body tfoot           { display: table-footer-group }
.x-panel-reset .x-panel-body col             { display: table-column }
.x-panel-reset .x-panel-body colgroup        { display: table-column-group }
.x-panel-reset .x-panel-body td,
.x-panel-reset .x-panel-body th 	          { display: table-cell }
.x-panel-reset .x-panel-body caption         { display: table-caption }
.x-panel-reset .x-panel-body th              { font-weight: bolder; text-align: center }
.x-panel-reset .x-panel-body caption         { text-align: center }
.x-panel-reset .x-panel-body body            { margin: 8px }
.x-panel-reset .x-panel-body h1              { font-size: 2em; margin: .67em 0 }
.x-panel-reset .x-panel-body h2              { font-size: 1.5em; margin: .75em 0 }
.x-panel-reset .x-panel-body h3              { font-size: 1.17em; margin: .83em 0 }
.x-panel-reset .x-panel-body h4,
.x-panel-reset .x-panel-body p,
.x-panel-reset .x-panel-body blockquote,
.x-panel-reset .x-panel-body ul,
.x-panel-reset .x-panel-body fieldset,
.x-panel-reset .x-panel-body form,
.x-panel-reset .x-panel-body ol,
.x-panel-reset .x-panel-body dl,
.x-panel-reset .x-panel-body dir,
.x-panel-reset .x-panel-body menu            { margin: 1.12em 0 }
.x-panel-reset .x-panel-body h5              { font-size: .83em; margin: 1.5em 0 }
.x-panel-reset .x-panel-body h6              { font-size: .75em; margin: 1.67em 0 }
.x-panel-reset .x-panel-body h1,
.x-panel-reset .x-panel-body h2,
.x-panel-reset .x-panel-body h3,
.x-panel-reset .x-panel-body h4,
.x-panel-reset .x-panel-body h5,
.x-panel-reset .x-panel-body h6,
.x-panel-reset .x-panel-body b,
.x-panel-reset .x-panel-body strong          { font-weight: bolder }
.x-panel-reset .x-panel-body blockquote      { margin-left: 40px; margin-right: 40px }
.x-panel-reset .x-panel-body i,
.x-panel-reset .x-panel-body cite,
.x-panel-reset .x-panel-body em,
.x-panel-reset .x-panel-body var,
.x-panel-reset .x-panel-body address    	  { font-style: italic }
.x-panel-reset .x-panel-body pre,
.x-panel-reset .x-panel-body tt,
.x-panel-reset .x-panel-body code,
.x-panel-reset .x-panel-body kbd,
.x-panel-reset .x-panel-body samp       	  { font-family: monospace }
.x-panel-reset .x-panel-body pre             { white-space: pre }
.x-panel-reset .x-panel-body button,
.x-panel-reset .x-panel-body textarea,
.x-panel-reset .x-panel-body input,
.x-panel-reset .x-panel-body select   		  { display: inline-block }
.x-panel-reset .x-panel-body big             { font-size: 1.17em }
.x-panel-reset .x-panel-body small,
.x-panel-reset .x-panel-body sub,
.x-panel-reset .x-panel-body sup 			  { font-size: .83em }
.x-panel-reset .x-panel-body sub             { vertical-align: sub }
.x-panel-reset .x-panel-body sup             { vertical-align: super }
.x-panel-reset .x-panel-body table           { border-spacing: 2px; }
.x-panel-reset .x-panel-body thead,
.x-panel-reset .x-panel-body tbody,
.x-panel-reset .x-panel-body tfoot           { vertical-align: middle }
.x-panel-reset .x-panel-body td,
.x-panel-reset .x-panel-body th          	  { vertical-align: inherit }
.x-panel-reset .x-panel-body s,
.x-panel-reset .x-panel-body strike,
.x-panel-reset .x-panel-body del  			  { text-decoration: line-through }
.x-panel-reset .x-panel-body hr              { border: 1px inset }
.x-panel-reset .x-panel-body ol,
.x-panel-reset .x-panel-body ul,
.x-panel-reset .x-panel-body dir,
.x-panel-reset .x-panel-body menu,
.x-panel-reset .x-panel-body dd        	  { margin-left: 40px }
.x-panel-reset .x-panel-body ul, .x-panel-reset .x-panel-body menu, .x-panel-reset .x-panel-body dir { list-style-type: disc;}
.x-panel-reset .x-panel-body ol              { list-style-type: decimal }
.x-panel-reset .x-panel-body ol ul,
.x-panel-reset .x-panel-body ul ol,
.x-panel-reset .x-panel-body ul ul,
.x-panel-reset .x-panel-body ol ol    		  { margin-top: 0; margin-bottom: 0 }
.x-panel-reset .x-panel-body u,
.x-panel-reset .x-panel-body ins          	  { text-decoration: underline }
.x-panel-reset .x-panel-body br:before       { content: "\A" }
.x-panel-reset .x-panel-body :before, :after { white-space: pre-line }
.x-panel-reset .x-panel-body center          { text-align: center }
.x-panel-reset .x-panel-body :link, :visited { text-decoration: underline }
.x-panel-reset .x-panel-body :focus          { outline: thin dotted invert }


.x-panel-reset .x-panel-body BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
.x-panel-reset .x-panel-body BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }

.x-window {
	zoom:1;
}

.x-window .x-resizable-handle {
	opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity=0);
}

.x-window-proxy {
	border:1px solid;
	z-index:12000;
	overflow:hidden;
	position:absolute;
	left:0;top:0;
	display:none;
	opacity:.5;
	-moz-opacity:.5;
	filter:alpha(opacity=50);
}

.x-window-header {
	overflow:hidden;
	zoom:1;
}

.x-window-bwrap {
	z-index:1;
	position:relative;
	zoom:1;
	left:0;top:0;
}

.x-window-tl .x-window-header {
	padding:5px 0 4px 0;
}

.x-window-header-text {
	cursor:pointer;
}

.x-window-tc {
	background: transparent repeat-x 0 0;
	overflow:hidden;
	zoom:1;
}

.x-window-tl {
	background: transparent no-repeat 0 0;
	padding-left:6px;
	zoom:1;
	z-index:1;
	position:relative;
}

.x-window-tr {
	background: transparent no-repeat right 0;
	padding-right:6px;
}

.x-window-bc {
	background: transparent repeat-x 0 bottom;
	zoom:1;
}

.x-window-bc .x-window-footer {
	padding-bottom:6px;
	zoom:1;
	font-size:0;
	line-height:0;
}

.x-window-bl {
	background: transparent no-repeat 0 bottom;
	padding-left:6px;
	zoom:1;
}

.x-window-br {
	background: transparent no-repeat right bottom;
	padding-right:6px;
	zoom:1;
}

.x-window-mc {
	border:1px solid;
	padding:0;
	margin:0;
}

.x-window-ml {
	background: transparent repeat-y 0 0;
	padding-left:6px;
	zoom:1;
}

.x-window-mr {
	background: transparent repeat-y right 0;
	padding-right:6px;
	zoom:1;
}

.x-window-body {
	overflow:hidden;
}

.x-window-bwrap {
	overflow:hidden;
}

.x-window-maximized .x-window-bl, .x-window-maximized .x-window-br,
	.x-window-maximized .x-window-ml, .x-window-maximized .x-window-mr,
	.x-window-maximized .x-window-tl, .x-window-maximized .x-window-tr {
	padding:0;
}

.x-window-maximized .x-window-footer {
	padding-bottom:0;
}

.x-window-maximized .x-window-tc {
	padding-left:3px;
	padding-right:3px;
}

.x-window-maximized .x-window-mc {
	border-left:0 none;
	border-right:0 none;
}

.x-window-tbar .x-toolbar, .x-window-bbar .x-toolbar {
	border-left:0 none;
	border-right: 0 none;
}

.x-window-bbar .x-toolbar {
	border-top:1px solid;
	border-bottom:0 none;
}

.x-window-draggable, .x-window-draggable .x-window-header-text {
	cursor:move;
}

.x-window-maximized .x-window-draggable, .x-window-maximized .x-window-draggable .x-window-header-text {
	cursor:default;
}

.x-window-body {
	background:transparent;
}

.x-panel-ghost .x-window-tl {
	border-bottom:1px solid;
}

.x-panel-collapsed .x-window-tl {
	border-bottom:1px solid;
}

.x-window-maximized-ct {
	overflow:hidden;
}

.x-window-maximized .x-resizable-handle {
	display:none;
}

.x-window-sizing-ghost ul {
	border:0 none !important;
}

.x-dlg-focus{
	-moz-outline:0 none;
	outline:0 none;
	width:0;
	height:0;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
}

.ext-webkit .x-dlg-focus{
	width: 1px;
	height: 1px;
}

.x-dlg-mask{
	z-index:10000;
	display:none;
	position:absolute;
	top:0;
	left:0;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}

body.ext-ie6.x-body-masked select {
	visibility:hidden;
}

body.ext-ie6.x-body-masked .x-window select {
	visibility:visible;
}

.x-window-plain .x-window-mc {
	border: 1px solid;
}

.x-window-plain .x-window-body {
	border: 1px solid;
	background:transparent !important;
}
.x-html-editor-wrap {
	border:1px solid;
}

.x-html-editor-tb .x-btn-text {
	background:transparent no-repeat;
}

.x-html-editor-tb .x-edit-bold, .x-menu-item .x-edit-bold {
	background-position:0 0;
	background-image:url(/content/images/default/editor/tb-sprite.gif);    
}

.x-html-editor-tb .x-edit-italic, .x-menu-item .x-edit-italic {
	background-position:-16px 0;
	background-image:url(/content/images/default/editor/tb-sprite.gif);
}

.x-html-editor-tb .x-edit-underline, .x-menu-item .x-edit-underline {
	background-position:-32px 0;
	background-image:url(/content/images/default/editor/tb-sprite.gif);
}

.x-html-editor-tb .x-edit-forecolor, .x-menu-item .x-edit-forecolor {
	background-position:-160px 0;
	background-image:url(/content/images/default/editor/tb-sprite.gif);
}

.x-html-editor-tb .x-edit-backcolor, .x-menu-item .x-edit-backcolor {
	background-position:-176px 0;
	background-image:url(/content/images/default/editor/tb-sprite.gif);
}

.x-html-editor-tb .x-edit-justifyleft, .x-menu-item .x-edit-justifyleft {
	background-position:-112px 0;
	background-image:url(/content/images/default/editor/tb-sprite.gif);
}

.x-html-editor-tb .x-edit-justifycenter, .x-menu-item .x-edit-justifycenter {
	background-position:-128px 0;
	background-image:url(/content/images/default/editor/tb-sprite.gif);
}

.x-html-editor-tb .x-edit-justifyright, .x-menu-item .x-edit-justifyright {
	background-position:-144px 0;
	background-image:url(/content/images/default/editor/tb-sprite.gif);
}

.x-html-editor-tb .x-edit-insertorderedlist, .x-menu-item .x-edit-insertorderedlist {
	background-position:-80px 0;
	background-image:url(/content/images/default/editor/tb-sprite.gif);
}

.x-html-editor-tb .x-edit-insertunorderedlist, .x-menu-item .x-edit-insertunorderedlist {
	background-position:-96px 0;
	background-image:url(/content/images/default/editor/tb-sprite.gif);
}

.x-html-editor-tb .x-edit-increasefontsize, .x-menu-item .x-edit-increasefontsize {
	background-position:-48px 0;
	background-image:url(/content/images/default/editor/tb-sprite.gif);
}

.x-html-editor-tb .x-edit-decreasefontsize, .x-menu-item .x-edit-decreasefontsize {
	background-position:-64px 0;
	background-image:url(/content/images/default/editor/tb-sprite.gif);
}

.x-html-editor-tb .x-edit-sourceedit, .x-menu-item .x-edit-sourceedit {
	background-position:-192px 0;
	background-image:url(/content/images/default/editor/tb-sprite.gif);
}

.x-html-editor-tb .x-edit-createlink, .x-menu-item .x-edit-createlink {
	background-position:-208px 0;
	background-image:url(/content/images/default/editor/tb-sprite.gif);
}

.x-html-editor-tip .x-tip-bd .x-tip-bd-inner {
	padding:5px;
	padding-bottom:1px;
}

.x-html-editor-tb .x-toolbar {
	position:static !important;
}
.x-panel-noborder .x-panel-body-noborder {
	border-width:0;
}

.x-panel-noborder .x-panel-header-noborder {
	border-width:0 0 1px;
	border-style:solid;
}

.x-panel-noborder .x-panel-tbar-noborder .x-toolbar {
	border-width:0 0 1px;
	border-style:solid;
}

.x-panel-noborder .x-panel-bbar-noborder .x-toolbar {
	border-width:1px 0 0 0;
	border-style:solid;
}

.x-window-noborder .x-window-mc {
	border-width:0;
}

.x-window-plain .x-window-body-noborder {
	border-width:0;
}

.x-tab-panel-noborder .x-tab-panel-body-noborder {
	border-width:0;
}

.x-tab-panel-noborder .x-tab-panel-header-noborder {
	border-width: 0 0 1px 0;
}

.x-tab-panel-noborder .x-tab-panel-footer-noborder {
	border-width: 1px 0 0 0;
}

.x-tab-panel-bbar-noborder .x-toolbar {
	border-width: 1px 0 0 0;
	border-style:solid;
}

.x-tab-panel-tbar-noborder .x-toolbar {
	border-width:0 0 1px;
	border-style:solid;
}
.x-border-layout-ct {
	position: relative;
}

.x-border-panel {
	position:absolute;
	left:0;
	top:0;
}

.x-tool-collapse-south {
	background-position:0 -195px;
}

.x-tool-collapse-south-over {
	background-position:-15px -195px;
}

.x-tool-collapse-north {
	background-position:0 -210px;
}

.x-tool-collapse-north-over {
	background-position:-15px -210px;
}

.x-tool-collapse-west {
	background-position:0 -180px;
}

.x-tool-collapse-west-over {
	background-position:-15px -180px;
}

.x-tool-collapse-east {
	background-position:0 -165px;
}

.x-tool-collapse-east-over {
	background-position:-15px -165px;
}

.x-tool-expand-south {
	background-position:0 -210px;
}

.x-tool-expand-south-over {
	background-position:-15px -210px;
}

.x-tool-expand-north {
	background-position:0 -195px;
}
.x-tool-expand-north-over {
	background-position:-15px -195px;
}

.x-tool-expand-west {
	background-position:0 -165px;
}

.x-tool-expand-west-over {
	background-position:-15px -165px;
}

.x-tool-expand-east {
	background-position:0 -180px;
}

.x-tool-expand-east-over {
	background-position:-15px -180px;
}

.x-tool-expand-north, .x-tool-expand-south {
	float:right;
	margin:3px;
}

.x-tool-expand-east, .x-tool-expand-west {
	float:none;
	margin:3px auto;
}

.x-accordion-hd .x-tool-toggle {
	background-position:0 -255px;
}

.x-accordion-hd .x-tool-toggle-over {
	background-position:-15px -255px;
}

.x-panel-collapsed .x-accordion-hd .x-tool-toggle {
	background-position:0 -240px;
}

.x-panel-collapsed .x-accordion-hd .x-tool-toggle-over {
	background-position:-15px -240px;
}

.x-accordion-hd {
	padding-top:4px;
	padding-bottom:3px;
	border-top:0 none;
	background: transparent repeat-x 0 -9px;
}

.x-layout-collapsed{
	position:absolute;
	left:-10000px;
	top:-10000px;
	visibility:hidden;
	width:20px;
	height:20px;
	overflow:hidden;
	border:1px solid;
	z-index:20;
}

.ext-border-box .x-layout-collapsed{
	width:22px;
	height:22px;
}

.x-layout-collapsed-over{
	cursor:pointer;
}

.x-layout-collapsed-west .x-layout-collapsed-tools, .x-layout-collapsed-east .x-layout-collapsed-tools{
	position:absolute;
	top:0;
	left:0;
	width:20px;
	height:20px;
}


.x-layout-split{
	position:absolute;
	height:5px;
	width:5px;
	line-height:1px;
	font-size:1px;
	z-index:3;
	background-color:transparent;
}


.ext-strict .ext-ie6 .x-layout-split{
	background-color: #fff !important;
	filter: alpha(opacity=1);
}

.x-layout-split-h{
	background-image:url(/content/images/default/s.gif);
	background-position: left;
}

.x-layout-split-v{
	background-image:url(/content/images/default/s.gif);
	background-position: top;
}

.x-column-layout-ct {
	overflow:hidden;
	zoom:1;
}

.x-column {
	float:left;
	padding:0;
	margin:0;
	overflow:hidden;
	zoom:1;
}

.x-column-inner {
	overflow:hidden;
	zoom:1;
}


.x-layout-mini {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:5px;
	height:35px;
	cursor:pointer;
	opacity:.5;
	-moz-opacity:.5;
	filter:alpha(opacity=50);
}

.x-layout-mini-over, .x-layout-collapsed-over .x-layout-mini{
	opacity:1;
	-moz-opacity:1;
	filter:none;
}

.x-layout-split-west .x-layout-mini {
	top:48%;
}

.x-layout-split-east .x-layout-mini {
	top:48%;
}

.x-layout-split-north .x-layout-mini {
	left:48%;
	height:5px;
	width:35px;
}

.x-layout-split-south .x-layout-mini {
	left:48%;
	height:5px;
	width:35px;
}

.x-layout-cmini-west .x-layout-mini {
	top:48%;
}

.x-layout-cmini-east .x-layout-mini {
	top:48%;
}

.x-layout-cmini-north .x-layout-mini {
	left:48%;
	height:5px;
	width:35px;
}

.x-layout-cmini-south .x-layout-mini {
	left:48%;
	height:5px;
	width:35px;
}

.x-layout-cmini-west, .x-layout-cmini-east {
	border:0 none;
	width:5px !important;
	padding:0;
	background:transparent;
}

.x-layout-cmini-north, .x-layout-cmini-south {
	border:0 none;
	height:5px !important;
	padding:0;
	background:transparent;
}

.x-viewport, .x-viewport body {
	margin: 0;
	padding: 0;
	border: 0 none;
	overflow: hidden;
	height: 100%;
}

.x-abs-layout-item {
	position:absolute;
	left:0;
	top:0;
}

.ext-ie input.x-abs-layout-item, .ext-ie textarea.x-abs-layout-item {
	margin:0;
}

.x-box-layout-ct {
	overflow:hidden;
	zoom:1;
}

.x-box-inner {
	overflow:hidden;
	zoom:1;
	position:relative;
	left:0;
	top:0;
}

.x-box-item {
	position:absolute;
	left:0;
	top:0;
}
.x-progress-wrap {
	border:1px solid;
	overflow:hidden;
}

.x-progress-inner {
	height:18px;
	background:repeat-x;
	position:relative;
}

.x-progress-bar {
	height:18px;
	float:left;
	width:0;
	background: repeat-x left center;
	border-top:1px solid;
	border-bottom:1px solid;
	border-right:1px solid;
}

.x-progress-text {
	padding:1px 5px;
	overflow:hidden;
	position:absolute;
	left:0;
	text-align:center;
}

.x-progress-text-back {
	line-height:16px;
}

.ext-ie .x-progress-text-back {
	line-height:15px;
}
.x-list-header{
	background: repeat-x 0 bottom;
	cursor:default;
	zoom:1;
	height:22px;
}

.x-list-header-inner div {
	display:block;
	float:left;
	overflow:hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.x-list-header-inner div em {
	display:block;
	border-left:1px solid;
	padding:4px 4px;
	overflow:hidden;
	-moz-user-select: none;
	-khtml-user-select: none;
	line-height:14px;
}

.x-list-body {
	overflow:auto;
	overflow-x:hidden;
	overflow-y:auto;
	zoom:1;
	float: left;
	width: 100%;
	height: 100%;
}

.x-list-body dl {
	zoom:1;
}

.x-list-body dt {
	display:block;
	float:left;
	overflow:hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor:pointer;
	zoom:1;
}

.x-list-body dt em {
	display:block;
	padding:3px 4px;
	overflow:hidden;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.x-list-resizer {
	border-left:1px solid;
	border-right:1px solid;
	position:absolute;
	left:0;
	top:0;
}

.x-list-header-inner em.sort-asc {
	background: transparent no-repeat center 0;
	border-style:solid;
	border-width: 0 1px 1px;
	padding-bottom:3px;
}

.x-list-header-inner em.sort-desc {
	background: transparent no-repeat center -23px;
	border-style:solid;
	border-width: 0 1px 1px;
	padding-bottom:3px;
}


.x-slider {
	zoom:1;
}

.x-slider-inner {
	position:relative;
	left:0;
	top:0;
	overflow:visible;
	zoom:1;
}

.x-slider-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: none;
	-khtml-user-select:none;
	-webkit-user-select:ignore;
	display:block;
	overflow:hidden;  
}


.x-slider-horz {
	padding-left:7px;
	background:transparent no-repeat 0 -22px;
}

.x-slider-horz .x-slider-end {
	padding-right:7px;
	zoom:1;
	background:transparent no-repeat right -44px;
}

.x-slider-horz .x-slider-inner {
	background:transparent repeat-x 0 0;
	height:22px;
}

.x-slider-horz .x-slider-thumb {
	width:14px;
	height:15px;
	position:absolute;
	left:0;
	top:3px;
	background:transparent no-repeat 0 0;
}

.x-slider-horz .x-slider-thumb-over {
	background-position: -14px -15px;
}

.x-slider-horz .x-slider-thumb-drag {
	background-position: -28px -30px;
}


.x-slider-vert {
	padding-top:7px;
	background:transparent no-repeat -44px 0;
	width:22px;
}

.x-slider-vert .x-slider-end {
	padding-bottom:7px;
	zoom:1;
	background:transparent no-repeat -22px bottom;
}

.x-slider-vert .x-slider-inner {
	background:transparent repeat-y 0 0;
}

.x-slider-vert .x-slider-thumb {
	width:15px;
	height:14px;
	position:absolute;
	left:3px;
	bottom:0;
	background:transparent no-repeat 0 0;
}

.x-slider-vert .x-slider-thumb-over {
	background-position: -15px -14px;
}

.x-slider-vert .x-slider-thumb-drag {
	background-position: -30px -28px;
}
.x-window-dlg .x-window-body {
	border:0 none !important;
	padding:5px 10px;
	overflow:hidden !important;
}

.x-window-dlg .x-window-mc {
	border:0 none !important;
}

.x-window-dlg .ext-mb-input {
	margin-top:4px;
	width:95%;
}

.x-window-dlg .ext-mb-textarea {
	margin-top:4px;
}

.x-window-dlg .x-progress-wrap {
	margin-top:4px;
}

.ext-ie .x-window-dlg .x-progress-wrap {
	margin-top:6px;
}

.x-window-dlg .x-msg-box-wait {
	background:transparent no-repeat left;
	display:block;
	width:300px;
	padding-left:18px;
	line-height:18px;
}

.x-window-dlg .ext-mb-icon {
	float:left;
	width:47px;
	height:32px;
}

.ext-ie .x-window-dlg .ext-mb-icon {
	width:44px; 
}

.x-window-dlg .x-dlg-icon .ext-mb-content{
	zoom: 1; margin-left: 47px;
}

.x-window-dlg .ext-mb-info, .x-window-dlg .ext-mb-warning, .x-window-dlg .ext-mb-question, .x-window-dlg .ext-mb-error {
	background:transparent no-repeat top left;
}

.ext-gecko2 .ext-mb-fix-cursor {
	overflow:auto;
}
.ext-el-mask {
	background-color: #ccc;
}

.ext-el-mask-msg {
	border-color:#6593cf;
	background-color:#c3daf9;
	background-image:url(/content/images/default/box/tb-blue.gif);
}
.ext-el-mask-msg div {
	background-color: #eee;
	border-color:#a3bad9;
	color:#222;
	font:normal 11px tahoma, arial, helvetica, sans-serif;
}

.x-mask-loading div {
	background-color:#fbfbfb;
	background-image:url(/content/images/default/grid/loading.gif);
}

.x-item-disabled {
	color: gray;
}

.x-item-disabled * {
	color: gray !important;
}

.x-splitbar-proxy {
	background-color: #aaa;
}

.x-color-palette a {
	border-color:#fff;
}

.x-color-palette a:hover, .x-color-palette a.x-color-palette-sel {
	border-color:#8bb8f3;
	background-color: #deecfd;
}

.x-color-palette em {
	border-color:#aca899;
}

.x-ie-shadow {
	background-color:#000;
}

.x-shadow .xsmc {
	background-image: url(/content/images/default/shadow-c.png);
}

.x-shadow .xsml, .x-shadow .xsmr {
	background-image: url(/content/images/default/shadow-lr.png);
}

.x-shadow .xstl, .x-shadow .xstc,  .x-shadow .xstr, .x-shadow .xsbl, .x-shadow .xsbc, .x-shadow .xsbr{
	background-image: url(/content/images/default/shadow.png);
}

.loading-indicator {
	font-size: 11px;
	background-image: url(/content/images/default/grid/loading.gif);
}

.x-spotlight {
	background-color: #ccc;
}

.x-tab-panel-header, .x-tab-panel-footer {
	background-color: #deecfd;
	border-color:#8db2e3;
	overflow:hidden;
	zoom:1;
}

.x-tab-panel-header, .x-tab-panel-footer {
	border-color:#8db2e3;
}

ul.x-tab-strip-top{
	background-color:#cedff5;
	background-image: url(/content/images/default/tabs/tab-strip-bg.gif);
	border-bottom-color:#8db2e3;
}

ul.x-tab-strip-bottom{
	background-color:#cedff5;
	background-image: url(/content/images/default/tabs/tab-strip-btm-bg.gif);
	border-top-color:#8db2e3;
}

.x-tab-panel-header-plain .x-tab-strip-spacer,
.x-tab-panel-footer-plain .x-tab-strip-spacer {
	border-color:#8db2e3;
	background-color: #deecfd;
}

.x-tab-strip span.x-tab-strip-text {
	font:normal 11px tahoma,arial,helvetica;
	color:#416aa3;
}

.x-tab-strip-over span.x-tab-strip-text {
	color:#15428b;
}

.x-tab-strip-active span.x-tab-strip-text {
	color:#15428b;
	font-weight:bold;
}

.x-tab-strip-disabled .x-tabs-text {
	color:#aaaaaa;
}

.x-tab-strip-top .x-tab-right, .x-tab-strip-top .x-tab-left, .x-tab-strip-top .x-tab-strip-inner{
	background-image: url(/content/images/default/tabs/tabs-sprite.gif);
}

.x-tab-strip-bottom .x-tab-right {
	background-image: url(/content/images/default/tabs/tab-btm-inactive-right-bg.gif);
}

.x-tab-strip-bottom .x-tab-left {
	background-image: url(/content/images/default/tabs/tab-btm-inactive-left-bg.gif);
}

.x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
	background-image: url(/content/images/default/tabs/tab-btm-right-bg.gif);
}

.x-tab-strip-bottom .x-tab-strip-active .x-tab-left {
	background-image: url(/content/images/default/tabs/tab-btm-left-bg.gif);
}

.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
	background-image:url(/content/images/default/tabs/tab-close.gif);
}

.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover{
	background-image:url(/content/images/default/tabs/tab-close.gif);
}

.x-tab-panel-body {
	border-color:#8db2e3;
	background-color:#fff;
}

.x-tab-panel-body-top {
	border-top: 0 none;
}

.x-tab-panel-body-bottom {
	border-bottom: 0 none;
}

.x-tab-scroller-left {
	background-image:url(/content/images/default/tabs/scroll-left.gif);
	border-bottom-color:#8db2e3;
}

.x-tab-scroller-left-over {
	background-position: 0 0;
}

.x-tab-scroller-left-disabled {
	background-position: -18px 0;
	opacity:.5;
	-moz-opacity:.5;
	filter:alpha(opacity=50);
	cursor:default;
}

.x-tab-scroller-right {
	background-image:url(/content/images/default/tabs/scroll-right.gif);
	border-bottom-color:#8db2e3;
}

.x-tab-panel-bbar .x-toolbar, .x-tab-panel-tbar .x-toolbar {
	border-color:#99bbe8;
}
.x-form-field{
	font:normal 11px tahoma, arial, helvetica, sans-serif;
}

.x-form-text, textarea.x-form-field{
	background-color:#fff;
	background-image:url(/content/images/default/form/text-bg.gif);
	border-color:#b5b8c8;
}

.x-form-select-one {
	background-color:#fff;
	border-color:#b5b8c8;
}

.x-form-check-group-label {
	border-bottom: 1px solid #99bbe8;
	color: #15428b;
}

.x-editor .x-form-check-wrap {
	background-color:#fff;
}

.x-form-field-wrap .x-form-trigger{
	background-image:url(/content/images/default/form/trigger.gif);
	border-bottom-color:#b5b8c8;
}

.x-form-field-wrap .x-form-date-trigger{
	background-image: url(/content/images/default/form/date-trigger.gif);
}

.x-form-field-wrap .x-form-clear-trigger{
	background-image: url(/content/images/default/form/clear-trigger.gif);
}

.x-form-field-wrap .x-form-search-trigger{
	background-image: url(/content/images/default/form/search-trigger.gif);
}

.x-trigger-wrap-focus .x-form-trigger{
	border-bottom-color:#7eadd9;
}

.x-item-disabled .x-form-trigger-over{
	border-bottom-color:#b5b8c8;
}

.x-item-disabled .x-form-trigger-click{
	border-bottom-color:#b5b8c8;
}

.x-form-focus, textarea.x-form-focus{
	border-color:#7eadd9;
}

.x-form-invalid, textarea.x-form-invalid{
	background-color:#fff;
	background-image:url(/content/images/default/grid/invalid_line.gif);
	border-color:#c30;
}

.ext-safari .x-form-invalid{
	background-color:#fee;
	border-color:#ff7870;
}

.x-form-inner-invalid, textarea.x-form-inner-invalid{
	background-color:#fff;
	background-image:url(/content/images/default/grid/invalid_line.gif);
}

.x-form-grow-sizer {
	font:normal 12px tahoma, arial, helvetica, sans-serif;
}

.x-form-item {
	font:normal 11px tahoma, arial, helvetica, sans-serif;
}

.x-form-invalid-msg {
	color:#c0272b;
	font:normal 11px tahoma, arial, helvetica, sans-serif;
	background-image:url(/content/images/default/shared/warning.gif);
}

.x-form-empty-field {
	color:gray;
}

.x-small-editor .x-form-field {
	font:normal 11px arial, tahoma, helvetica, sans-serif;
}

.ext-safari .x-small-editor .x-form-field {
	font:normal 12px arial, tahoma, helvetica, sans-serif;
}

.x-form-invalid-icon {
	background-image:url(/content/images/default/form/exclamation.gif);
}

.x-fieldset {
	border-color:#b5b8c8;
}

.x-fieldset legend {
	font:bold 11px tahoma, arial, helvetica, sans-serif;
	color:#15428b;
}

.x-btn{
	font:normal 11px tahoma, verdana, helvetica;
}

.x-btn button{
	font:normal 11px arial,tahoma,verdana,helvetica;
	color:#333;
}

.x-btn em {
	font-style:normal;
	font-weight:normal;
}

.x-btn-tl, .x-btn-tr, .x-btn-tc, .x-btn-ml, .x-btn-mr, .x-btn-mc, .x-btn-bl, .x-btn-br, .x-btn-bc{
	background-image:url(/content/images/default/button/btn.gif);
}

.x-btn-click .x-btn-text, .x-btn-menu-active .x-btn-text, .x-btn-pressed .x-btn-text{
	color:#000;
}

.x-btn-disabled *{
	color:gray !important;
}

.x-btn-mc em.x-btn-arrow {
	background-image:url(/content/images/default/button/arrow.gif);
}

.x-btn-mc em.x-btn-split {
	background-image:url(/content/images/default/button/s-arrow.gif);
}

.x-btn-over .x-btn-mc em.x-btn-split, .x-btn-click .x-btn-mc em.x-btn-split, .x-btn-menu-active .x-btn-mc em.x-btn-split, .x-btn-pressed .x-btn-mc em.x-btn-split {
	background-image:url(/content/images/default/button/s-arrow-o.gif);
}

.x-btn-mc em.x-btn-arrow-bottom {
	background-image:url(/content/images/default/button/s-arrow-b-noline.gif);
}

.x-btn-mc em.x-btn-split-bottom {
	background-image:url(/content/images/default/button/s-arrow-b.gif);
}

.x-btn-over .x-btn-mc em.x-btn-split-bottom, .x-btn-click .x-btn-mc em.x-btn-split-bottom, .x-btn-menu-active .x-btn-mc em.x-btn-split-bottom, .x-btn-pressed .x-btn-mc em.x-btn-split-bottom {
	background-image:url(/content/images/default/button/s-arrow-bo.gif);
}

.x-btn-group-header {
	color: #3e6aaa;
}

.x-btn-group-tc {
	background-image: url(/content/images/default/button/group-tb.gif);
}

.x-btn-group-tl {
	background-image: url(/content/images/default/button/group-cs.gif);
}

.x-btn-group-tr {
	background-image: url(/content/images/default/button/group-cs.gif);
}

.x-btn-group-bc {
	background-image: url(/content/images/default/button/group-tb.gif);
}

.x-btn-group-bl {
	background-image: url(/content/images/default/button/group-cs.gif);
}

.x-btn-group-br {
	background-image: url(/content/images/default/button/group-cs.gif);
}

.x-btn-group-ml {
	background-image: url(/content/images/default/button/group-lr.gif);
}
.x-btn-group-mr {
	background-image: url(/content/images/default/button/group-lr.gif);
}

.x-btn-group-notitle .x-btn-group-tc {
	background-image: url(/content/images/default/button/group-tb.gif);
}
.x-toolbar{
	border-color:#a9bfd3;
	background-color:#d0def0;
	background-image:url(/content/images/default/toolbar/bg.gif);
}

.x-toolbar td,.x-toolbar span,.x-toolbar input,.x-toolbar div,.x-toolbar select,.x-toolbar label{
	font:normal 11px arial,tahoma, helvetica, sans-serif;
}

.x-toolbar .x-item-disabled {
	color:gray;
}

.x-toolbar .x-item-disabled * {
	color:gray;
}

.x-toolbar .x-btn-mc em.x-btn-split {
	background-image:url(/content/images/default/button/s-arrow-noline.gif);
}

.x-toolbar .x-btn-over .x-btn-mc em.x-btn-split, .x-toolbar .x-btn-click .x-btn-mc em.x-btn-split, 
.x-toolbar .x-btn-menu-active .x-btn-mc em.x-btn-split, .x-toolbar .x-btn-pressed .x-btn-mc em.x-btn-split 
{
	background-image:url(/content/images/default/button/s-arrow-o.gif);
}

.x-toolbar .x-btn-mc em.x-btn-split-bottom {
	background-image:url(/content/images/default/button/s-arrow-b-noline.gif);
}

.x-toolbar .x-btn-over .x-btn-mc em.x-btn-split-bottom, .x-toolbar .x-btn-click .x-btn-mc em.x-btn-split-bottom, 
.x-toolbar .x-btn-menu-active .x-btn-mc em.x-btn-split-bottom, .x-toolbar .x-btn-pressed .x-btn-mc em.x-btn-split-bottom 
{
	background-image:url(/content/images/default/button/s-arrow-bo.gif);
}

.x-toolbar .xtb-sep {
	background-image: url(/content/images/default/grid/grid-blue-split.gif);
}

.x-tbar-page-first{
	background-image: url(/content/images/default/grid/page-first.gif) !important;
}

.x-tbar-loading{
	background-image: url(/content/images/default/grid/refresh.gif) !important;
}

.x-tbar-page-last{
	background-image: url(/content/images/default/grid/page-last.gif) !important;
}

.x-tbar-page-next{
	background-image: url(/content/images/default/grid/page-next.gif) !important;
}

.x-tbar-page-prev{
	background-image: url(/content/images/default/grid/page-prev.gif) !important;
}

.x-item-disabled .x-tbar-loading{
	background-image: url(/content/images/default/grid/loading.gif) !important;
}

.x-item-disabled .x-tbar-page-first{
	background-image: url(/content/images/default/grid/page-first-disabled.gif) !important;
}

.x-item-disabled .x-tbar-page-last{
	background-image: url(/content/images/default/grid/page-last-disabled.gif) !important;
}

.x-item-disabled .x-tbar-page-next{
	background-image: url(/content/images/default/grid/page-next-disabled.gif) !important;
}

.x-item-disabled .x-tbar-page-prev{
	background-image: url(/content/images/default/grid/page-prev-disabled.gif) !important;
}

.x-paging-info {
	color:#444;
}

.x-toolbar-more-icon {
	background-image: url(/content/images/default/toolbar/more.gif) !important;
}

.x-statusbar .x-status-busy {
	background-image: url(/content/images/default/grid/loading.gif);
}

.x-statusbar .x-status-text-panel {
	border-color: #99bbe8 #fff #fff #99bbe8;
}
.x-resizable-handle {
	background-color:#fff;
}

.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east,
.x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west
{
	background-image:url(/content/images/default/sizer/e-handle.gif);
}

.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south,
.x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north
{
	background-image:url(/content/images/default/sizer/s-handle.gif);
}

.x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north{
	background-image:url(/content/images/default/sizer/s-handle.gif);
}
.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{
	background-image:url(/content/images/default/sizer/se-handle.gif);
}
.x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest{
	background-image:url(/content/images/default/sizer/nw-handle.gif);
}
.x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast{
	background-image:url(/content/images/default/sizer/ne-handle.gif);
}
.x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest{
	background-image:url(/content/images/default/sizer/sw-handle.gif);
}
.x-resizable-proxy{
	border-color:#3b5a82;
}
.x-resizable-overlay{
	background-color:#fff;
}

.x-grid3 {
	background-color:#fff;
}

.x-grid-panel .x-panel-mc .x-panel-body {
	border-color:#99bbe8;
}

.x-grid3-hd-row td, .x-grid3-row td, .x-grid3-summary-row td{
	font:normal 11px arial, tahoma, helvetica, sans-serif;
}

.x-grid3-hd-row td {
	border-left-color:#eee;
	border-right-color:#d0d0d0;
}

.x-grid-row-loading {
	background-color: #fff;
	background-image:url(/content/images/default/shared/loading-balls.gif);
}

.x-grid3-row {
	border-color:#ededed;
	border-top-color:#fff;
}

.x-grid3-row-alt{
	background-color:#fafafa;
}

.x-grid3-row-over {
	border-color:#ddd;
	background-color:#efefef;
	background-image:url(/content/images/default/grid/row-over.gif);
}

.x-grid3-resize-proxy {
	background-color:#777;
}

.x-grid3-resize-marker {
	background-color:#777;
}

.x-grid3-header{
	background-color:#f9f9f9;
	background-image:url(/content/images/default/grid/grid3-hrow.gif);
}

.x-grid3-header-pop {
	border-left-color:#d0d0d0;
}

.x-grid3-header-pop-inner {
	border-left-color:#eee;
	background-image:url(/content/images/default/grid/hd-pop.gif);
}

td.x-grid3-hd-over, td.sort-desc, td.sort-asc, td.x-grid3-hd-menu-open {
	border-left-color:#aaccf6;
	border-right-color:#aaccf6;
}

td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-asc .x-grid3-hd-inner, td.x-grid3-hd-menu-open .x-grid3-hd-inner {
	background-color:#ebf3fd;
	background-image:url(/content/images/default/grid/grid3-hrow-over.gif);

}

.sort-asc .x-grid3-sort-icon {
	background-image: url(/content/images/default/grid/sort_asc.gif);
}

.sort-desc .x-grid3-sort-icon {
	background-image: url(/content/images/default/grid/sort_desc.gif);
}

.x-grid3-cell-text, .x-grid3-hd-text {
	color:#000;
}

.x-grid3-split {
	background-image: url(/content/images/default/grid/grid-split.gif);
}

.x-grid3-hd-text {
	color:#15428b;
}

.x-dd-drag-proxy .x-grid3-hd-inner{
	background-color:#ebf3fd;
	background-image:url(/content/images/default/grid/grid3-hrow-over.gif);
	border-color:#aaccf6;
}

.col-move-top{
	background-image:url(/content/images/default/grid/col-move-top.gif);
}

.col-move-bottom{
	background-image:url(/content/images/default/grid/col-move-bottom.gif);
}

.x-grid3-row-selected {
	background-color: #dfe8f6 !important;
	background-image: none;
	border-color:#a3bae9;
}

.x-grid3-cell-selected{
	background-color: #b8cfee !important;
	color:#000;
}

.x-grid3-cell-selected span{
	color:#000 !important;
}

.x-grid3-cell-selected .x-grid3-cell-text{
	color:#000;
}

.x-grid3-locked td.x-grid3-row-marker, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker{
	background-color:#ebeadb !important;
	background-image:url(/content/images/default/grid/grid-hrow.gif) !important;
	color:#000;
	border-top-color:#fff;
	border-right-color:#6fa0df !important;
}

.x-grid3-locked td.x-grid3-row-marker div, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker div{
	color:#15428b !important;
}

.x-grid3-dirty-cell {
	background-image:url(/content/images/default/grid/dirty.gif);
}

.x-grid3-topbar, .x-grid3-bottombar{
	font:normal 11px arial, tahoma, helvetica, sans-serif;
}

.x-grid3-bottombar .x-toolbar{
	border-top-color:#a9bfd3;
}

.x-props-grid .x-grid3-td-name .x-grid3-cell-inner{
	background-image:url(/content/images/default/grid/grid3-special-col-bg.gif) !important;
	color:#000 !important;
}

.x-props-grid .x-grid3-body .x-grid3-td-name{
	background-color:#fff !important;
	border-right-color:#eee;
}

.xg-hmenu-sort-asc .x-menu-item-icon{
	background-image: url(/content/images/default/grid/hmenu-asc.gif);
}

.xg-hmenu-sort-desc .x-menu-item-icon{
	background-image: url(/content/images/default/grid/hmenu-desc.gif);
}

.xg-hmenu-lock .x-menu-item-icon{
	background-image: url(/content/images/default/grid/hmenu-lock.gif);
}

.xg-hmenu-unlock .x-menu-item-icon{
	background-image: url(/content/images/default/grid/hmenu-unlock.gif);
}

.x-grid3-hd-btn {
	background-color:#c3daf9;
	background-image:url(/content/images/default/grid/grid3-hd-btn.gif);
}

.x-grid3-body .x-grid3-td-expander {
	background-image:url(/content/images/default/grid/grid3-special-col-bg.gif);
}

.x-grid3-row-expander {
	background-image:url(/content/images/default/grid/row-expand-sprite.gif);
}

.x-grid3-body .x-grid3-td-checker {
	background-image: url(/content/images/default/grid/grid3-special-col-bg.gif);
}

.x-grid3-row-checker, .x-grid3-hd-checker {
	background-image:url(/content/images/default/grid/row-check-sprite.gif);
}

.x-grid3-body .x-grid3-td-numberer {
	background-image:url(/content/images/default/grid/grid3-special-col-bg.gif);
}

.x-grid3-body .x-grid3-td-numberer .x-grid3-cell-inner {
	color:#444;
}

.x-grid3-body .x-grid3-td-row-icon {
	background-image:url(/content/images/default/grid/grid3-special-col-bg.gif);
}

.x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer,
.x-grid3-body .x-grid3-row-selected .x-grid3-td-checker,
.x-grid3-body .x-grid3-row-selected .x-grid3-td-expander {
	background-image:url(/content/images/default/grid/grid3-special-col-sel-bg.gif);
}

.x-grid3-check-col {
	background-image:url(/content/images/default/menu/unchecked.gif);
}

.x-grid3-check-col-on {
	background-image:url(/content/images/default/menu/checked.gif);
}

.x-grid-group, .x-grid-group-body, .x-grid-group-hd {
	zoom:1;
}

.x-grid-group-hd {
	border-bottom-color:#99bbe8;
}

.x-grid-group-hd div {
	background-image:url(/content/images/default/grid/group-expand-sprite.gif);
	color:#3764a0;
	font:bold 11px tahoma, arial, helvetica, sans-serif;
}

.x-group-by-icon {
	background-image:url(/content/images/default/grid/group-by.gif);
}

.x-cols-icon {
	background-image:url(/content/images/default/grid/columns.gif);
}

.x-show-groups-icon {
	background-image:url(/content/images/default/grid/group-by.gif);
}

.x-grid-empty {
	color:gray;
	font:normal 11px tahoma, arial, helvetica, sans-serif;
}

.x-grid-with-col-lines .x-grid3-row td.x-grid3-cell {
	border-right-color:#ededed;
}

.x-grid-with-col-lines .x-grid3-row{
	border-top-color:#ededed;
}

.x-grid-with-col-lines .x-grid3-row-selected {
	border-top-color:#a3bae9;
}
.x-dd-drag-ghost{
	color:#000;
	font: normal 11px arial, helvetica, sans-serif;
	border-color: #ddd #bbb #bbb #ddd;
	background-color:#fff;
}

.x-dd-drop-nodrop .x-dd-drop-icon{
  background-image: url(/content/images/default/dd/drop-no.gif);
}

.x-dd-drop-ok .x-dd-drop-icon{
  background-image: url(/content/images/default/dd/drop-yes.gif);
}

.x-dd-drop-ok-add .x-dd-drop-icon{
  background-image: url(/content/images/default/dd/drop-add.gif);
}

.x-view-selector {
	background-color:#c3daf9;
	border-color:#3399bb;
}
.x-tree-node-expanded .x-tree-node-icon{
	background-image:url(/content/images/default/tree/folder-open.gif);
}

.x-tree-node-leaf .x-tree-node-icon{
	background-image:url(/content/images/default/tree/leaf.gif);
}

.x-tree-node-collapsed .x-tree-node-icon{
	background-image:url(/content/images/default/tree/folder.gif);
}

.x-tree-node-loading .x-tree-node-icon{
	background-image:url(/content/images/default/tree/loading.gif) !important;
}

.x-tree-node .x-tree-node-inline-icon {
	background-image: none;
}

.x-tree-node-loading a span{
	 font-style: italic;
	 color:#444444;
}

.ext-ie .x-tree-node-el input {
	width:15px;
	height:15px;
}

.x-tree-lines .x-tree-elbow{
	background-image:url(/content/images/default/tree/elbow.gif);
}

.x-tree-lines .x-tree-elbow-plus{
	background-image:url(/content/images/default/tree/elbow-plus.gif);
}

.x-tree-lines .x-tree-elbow-minus{
	background-image:url(/content/images/default/tree/elbow-minus.gif);
}

.x-tree-lines .x-tree-elbow-end{
	background-image:url(/content/images/default/tree/elbow-end.gif);
}

.x-tree-lines .x-tree-elbow-end-plus{
	background-image:url(/content/images/default/tree/elbow-end-plus.gif);
}

.x-tree-lines .x-tree-elbow-end-minus{
	background-image:url(/content/images/default/tree/elbow-end-minus.gif);
}

.x-tree-lines .x-tree-elbow-line{
	background-image:url(/content/images/default/tree/elbow-line.gif);
}

.x-tree-no-lines .x-tree-elbow-plus{
	background-image:url(/content/images/default/tree/elbow-plus-nl.gif);
}

.x-tree-no-lines .x-tree-elbow-minus{
	background-image:url(/content/images/default/tree/elbow-minus-nl.gif);
}

.x-tree-no-lines .x-tree-elbow-end-plus{
	background-image:url(/content/images/default/tree/elbow-end-plus-nl.gif);
}

.x-tree-no-lines .x-tree-elbow-end-minus{
	background-image:url(/content/images/default/tree/elbow-end-minus-nl.gif);
}

.x-tree-arrows .x-tree-elbow-plus{
	background-image:url(/content/images/default/tree/arrows.gif);
}

.x-tree-arrows .x-tree-elbow-minus{
	background-image:url(/content/images/default/tree/arrows.gif);
}

.x-tree-arrows .x-tree-elbow-end-plus{
	background-image:url(/content/images/default/tree/arrows.gif);
}

.x-tree-arrows .x-tree-elbow-end-minus{
	background-image:url(/content/images/default/tree/arrows.gif);
}

.x-tree-node{
	color:#000;
	font: normal 11px arial, tahoma, helvetica, sans-serif;
}

.x-tree-node a, .x-dd-drag-ghost a{
	color:#000;
}

.x-tree-node a span, .x-dd-drag-ghost a span{
	color:#000;
}

.x-tree-node .x-tree-node-disabled a span{
	color:gray !important;
}

.x-tree-node div.x-tree-drag-insert-below{
	 border-bottom-color:#36c;
}

.x-tree-node div.x-tree-drag-insert-above{
	 border-top-color:#36c;
}

.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below a{
	 border-bottom-color:#36c;
}

.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above a{
	 border-top-color:#36c;
}

.x-tree-node .x-tree-drag-append a span{
	 background-color:#ddd;
	 border-color:gray;
}

.x-tree-node .x-tree-node-over {
	background-color: #eee;
}

.x-tree-node .x-tree-selected {
	background-color: #d9e8fb;
}

.x-tree-drop-ok-append .x-dd-drop-icon{
  background-image: url(/content/images/default/tree/drop-add.gif);
}

.x-tree-drop-ok-above .x-dd-drop-icon{
  background-image: url(/content/images/default/tree/drop-over.gif);
}

.x-tree-drop-ok-below .x-dd-drop-icon{
  background-image: url(/content/images/default/tree/drop-under.gif);
}

.x-tree-drop-ok-between .x-dd-drop-icon{
  background-image: url(/content/images/default/tree/drop-between.gif);
}
.x-date-picker {
	border-color: #1b376c;
	background-color:#fff;
}

.x-date-middle,.x-date-left,.x-date-right {
	background-image: url(/content/images/default/shared/hd-sprite.gif);
	color:#fff;
	font:bold 11px "sans serif", tahoma, verdana, helvetica;
}

.x-date-middle .x-btn .x-btn-text {
	color:#fff;
}

.x-date-middle .x-btn-mc em.x-btn-arrow {
	background-image:url(/content/images/default/toolbar/btn-arrow-light.gif);
}

.x-date-right a {
	background-image: url(/content/images/default/shared/right-btn.gif);
}

.x-date-left a{
	background-image: url(/content/images/default/shared/left-btn.gif);
}

.x-date-inner th {
	background-color:#dfecfb;
	background-image:url(/content/images/default/shared/glass-bg.gif);
	border-bottom-color:#a3bad9;
	font:normal 10px arial, helvetica,tahoma,sans-serif;
	color:#233d6d;
}

.x-date-inner td {
	border-color:#fff;
}

.x-date-inner a {
	font:normal 11px arial, helvetica,tahoma,sans-serif;
	color:#000;
}

.x-date-inner .x-date-active{
	color:#000;
}

.x-date-inner .x-date-selected a{
	background-color:#dfecfb;
	background-image:url(/content/images/default/shared/glass-bg.gif);
	border-color:#8db2e3;
}

.x-date-inner .x-date-today a{
	border-color:darkred;
}

.x-date-inner .x-date-selected span{
	font-weight:bold;
}

.x-date-inner .x-date-prevday a,.x-date-inner .x-date-nextday a {
	color:#aaa;
}

.x-date-bottom {
	border-top-color:#a3bad9;
	background-color:#dfecfb;
	background-image:url(/content/images/default/shared/glass-bg.gif);
}

.x-date-inner a:hover, .x-date-inner .x-date-disabled a:hover{
	color:#000;
	background-color:#ddecfe;
}

.x-date-inner .x-date-disabled a {
	background-color:#eee;
	color:#bbb;
}

.x-date-mmenu{
	background-color:#eee !important;
}

.x-date-mmenu .x-menu-item {
	font-size:10px;
	color:#000;
}

.x-date-mp {
	background-color:#fff;
}

.x-date-mp td {
	font:normal 11px arial, helvetica,tahoma,sans-serif;
}

.x-date-mp-btns button {
	background-color:#083772;
	color:#fff;
	border-color: #3366cc #000055 #000055 #3366cc;
	font:normal 11px arial, helvetica,tahoma,sans-serif;
}

.x-date-mp-btns {
	background-color: #dfecfb;
	background-image: url(/content/images/default/shared/glass-bg.gif);
}

.x-date-mp-btns td {
	border-top-color: #c5d2df;
}

td.x-date-mp-month a,td.x-date-mp-year a {
	color:#15428b;
}

td.x-date-mp-month a:hover,td.x-date-mp-year a:hover {
	color:#15428b;
	background-color: #ddecfe;
}

td.x-date-mp-sel a {
	background-color: #dfecfb;
	background-image: url(/content/images/default/shared/glass-bg.gif);
	border-color:#8db2e3;
}

.x-date-mp-ybtn a {
	background-image:url(/content/images/default/panel/tool-sprites.gif);
}

td.x-date-mp-sep {
   border-right-color:#c5d2df;
}
.x-tip .x-tip-close{
	background-image: url(/content/images/default/qtip/close.gif);
}

.x-tip .x-tip-tc, .x-tip .x-tip-tl, .x-tip .x-tip-tr, .x-tip .x-tip-bc, .x-tip .x-tip-bl, .x-tip .x-tip-br, .x-tip .x-tip-ml, .x-tip .x-tip-mr {
	background-image: url(/content/images/default/qtip/tip-sprite.gif);
}

.x-tip .x-tip-mc {
	font: normal 11px tahoma,arial,helvetica,sans-serif;
}
.x-tip .x-tip-ml {
	background-color: #fff;
}

.x-tip .x-tip-header-text {
	font: bold 11px tahoma,arial,helvetica,sans-serif;
	color:#444;
}

.x-tip .x-tip-body {
	font: normal 11px tahoma,arial,helvetica,sans-serif;
	color:#444;
}

.x-form-invalid-tip .x-tip-tc, .x-form-invalid-tip .x-tip-tl, .x-form-invalid-tip .x-tip-tr, .x-form-invalid-tip .x-tip-bc,
.x-form-invalid-tip .x-tip-bl, .x-form-invalid-tip .x-tip-br, .x-form-invalid-tip .x-tip-ml, .x-form-invalid-tip .x-tip-mr
{
	background-image: url(/content/images/default/form/error-tip-corners.gif);
}

.x-form-invalid-tip .x-tip-body {
	background-image:url(/content/images/default/form/exclamation.gif);
}

.x-tip-anchor {
	background-image:url(/content/images/default/qtip/tip-anchor-sprite.gif);
}
.x-menu {
	border-color:#718bb7;
	background-color:#f0f0f0;
	background-image:url(/content/images/default/menu/menu.gif);
}

.x-menu-nosep {
	background-image:none;
}

.x-menu-list-item{
	font:normal 11px arial,tahoma,sans-serif;
}

.x-menu-item-arrow{
	background-image:url(/content/images/default/menu/menu-parent.gif);
}

.x-menu-sep {
	background-color:#e0e0e0;
	border-bottom-color:#fff;
}

a.x-menu-item {
	color:#222;
}

.x-menu-item-active {
	background-image: url(/content/images/default/menu/item-over.gif);
	background-color: #dbecf4;
	border-color:#aaccf6;
}

.x-menu-item-active a.x-menu-item {
	border-color:#aaccf6;
}

.x-menu-check-item .x-menu-item-icon{
	background-image:url(/content/images/default/menu/unchecked.gif);
}

.x-menu-item-checked .x-menu-item-icon{
	background-image:url(/content/images/default/menu/checked.gif);
}

.x-menu-item-checked .x-menu-group-item .x-menu-item-icon{
	background-image:url(/content/images/default/menu/group-checked.gif);
}

.x-menu-group-item .x-menu-item-icon{
	background-image:none;
}

.x-menu-plain {
	background-color:#fff !important;
}

.x-menu .x-date-picker{
	border-color:#a3bad9;
}

.x-cycle-menu .x-menu-item-checked {
	border-color:#a3bae9 !important;
	background-color:#def8f6;
}

.x-menu-scroller-top {
	background-image:url(/content/images/default/layout/mini-top.gif);
}

.x-menu-scroller-bottom {
	background-image:url(/content/images/default/layout/mini-bottom.gif);
}

.x-box-tl {
	background-image: url(/content/images/default/box/corners.gif);
}

.x-box-tc {
	background-image: url(/content/images/default/box/tb.gif);
}

.x-box-tr {
	background-image: url(/content/images/default/box/corners.gif);
}

.x-box-ml {
	background-image: url(/content/images/default/box/l.gif);
}

.x-box-mc {
	background-color: #eee;
	background-image: url(/content/images/default/box/tb.gif);
	font-family: "Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif;
	color: #393939;
	font-size: 12px;
}

.x-box-mc h3 {
	font-size: 14px;
	font-weight: bold;
}

.x-box-mr {
	background-image: url(/content/images/default/box/r.gif);
}

.x-box-bl {
	background-image: url(/content/images/default/box/corners.gif);
}

.x-box-bc {
	background-image: url(/content/images/default/box/tb.gif);
}

.x-box-br {
	background-image: url(/content/images/default/box/corners.gif);
}

.x-box-blue .x-box-bl, .x-box-blue .x-box-br, .x-box-blue .x-box-tl, .x-box-blue .x-box-tr {
	background-image: url(/content/images/default/box/corners-blue.gif);
}

.x-box-blue .x-box-bc, .x-box-blue .x-box-mc, .x-box-blue .x-box-tc {
	background-image: url(/content/images/default/box/tb-blue.gif);
}

.x-box-blue .x-box-mc {
	background-color: #c3daf9;
}

.x-box-blue .x-box-mc h3 {
	color: #17385b;
}

.x-box-blue .x-box-ml {
	background-image: url(/content/images/default/box/l-blue.gif);
}

.x-box-blue .x-box-mr {
	background-image: url(/content/images/default/box/r-blue.gif);
}
#x-debug-browser .x-tree .x-tree-node a span {
	color:#222297;
	font-size:11px;
	font-family:"monotype","courier new",sans-serif;
}

#x-debug-browser .x-tree a i {
	color:#ff4545;
	font-style:normal;
}

#x-debug-browser .x-tree a em {
	color:#999;
}

#x-debug-browser .x-tree .x-tree-node .x-tree-selected a span{
	background-color:#c3daf9;
}
.x-combo-list {
	border-color:#98c0f4;
	background-color:#ddecfe;
	font:normal 12px tahoma, arial, helvetica, sans-serif;
}

.x-combo-list-inner {
	background-color:#fff;
}

.x-combo-list-hd {
	font:bold 11px tahoma, arial, helvetica, sans-serif;
	color:#15428b;
	background-image: url(/content/images/default/layout/panel-title-light-bg.gif);
	border-bottom-color:#98c0f4;
}

.x-resizable-pinned .x-combo-list-inner {
	border-bottom-color:#98c0f4;
}

.x-combo-list-item {
	border-color:#fff;
}

.x-combo-list .x-combo-selected{
	border-color:#a3bae9 !important;
	background-color:#dfe8f6;
}

.x-combo-list .x-toolbar {
	border-top-color:#98c0f4;
}

.x-combo-list-small {
	font:normal 11px tahoma, arial, helvetica, sans-serif;
}
.x-panel {
	border-color: #99bbe8;
}

.x-panel-header {
	color:#15428b;
	font-weight:bold; 
	font-size: 11px;
	font-family: tahoma,arial,verdana,sans-serif;
	border-color:#99bbe8;
	background-image: url(/content/images/default/panel/white-top-bottom.gif);
}

.x-panel-body {
	border-color:#99bbe8;
	background-color:#fff;
}

.x-panel-bbar .x-toolbar, .x-panel-tbar .x-toolbar {
	border-color:#99bbe8;
}

.x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar {
	border-top-color:#99bbe8;
}

.x-panel-body-noheader, .x-panel-mc .x-panel-body {
	border-top-color:#99bbe8;
}

.x-panel-tl .x-panel-header {
	color:#15428b;
	font:bold 11px tahoma,arial,verdana,sans-serif;
}

.x-panel-tc {
	background-image: url(/content/images/default/panel/top-bottom.gif);
}

.x-panel-tl, .x-panel-tr, .x-panel-bl,  .x-panel-br{
	background-image: url(/content/images/default/panel/corners-sprite.gif);
	border-bottom-color:#99bbe8;
}

.x-panel-bc {
	background-image: url(/content/images/default/panel/top-bottom.gif);
}

.x-panel-mc {
	font: normal 11px tahoma,arial,helvetica,sans-serif;
	background-color:#dfe8f6;
}

.x-panel-ml {
	background-color: #fff;
	background-image:url(/content/images/default/panel/left-right.gif);
}

.x-panel-mr {
	background-image: url(/content/images/default/panel/left-right.gif);
}

.x-tool {
	background-image:url(/content/images/default/panel/tool-sprites.gif);
}

.x-panel-ghost {
	background-color:#cbddf3;
}

.x-panel-ghost ul {
	border-color:#99bbe8;
}

.x-panel-dd-spacer {
	border-color:#99bbe8;
}

.x-panel-fbar td,.x-panel-fbar span,.x-panel-fbar input,.x-panel-fbar div,.x-panel-fbar select,.x-panel-fbar label{
	font:normal 11px arial,tahoma, helvetica, sans-serif;
}

.x-window-proxy {
	background-color:#c7dffc;
	border-color:#99bbe8;
}

.x-window-tl .x-window-header {
	color:#15428b;
	font:bold 11px tahoma,arial,verdana,sans-serif;
}

.x-window-tc {
	background-image: url(/content/images/default/window/top-bottom.png);
}

.x-window-tl {
	background-image: url(/content/images/default/window/left-corners.png);
}

.x-window-tr {
	background-image: url(/content/images/default/window/right-corners.png);
}

.x-window-bc {
	background-image: url(/content/images/default/window/top-bottom.png);
}

.x-window-bl {
	background-image: url(/content/images/default/window/left-corners.png);
}

.x-window-br {
	background-image: url(/content/images/default/window/right-corners.png);
}

.x-window-mc {
	border-color:#99bbe8;
	font: normal 11px tahoma,arial,helvetica,sans-serif;
	background-color:#dfe8f6;
}

.x-window-ml {
	background-image: url(/content/images/default/window/left-right.png);
}

.x-window-mr {
	background-image: url(/content/images/default/window/left-right.png);
}

.x-window-maximized .x-window-tc {
	background-color:#fff;
}

.x-window-bbar .x-toolbar {
	border-top-color:#99bbe8;
}

.x-panel-ghost .x-window-tl {
	border-bottom-color:#99bbe8;
}

.x-panel-collapsed .x-window-tl {
	border-bottom-color:#84a0c4;
}

.x-dlg-mask{
   background-color:#ccc;
}

.x-window-plain .x-window-mc {
	background-color: #ccd9e8;
	border-color: #a3bae9 #dfe8f6 #dfe8f6 #a3bae9;
}

.x-window-plain .x-window-body {
	border-color: #dfe8f6 #a3bae9 #a3bae9 #dfe8f6;
}

body.x-body-masked .x-window-plain .x-window-mc {
	background-color: #ccd9e8;
}
.x-html-editor-wrap {
	border-color:#a9bfd3;
	background-color:#fff;
}
.x-html-editor-tb .x-btn-text {
	background-image:url(/content/images/default/editor/tb-sprite.gif);
}
.x-panel-noborder .x-panel-header-noborder {
	border-bottom-color:#99bbe8;
}

.x-panel-noborder .x-panel-tbar-noborder .x-toolbar {
	border-bottom-color:#99bbe8;
}

.x-panel-noborder .x-panel-bbar-noborder .x-toolbar {
	border-top-color:#99bbe8;
}

.x-tab-panel-bbar-noborder .x-toolbar {
	border-top-color:#99bbe8;
}

.x-tab-panel-tbar-noborder .x-toolbar {
	border-bottom-color:#99bbe8;
}
.x-border-layout-ct {
	background-color:#dfe8f6;
}

.x-accordion-hd {
	color:#222;
	font-weight:bold;
	background-image: url(/content/images/default/panel/light-hd.gif);
}

.x-layout-collapsed{
	background-color:#d2e0f2;
	border-color:#98c0f4;
}

.x-layout-collapsed-over{
	background-color:#d9e8fb;
}

.x-layout-split-west .x-layout-mini {
	background-image:url(/content/images/default/layout/mini-left.gif);
}
.x-layout-split-east .x-layout-mini {
	background-image:url(/content/images/default/layout/mini-right.gif);
}
.x-layout-split-north .x-layout-mini {
	background-image:url(/content/images/default/layout/mini-top.gif);
}
.x-layout-split-south .x-layout-mini {
	background-image:url(/content/images/default/layout/mini-bottom.gif);
}

.x-layout-cmini-west .x-layout-mini {
	background-image:url(/content/images/default/layout/mini-right.gif);
}

.x-layout-cmini-east .x-layout-mini {
	background-image:url(/content/images/default/layout/mini-left.gif);
}

.x-layout-cmini-north .x-layout-mini {
	background-image:url(/content/images/default/layout/mini-bottom.gif);
}

.x-layout-cmini-south .x-layout-mini {
	background-image:url(/content/images/default/layout/mini-top.gif);
}
.x-progress-wrap {
	border-color:#6593cf;
}

.x-progress-inner {
	background-color:#e0e8f3;
	background-image:url(/content/images/default/qtip/bg.gif);
}

.x-progress-bar {
	background-color:#9cbfee;
	background-image:url(/content/images/default/progress/progress-bg.gif);
	border-top-color:#d1e4fd;
	border-bottom-color:#7fa9e4;
	border-right-color:#7fa9e4;
}

.x-progress-text {
	font-size:11px;
	font-weight:bold;
	color:#fff;
}

.x-progress-text-back {
	color:#396095;
}
.x-list-header{
	background-color:#f9f9f9;
	background-image:url(/content/images/default/grid/grid3-hrow.gif);
}

.x-list-header-inner div em {
	border-left-color:#ddd;
	font:normal 11px arial, tahoma, helvetica, sans-serif;
}

.x-list-body dt em {
	font:normal 11px arial, tahoma, helvetica, sans-serif;
}

.x-list-over {
	background-color:#eee;
}

.x-list-selected {
	background-color:#dfe8f6;
}

.x-list-resizer {
	border-left-color:#555;
	border-right-color:#555;
}

.x-list-header-inner em.sort-asc, .x-list-header-inner em.sort-desc {
	background-image:url(/content/images/default/grid/sort-hd.gif);
	border-color: #99bbe8;
}
.x-slider-horz, .x-slider-horz .x-slider-end, .x-slider-horz .x-slider-inner {
	background-image:url(/content/images/default/slider/slider-bg.png);
}

.x-slider-horz .x-slider-thumb {
	background-image:url(/content/images/default/slider/slider-thumb.png);
}

.x-slider-vert, .x-slider-vert .x-slider-end, .x-slider-vert .x-slider-inner {
	background-image:url(/content/images/default/slider/slider-v-bg.png);
}

.x-slider-vert .x-slider-thumb {
	background-image:url(/content/images/default/slider/slider-v-thumb.png);
}
.x-window-dlg .ext-mb-text,
.x-window-dlg .x-window-header-text {
	font-size:12px;
}

.x-window-dlg .ext-mb-textarea {
	font:normal 12px tahoma,arial,helvetica,sans-serif;
}

.x-window-dlg .x-msg-box-wait {
	background-image:url(/content/images/default/grid/loading.gif);
}

.x-window-dlg .ext-mb-info {
	background-image:url(/content/images/default/window/icon-info.gif);
}

.x-window-dlg .ext-mb-warning {
	background-image:url(/content/images/default/window/icon-warning.gif);
}

.x-window-dlg .ext-mb-question {
	background-image:url(/content/images/default/window/icon-question.gif);
}

.x-window-dlg .ext-mb-error {
	background-image:url(/content/images/default/window/icon-error.gif);
}

/*
 * Ext JS Library 3.0 RC2
 * Copyright(c) 2006-2009, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://extjs.com/license
 */

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}img,body,html{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}
.ext-el-mask {
	z-index: 100;
	position: absolute;
	top:0;
	left:0;
	-moz-opacity: 0.5;
	opacity: .50;
	filter: alpha(opacity=50);
	width: 100%;
	height: 100%;
	zoom: 1;
}

.ext-el-mask-msg {
	z-index: 20001;
	position: absolute;
	top: 0;
	left: 0;
	border:1px solid;
	background:repeat-x 0 -16px;
	padding:2px;
}

.ext-el-mask-msg div {
	padding:5px 10px 5px 10px;
	border:1px solid;
	cursor:wait;
}

.ext-shim {
	position:absolute;
	visibility:hidden;
	left:0;
	top:0;
	overflow:hidden;
}

.ext-ie .ext-shim {
	filter: alpha(opacity=0);
}

.ext-ie6 .ext-shim {
	margin-left: 5px;
	margin-top: 3px;
}

.x-mask-loading div {
	padding:5px 10px 5px 25px;
	background:no-repeat 5px 5px;
	line-height:16px;
}


.x-hidden, .x-hide-offsets {
	position:absolute !important;
	left:-10000px;
	top:-10000px;
	visibility:hidden;
}

.x-hide-display {
	display:none !important;
}

.x-hide-visibility {
	visibility:hidden !important;
}

.x-masked {
	overflow: hidden !important;
}
.x-masked-relative {
	position: relative !important;
}

.x-masked select, .x-masked object, .x-masked embed {
	visibility: hidden;
}

.x-layer {
	visibility: hidden;
}

.x-unselectable, .x-unselectable * {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select:ignore;
}

.x-repaint {
	zoom: 1;
	background-color: transparent;
	-moz-outline: none;
}

.x-item-disabled {
	cursor: default;
	opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);
}

.x-item-disabled * {
	cursor: default !important;
}

.x-splitbar-proxy {
	position: absolute;
	visibility: hidden;
	z-index: 20001;
	zoom: 1;
	line-height: 1px;
	font-size: 1px;
	overflow: hidden;
}

.x-splitbar-h, .x-splitbar-proxy-h {
	cursor: e-resize;
	cursor: col-resize;
}

.x-splitbar-v, .x-splitbar-proxy-v {
	cursor: s-resize;
	cursor: row-resize;
}

.x-color-palette {
	width: 150px;
	height: 92px;
	cursor: pointer;
}

.x-color-palette a {
	border: 1px solid;
	float: left;
	padding: 2px;
	text-decoration: none;
	-moz-outline: 0 none;
	outline: 0 none;
	cursor: pointer;
}

.x-color-palette a:hover, .x-color-palette a.x-color-palette-sel {
	border: 1px solid;
}

.x-color-palette em {
	display: block;
	border: 1px solid;
}

.x-color-palette em span {
	cursor: pointer;
	display: block;
	height: 10px;
	line-height: 10px;
	width: 10px;
}

.x-ie-shadow {
	display: none;
	position: absolute;
	overflow: hidden;
	left:0;
	top:0;
	zoom:1;
}

.x-shadow {
	display: none;
	position: absolute;
	overflow: hidden;
	left:0;
	top:0;
}

.x-shadow * {
	overflow: hidden;
}

.x-shadow * {
	padding: 0;
	border: 0;
	margin: 0;
	clear: none;
	zoom: 1;
}


.x-shadow .xstc, .x-shadow .xsbc {
	height: 6px;
	float: left;
}


.x-shadow .xstl, .x-shadow .xstr, .x-shadow .xsbl, .x-shadow .xsbr {
	width: 6px;
	height: 6px;
	float: left;
}


.x-shadow .xsc {
	width: 100%;
}

.x-shadow .xsml, .x-shadow .xsmr {
	width: 6px;
	float: left;
	height: 100%;
}

.x-shadow .xsmc {
	float: left;
	height: 100%;
	background: transparent;
}

.x-shadow .xst, .x-shadow .xsb {
	height: 6px;
	overflow: hidden;
	width: 100%;
}

.x-shadow .xsml {
	background: transparent repeat-y 0 0;
}

.x-shadow .xsmr {
	background: transparent repeat-y -6px 0;
}

.x-shadow .xstl {
	background: transparent no-repeat 0 0;
}

.x-shadow .xstc {
	background: transparent repeat-x 0 -30px;
}

.x-shadow .xstr {
	background: transparent repeat-x 0 -18px;
}

.x-shadow .xsbl {
	background: transparent no-repeat 0 -12px;
}

.x-shadow .xsbc {
	background: transparent repeat-x 0 -36px;
}

.x-shadow .xsbr {
	background: transparent repeat-x 0 -6px;
}

.loading-indicator {
	background: no-repeat left;
	padding-left: 20px;
	line-height: 16px;
	margin: 3px;
}

.x-text-resize {
	position: absolute;
	left: -1000px;
	top: -1000px;
	visibility: hidden;
	zoom: 1;
}

.x-drag-overlay {
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	background-image:url(/content/images/ext/s.gif);
	z-index: 20000;
}

.x-clear {
	clear:both;
	height:0;
	overflow:hidden;
	line-height:0;
	font-size:0;
}

.x-spotlight {
	z-index: 8999;
	position: absolute;
	top:0;
	left:0;
	-moz-opacity: 0.5;
	opacity: .50;
	filter: alpha(opacity=50);
	width:0;
	height:0;
	zoom: 1;
}

#x-history-frame {
	position:absolute;
	top:-1px;
	left:0;
	width:1px;
	height:1px;
	visibility:hidden;
}

#x-history-field {
	position:absolute;
	top:0;
	left:-1px;
	width:1px;
	height:1px;
	visibility:hidden;
}

.x-tab-panel {
	overflow:hidden;
}

.x-tab-panel-header, .x-tab-panel-footer {
	border: 1px solid;
	overflow:hidden;
	zoom:1;
}

.x-tab-panel-header {
	border: 1px solid;
	padding-bottom: 2px;
}

.x-tab-panel-footer {
	border: 1px solid;
	padding-top: 2px;
}

.x-tab-strip-wrap {
	width:100%;
	overflow:hidden;
	position:relative;
	zoom:1;
}

ul.x-tab-strip {
	display:block;
	width:5000px;
	zoom:1;
}

ul.x-tab-strip-top{
	padding-top: 1px;
	background: repeat-x bottom;
	border-bottom: 1px solid;
}

ul.x-tab-strip-bottom{
	padding-bottom: 1px;
	background: repeat-x top;
	border-top: 1px solid;
	border-bottom: 0 none;
}

.x-tab-panel-header-plain .x-tab-strip-top {
	background:transparent !important;
	padding-top:0 !important;
}

.x-tab-panel-header-plain {
	background:transparent !important;
	border-width:0 !important;
	padding-bottom:0 !important;
}

.x-tab-panel-header-plain .x-tab-strip-spacer,
.x-tab-panel-footer-plain .x-tab-strip-spacer {
	border:1px solid;
	height:2px;
	font-size:1px;
	line-height:1px;
}

.x-tab-panel-header-plain .x-tab-strip-spacer {
	border-top: 0 none;
}

.x-tab-panel-footer-plain .x-tab-strip-spacer {
	border-bottom: 0 none;
}

.x-tab-panel-footer-plain .x-tab-strip-bottom {
	background:transparent !important;
	padding-bottom:0 !important;
}

.x-tab-panel-footer-plain {
	background:transparent !important;
	border-width:0 !important;
	padding-top:0 !important;
}

.ext-border-box .x-tab-panel-header-plain .x-tab-strip-spacer,
.ext-border-box .x-tab-panel-footer-plain .x-tab-strip-spacer {
	height:3px;
}

ul.x-tab-strip li {
	float:left;
	margin-left:2px;
}

ul.x-tab-strip li.x-tab-edge {
	float:left;
	margin:0 !important;
	padding:0 !important;
	border:0 none !important;
	font-size:1px !important;
	line-height:1px !important;
	overflow:hidden;
	zoom:1;
	background:transparent !important;
	width:1px;
}

.x-tab-strip a, .x-tab-strip span, .x-tab-strip em {
	display:block;
}

.x-tab-strip a {
	text-decoration:none !important;
	-moz-outline: none;
	outline: none;
	cursor:pointer;
}

.x-tab-strip-inner {
	overflow:hidden;
	text-overflow: ellipsis;
}

.x-tab-strip span.x-tab-strip-text {
	white-space: nowrap;
	cursor:pointer;
	padding:4px 0;
}

.x-tab-strip-top .x-tab-with-icon .x-tab-right {
	padding-left:6px;
}

.x-tab-strip .x-tab-with-icon span.x-tab-strip-text {
	padding-left:20px;
	background-position: 0 3px;
	background-repeat: no-repeat;
}

.x-tab-strip-active, .x-tab-strip-active a.x-tab-right {
	cursor:default;
}

.x-tab-strip-active span.x-tab-strip-text {
	cursor:default;
}

.x-tab-strip-disabled .x-tabs-text {
	cursor:default;
}

.x-tab-panel-body {
	overflow:hidden;
}

.x-tab-panel-bwrap {
	overflow:hidden;
}

.ext-ie .x-tab-strip .x-tab-right {
	position:relative;
}

.x-tab-strip-top .x-tab-strip-active .x-tab-right {
	margin-bottom:-1px;
}

.x-tab-strip-top .x-tab-strip-active .x-tab-right span.x-tab-strip-text {
	padding-bottom:5px;
}

.x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
	margin-top:-1px;
}

.x-tab-strip-bottom .x-tab-strip-active .x-tab-right span.x-tab-strip-text {
	padding-top:5px;
}

.x-tab-strip-top .x-tab-right {
	background: transparent no-repeat 0 -51px;
	padding-left:10px;
}

.x-tab-strip-top .x-tab-left {
	background: transparent no-repeat right -351px;
	padding-right:10px;
}

.x-tab-strip-top .x-tab-strip-inner {
	background: transparent repeat-x 0 -201px;
}

.x-tab-strip-top .x-tab-strip-over .x-tab-right {
	 background-position:0 -101px;
}

.x-tab-strip-top .x-tab-strip-over .x-tab-left {
	 background-position:right -401px;
}

.x-tab-strip-top .x-tab-strip-over .x-tab-strip-inner {
	 background-position:0 -251px;
}

.x-tab-strip-top .x-tab-strip-active .x-tab-right {
	background-position: 0 0;
}

.x-tab-strip-top .x-tab-strip-active .x-tab-left {
	background-position: right -301px;
}

.x-tab-strip-top .x-tab-strip-active .x-tab-strip-inner {
	background-position: 0 -151px;
}

.x-tab-strip-bottom .x-tab-right {
	background: no-repeat bottom right;
}

.x-tab-strip-bottom .x-tab-left {
	background: no-repeat bottom left;
}

.x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
	background: no-repeat bottom left;
}

.x-tab-strip-bottom .x-tab-strip-active .x-tab-left {
	background: no-repeat bottom right;
}

.x-tab-strip-bottom .x-tab-left {
	padding:0 10px;
}

.x-tab-strip-bottom .x-tab-right {
	padding:0;
}

.x-tab-strip .x-tab-strip-close {
	display:none;
}

.x-tab-strip-closable {
	position:relative;
}

.x-tab-strip-closable .x-tab-left {
	padding-right:19px;
}

.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
	opacity:.6;
	-moz-opacity:.6;
	background-repeat:no-repeat;
	display:block;
	width:11px;
	height:11px;
	position:absolute;
	top:3px;
	right:3px;
	cursor:pointer;
	z-index:2;
}

.x-tab-strip .x-tab-strip-active a.x-tab-strip-close {
	opacity:.8;
	-moz-opacity:.8;
}
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover{
	opacity:1;
	-moz-opacity:1;
}

.x-tab-panel-body {
	border: 1px solid;
}

.x-tab-panel-body-top {
	border-top: 0 none;
}

.x-tab-panel-body-bottom {
	border-bottom: 0 none;
}

.x-tab-scroller-left {
	background: transparent no-repeat -18px 0;
	border-bottom: 1px solid;
	width:18px;
	position:absolute;
	left:0;
	top:0;
	z-index:10;
	cursor:pointer;
}
.x-tab-scroller-left-over {
	background-position: 0 0;
}

.x-tab-scroller-left-disabled {
	background-position: -18px 0;
	opacity:.5;
	-moz-opacity:.5;
	filter:alpha(opacity=50);
	cursor:default;
}

.x-tab-scroller-right {
	background: transparent no-repeat 0 0;
	border-bottom: 1px solid;
	width:18px;
	position:absolute;
	right:0;
	top:0;
	z-index:10;
	cursor:pointer;
}

.x-tab-scroller-right-over {
	background-position: -18px 0;
}

.x-tab-scroller-right-disabled {
	background-position: 0 0;
	opacity:.5;
	-moz-opacity:.5;
	filter:alpha(opacity=50);
	cursor:default;
}

.x-tab-scrolling-bottom .x-tab-scroller-left, .x-tab-scrolling-bottom .x-tab-scroller-right{
	margin-top: 1px;
}

.x-tab-scrolling .x-tab-strip-wrap {
	margin-left:18px;
	margin-right:18px;
}

.x-tab-scrolling {
	position:relative;    
}

.x-tab-panel-bbar .x-toolbar {
	border:1px solid;
	border-top:0 none;
	overflow:hidden;
	padding:2px;
}

.x-tab-panel-tbar .x-toolbar {
	border:1px solid;
	border-top:0 none;
	overflow:hidden;
	padding:2px;
}

.x-form-field{
	margin: 0 0 0 0;
}

.ext-webkit *:focus{
	outline: none !important;
}


.x-form-text, textarea.x-form-field{
	padding:1px 3px;
	background:repeat-x 0 0;
	border:1px solid;
}

textarea.x-form-field {
	padding:2px 3px;
}

.x-form-text, .ext-ie .x-form-file {
	height:15px;
	line-height:18px;
	vertical-align:middle;
}

.ext-ie6 .x-form-text, .ext-ie7 .x-form-text {
	margin:-1px 0; 
	height:22px; 
	line-height:18px;
}

.ext-ie6 textarea.x-form-field, .ext-ie7 textarea.x-form-field {
	margin:-1px 0; 
}

.ext-strict .x-form-text {
	height:16px;
}

.ext-safari.ext-mac textarea.x-form-field {
	margin-bottom:-2px; 
}

.ext-strict .ext-ie8 .x-form-text, .ext-strict .ext-ie8 textarea.x-form-field {
	margin-bottom: 1px;
}

.ext-gecko .x-form-text , .ext-ie8 .x-form-text {
	padding-top:0px; 
	padding-bottom:0;
}

textarea {
	resize: none;  
}


.x-form-select-one {
	height:20px;
	line-height:18px;
	vertical-align:middle;
	border: 1px solid;
}






.x-form-check-wrap {
	line-height:18px;
}

.ext-ie .x-form-check-wrap input {
	width:15px;
	height:15px;
}

.x-editor .x-form-check-wrap {
	padding:3px;
}

.x-editor .x-form-checkbox {
	height:13px;
}

.x-form-check-group-label {
	border-bottom: 1px solid;
	margin-bottom: 5px;
	padding-left: 3px !important;
	float: none !important;
}


.x-form-field-wrap .x-form-trigger{
	width:17px;
	height:21px;
	border:0;
	background:transparent no-repeat 0 0;
	cursor:pointer;
	border-bottom: 1px solid;
	position:absolute;
	top:0;
}

.x-form-field-wrap .x-form-date-trigger, .x-form-field-wrap .x-form-clear-trigger, .x-form-field-wrap .x-form-search-trigger{
	cursor:pointer;
}

.ext-safari .x-form-field-wrap .x-form-trigger{
	right:0;
}

.x-form-field-wrap .x-form-twin-triggers .x-form-trigger{
	position:static;
	top:auto;
	vertical-align:top;
}

.x-form-field-wrap {
	position:relative;
	left:0;top:0;
	zoom:1;
	white-space: nowrap;
}

.x-form-field-wrap .x-form-trigger-over{
	background-position:-17px 0;
}

.x-form-field-wrap .x-form-trigger-click{
	background-position:-34px 0;
}

.x-trigger-wrap-focus .x-form-trigger{
	background-position:-51px 0;
}

.x-trigger-wrap-focus .x-form-trigger-over{
	background-position:-68px 0;
}

.x-trigger-wrap-focus .x-form-trigger-click{
	background-position:-85px 0;
}

.x-trigger-wrap-focus .x-form-trigger{
	border-bottom: 1px solid;
}

.x-item-disabled .x-form-trigger-over{
	background-position:0 0 !important;
	border-bottom: 1px solid;
}

.x-item-disabled .x-form-trigger-click{
	background-position:0 0 !important;
	border-bottom: 1px solid;
}

.x-trigger-noedit{
	cursor:pointer;
}


.x-form-focus, textarea.x-form-focus{
	border: 1px solid;
}


.x-form-invalid, textarea.x-form-invalid{
	background:repeat-x bottom;
	border: 1px solid;
}

.ext-safari .x-form-invalid{
	border: 1px solid;
}

.x-form-inner-invalid, textarea.x-form-inner-invalid{
	background:repeat-x bottom;
}


.x-editor {
	visibility:hidden;
	padding:0;
	margin:0;
}
.x-form-check-wrap {
	height: 22px;
	line-height:18px;
}

.ext-ie .x-form-check-wrap input {
	width:15px;
	height:15px;
}

.x-editor .x-form-check-wrap {
	padding:3px;
}

.x-editor .x-form-checkbox {
	height:13px;
}

.x-form-grow-sizer {
	left: -10000px;
	padding: 8px 3px;
	position: absolute;
	visibility:hidden;
	top: -10000px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	zoom:1;
}

.x-form-grow-sizer p {
	margin:0 !important;
	border:0 none !important;
	padding:0 !important;
}



.x-form-item {
	display:block;
	margin-bottom:4px;
	zoom:1;
}

.x-form-item label {
	display:block;
	float:left;
	width:100px;
	padding:3px;
	padding-left:0;
	clear:left;
	z-index:2;
	position:relative;
}

.x-form-element {
	padding-left:105px;
	position:relative;
}

.x-form-invalid-msg {
	padding:2px;
	padding-left:18px;
	background: transparent no-repeat 0 2px;
	line-height:16px;
	width:200px;
}

.x-form-label-left label {
   text-align:left;
}

.x-form-label-right label {
   text-align:right;
}

.x-form-label-top .x-form-item label {
	width:auto;
	float:none;
	clear:none;
	display:inline;
	margin-bottom:4px;
	position:static;
}

.x-form-label-top .x-form-element {
	padding-left:0;
	padding-top:4px;
}

.x-form-label-top .x-form-item {
	padding-bottom:4px;
}


.x-small-editor .x-form-text {
	height:20px;
	line-height:16px;
	vertical-align:middle;
}

.ext-ie6 .x-small-editor .x-form-text, .ext-ie7 .x-small-editor .x-form-text {
	margin-top:-1px !important; 
	margin-bottom:-1px !important;
	height:20px !important; 
	line-height:16px !important;
}

.ext-strict .x-small-editor .x-form-text {
	height:16px !important;
}

.ext-ie6 .x-small-editor .x-form-text, .ext-ie7 .x-small-editor .x-form-text {
	height:20px;
	line-height:16px;
}

.ext-border-box .x-small-editor .x-form-text {
	height:20px;
}

.x-small-editor .x-form-select-one {
	height:20px;
	line-height:16px;
	vertical-align:middle;
}

.x-small-editor .x-form-num-field {
	text-align:right;
}

.x-small-editor .x-form-field-wrap .x-form-trigger{
	height:17px;
}

.ext-webkit .x-small-editor .x-form-text{padding-top:3px;font-size:100%;}

.x-form-clear {
	clear:both;
	height:0;
	overflow:hidden;
	line-height:0;
	font-size:0;
}
.x-form-clear-left {
	clear:left;
	height:0;
	overflow:hidden;
	line-height:0;
	font-size:0;
}

.x-form-cb-label {
	width:auto !important;
	float:none !important;
	clear:none !important;
	display:inline !important;
	margin-left:4px;
	top: -2px;
}

.ext-gecko2 .x-form-cb-label{
	top: -1px;
}

.ext-strict .ext-ie8 .x-form-cb-label {
	top: -3px;
}

.ext-opera .x-form-cb-label, .ext-safari3 .x-form-cb-label, .ext-ie7 .x-form-cb-label, .ext-ie6 .x-form-cb-label {
	top: 0;
}

.x-form-column {
	float:left;
	padding:0;
	margin:0;
	width:48%;
	overflow:hidden;
	zoom:1;
}


.x-form .x-form-btns-ct .x-btn{
	float:right;
	clear:none;
}

.x-form .x-form-btns-ct .x-form-btns td {
	border:0;
	padding:0;
}

.x-form .x-form-btns-ct .x-form-btns-right table{
	float:right;
	clear:none;
}

.x-form .x-form-btns-ct .x-form-btns-left table{
	float:left;
	clear:none;
}

.x-form .x-form-btns-ct .x-form-btns-center{
	text-align:center; 
}

.x-form .x-form-btns-ct .x-form-btns-center table{
	margin:0 auto; 
}

.x-form .x-form-btns-ct table td.x-form-btn-td{
	padding:3px;
}

.x-form .x-form-btns-ct .x-btn-focus .x-btn-left{
	background-position:0 -147px;
}

.x-form .x-form-btns-ct .x-btn-focus .x-btn-right{
	background-position:0 -168px;
}

.x-form .x-form-btns-ct .x-btn-focus .x-btn-center{
	background-position:0 -189px;
}

.x-form .x-form-btns-ct .x-btn-click .x-btn-center{
	background-position:0 -126px;
}

.x-form .x-form-btns-ct .x-btn-click  .x-btn-right{
	background-position:0 -84px;
}

.x-form .x-form-btns-ct .x-btn-click .x-btn-left{
	background-position:0 -63px;
}

.x-form-invalid-icon {
	width:16px;
	height:18px;
	visibility:hidden;
	position:absolute;
	left:0;
	top:0;
	display:block;
	background:transparent no-repeat 0 2px;
}


.x-fieldset {
	border:1px solid;
	padding:10px;
	margin-bottom:10px;
	display:block; 
}


.ext-webkit .x-fieldset-header {
	padding-top: 1px;
}        

.ext-ie .x-fieldset legend {
	margin-bottom:10px;
}

.ext-ie .x-fieldset {
	padding-top: 0;
	padding-bottom:10px;
}

.x-fieldset legend .x-tool-toggle {
	margin-right:3px;
	margin-left:0;
	float:left !important;
}

.x-fieldset legend input {
	margin-right:3px;
	float:left !important;
	height:13px;
	width:13px;
}

fieldset.x-panel-collapsed {
	padding-bottom:0 !important;
	border-width: 1px 1px 0 1px !important;
	border-left-color: transparent;
	border-right-color: transparent;
}      
  
.ext-ie6 fieldset.x-panel-collapsed{
	padding-bottom:0 !important;
	border-width: 1px 0 0 0 !important;
	margin-left: 1px;
	margin-right: 1px;
}

fieldset.x-panel-collapsed .x-fieldset-bwrap {
	visibility:hidden;
	position:absolute;
	left:-1000px;
	top:-1000px;
}

.ext-ie .x-fieldset-bwrap {
	zoom:1;
}

.x-fieldset-noborder {
	border:0px none transparent;
}

.x-fieldset-noborder legend {
	margin-left:-3px;
}


.ext-ie .x-fieldset-noborder legend {
	position: relative;
	margin-bottom:23px;
}
.ext-ie .x-fieldset-noborder legend span {
	position: absolute;
	left:16px;
}
		
.ext-gecko .x-window-body .x-form-item {
	-moz-outline: none;
	overflow: auto;
}

.ext-gecko .x-form-item {
	-moz-outline: none;
}

.x-hide-label label.x-form-item-label {
	 display:none;
}

.x-hide-label .x-form-element {
	 padding-left: 0 !important;
}

.x-fieldset {
	overflow:hidden;
}

.x-fieldset-bwrap {
	overflow:hidden;
	zoom:1;
}

.x-fieldset-body {
	overflow:hidden;
}



.x-btn{
	cursor:pointer;
	white-space: nowrap;
}

.x-btn button{
	border:0 none;
	background:transparent;
	padding-left:3px;
	padding-right:3px;
	cursor:pointer;
	margin:0;
	overflow:visible;
	width:auto;
	-moz-outline:0 none;
	outline:0 none;
}

* html .ext-ie .x-btn button {
	width:1px;
}

.ext-gecko .x-btn button {
	padding-left:0;
	padding-right:0;
}

.ext-gecko .x-btn button::-moz-focus-inner {
	padding:0;
}

.ext-ie .x-btn button {
	padding-top:2px;
}

.x-btn td {
	padding:0 !important;
}

.x-btn-text {
	cursor:pointer;
	white-space: nowrap;
	padding:0;
}




.x-btn-noicon .x-btn-small .x-btn-text{
	height: 16px;
}

.x-btn-noicon .x-btn-medium .x-btn-text{
	height: 24px;
}

.x-btn-noicon .x-btn-large .x-btn-text{
	height: 32px;
}


.x-btn-icon .x-btn-text{
	background-position: center;
	background-repeat: no-repeat;
}

.x-btn-icon .x-btn-small .x-btn-text{
	height: 16px;
	width: 16px;
}

.x-btn-icon .x-btn-medium .x-btn-text{
	height: 24px;
	width: 24px;
}

.x-btn-icon .x-btn-large .x-btn-text{
	height: 32px;
	width: 32px;
}



.x-btn-text-icon .x-btn-icon-small-left .x-btn-text{
	background-position: 0 center;
	background-repeat: no-repeat;
	padding-left:18px;
	height:16px;
}

.x-btn-text-icon .x-btn-icon-medium-left .x-btn-text{
	background-position: 0 center;
	background-repeat: no-repeat;
	padding-left:26px;
	height:24px;
}

.x-btn-text-icon .x-btn-icon-large-left .x-btn-text{
	background-position: 0 center;
	background-repeat: no-repeat;
	padding-left:34px;
	height:32px;
}


.x-btn-text-icon .x-btn-icon-small-top .x-btn-text{
	background-position: center 0;
	background-repeat: no-repeat;
	padding-top:18px;
}

.x-btn-text-icon .x-btn-icon-medium-top .x-btn-text{
	background-position: center 0;
	background-repeat: no-repeat;
	padding-top:26px;
}

.x-btn-text-icon .x-btn-icon-large-top .x-btn-text{
	background-position: center 0;
	background-repeat: no-repeat;
	padding-top:34px;
}


.x-btn-text-icon .x-btn-icon-small-right .x-btn-text{
	background-position: right center;
	background-repeat: no-repeat;
	padding-right:18px;
	height:16px;
}

.x-btn-text-icon .x-btn-icon-medium-right .x-btn-text{
	background-position: right center;
	background-repeat: no-repeat;
	padding-right:26px;
	height:24px;
}

.x-btn-text-icon .x-btn-icon-large-right .x-btn-text{
	background-position: right center;
	background-repeat: no-repeat;
	padding-right:34px;
	height:32px;
}


.x-btn-text-icon .x-btn-icon-small-bottom .x-btn-text{
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom:18px;
}

.x-btn-text-icon .x-btn-icon-medium-bottom .x-btn-text{
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom:26px;
}

.x-btn-text-icon .x-btn-icon-large-bottom .x-btn-text{
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom:34px;
}


.x-btn-tr i, .x-btn-tl i, .x-btn-mr i, .x-btn-ml i, .x-btn-br i, .x-btn-bl i{
	font-size:1px;
	line-height:1px;
	width:3px;
	display:block;
	overflow:hidden;
}

.x-btn-tr i, .x-btn-tl i, .x-btn-br i, .x-btn-bl i{
	height:3px;
}

.x-btn-tl{
	width:3px;
	height:3px;
	background:no-repeat 0 0;
}
.x-btn-tr{
	width:3px;
	height:3px;
	background:no-repeat -3px 0;
}
.x-btn-tc{
	height:3px;
	background:repeat-x 0 -6px;
}

.x-btn-ml{
	width:3px;
	background:no-repeat 0 -24px;
}
.x-btn-mr{
	width:3px;
	background:no-repeat -3px -24px;
}

.x-btn-mc{
	background:repeat-x 0 -1096px;
	vertical-align: middle;
	text-align:center;
	padding:0 5px;
	cursor:pointer;
	white-space:nowrap;
}

.x-btn-bl{
	width:3px;
	height:3px;
	background:no-repeat 0 -3px;
}

.x-btn-br{
	width:3px;
	height:3px;
	background:no-repeat -3px -3px;
}

.x-btn-bc{
	height:3px;
	background:repeat-x 0 -15px;
}

.x-btn-over .x-btn-tl{
	background-position: -6px 0;
}

.x-btn-over .x-btn-tr{
	background-position: -9px 0;
}

.x-btn-over .x-btn-tc{
	background-position: 0 -9px;
}

.x-btn-over .x-btn-ml{
	background-position: -6px -24px;
}

.x-btn-over .x-btn-mr{
	background-position: -9px -24px;
}

.x-btn-over .x-btn-mc{
	background-position: 0 -2168px;
}

.x-btn-over .x-btn-bl{
	background-position: -6px -3px;
}

.x-btn-over .x-btn-br{
	background-position: -9px -3px;
}

.x-btn-over .x-btn-bc{
	background-position: 0 -18px;
}

.x-btn-click .x-btn-tl, .x-btn-menu-active .x-btn-tl, .x-btn-pressed .x-btn-tl{
	background-position: -12px 0;
}

.x-btn-click .x-btn-tr, .x-btn-menu-active .x-btn-tr, .x-btn-pressed .x-btn-tr{
	background-position: -15px 0;
}

.x-btn-click .x-btn-tc, .x-btn-menu-active .x-btn-tc, .x-btn-pressed .x-btn-tc{
	background-position: 0 -12px;
}

.x-btn-click .x-btn-ml, .x-btn-menu-active .x-btn-ml, .x-btn-pressed .x-btn-ml{
	background-position: -12px -24px;
}

.x-btn-click .x-btn-mr, .x-btn-menu-active .x-btn-mr, .x-btn-pressed .x-btn-mr{
	background-position: -15px -24px;
}

.x-btn-click .x-btn-mc, .x-btn-menu-active .x-btn-mc, .x-btn-pressed .x-btn-mc{
	background-position: 0 -3240px;
}

.x-btn-click .x-btn-bl, .x-btn-menu-active .x-btn-bl, .x-btn-pressed .x-btn-bl{
	background-position: -12px -3px;
}

.x-btn-click .x-btn-br, .x-btn-menu-active .x-btn-br, .x-btn-pressed .x-btn-br{
	background-position: -15px -3px;
}

.x-btn-click .x-btn-bc, .x-btn-menu-active .x-btn-bc, .x-btn-pressed .x-btn-bc{
	background-position: 0 -21px;
}

.x-btn-disabled *{
	cursor:default !important;
}




.x-btn-mc em.x-btn-arrow {
	display:block;
	background:transparent no-repeat right center;
	padding-right:10px;
}

.x-btn-mc em.x-btn-split {
	display:block;
	background:transparent no-repeat right center;
	padding-right:14px;
}


.x-btn-mc em.x-btn-arrow-bottom {
	display:block;
	background:transparent no-repeat center bottom;
	padding-bottom:14px;
}

.x-btn-mc em.x-btn-split-bottom {
	display:block;
	background:transparent no-repeat center bottom;
	padding-bottom:14px;
}


.x-btn-as-arrow .x-btn-mc em {
	display:block;
	background:transparent;
	padding-bottom:14px;
}


.x-btn-group {
	padding:1px;
}

.x-btn-group-header {
	padding:2px;
	text-align:center;
}

.x-btn-group-tc {
	background: transparent repeat-x 0 0;
	overflow:hidden;
}

.x-btn-group-tl {
	background: transparent no-repeat 0 0;
	padding-left:3px;
	zoom:1;
}

.x-btn-group-tr {
	background: transparent no-repeat right 0;
	zoom:1;
	padding-right:3px;
}

.x-btn-group-bc {
	background: transparent repeat-x 0 bottom;
	zoom:1;
}

.x-btn-group-bc .x-panel-footer {
	zoom:1;
}

.x-btn-group-bl {
	background: transparent no-repeat 0 bottom;
	padding-left:3px;
	zoom:1;
}

.x-btn-group-br {
	background: transparent no-repeat right bottom;
	padding-right:3px;
	zoom:1;
}

.x-btn-group-mc {
	border:0 none;
	padding:1px 0 0 0;
	margin:0;
}

.x-btn-group-mc .x-btn-group-body {
	background:transparent;
	border: 0 none;
}

.x-btn-group-ml {
	background: transparent repeat-y 0 0;
	padding-left:3px;
	zoom:1;
}

.x-btn-group-mr {
	background: transparent repeat-y right 0;
	padding-right:3px;
	zoom:1;
}

.x-btn-group-bc .x-btn-group-footer {
	padding-bottom:6px;
}

.x-panel-nofooter .x-btn-group-bc {
	height:3px;
	font-size:0;
	line-height:0;
}

.x-btn-group-bwrap {
	overflow:hidden;
	zoom:1;
}

.x-btn-group-body {
	overflow:hidden;
	zoom:1;
}

.x-btn-group-notitle .x-btn-group-tc {
	background: transparent repeat-x 0 0;
	overflow:hidden;
	height:2px;
}
.x-toolbar{
	border-style:solid;
	border-width:0 0 1px 0;
	display: block;
	padding:2px;
	background:repeat-x top left;
	position:relative;
	left:0;
	top:0;
	zoom:1;
	overflow:hidden;
}

.x-toolbar .x-item-disabled .x-btn-icon {
	opacity: .35;
	-moz-opacity: .35;
	filter: alpha(opacity=35);
}

.x-toolbar td {
	vertical-align:middle;
}

.x-toolbar td,.x-toolbar span,.x-toolbar input,.x-toolbar div,.x-toolbar select,.x-toolbar label{
	white-space: nowrap;
}

.x-toolbar .x-item-disabled {
	cursor:default;
	opacity:.6;
	-moz-opacity:.6;
	filter:alpha(opacity=60);
}

.x-toolbar .x-item-disabled * {
	cursor:default;
}

.x-toolbar .x-toolbar-cell {
	vertical-align:middle;
}

.x-toolbar .x-btn-tl, .x-toolbar .x-btn-tr, .x-toolbar .x-btn-tc, .x-toolbar .x-btn-ml, .x-toolbar .x-btn-mr, 
.x-toolbar .x-btn-mc, .x-toolbar .x-btn-bl, .x-toolbar .x-btn-br, .x-toolbar .x-btn-bc
{
	background-position: 500px 500px;
}


.x-toolbar .x-btn-over .x-btn-tl{
	background-position: -6px 0;
}

.x-toolbar .x-btn-over .x-btn-tr{
	background-position: -9px 0;
}

.x-toolbar .x-btn-over .x-btn-tc{
	background-position: 0 -9px;
}

.x-toolbar .x-btn-over .x-btn-ml{
	background-position: -6px -24px;
}

.x-toolbar .x-btn-over .x-btn-mr{
	background-position: -9px -24px;
}

.x-toolbar .x-btn-over .x-btn-mc{
	background-position: 0 -2168px;
}

.x-toolbar .x-btn-over .x-btn-bl{
	background-position: -6px -3px;
}

.x-toolbar .x-btn-over .x-btn-br{
	background-position: -9px -3px;
}

.x-toolbar .x-btn-over .x-btn-bc{
	background-position: 0 -18px;
}

.x-toolbar .x-btn-click .x-btn-tl, .x-toolbar .x-btn-menu-active .x-btn-tl, .x-toolbar .x-btn-pressed .x-btn-tl{
	background-position: -12px 0;
}

.x-toolbar .x-btn-click .x-btn-tr, .x-toolbar .x-btn-menu-active .x-btn-tr, .x-toolbar .x-btn-pressed .x-btn-tr{
	background-position: -15px 0;
}

.x-toolbar .x-btn-click .x-btn-tc, .x-toolbar .x-btn-menu-active .x-btn-tc, .x-toolbar .x-btn-pressed .x-btn-tc{
	background-position: 0 -12px;
}

.x-toolbar .x-btn-click .x-btn-ml, .x-toolbar .x-btn-menu-active .x-btn-ml, .x-toolbar .x-btn-pressed .x-btn-ml{
	background-position: -12px -24px;
}

.x-toolbar .x-btn-click .x-btn-mr, .x-toolbar .x-btn-menu-active .x-btn-mr, .x-toolbar .x-btn-pressed .x-btn-mr{
	background-position: -15px -24px;
}

.x-toolbar .x-btn-click .x-btn-mc, .x-toolbar .x-btn-menu-active .x-btn-mc, .x-toolbar .x-btn-pressed .x-btn-mc{
	background-position: 0 -3240px;
}

.x-toolbar .x-btn-click .x-btn-bl, .x-toolbar .x-btn-menu-active .x-btn-bl, .x-toolbar .x-btn-pressed .x-btn-bl{
	background-position: -12px -3px;
}

.x-toolbar .x-btn-click .x-btn-br, .x-toolbar .x-btn-menu-active .x-btn-br, .x-toolbar .x-btn-pressed .x-btn-br{
	background-position: -15px -3px;
}

.x-toolbar .x-btn-click .x-btn-bc, .x-toolbar .x-btn-menu-active .x-btn-bc, .x-toolbar .x-btn-pressed .x-btn-bc{
	background-position: 0 -21px;
}

.x-toolbar div.xtb-text{
	padding:2px 2px 0;
	line-height:16px;
	display:block;
}

.x-toolbar .xtb-sep {
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	font-size: 1px;
	height: 16px;
	width:4px;
	overflow: hidden;
	cursor:default;
	margin: 0 2px 0;
	border:0;
}

.x-toolbar .xtb-spacer {
	width:2px;
}


.x-tbar-page-number{
	width:24px;
	height:14px;
}

.x-paging-info {
	position:absolute;
	top:5px;
	right: 8px;
}


.x-toolbar-ct {
	width:100%;
}

.x-toolbar-right td {
	text-align: center;
}

.x-panel-tbar, .x-panel-bbar, .x-window-tbar, .x-window-bbar, .x-tab-panel-tbar, .x-tab-panel-bbar, .x-plain-tbar, .x-plain-bbar {
	overflow:hidden;
	zoom:1;
}

.x-toolbar-more .x-btn-small .x-btn-text{
	height: 16px;
	width: 12px;
}

.x-toolbar-more em.x-btn-arrow {
	display:inline;
	background:transparent;
	padding-right:0;
}

.x-toolbar-more .x-btn-mc em.x-btn-arrow {
	background-image: none;
}

div.x-toolbar-no-items {
	color:gray !important;
	padding:5px 10px !important;
}


.ext-border-box .x-toolbar-cell .x-form-text {
	margin-bottom:-1px !important;
}

.ext-border-box .x-toolbar-cell .x-form-field-wrap .x-form-text {
	margin:0 !important;
}

.ext-ie .x-toolbar-cell .x-form-field-wrap {
	height:21px;
}

.ext-ie .x-toolbar-cell .x-form-text {
	position:relative;
	top:-1px;
}

.ext-ie8 .x-toolbar-cell .x-form-field-trigger-wrap .x-form-text, .ext-strict .ext-ie .x-toolbar-cell .x-form-text {
	top: 0px;
}

.x-toolbar-right td .x-form-field-trigger-wrap{
	text-align: left;
}

.x-toolbar-cell .x-form-checkbox, .x-toolbar-cell .x-form-radio{
	vertical-align: top;
	margin-top: 3px;
}

.x-toolbar-cell .x-form-check-wrap label{
	vertical-align: bottom;
}


.x-statusbar .x-status-text {
	height: 21px;
	line-height: 21px;
	padding: 0 4px;
	cursor: default;
}

.x-statusbar .x-status-busy {
	padding-left: 25px;
	background: transparent no-repeat 3px 3px;
}

.x-statusbar .x-status-text-panel {
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	padding: 2px 8px 2px 5px;
}
.x-resizable-handle {
	position:absolute;
	z-index:100;
	
	font-size:1px;
	line-height:6px;
	overflow:hidden;
	filter:alpha(opacity=0);
	opacity:0;
	zoom:1;
}

.x-resizable-handle-east{
	width:6px;
	cursor:e-resize;
	right:0;
	top:0;
	height:100%;
}

.ext-ie .x-resizable-handle-east {
	margin-right:-1px; 
}

.x-resizable-handle-south{
	width:100%;
	cursor:s-resize;
	left:0;
	bottom:0;
	height:6px;
}

.ext-ie .x-resizable-handle-south {
	margin-bottom:-1px; 
}

.x-resizable-handle-west{
	width:6px;
	cursor:w-resize;
	left:0;
	top:0;
	height:100%;
}

.x-resizable-handle-north{
	width:100%;
	cursor:n-resize;
	left:0;
	top:0;
	height:6px;
}

.x-resizable-handle-southeast{
	width:6px;
	cursor:se-resize;
	right:0;
	bottom:0;
	height:6px;
	z-index:101;
}

.x-resizable-handle-northwest{
	width:6px;
	cursor:nw-resize;
	left:0;
	top:0;
	height:6px;
	z-index:101;
}

.x-resizable-handle-northeast{
	width:6px;
	cursor:ne-resize;
	right:0;
	top:0;
	height:6px;
	z-index:101;
}

.x-resizable-handle-southwest{
	width:6px;
	cursor:sw-resize;
	left:0;
	bottom:0;
	height:6px;
	z-index:101;
}

.x-resizable-over .x-resizable-handle, .x-resizable-pinned .x-resizable-handle{
	filter:alpha(opacity=100);
	opacity:1;
}

.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east,
.x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west
{
	background-position: left;
}

.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south,
.x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north
{
	background-position: top;
}

.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{
	background-position: top left;
}

.x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest{
	background-position:bottom right;
}

.x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast{
	background-position: bottom left;
}

.x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest{
	background-position: top right;
}

.x-resizable-proxy{
	border: 1px dashed;
	position:absolute;
	overflow:hidden;
	display:none;
	left:0;
	top:0;
	z-index:50000;
}

.x-resizable-overlay{
	width:100%;
	height:100%;
	display:none;
	position:absolute;
	left:0;
	top:0;
	z-index:200000;
	-moz-opacity: 0;
	opacity:0;
	filter: alpha(opacity=0);
}


.x-grid3 {
	position:relative;
	overflow:hidden;
}

.x-grid-panel .x-panel-body {
	overflow:hidden !important;
}

.x-grid-panel .x-panel-mc .x-panel-body {
	border:1px solid;
}

.x-grid3 table {
	table-layout:fixed;
}

.x-grid3-viewport{
	overflow:hidden;
}

.x-grid3-hd-row td, .x-grid3-row td, .x-grid3-summary-row td{
	-moz-outline: none;
	-moz-user-focus: normal;
}

.x-grid3-row td, .x-grid3-summary-row td {
	line-height:13px;
	vertical-align: top;
	padding-left:1px;
	padding-right:1px;
	-moz-user-select: none;
	-khtml-user-select:none;
	-webkit-user-select:ignore;
}

.x-grid3-cell{
	-moz-user-select: none;
	-khtml-user-select:none;
	-webkit-user-select:ignore;
}

.x-grid3-hd-row td {
	line-height:15px;
	vertical-align:middle;
	border-left:1px solid;
	border-right:1px solid;
}

.x-grid3-hd-row .x-grid3-marker-hd {
	padding:3px;
}

.x-grid3-row .x-grid3-marker {
	padding:3px;
}

.x-grid3-cell-inner, .x-grid3-hd-inner{
	overflow:hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding:3px 3px 3px 5px;
	white-space: nowrap;
}

.x-grid3-hd-inner {
	position:relative;
	cursor:inherit;
	padding:4px 3px 4px 5px;
}

.x-grid3-row-body {
	white-space:normal;
}

.x-grid3-body-cell {
	-moz-outline:0 none;
	outline:0 none;
}


.ext-ie .x-grid3-cell-inner, .ext-ie .x-grid3-hd-inner{
	width:100%;
}


.ext-strict .x-grid3-cell-inner, .ext-strict .x-grid3-hd-inner{
	width:auto;
}

.x-grid-row-loading {
	background: no-repeat center center;
}

.x-grid-page {
	overflow:hidden;
}

.x-grid3-row {
	cursor: default;
	border: 1px solid;
	width:100%;
}

.x-grid3-row-over {
	border:1px solid;
	background: repeat-x left top;
}

.x-grid3-resize-proxy {
	width:1px;
	left:0;
	cursor: e-resize;
	cursor: col-resize;
	position:absolute;
	top:0;
	height:100px;
	overflow:hidden;
	visibility:hidden;
	border:0 none;
	z-index:7;
}

.x-grid3-resize-marker {
	width:1px;
	left:0;
	position:absolute;
	top:0;
	height:100px;
	overflow:hidden;
	visibility:hidden;
	border:0 none;
	z-index:7;
}

.x-grid3-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;
	-webkit-user-select:ignore;
}


.x-grid3-header{
	background: repeat-x 0 bottom;
	cursor:default;
	zoom:1;
	padding:1px 0 0 0;
}

.x-grid3-header-pop {
	border-left:1px solid;
	float:right;
	clear:none;
}

.x-grid3-header-pop-inner {
	border-left:1px solid;
	width:14px;
	height:19px;
	background: transparent no-repeat center center;
}

.ext-ie .x-grid3-header-pop-inner {
	width:15px;
}

.ext-strict .x-grid3-header-pop-inner {
	width:14px; 
}

.x-grid3-header-inner {
	overflow:hidden;
	zoom:1;
	float:left;
}

.x-grid3-header-offset {
	padding-left:1px;
}

td.x-grid3-hd-over, td.sort-desc, td.sort-asc, td.x-grid3-hd-menu-open {
	border-left:1px solid;
	border-right:1px solid;
}

td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-asc .x-grid3-hd-inner, td.x-grid3-hd-menu-open .x-grid3-hd-inner {
	background: repeat-x left bottom;

}

.x-grid3-sort-icon{
	background-repeat: no-repeat;
	display: none;
	height: 4px;
	width: 13px;
	margin-left:3px;
	vertical-align: middle;
}

.sort-asc .x-grid3-sort-icon, .sort-desc .x-grid3-sort-icon {
	display: inline;
}


.ext-strict .ext-ie .x-grid3-header-inner, .ext-strict .ext-ie6 .x-grid3-hd {
	position:relative;
}

.ext-strict .ext-ie6 .x-grid3-hd-inner{
	position:static;
}


.x-grid3-body {
	zoom:1;
}

.x-grid3-scroller {
	overflow:auto;
	zoom:1;
	position:relative;
}

.x-grid3-cell-text, .x-grid3-hd-text {
	display: block;
	padding: 3px 5px 3px 5px;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select:ignore;
}

.x-grid3-split {
	background-position: center;
	background-repeat: no-repeat;
	cursor: e-resize;
	cursor: col-resize;
	display: block;
	font-size: 1px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	top: 2px;
	width: 6px;
	z-index: 3;
}


.x-dd-drag-proxy .x-grid3-hd-inner{
	background: repeat-x left bottom;
	width:120px;
	padding:3px;
	border:1px solid;
	overflow:hidden;
}

.col-move-top, .col-move-bottom{
	width:9px;
	height:9px;
	position:absolute;
	top:0;
	line-height:1px;
	font-size:1px;
	overflow:hidden;
	visibility:hidden;
	z-index:20000;
	background:transparent no-repeat left top;
}


.x-grid3-row-selected {
	border:1px dotted;
}

.x-grid3-locked td.x-grid3-row-marker, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker{
	background: repeat-x 0 bottom !important;
	vertical-align:middle !important;
	padding:0;
	border-top:1px solid;
	border-bottom:none !important;
	border-right:1px solid !important;
	text-align:center;
}

.x-grid3-locked td.x-grid3-row-marker div, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker div{
	padding:0 4px;
	text-align:center;
}


.x-grid3-dirty-cell {
	background: transparent no-repeat 0 0;
}


.x-grid3-topbar, .x-grid3-bottombar{
	overflow:hidden;
	display:none;
	zoom:1;
	position:relative;
}

.x-grid3-topbar .x-toolbar{
	border-right:0 none;
}

.x-grid3-bottombar .x-toolbar{
	border-right:0 none;
	border-bottom:0 none;
	border-top:1px solid;
}


.x-props-grid .x-grid3-cell{
	padding:1px;
}

.x-props-grid .x-grid3-td-name .x-grid3-cell-inner{
	background:transparent repeat-y -16px !important;
	padding-left:12px;
}

.x-props-grid .x-grid3-body .x-grid3-td-name{
	padding:1px;
	padding-right:0;
	border:0 none;
	border-right:1px solid;
}


.x-grid3-col-dd {
	border:0 none;
	padding:0;
	background:transparent;
}

.x-dd-drag-ghost .x-grid3-dd-wrap {
	padding:1px 3px 3px 1px;
}

.x-grid3-hd {
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:ignore;
}

.x-grid3-hd-btn {
	display:none;
	position:absolute;
	width:14px;
	background:no-repeat left center;
	right:0;
	top:0;
	z-index:2;
	cursor:pointer;
}

.x-grid3-hd-over .x-grid3-hd-btn, .x-grid3-hd-menu-open .x-grid3-hd-btn {
	display:block;
}

a.x-grid3-hd-btn:hover {
	background-position:-14px center;
}


.x-grid3-body .x-grid3-td-expander {
	background:transparent repeat-y right;
}

.x-grid3-body .x-grid3-td-expander .x-grid3-cell-inner {
	padding:0 !important;
	height:100%;
}

.x-grid3-row-expander {
	width:100%;
	height:18px;
	background-position:4px 2px;
	background-repeat:no-repeat;
	background-color:transparent;
}

.x-grid3-row-collapsed .x-grid3-row-expander {
	background-position:4px 2px;
}

.x-grid3-row-expanded .x-grid3-row-expander {
	background-position:-21px 2px;
}

.x-grid3-row-collapsed .x-grid3-row-body {
	display:none !important;
}

.x-grid3-row-expanded .x-grid3-row-body {
	display:block !important;
}


.x-grid3-body .x-grid3-td-checker {
	background:transparent repeat-y right;
}

.x-grid3-body .x-grid3-td-checker .x-grid3-cell-inner, .x-grid3-header .x-grid3-td-checker .x-grid3-hd-inner {
	padding:0 !important;
	height:100%;
}

.x-grid3-row-checker, .x-grid3-hd-checker {
	width:100%;
	height:18px;
	background-position:2px 2px;
	background-repeat:no-repeat;
	background-color:transparent;
}

.x-grid3-row .x-grid3-row-checker {
	background-position:2px 2px;
}

.x-grid3-row-selected .x-grid3-row-checker, .x-grid3-hd-checker-on .x-grid3-hd-checker,.x-grid3-row-checked .x-grid3-row-checker {
	background-position:-23px 2px;
}

.x-grid3-hd-checker {
	background-position:2px 3px;
}

.x-grid3-hd-checker-on .x-grid3-hd-checker {
	background-position:-23px 3px;
}


.x-grid3-body .x-grid3-td-numberer {
	background:transparent repeat-y right;
}

.x-grid3-body .x-grid3-td-numberer .x-grid3-cell-inner {
	padding:3px 5px 0 0 !important;
	text-align:right;
}



.x-grid3-body .x-grid3-td-row-icon {
	background:transparent repeat-y right;
	vertical-align:top;
	text-align:center;
}

.x-grid3-body .x-grid3-td-row-icon .x-grid3-cell-inner {
	padding:0 !important;
	background-position:center center;
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	margin-left:2px;
	margin-top:3px;
}


.x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer,
.x-grid3-body .x-grid3-row-selected .x-grid3-td-checker,
.x-grid3-body .x-grid3-row-selected .x-grid3-td-expander {
	background:transparent repeat-y right;
}

.x-grid3-body .x-grid3-check-col-td .x-grid3-cell-inner {
	padding: 1px 0 0 0 !important;
}

.x-grid3-check-col {
	width:100%;
	height:16px;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:transparent;
}

.x-grid3-check-col-on {
	width:100%;
	height:16px;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:transparent;
}


.x-grid-group, .x-grid-group-body, .x-grid-group-hd {
	zoom:1;
}

.x-grid-group-hd {
	border-bottom: 2px solid;
	cursor:pointer;
	padding-top:6px;
}

.x-grid-group-hd div {
	background:transparent no-repeat 3px -47px;
	padding:4px 4px 4px 17px;
}

.x-grid-group-collapsed .x-grid-group-hd div {
	background-position: 3px 3px;
}

.x-grid-group-collapsed .x-grid-group-body {
	display:none;
}

.ext-ie6 .x-grid3 .x-editor .x-form-text, .ext-ie7 .x-grid3 .x-editor .x-form-text {
	position:relative;
	top:-1px;
}

.ext-ie .x-props-grid .x-editor .x-form-text {
	position:static;
	top:0;
}

.x-grid-empty {
	padding:10px;
}


.ext-ie7 .x-grid-panel .x-panel-bbar {
	position:relative;
}

.ext-ie6 .x-grid3-header {
	position: relative;
}


.x-grid-with-col-lines .x-grid3-row td.x-grid3-cell {
	padding-right:0;
	border-right:1px solid;
}

.x-dd-drag-proxy{
	position:absolute;
	left:0;
	top:0;
	visibility:hidden;
	z-index:15000;
}

.x-dd-drag-ghost{
	-moz-opacity: 0.85;
	opacity:.85;
	filter: alpha(opacity=85);
	border: 1px solid;
	padding:3px;
	padding-left:20px;
	white-space:nowrap;
}

.x-dd-drag-repair .x-dd-drag-ghost{
	-moz-opacity: 0.4;
	opacity:.4;
	filter: alpha(opacity=40);
	border:0 none;
	padding:0;
	background-color:transparent;
}

.x-dd-drag-repair .x-dd-drop-icon{
	visibility:hidden;
}

.x-dd-drop-icon{
	position:absolute;
	top:3px;
	left:3px;
	display:block;
	width:16px;
	height:16px;
	background-color:transparent;
	background-position: center;
	background-repeat: no-repeat;
	z-index:1;
}

.x-view-selector {
	position:absolute;
	left:0;
	top:0;
	width:0;
	border:1px dotted;
	opacity: .5;
	-moz-opacity: .5;
	filter:alpha(opacity=50);
	zoom:1;
}
.ext-strict .ext-ie .x-tree .x-panel-bwrap{
	position:relative;
	overflow:hidden;
}

.x-tree-icon, .x-tree-ec-icon, .x-tree-elbow-line, .x-tree-elbow, .x-tree-elbow-end, .x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus{
	border: 0 none;
	height: 18px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 16px;
	background-repeat: no-repeat;
}

.x-tree-node-collapsed .x-tree-node-icon, .x-tree-node-expanded .x-tree-node-icon, .x-tree-node-leaf .x-tree-node-icon{
	border: 0 none;
	height: 18px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 16px;
	background-position:center;
	background-repeat: no-repeat;
}

.ext-ie .x-tree-node-indent img, .ext-ie .x-tree-node-icon, .ext-ie .x-tree-ec-icon {
	vertical-align:middle !important;
}


.ext-ie input.x-tree-node-cb {
	width:15px;
	height:15px;
}

input.x-tree-node-cb {
	margin-left:1px;
}

.ext-ie input.x-tree-node-cb {
	margin-left:0;
}

.x-tree-noicon .x-tree-node-icon{
	width:0; height:0;
}


.ext-ie .x-tree-node-el input {
	width:15px;
	height:15px;
}


.x-tree-no-lines .x-tree-elbow{
	background:transparent;
}

.x-tree-no-lines .x-tree-elbow-end{
	background:transparent;
}

.x-tree-no-lines .x-tree-elbow-line{
	background:transparent;
}


.x-tree-arrows .x-tree-elbow{
	background:transparent;
}

.x-tree-arrows .x-tree-elbow-plus{
	background:transparent no-repeat 0 0;
}

.x-tree-arrows .x-tree-elbow-minus{
	background:transparent no-repeat -16px 0;
}

.x-tree-arrows .x-tree-elbow-end{
	background:transparent;
}

.x-tree-arrows .x-tree-elbow-end-plus{
	background:transparent no-repeat 0 0;
}

.x-tree-arrows .x-tree-elbow-end-minus{
	background:transparent no-repeat -16px 0;
}

.x-tree-arrows .x-tree-elbow-line{
	background:transparent;
}

.x-tree-arrows .x-tree-ec-over .x-tree-elbow-plus{
	background-position:-32px 0;
}

.x-tree-arrows .x-tree-ec-over .x-tree-elbow-minus{
	background-position:-48px 0;
}

.x-tree-arrows .x-tree-ec-over .x-tree-elbow-end-plus{
	background-position:-32px 0;
}

.x-tree-arrows .x-tree-ec-over .x-tree-elbow-end-minus{
	background-position:-48px 0;
}

.x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus{
	cursor:pointer;
}

.ext-ie ul.x-tree-node-ct{
	font-size:0;
	line-height:0;
	zoom:1;
}

.x-tree-node{
	white-space: nowrap;
}

.x-tree-node-el {
	line-height:18px;
	cursor:pointer;
}

.x-tree-node a, .x-dd-drag-ghost a{
	text-decoration:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-webkit-user-select:ignore;
	-kthml-user-focus:normal;
	-moz-user-focus:normal;
	-moz-outline: 0 none;
	outline:0 none;
}

.x-tree-node a span, .x-dd-drag-ghost a span{
	text-decoration:none;
	padding:1px 3px 1px 2px;
}

.x-tree-node .x-tree-node-disabled .x-tree-node-icon{
	-moz-opacity: 0.5;
   opacity:.5;
   filter: alpha(opacity=50);
}

.x-tree-node .x-tree-node-inline-icon{
	background:transparent;
}

.x-tree-node a:hover, .x-dd-drag-ghost a:hover{
	text-decoration:none;
}

.x-tree-node div.x-tree-drag-insert-below{
	 border-bottom:1px dotted;
}

.x-tree-node div.x-tree-drag-insert-above{
	 border-top:1px dotted;
}

.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below{
	 border-bottom:0 none;
}

.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above{
	 border-top:0 none;
}

.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below a{
	 border-bottom:2px solid;
}

.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above a{
	 border-top:2px solid;
}

.x-tree-node .x-tree-drag-append a span{
	 border:1px dotted;
}

.x-dd-drag-ghost .x-tree-node-indent, .x-dd-drag-ghost .x-tree-ec-icon{
	display:none !important;
}


.x-tree-root-ct {
	zoom:1;
}

.x-date-picker {
	border: 1px solid;
	border-top:0 none;
	position:relative;
}

.x-date-picker a {
	-moz-outline:0 none;
	outline:0 none;
}

.x-date-inner, .x-date-inner td, .x-date-inner th{
	border-collapse:separate;
}

.x-date-middle,.x-date-left,.x-date-right {
	background: repeat-x 0 -83px;
	overflow:hidden;
}

.x-date-middle .x-btn-tc,.x-date-middle .x-btn-tl,.x-date-middle .x-btn-tr,
.x-date-middle .x-btn-mc,.x-date-middle .x-btn-ml,.x-date-middle .x-btn-mr,
.x-date-middle .x-btn-bc,.x-date-middle .x-btn-bl,.x-date-middle .x-btn-br{
	background:transparent !important;
	vertical-align:middle;
}

.x-date-middle .x-btn-mc em.x-btn-arrow {
	background:transparent no-repeat right 0;
}

.x-date-right, .x-date-left {
	width:18px;
}

.x-date-right{
	text-align:right;
}

.x-date-middle {
	padding-top:2px;
	padding-bottom:2px;
	width:130px; 
}

.x-date-right a, .x-date-left a{
	display:block;
	width:16px;
	height:16px;
	background-position: center;
	background-repeat: no-repeat;
	cursor:pointer;
	-moz-opacity: 0.6;
	opacity:.6;
	filter: alpha(opacity=60);
}

.x-date-right a:hover, .x-date-left a:hover{
	-moz-opacity: 1;
	opacity:1;
	filter: alpha(opacity=100);
}

.x-date-right a {
	margin-right:2px;
	text-decoration:none !important;
}

.x-date-left a{
	margin-left:2px;
	text-decoration:none !important;
}

table.x-date-inner {
	width:100%;
	table-layout:fixed;
}

.x-date-inner th {
	width:25px;
}

.x-date-inner th {
	background: repeat-x left top;
	text-align:right !important;
	border-bottom: 1px solid;
	cursor:default;
	padding:0;
	border-collapse:separate;
}

.x-date-inner th span {
	display:block;
	padding:2px;
	padding-right:7px;
}

.x-date-inner td {
	border: 1px solid;
	text-align:right;
	padding:0;
}

.x-date-inner a {
	padding:2px 5px;
	display:block;
	text-decoration:none;
	text-align:right;
	zoom:1;
}

.x-date-inner .x-date-active{
	cursor:pointer;
	color:black;
}

.x-date-inner .x-date-selected a{
	background: repeat-x left top;
	border:1px solid;
	padding:1px 4px;
}

.x-date-inner .x-date-today a{
	border: 1px solid;
	padding:1px 4px;
}

.x-date-inner .x-date-prevday a,.x-date-inner .x-date-nextday a {
	text-decoration:none !important;
}

.x-date-bottom {
	padding:4px;
	border-top: 1px solid;
	background: repeat-x left top;
}

.x-date-inner a:hover, .x-date-inner .x-date-disabled a:hover{
	text-decoration:none !important;
}

.x-date-inner .x-date-disabled a {
	cursor:default;
}

.x-date-menu .x-menu-item {
	padding:1px 24px 1px 4px;
	white-space: nowrap;
}

.x-date-menu .x-menu-item .x-menu-item-icon {
	width:10px;
	height:10px;
	margin-right:5px;
	background-position:center -4px !important;
}

.x-date-mp {
	position:absolute;
	left:0;
	top:0;
	display:none;
}

.x-date-mp td {
	padding:2px;
	font:normal 11px arial, helvetica,tahoma,sans-serif;
}

td.x-date-mp-month,td.x-date-mp-year,td.x-date-mp-ybtn {
	border: 0 none;
	text-align:center;
	vertical-align: middle;
	width:25%;
}

.x-date-mp-ok {
	margin-right:3px;
}

.x-date-mp-btns button {
	text-decoration:none;
	text-align:center;
	text-decoration:none !important;
	border:1px solid;
	padding:1px 3px 1px;
	cursor:pointer;
}

.x-date-mp-btns {
	background: repeat-x left top;
}

.x-date-mp-btns td {
	border-top: 1px solid;
	text-align:center;
}

td.x-date-mp-month a,td.x-date-mp-year a {
	display:block;
	padding:2px 4px;
	text-decoration:none;
	text-align:center;
}

td.x-date-mp-month a:hover,td.x-date-mp-year a:hover {
	text-decoration:none;
	cursor:pointer;
}

td.x-date-mp-sel a {
	padding:1px 3px;
	background: repeat-x left top;
	border:1px solid;
}

.x-date-mp-ybtn a {
	overflow:hidden;
	width:15px;
	height:15px;
	cursor:pointer;
	background:transparent no-repeat;
	display:block;
	margin:0 auto;
}

.x-date-mp-ybtn a.x-date-mp-next {
	background-position:0 -120px;
}

.x-date-mp-ybtn a.x-date-mp-next:hover {
	background-position:-15px -120px;
}

.x-date-mp-ybtn a.x-date-mp-prev {
	background-position:0 -105px;
}

.x-date-mp-ybtn a.x-date-mp-prev:hover {
	background-position:-15px -105px;
}

.x-date-mp-ybtn {
   text-align:center;
}

td.x-date-mp-sep {
   border-right:1px solid;
}
.x-tip {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	z-index: 20000;
	border: 0 none;
	overflow-wrap: break-word;
}

.x-tip .x-tip-close{
	height: 15px;
	float:right;
	width: 15px;
	margin:0 0 2px 2px;
	cursor:pointer;
	display:none;
}

.x-tip .x-tip-tc {
	background: transparent no-repeat 0 -62px;
	padding-top:3px;
	overflow:hidden;
	zoom:1;
}

.x-tip .x-tip-tl {
	background: transparent no-repeat 0 0;
	padding-left:6px;
	overflow:hidden;
	zoom:1;
}

.x-tip .x-tip-tr {
	background: transparent no-repeat right 0;
	padding-right:6px;
	overflow:hidden;
	zoom:1;
}

.x-tip .x-tip-bc {
	background: transparent no-repeat 0 -121px;
	height:3px;
	overflow:hidden;
}

.x-tip .x-tip-bl {
	background: transparent no-repeat 0 -59px;
	padding-left:6px;
	zoom:1;
}

.x-tip .x-tip-br {
	background: transparent no-repeat right -59px;
	padding-right:6px;
	zoom:1;
}

.x-tip .x-tip-mc {
	border:0 none;
}

.x-tip .x-tip-ml {
	background: no-repeat 0 -124px;
	padding-left:6px;
	zoom:1;
}

.x-tip .x-tip-mr {
	background: transparent no-repeat right -124px;
	padding-right:6px;
	zoom:1;
}

.ext-ie .x-tip .x-tip-header,.ext-ie .x-tip .x-tip-tc {
	font-size:0;
	line-height:0;
}

.x-tip .x-tip-header-text {
	padding:0;
	margin:0 0 2px 0;
}

.x-tip .x-tip-body {
	margin:0 !important;
	line-height:14px;
	padding:0;
}

.x-tip .x-tip-body .loading-indicator {
	margin:0;
}

.x-tip-draggable .x-tip-header,.x-tip-draggable .x-tip-header-text {
	cursor:move;
}

.x-form-invalid-tip .x-tip-tc {
	background: repeat-x 0 -12px;
	padding-top:6px;
}

.x-form-invalid-tip .x-tip-bc {
	background: repeat-x 0 -18px;
	height:6px;
}

.x-form-invalid-tip .x-tip-bl {
	background: no-repeat 0 -6px;
}

.x-form-invalid-tip .x-tip-br {
	background: no-repeat right -6px;
}

.x-form-invalid-tip .x-tip-body {
	padding:2px;
}

.x-form-invalid-tip .x-tip-body {
	padding-left:24px;
	background:transparent no-repeat 2px 2px;
}

.x-tip-anchor {
	position: absolute;
	width: 9px;
	height: 10px;
	overflow:hidden;
	background: transparent no-repeat 0 0;
	zoom:1;
}
.x-tip-anchor-bottom {
	background-position: -9px 0;
}
.x-tip-anchor-right {
	background-position: -18px 0;
	width: 10px;
}
.x-tip-anchor-left {
	background-position: -28px 0;
	width: 10px;
}
.x-menu {
	border: 1px solid;
	z-index: 15000;
	zoom: 1;
	background: repeat-y;
}

.x-menu a {
	text-decoration: none !important;
}

.ext-ie .x-menu {
	zoom:1;
	overflow:hidden;
}

.x-menu-list{
	padding: 2px;
	background:transparent;
	border:0 none;
	overflow:hidden;
	overflow-y: hidden;
}

.ext-strict .ext-ie .x-menu-list{
	position: relative;
}

.x-menu li{
	line-height:100%;
}

.x-menu li.x-menu-sep-li{
	font-size:1px;
	line-height:1px;
}

.x-menu-list-item{
	white-space: nowrap;
	-moz-user-select: none;
	-khtml-user-select:none;
	-webkit-user-select:ignore;
	display:block;
	padding:1px;
}

.x-menu-item-arrow{
	background:transparent no-repeat right;
}

.x-menu-sep {
	display:block;
	font-size:1px;
	line-height:1px;
	margin: 2px 3px;
	border-bottom:1px solid;
	overflow:hidden;
}

.x-menu-focus {
	position:absolute;
	left:-1px;
	top:-1px;
	width:1px;
	height:1px;
	line-height:1px;
	font-size:1px;
	-moz-outline:0 none;
	outline:0 none;
	-moz-user-select: none;
	-khtml-user-select:none;
	-webkit-user-select:ignore;
	overflow:hidden;
	display:block;
}

a.x-menu-item {
	cursor: pointer;
	display: block;
	line-height: 16px;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;
	padding: 3px 21px 3px 27px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}

.x-menu-item-active {
	background-repeat: repeat-x;
	background-position: left bottom;
	border-style:solid;
	border-width: 1px 0;
	margin:0 1px;
	padding: 0;
}

.x-menu-item-active a.x-menu-item {
	border-style:solid;
	border-width:0 1px;
	margin:0 -1px;
}

.x-menu-item-icon {
	border: 0 none;
	height: 16px;
	padding: 0;
	vertical-align: top;
	width: 16px;
	position: absolute;
	left: 3px;
	top: 3px;
	margin: 0;
	background-position:center;
}

.ext-ie .x-menu-item-icon {
	left: -24px;
}
.ext-strict .x-menu-item-icon {
	left: 3px;
}

.ext-ie6 .x-menu-item-icon {
	left: -24px;
}

.ext-ie .x-menu-item-icon {
	vertical-align: middle;
}

.x-menu-check-item .x-menu-item-icon{
	background: transparent no-repeat center;
}

.x-menu-group-item .x-menu-item-icon{
	background: transparent;
}

.x-menu-item-checked .x-menu-group-item .x-menu-item-icon{
	background: transparent no-repeat center;
}

.x-date-menu .x-menu-list{
	padding: 0;
}

.x-menu-date-item{
	padding:0;
}

.x-menu .x-color-palette, .x-menu .x-date-picker{
	margin-left: 26px;
	margin-right:4px;
}

.x-menu .x-date-picker{
	border:1px solid;
	margin-top:2px;
	margin-bottom:2px;
}

.x-menu-plain .x-color-palette, .x-menu-plain .x-date-picker{
	 margin: 0;
	 border: 0 none;
}

.x-date-menu {
   padding:0 !important;
}

.x-cycle-menu .x-menu-item-checked {
	border:1px dotted !important;
	padding:0;
}

.x-menu .x-menu-scroller {
	width: 100%;
	background-repeat:no-repeat;
	background-position:center;
	height:8px;
	line-height: 8px;
	cursor:pointer;
	margin: 0;
	padding: 0;
}

.x-menu .x-menu-scroller-active{
	height: 6px;
	line-height: 6px;
}

.x-menu-list-item-indent{
	padding-left: 27px;
}



.x-box-tl {
	background: transparent no-repeat 0 0;
	zoom:1;
}

.x-box-tc {
	height: 8px;
	background: transparent repeat-x 0 0;
	overflow: hidden;
}

.x-box-tr {
	background: transparent no-repeat right -8px;
}

.x-box-ml {
	background: transparent repeat-y 0;
	padding-left: 4px;
	overflow: hidden;
	zoom:1;
}

.x-box-mc {
	background: repeat-x 0 -16px;
	padding: 4px 10px;
}

.x-box-mc h3 {
	margin: 0 0 4px 0;
	zoom:1;
}

.x-box-mr {
	background: transparent repeat-y right;
	padding-right: 4px;
	overflow: hidden;
}

.x-box-bl {
	background: transparent no-repeat 0 -16px;
	zoom:1;
}

.x-box-bc {
	background: transparent repeat-x 0 -8px;
	height: 8px;
	overflow: hidden;
}

.x-box-br {
	background: transparent no-repeat right -24px;
}

.x-box-tl, .x-box-bl {
	padding-left: 8px;
	overflow: hidden;
}

.x-box-tr, .x-box-br {
	padding-right: 8px;
	overflow: hidden;
}
#x-debug-browser .x-tree .x-tree-node a span {
	padding-top:2px;
	line-height:18px;
}

#x-debug-browser  .x-tool-toggle {
	background-position:0 -75px;
}

#x-debug-browser  .x-tool-toggle-over {
	background-position:-15px -75px;
}

#x-debug-browser.x-panel-collapsed .x-tool-toggle {
	background-position:0 -60px;
}

#x-debug-browser.x-panel-collapsed .x-tool-toggle-over {
	background-position:-15px -60px;
}
.x-combo-list {
	border:1px solid;
	zoom:1;
	overflow:hidden;
}

.x-combo-list-inner {
	overflow:auto;
	position:relative; 
	zoom:1;
	overflow-x:hidden;
}

.x-combo-list-hd {
	border-bottom:1px solid;
	padding:3px;
}

.x-resizable-pinned .x-combo-list-inner {
	border-bottom:1px solid;
}

.x-combo-list-item {
	padding:2px;
	border:1px solid;
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}

.x-combo-list .x-combo-selected{
	border:1px dotted !important;
	cursor:pointer;
}

.x-combo-list .x-toolbar {
	border-top:1px solid;
	border-bottom:0 none;
}
.x-panel {
	border-style: solid;
	border-width:0;
}

.x-panel-header {
	overflow:hidden;
	zoom:1;
	padding:5px 3px 4px 5px;
	border:1px solid;
	line-height: 15px;
	background: transparent repeat-x 0 -1px;
}

.x-panel-body {
	border:1px solid;
	border-top:0 none;
	overflow:hidden;
	position: relative; 
}

.x-panel-bbar .x-toolbar, .x-panel-tbar .x-toolbar {
	border:1px solid;
	border-top:0 none;
	overflow:hidden;
	padding:2px;
}

.x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar {
	border-top:1px solid;
	border-bottom: 0 none;
}

.x-panel-body-noheader, .x-panel-mc .x-panel-body {
	border-top:1px solid;
}

.x-panel-header {
	overflow:hidden;
	zoom:1;
}

.x-panel-tl .x-panel-header {
	padding:5px 0 4px 0;
	border:0 none;
	background:transparent;
}

.x-panel-tl .x-panel-icon, .x-window-tl .x-panel-icon {
	padding-left:20px !important;
	background-repeat:no-repeat;
	background-position:0 4px;
	zoom:1;
}

.x-panel-inline-icon {
	width:16px;
	height:16px;
	background-repeat:no-repeat;
	background-position:0 0;
	vertical-align:middle;
	margin-right:4px;
	margin-top:-1px;
	margin-bottom:-1px;
}

.x-panel-tc {
	background: transparent repeat-x 0 0;
	overflow:hidden;
}


.ext-strict .ext-ie7 .x-panel-tc {
	overflow: visible;
}

.x-panel-tl {
	background: transparent no-repeat 0 0;
	padding-left:6px;
	zoom:1;
	border-bottom:1px solid;
}

.x-panel-tr {
	background: transparent no-repeat right 0;
	zoom:1;
	padding-right:6px;
}

.x-panel-bc {
	background: transparent repeat-x 0 bottom;
	zoom:1;
}

.x-panel-bc .x-panel-footer {
	zoom:1;
}

.x-panel-bl {
	background: transparent no-repeat 0 bottom;
	padding-left:6px;
	zoom:1;
}

.x-panel-br {
	background: transparent no-repeat right bottom;
	padding-right:6px;
	zoom:1;
}

.x-panel-mc {
	border:0 none;
	padding:0;
	margin:0;
	padding-top:6px;
}

.x-panel-mc .x-panel-body {
	background:transparent;
	border: 0 none;
}

.x-panel-ml {
	background: repeat-y 0 0;
	padding-left:6px;
	zoom:1;
}

.x-panel-mr {
	background: transparent repeat-y right 0;
	padding-right:6px;
	zoom:1;
}

.x-panel-bc .x-panel-footer {
	padding-bottom:6px;
}

.x-panel-nofooter .x-panel-bc, .x-panel-nofooter .x-window-bc {
	height:6px;
	font-size:0;
	line-height:0;
}

.x-panel-bwrap {
	overflow:hidden;
	zoom:1;
	left:0;
	top:0;
}
.x-panel-body {
	overflow:hidden;
	zoom:1;
}

.x-panel-collapsed .x-resizable-handle{
	display:none;
}

.ext-gecko .x-panel-animated div {
	overflow:hidden !important;
}


.x-plain-body {
	overflow:hidden;
}

.x-plain-bbar .x-toolbar {
	overflow:hidden;
	padding:2px;
}

.x-plain-tbar .x-toolbar {
	overflow:hidden;
	padding:2px;
}

.x-plain-bwrap {
	overflow:hidden;
	zoom:1;
}

.x-plain {
	overflow:hidden;
}


.x-tool {
	overflow:hidden;
	width:15px;
	height:15px;
	float:right;
	cursor:pointer;
	background:transparent no-repeat;
	margin-left:2px;
}


.x-tool-toggle {
	background-position:0 -60px;
}

.x-tool-toggle-over {
	background-position:-15px -60px;
}

.x-panel-collapsed .x-tool-toggle {
	background-position:0 -75px;
}

.x-panel-collapsed .x-tool-toggle-over {
	background-position:-15px -75px;
}


.x-tool-close {
	background-position:0 -0;
}

.x-tool-close-over {
	background-position:-15px 0;
}

.x-tool-minimize {
	background-position:0 -15px;
}

.x-tool-minimize-over {
	background-position:-15px -15px;
}

.x-tool-maximize {
	background-position:0 -30px;
}

.x-tool-maximize-over {
	background-position:-15px -30px;
}

.x-tool-restore {
	background-position:0 -45px;
}

.x-tool-restore-over {
	background-position:-15px -45px;
}

.x-tool-gear {
	background-position:0 -90px;
}

.x-tool-gear-over {
	background-position:-15px -90px;
}

.x-tool-pin {
	background-position:0 -135px;
}

.x-tool-pin-over {
	background-position:-15px -135px;
}

.x-tool-unpin {
	background-position:0 -150px;
}

.x-tool-unpin-over {
	background-position:-15px -150px;
}

.x-tool-right {
	background-position:0 -165px;
}

.x-tool-right-over {
	background-position:-15px -165px;
}

.x-tool-left {
	background-position:0 -180px;
}

.x-tool-left-over {
	background-position:-15px -180px;
}

.x-tool-up {
	background-position:0 -210px;
}

.x-tool-up-over {
	background-position:-15px -210px;
}

.x-tool-down {
	background-position:0 -195px;
}

.x-tool-down-over {
	background-position:-15px -195px;
}

.x-tool-refresh {
	background-position:0 -225px;
}

.x-tool-refresh-over {
	background-position:-15px -225px;
}

.x-tool-minus {
	background-position:0 -255px;
}

.x-tool-minus-over {
	background-position:-15px -255px;
}

.x-tool-plus {
	background-position:0 -240px;
}

.x-tool-plus-over {
	background-position:-15px -240px;
}

.x-tool-search {
	background-position:0 -270px;
}

.x-tool-search-over {
	background-position:-15px -270px;
}

.x-tool-save {
	background-position:0 -285px;
}

.x-tool-save-over {
	background-position:-15px -285px;
}

.x-tool-help {
	background-position:0 -300px;
}

.x-tool-help-over {
	background-position:-15px -300px;
}

.x-tool-print {
	background-position:0 -315px;
}

.x-tool-print-over {
	background-position:-15px -315px;
}


.x-panel-ghost {
	z-index:12000;
	overflow:hidden;
	position:absolute;
	left:0;top:0;
	opacity:.65;
	-moz-opacity:.65;
	filter:alpha(opacity=65);
}

.x-panel-ghost ul {
	margin:0;
	padding:0;
	overflow:hidden;
	font-size:0;
	line-height:0;
	border:1px solid;
	border-top:0 none;
	display:block;
}

.x-panel-ghost * {
	cursor:move !important;
}

.x-panel-dd-spacer {
	border:2px dashed;
}


.x-panel-btns {
	padding:5px;
	overflow:hidden;
}

.x-panel-btns-right .x-panel-fbar {
	float:right;
	clear:none;
}

.x-panel-btns-left .x-panel-fbar {
	clear:none;
}

.x-panel-btns-center{
	text-align:center; 
}

.x-panel-btns-center .x-toolbar-ct {
	margin:0 auto; 
	text-align:left;
	width:auto;
}

.x-panel-btns td.x-toolbar-cell{
	padding:3px;
}

.x-panel-btns .x-btn-focus .x-btn-left{
	background-position:0 -147px;
}

.x-panel-btns .x-btn-focus .x-btn-right{
	background-position:0 -168px;
}

.x-panel-btns .x-btn-focus .x-btn-center{
	background-position:0 -189px;
}

.x-panel-btns .x-btn-over .x-btn-left{
	background-position:0 -63px;
}

.x-panel-btns .x-btn-over .x-btn-right{
	background-position:0 -84px;
}

.x-panel-btns .x-btn-over .x-btn-center{
	background-position:0 -105px;
}

.x-panel-btns .x-btn-click .x-btn-center{
	background-position:0 -126px;
}

.x-panel-btns .x-btn-click  .x-btn-right{
	background-position:0 -84px;
}

.x-panel-btns .x-btn-click .x-btn-left{
	background-position:0 -63px;
}

.x-panel-fbar td,.x-panel-fbar span,.x-panel-fbar input,.x-panel-fbar div,.x-panel-fbar select,.x-panel-fbar label{
	white-space: nowrap;
}


.x-panel-reset .x-panel-body html,
.x-panel-reset .x-panel-body address,
.x-panel-reset .x-panel-body blockquote,
.x-panel-reset .x-panel-body body,
.x-panel-reset .x-panel-body dd,
.x-panel-reset .x-panel-body div,
.x-panel-reset .x-panel-body dl,
.x-panel-reset .x-panel-body dt,
.x-panel-reset .x-panel-body fieldset,
.x-panel-reset .x-panel-body form,
.x-panel-reset .x-panel-body frame, frameset,
.x-panel-reset .x-panel-body h1,
.x-panel-reset .x-panel-body h2,
.x-panel-reset .x-panel-body h3,
.x-panel-reset .x-panel-body h4,
.x-panel-reset .x-panel-body h5,
.x-panel-reset .x-panel-body h6,
.x-panel-reset .x-panel-body noframes,
.x-panel-reset .x-panel-body ol,
.x-panel-reset .x-panel-body p,
.x-panel-reset .x-panel-body ul,
.x-panel-reset .x-panel-body center,
.x-panel-reset .x-panel-body dir,
.x-panel-reset .x-panel-body hr,
.x-panel-reset .x-panel-body menu,
.x-panel-reset .x-panel-body pre 			  { display: block }
.x-panel-reset .x-panel-body li              { display: list-item }
.x-panel-reset .x-panel-body head            { display: none }
.x-panel-reset .x-panel-body table           { display: table }
.x-panel-reset .x-panel-body tr              { display: table-row }
.x-panel-reset .x-panel-body thead           { display: table-header-group }
.x-panel-reset .x-panel-body tbody           { display: table-row-group }
.x-panel-reset .x-panel-body tfoot           { display: table-footer-group }
.x-panel-reset .x-panel-body col             { display: table-column }
.x-panel-reset .x-panel-body colgroup        { display: table-column-group }
.x-panel-reset .x-panel-body td,
.x-panel-reset .x-panel-body th 	          { display: table-cell }
.x-panel-reset .x-panel-body caption         { display: table-caption }
.x-panel-reset .x-panel-body th              { font-weight: bolder; text-align: center }
.x-panel-reset .x-panel-body caption         { text-align: center }
.x-panel-reset .x-panel-body body            { margin: 8px }
.x-panel-reset .x-panel-body h1              { font-size: 2em; margin: .67em 0 }
.x-panel-reset .x-panel-body h2              { font-size: 1.5em; margin: .75em 0 }
.x-panel-reset .x-panel-body h3              { font-size: 1.17em; margin: .83em 0 }
.x-panel-reset .x-panel-body h4,
.x-panel-reset .x-panel-body p,
.x-panel-reset .x-panel-body blockquote,
.x-panel-reset .x-panel-body ul,
.x-panel-reset .x-panel-body fieldset,
.x-panel-reset .x-panel-body form,
.x-panel-reset .x-panel-body ol,
.x-panel-reset .x-panel-body dl,
.x-panel-reset .x-panel-body dir,
.x-panel-reset .x-panel-body menu            { margin: 1.12em 0 }
.x-panel-reset .x-panel-body h5              { font-size: .83em; margin: 1.5em 0 }
.x-panel-reset .x-panel-body h6              { font-size: .75em; margin: 1.67em 0 }
.x-panel-reset .x-panel-body h1,
.x-panel-reset .x-panel-body h2,
.x-panel-reset .x-panel-body h3,
.x-panel-reset .x-panel-body h4,
.x-panel-reset .x-panel-body h5,
.x-panel-reset .x-panel-body h6,
.x-panel-reset .x-panel-body b,
.x-panel-reset .x-panel-body strong          { font-weight: bolder }
.x-panel-reset .x-panel-body blockquote      { margin-left: 40px; margin-right: 40px }
.x-panel-reset .x-panel-body i,
.x-panel-reset .x-panel-body cite,
.x-panel-reset .x-panel-body em,
.x-panel-reset .x-panel-body var,
.x-panel-reset .x-panel-body address    	  { font-style: italic }
.x-panel-reset .x-panel-body pre,
.x-panel-reset .x-panel-body tt,
.x-panel-reset .x-panel-body code,
.x-panel-reset .x-panel-body kbd,
.x-panel-reset .x-panel-body samp       	  { font-family: monospace }
.x-panel-reset .x-panel-body pre             { white-space: pre }
.x-panel-reset .x-panel-body button,
.x-panel-reset .x-panel-body textarea,
.x-panel-reset .x-panel-body input,
.x-panel-reset .x-panel-body select   		  { display: inline-block }
.x-panel-reset .x-panel-body big             { font-size: 1.17em }
.x-panel-reset .x-panel-body small,
.x-panel-reset .x-panel-body sub,
.x-panel-reset .x-panel-body sup 			  { font-size: .83em }
.x-panel-reset .x-panel-body sub             { vertical-align: sub }
.x-panel-reset .x-panel-body sup             { vertical-align: super }
.x-panel-reset .x-panel-body table           { border-spacing: 2px; }
.x-panel-reset .x-panel-body thead,
.x-panel-reset .x-panel-body tbody,
.x-panel-reset .x-panel-body tfoot           { vertical-align: middle }
.x-panel-reset .x-panel-body td,
.x-panel-reset .x-panel-body th          	  { vertical-align: inherit }
.x-panel-reset .x-panel-body s,
.x-panel-reset .x-panel-body strike,
.x-panel-reset .x-panel-body del  			  { text-decoration: line-through }
.x-panel-reset .x-panel-body hr              { border: 1px inset }
.x-panel-reset .x-panel-body ol,
.x-panel-reset .x-panel-body ul,
.x-panel-reset .x-panel-body dir,
.x-panel-reset .x-panel-body menu,
.x-panel-reset .x-panel-body dd        	  { margin-left: 40px }
.x-panel-reset .x-panel-body ul, .x-panel-reset .x-panel-body menu, .x-panel-reset .x-panel-body dir { list-style-type: disc;}
.x-panel-reset .x-panel-body ol              { list-style-type: decimal }
.x-panel-reset .x-panel-body ol ul,
.x-panel-reset .x-panel-body ul ol,
.x-panel-reset .x-panel-body ul ul,
.x-panel-reset .x-panel-body ol ol    		  { margin-top: 0; margin-bottom: 0 }
.x-panel-reset .x-panel-body u,
.x-panel-reset .x-panel-body ins          	  { text-decoration: underline }
.x-panel-reset .x-panel-body br:before       { content: "\A" }
.x-panel-reset .x-panel-body :before, :after { white-space: pre-line }
.x-panel-reset .x-panel-body center          { text-align: center }
.x-panel-reset .x-panel-body :link, :visited { text-decoration: underline }
.x-panel-reset .x-panel-body :focus          { outline: thin dotted invert }


.x-panel-reset .x-panel-body BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
.x-panel-reset .x-panel-body BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }

.x-window {
	zoom:1;
}

.x-window .x-resizable-handle {
	opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity=0);
}

.x-window-proxy {
	border:1px solid;
	z-index:12000;
	overflow:hidden;
	position:absolute;
	left:0;top:0;
	display:none;
	opacity:.5;
	-moz-opacity:.5;
	filter:alpha(opacity=50);
}

.x-window-header {
	overflow:hidden;
	zoom:1;
}

.x-window-bwrap {
	z-index:1;
	position:relative;
	zoom:1;
	left:0;top:0;
}

.x-window-tl .x-window-header {
	padding:5px 0 4px 0;
}

.x-window-header-text {
	cursor:pointer;
}

.x-window-tc {
	background: transparent repeat-x 0 0;
	overflow:hidden;
	zoom:1;
}

.x-window-tl {
	background: transparent no-repeat 0 0;
	padding-left:6px;
	zoom:1;
	z-index:1;
	position:relative;
}

.x-window-tr {
	background: transparent no-repeat right 0;
	padding-right:6px;
}

.x-window-bc {
	background: transparent repeat-x 0 bottom;
	zoom:1;
}

.x-window-bc .x-window-footer {
	padding-bottom:6px;
	zoom:1;
	font-size:0;
	line-height:0;
}

.x-window-bl {
	background: transparent no-repeat 0 bottom;
	padding-left:6px;
	zoom:1;
}

.x-window-br {
	background: transparent no-repeat right bottom;
	padding-right:6px;
	zoom:1;
}

.x-window-mc {
	border:1px solid;
	padding:0;
	margin:0;
}

.x-window-ml {
	background: transparent repeat-y 0 0;
	padding-left:6px;
	zoom:1;
}

.x-window-mr {
	background: transparent repeat-y right 0;
	padding-right:6px;
	zoom:1;
}

.x-window-body {
	overflow:hidden;
}

.x-window-bwrap {
	overflow:hidden;
}

.x-window-maximized .x-window-bl, .x-window-maximized .x-window-br,
	.x-window-maximized .x-window-ml, .x-window-maximized .x-window-mr,
	.x-window-maximized .x-window-tl, .x-window-maximized .x-window-tr {
	padding:0;
}

.x-window-maximized .x-window-footer {
	padding-bottom:0;
}

.x-window-maximized .x-window-tc {
	padding-left:3px;
	padding-right:3px;
}

.x-window-maximized .x-window-mc {
	border-left:0 none;
	border-right:0 none;
}

.x-window-tbar .x-toolbar, .x-window-bbar .x-toolbar {
	border-left:0 none;
	border-right: 0 none;
}

.x-window-bbar .x-toolbar {
	border-top:1px solid;
	border-bottom:0 none;
}

.x-window-draggable, .x-window-draggable .x-window-header-text {
	cursor:move;
}

.x-window-maximized .x-window-draggable, .x-window-maximized .x-window-draggable .x-window-header-text {
	cursor:default;
}

.x-window-body {
	background:transparent;
}

.x-panel-ghost .x-window-tl {
	border-bottom:1px solid;
}

.x-panel-collapsed .x-window-tl {
	border-bottom:1px solid;
}

.x-window-maximized-ct {
	overflow:hidden;
}

.x-window-maximized .x-resizable-handle {
	display:none;
}

.x-window-sizing-ghost ul {
	border:0 none !important;
}

.x-dlg-focus{
	-moz-outline:0 none;
	outline:0 none;
	width:0;
	height:0;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
}

.ext-webkit .x-dlg-focus{
	width: 1px;
	height: 1px;
}

.x-dlg-mask{
	z-index:10000;
	display:none;
	position:absolute;
	top:0;
	left:0;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}

body.ext-ie6.x-body-masked select {
	visibility:hidden;
}

body.ext-ie6.x-body-masked .x-window select {
	visibility:visible;
}

.x-window-plain .x-window-mc {
	border: 1px solid;
}

.x-window-plain .x-window-body {
	border: 1px solid;
	background:transparent !important;
}
.x-html-editor-wrap {
	border:1px solid;
}

.x-html-editor-tb .x-btn-text {
	background:transparent no-repeat;
}

.x-html-editor-tb .x-edit-bold, .x-menu-item .x-edit-bold {
	background-position:0 0;
	background-image:url(/content/images/ext/editor/tb-sprite.gif);    
}

.x-html-editor-tb .x-edit-italic, .x-menu-item .x-edit-italic {
	background-position:-16px 0;
	background-image:url(/content/images/ext/editor/tb-sprite.gif);
}

.x-html-editor-tb .x-edit-underline, .x-menu-item .x-edit-underline {
	background-position:-32px 0;
	background-image:url(/content/images/ext/editor/tb-sprite.gif);
}

.x-html-editor-tb .x-edit-forecolor, .x-menu-item .x-edit-forecolor {
	background-position:-160px 0;
	background-image:url(/content/images/ext/editor/tb-sprite.gif);
}

.x-html-editor-tb .x-edit-backcolor, .x-menu-item .x-edit-backcolor {
	background-position:-176px 0;
	background-image:url(/content/images/ext/editor/tb-sprite.gif);
}

.x-html-editor-tb .x-edit-justifyleft, .x-menu-item .x-edit-justifyleft {
	background-position:-112px 0;
	background-image:url(/content/images/ext/editor/tb-sprite.gif);
}

.x-html-editor-tb .x-edit-justifycenter, .x-menu-item .x-edit-justifycenter {
	background-position:-128px 0;
	background-image:url(/content/images/ext/editor/tb-sprite.gif);
}

.x-html-editor-tb .x-edit-justifyright, .x-menu-item .x-edit-justifyright {
	background-position:-144px 0;
	background-image:url(/content/images/ext/editor/tb-sprite.gif);
}

.x-html-editor-tb .x-edit-insertorderedlist, .x-menu-item .x-edit-insertorderedlist {
	background-position:-80px 0;
	background-image:url(/content/images/ext/editor/tb-sprite.gif);
}

.x-html-editor-tb .x-edit-insertunorderedlist, .x-menu-item .x-edit-insertunorderedlist {
	background-position:-96px 0;
	background-image:url(/content/images/ext/editor/tb-sprite.gif);
}

.x-html-editor-tb .x-edit-increasefontsize, .x-menu-item .x-edit-increasefontsize {
	background-position:-48px 0;
	background-image:url(/content/images/ext/editor/tb-sprite.gif);
}

.x-html-editor-tb .x-edit-decreasefontsize, .x-menu-item .x-edit-decreasefontsize {
	background-position:-64px 0;
	background-image:url(/content/images/ext/editor/tb-sprite.gif);
}

.x-html-editor-tb .x-edit-sourceedit, .x-menu-item .x-edit-sourceedit {
	background-position:-192px 0;
	background-image:url(/content/images/ext/editor/tb-sprite.gif);
}

.x-html-editor-tb .x-edit-createlink, .x-menu-item .x-edit-createlink {
	background-position:-208px 0;
	background-image:url(/content/images/ext/editor/tb-sprite.gif);
}

.x-html-editor-tip .x-tip-bd .x-tip-bd-inner {
	padding:5px;
	padding-bottom:1px;
}

.x-html-editor-tb .x-toolbar {
	position:static !important;
}
.x-panel-noborder .x-panel-body-noborder {
	border-width:0;
}

.x-panel-noborder .x-panel-header-noborder {
	border-width:0 0 1px;
	border-style:solid;
}

.x-panel-noborder .x-panel-tbar-noborder .x-toolbar {
	border-width:0 0 1px;
	border-style:solid;
}

.x-panel-noborder .x-panel-bbar-noborder .x-toolbar {
	border-width:1px 0 0 0;
	border-style:solid;
}

.x-window-noborder .x-window-mc {
	border-width:0;
}

.x-window-plain .x-window-body-noborder {
	border-width:0;
}

.x-tab-panel-noborder .x-tab-panel-body-noborder {
	border-width:0;
}

.x-tab-panel-noborder .x-tab-panel-header-noborder {
	border-width: 0 0 1px 0;
}

.x-tab-panel-noborder .x-tab-panel-footer-noborder {
	border-width: 1px 0 0 0;
}

.x-tab-panel-bbar-noborder .x-toolbar {
	border-width: 1px 0 0 0;
	border-style:solid;
}

.x-tab-panel-tbar-noborder .x-toolbar {
	border-width:0 0 1px;
	border-style:solid;
}
.x-border-layout-ct {
	position: relative;
}

.x-border-panel {
	position:absolute;
	left:0;
	top:0;
}

.x-tool-collapse-south {
	background-position:0 -195px;
}

.x-tool-collapse-south-over {
	background-position:-15px -195px;
}

.x-tool-collapse-north {
	background-position:0 -210px;
}

.x-tool-collapse-north-over {
	background-position:-15px -210px;
}

.x-tool-collapse-west {
	background-position:0 -180px;
}

.x-tool-collapse-west-over {
	background-position:-15px -180px;
}

.x-tool-collapse-east {
	background-position:0 -165px;
}

.x-tool-collapse-east-over {
	background-position:-15px -165px;
}

.x-tool-expand-south {
	background-position:0 -210px;
}

.x-tool-expand-south-over {
	background-position:-15px -210px;
}

.x-tool-expand-north {
	background-position:0 -195px;
}
.x-tool-expand-north-over {
	background-position:-15px -195px;
}

.x-tool-expand-west {
	background-position:0 -165px;
}

.x-tool-expand-west-over {
	background-position:-15px -165px;
}

.x-tool-expand-east {
	background-position:0 -180px;
}

.x-tool-expand-east-over {
	background-position:-15px -180px;
}

.x-tool-expand-north, .x-tool-expand-south {
	float:right;
	margin:3px;
}

.x-tool-expand-east, .x-tool-expand-west {
	float:none;
	margin:3px auto;
}

.x-accordion-hd .x-tool-toggle {
	background-position:0 -255px;
}

.x-accordion-hd .x-tool-toggle-over {
	background-position:-15px -255px;
}

.x-panel-collapsed .x-accordion-hd .x-tool-toggle {
	background-position:0 -240px;
}

.x-panel-collapsed .x-accordion-hd .x-tool-toggle-over {
	background-position:-15px -240px;
}

.x-accordion-hd {
	padding-top:4px;
	padding-bottom:3px;
	border-top:0 none;
	background: transparent repeat-x 0 -9px;
}

.x-layout-collapsed{
	position:absolute;
	left:-10000px;
	top:-10000px;
	visibility:hidden;
	width:20px;
	height:20px;
	overflow:hidden;
	border:1px solid;
	z-index:20;
}

.ext-border-box .x-layout-collapsed{
	width:22px;
	height:22px;
}

.x-layout-collapsed-over{
	cursor:pointer;
}

.x-layout-collapsed-west .x-layout-collapsed-tools, .x-layout-collapsed-east .x-layout-collapsed-tools{
	position:absolute;
	top:0;
	left:0;
	width:20px;
	height:20px;
}


.x-layout-split{
	position:absolute;
	height:5px;
	width:5px;
	line-height:1px;
	font-size:1px;
	z-index:3;
	background-color:transparent;
}


.ext-strict .ext-ie6 .x-layout-split{
	background-color: #fff !important;
	filter: alpha(opacity=1);
}

.x-layout-split-h{
	background-image:url(/content/images/ext/s.gif);
	background-position: left;
}

.x-layout-split-v{
	background-image:url(/content/images/ext/s.gif);
	background-position: top;
}

.x-column-layout-ct {
	overflow:hidden;
	zoom:1;
}

.x-column {
	float:left;
	padding:0;
	margin:0;
	overflow:hidden;
	zoom:1;
}

.x-column-inner {
	overflow:hidden;
	zoom:1;
}


.x-layout-mini {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:5px;
	height:35px;
	cursor:pointer;
	opacity:.5;
	-moz-opacity:.5;
	filter:alpha(opacity=50);
}

.x-layout-mini-over, .x-layout-collapsed-over .x-layout-mini{
	opacity:1;
	-moz-opacity:1;
	filter:none;
}

.x-layout-split-west .x-layout-mini {
	top:48%;
}

.x-layout-split-east .x-layout-mini {
	top:48%;
}

.x-layout-split-north .x-layout-mini {
	left:48%;
	height:5px;
	width:35px;
}

.x-layout-split-south .x-layout-mini {
	left:48%;
	height:5px;
	width:35px;
}

.x-layout-cmini-west .x-layout-mini {
	top:48%;
}

.x-layout-cmini-east .x-layout-mini {
	top:48%;
}

.x-layout-cmini-north .x-layout-mini {
	left:48%;
	height:5px;
	width:35px;
}

.x-layout-cmini-south .x-layout-mini {
	left:48%;
	height:5px;
	width:35px;
}

.x-layout-cmini-west, .x-layout-cmini-east {
	border:0 none;
	width:5px !important;
	padding:0;
	background:transparent;
}

.x-layout-cmini-north, .x-layout-cmini-south {
	border:0 none;
	height:5px !important;
	padding:0;
	background:transparent;
}

.x-viewport, .x-viewport body {
	margin: 0;
	padding: 0;
	border: 0 none;
	overflow: hidden;
	height: 100%;
}

.x-abs-layout-item {
	position:absolute;
	left:0;
	top:0;
}

.ext-ie input.x-abs-layout-item, .ext-ie textarea.x-abs-layout-item {
	margin:0;
}

.x-box-layout-ct {
	overflow:hidden;
	zoom:1;
}

.x-box-inner {
	overflow:hidden;
	zoom:1;
	position:relative;
	left:0;
	top:0;
}

.x-box-item {
	position:absolute;
	left:0;
	top:0;
}
.x-progress-wrap {
	border:1px solid;
	overflow:hidden;
}

.x-progress-inner {
	height:18px;
	background:repeat-x;
	position:relative;
}

.x-progress-bar {
	height:18px;
	float:left;
	width:0;
	background: repeat-x left center;
	border-top:1px solid;
	border-bottom:1px solid;
	border-right:1px solid;
}

.x-progress-text {
	padding:1px 5px;
	overflow:hidden;
	position:absolute;
	left:0;
	text-align:center;
}

.x-progress-text-back {
	line-height:16px;
}

.ext-ie .x-progress-text-back {
	line-height:15px;
}
.x-list-header{
	background: repeat-x 0 bottom;
	cursor:default;
	zoom:1;
	height:22px;
}

.x-list-header-inner div {
	display:block;
	float:left;
	overflow:hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.x-list-header-inner div em {
	display:block;
	border-left:1px solid;
	padding:4px 4px;
	overflow:hidden;
	-moz-user-select: none;
	-khtml-user-select: none;
	line-height:14px;
}

.x-list-body {
	overflow:auto;
	overflow-x:hidden;
	overflow-y:auto;
	zoom:1;
	float: left;
	width: 100%;
}

.x-list-body dl {
	zoom:1;
}

.x-list-body dt {
	display:block;
	float:left;
	overflow:hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor:pointer;
	zoom:1;
}

.x-list-body dt em {
	display:block;
	padding:3px 4px;
	overflow:hidden;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.x-list-resizer {
	border-left:1px solid;
	border-right:1px solid;
	position:absolute;
	left:0;
	top:0;
}

.x-list-header-inner em.sort-asc {
	background: transparent no-repeat center 0;
	border-style:solid;
	border-width: 0 1px 1px;
	padding-bottom:3px;
}

.x-list-header-inner em.sort-desc {
	background: transparent no-repeat center -23px;
	border-style:solid;
	border-width: 0 1px 1px;
	padding-bottom:3px;
}


.x-slider {
	zoom:1;
}

.x-slider-inner {
	position:relative;
	left:0;
	top:0;
	overflow:visible;
	zoom:1;
}

.x-slider-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: none;
	-khtml-user-select:none;
	-webkit-user-select:ignore;
	display:block;
	overflow:hidden;  
}


.x-slider-horz {
	padding-left:7px;
	background:transparent no-repeat 0 -22px;
}

.x-slider-horz .x-slider-end {
	padding-right:7px;
	zoom:1;
	background:transparent no-repeat right -44px;
}

.x-slider-horz .x-slider-inner {
	background:transparent repeat-x 0 0;
	height:22px;
}

.x-slider-horz .x-slider-thumb {
	width:14px;
	height:15px;
	position:absolute;
	left:0;
	top:3px;
	background:transparent no-repeat 0 0;
}

.x-slider-horz .x-slider-thumb-over {
	background-position: -14px -15px;
}

.x-slider-horz .x-slider-thumb-drag {
	background-position: -28px -30px;
}


.x-slider-vert {
	padding-top:7px;
	background:transparent no-repeat -44px 0;
	width:22px;
}

.x-slider-vert .x-slider-end {
	padding-bottom:7px;
	zoom:1;
	background:transparent no-repeat -22px bottom;
}

.x-slider-vert .x-slider-inner {
	background:transparent repeat-y 0 0;
}

.x-slider-vert .x-slider-thumb {
	width:15px;
	height:14px;
	position:absolute;
	left:3px;
	bottom:0;
	background:transparent no-repeat 0 0;
}

.x-slider-vert .x-slider-thumb-over {
	background-position: -15px -14px;
}

.x-slider-vert .x-slider-thumb-drag {
	background-position: -30px -28px;
}
.x-window-dlg .x-window-body {
	border:0 none !important;
	padding:5px 10px;
	overflow:hidden !important;
}

.x-window-dlg .x-window-mc {
	border:0 none !important;
}

.x-window-dlg .ext-mb-input {
	margin-top:4px;
	width:95%;
}

.x-window-dlg .ext-mb-textarea {
	margin-top:4px;
}

.x-window-dlg .x-progress-wrap {
	margin-top:4px;
}

.ext-ie .x-window-dlg .x-progress-wrap {
	margin-top:6px;
}

.x-window-dlg .x-msg-box-wait {
	background:transparent no-repeat left;
	display:block;
	width:300px;
	padding-left:18px;
	line-height:18px;
}

.x-window-dlg .ext-mb-icon {
	float:left;
	width:47px;
	height:32px;
}

.ext-ie .x-window-dlg .ext-mb-icon {
	width:44px; 
}

.x-window-dlg .x-dlg-icon .ext-mb-content{
	zoom: 1; margin-left: 47px;
}

.x-window-dlg .ext-mb-info, .x-window-dlg .ext-mb-warning, .x-window-dlg .ext-mb-question, .x-window-dlg .ext-mb-error {
	background:transparent no-repeat top left;
}

.ext-gecko2 .ext-mb-fix-cursor {
	overflow:auto;
}
.ext-el-mask {
	background-color: #ccc;
}

.ext-el-mask-msg {
	border-color:#6593cf;
	background-color:#c3daf9;
	background-image:url(/content/images/ext/box/tb-blue.gif);
}
.ext-el-mask-msg div {
	background-color: #eee;
	border-color:#a3bad9;
	color:#222;
	font:normal 11px tahoma, arial, helvetica, sans-serif;
}

.x-mask-loading div {
	background-color:#fbfbfb;
	background-image:url(/content/images/ext/grid/loading.gif);
}

.x-item-disabled {
	color: gray;
}

.x-item-disabled * {
	color: gray !important;
}

.x-splitbar-proxy {
	background-color: #aaa;
}

.x-color-palette a {
	border-color:#fff;
}

.x-color-palette a:hover, .x-color-palette a.x-color-palette-sel {
	border-color:#8bb8f3;
	background-color: #deecfd;
}

.x-color-palette em {
	border-color:#aca899;
}

.x-ie-shadow {
	background-color:#777;
}

.x-shadow .xsmc {
	background-image: url(/content/images/ext/shadow-c.png);
}

.x-shadow .xsml, .x-shadow .xsmr {
	background-image: url(/content/images/ext/shadow-lr.png);
}

.x-shadow .xstl, .x-shadow .xstc,  .x-shadow .xstr, .x-shadow .xsbl, .x-shadow .xsbc, .x-shadow .xsbr{
	background-image: url(/content/images/ext/shadow.png);
}

.loading-indicator {
	font-size: 11px;
	background-image: url(/content/images/ext/grid/loading.gif);
}

.x-spotlight {
	background-color: #ccc;
}

.x-tab-panel-header, .x-tab-panel-footer {
	background-color: #deecfd;
	border-color:#8db2e3;
	overflow:hidden;
	zoom:1;
}

.x-tab-panel-header, .x-tab-panel-footer {
	border-color:#8db2e3;
}

ul.x-tab-strip-top{
	background-color:#cedff5;
	background-image: url(/content/images/ext/tabs/tab-strip-bg.gif);
	border-bottom-color:#8db2e3;
}

ul.x-tab-strip-bottom{
	background-color:#cedff5;
	background-image: url(/content/images/ext/tabs/tab-strip-btm-bg.gif);
	border-top-color:#8db2e3;
}

.x-tab-panel-header-plain .x-tab-strip-spacer,
.x-tab-panel-footer-plain .x-tab-strip-spacer {
	border-color:#8db2e3;
	background-color: #deecfd;
}

.x-tab-strip span.x-tab-strip-text {
	font:normal 11px tahoma,arial,helvetica;
	color:#416aa3;
}

.x-tab-strip-over span.x-tab-strip-text {
	color:#15428b;
}

.x-tab-strip-active span.x-tab-strip-text {
	color:#15428b;
	font-weight:bold;
}

.x-tab-strip-disabled .x-tabs-text {
	color:#aaaaaa;
}

.x-tab-strip-top .x-tab-right, .x-tab-strip-top .x-tab-left, .x-tab-strip-top .x-tab-strip-inner{
	background-image: url(/content/images/ext/tabs/tabs-sprite.gif);
}

.x-tab-strip-bottom .x-tab-right {
	background-image: url(/content/images/ext/tabs/tab-btm-inactive-right-bg.gif);
}

.x-tab-strip-bottom .x-tab-left {
	background-image: url(/content/images/ext/tabs/tab-btm-inactive-left-bg.gif);
}

.x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
	background-image: url(/content/images/ext/tabs/tab-btm-right-bg.gif);
}

.x-tab-strip-bottom .x-tab-strip-active .x-tab-left {
	background-image: url(/content/images/ext/tabs/tab-btm-left-bg.gif);
}

.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
	background-image:url(/content/images/ext/tabs/tab-close.gif);
}

.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover{
	background-image:url(/content/images/ext/tabs/tab-close.gif);
}

.x-tab-panel-body {
	border-color:#8db2e3;
	background-color:#fff;
}

.x-tab-panel-body-top {
	border-top: 0 none;
}

.x-tab-panel-body-bottom {
	border-bottom: 0 none;
}

.x-tab-scroller-left {
	background-image:url(/content/images/ext/tabs/scroll-left.gif);
	border-bottom-color:#8db2e3;
}

.x-tab-scroller-left-over {
	background-position: 0 0;
}

.x-tab-scroller-left-disabled {
	background-position: -18px 0;
	opacity:.5;
	-moz-opacity:.5;
	filter:alpha(opacity=50);
	cursor:default;
}

.x-tab-scroller-right {
	background-image:url(/content/images/ext/tabs/scroll-right.gif);
	border-bottom-color:#8db2e3;
}

.x-tab-panel-bbar .x-toolbar, .x-tab-panel-tbar .x-toolbar {
	border-color:#99bbe8;
}
.x-form-field{
	font:normal 11px tahoma, arial, helvetica, sans-serif;
}

.x-form-text, textarea.x-form-field{
	background-color:#fff;
	background-image:url(/content/images/ext/form/text-bg.gif);
	border-color:#b5b8c8;
}

.x-form-select-one {
	background-color:#fff;
	border-color:#b5b8c8;
}

.x-form-check-group-label {
	border-bottom: 1px solid #99bbe8;
	color: #15428b;
}

.x-editor .x-form-check-wrap {
	background-color:#fff;
}

.x-form-field-wrap .x-form-trigger{
	background-image:url(/content/images/ext/form/trigger.gif);
	border-bottom-color:#b5b8c8;
}

.x-form-field-wrap .x-form-date-trigger{
	background-image: url(/content/images/ext/form/date-trigger.gif);
}

.x-form-field-wrap .x-form-clear-trigger{
	background-image: url(/content/images/ext/form/clear-trigger.gif);
}

.x-form-field-wrap .x-form-search-trigger{
	background-image: url(/content/images/ext/form/search-trigger.gif);
}

.x-trigger-wrap-focus .x-form-trigger{
	border-bottom-color:#7eadd9;
}

.x-item-disabled .x-form-trigger-over{
	border-bottom-color:#b5b8c8;
}

.x-item-disabled .x-form-trigger-click{
	border-bottom-color:#b5b8c8;
}

.x-form-focus, textarea.x-form-focus{
	border-color:#7eadd9;
}

.x-form-invalid, textarea.x-form-invalid{
	background-color:#fff;
	background-image:url(/content/images/ext/grid/invalid_line.gif);
	border-color:#f00 !important; 
}

.ext-safari .x-form-invalid{
	background-color:#fee;
	border-color:#ff7870;
}

.x-form-inner-invalid, textarea.x-form-inner-invalid{
	background-color:#fff;
	background-image:url(/content/images/ext/grid/invalid_line.gif);
}

.x-form-grow-sizer {
	font:normal 12px tahoma, arial, helvetica, sans-serif;
}

.x-form-item {
	font:normal 11px tahoma, arial, helvetica, sans-serif;
}

.x-form-invalid-msg {
	color:#c0272b;
	font:normal 11px tahoma, arial, helvetica, sans-serif;
	background-image:url(/content/images/ext/shared/warning.gif);
}

.x-form-empty-field {
	color:gray;
}

.x-small-editor .x-form-field {
	font:normal 11px arial, tahoma, helvetica, sans-serif;
}

.ext-safari .x-small-editor .x-form-field {
	font:normal 12px arial, tahoma, helvetica, sans-serif;
}

.x-form-invalid-icon {
	background-image:url(/content/images/ext/form/exclamation.gif);
}

.x-fieldset {
	border-color:#b5b8c8;
}

.x-fieldset legend {
	font:bold 11px tahoma, arial, helvetica, sans-serif;
	color:#15428b;
}

.x-btn{
	font:normal 11px tahoma, verdana, helvetica;
}

.x-btn button{
	font:normal 11px arial,tahoma,verdana,helvetica;
	color:#333;
}

.x-btn em {
	font-style:normal;
	font-weight:normal;
}

.x-btn-tl, .x-btn-tr, .x-btn-tc, .x-btn-ml, .x-btn-mr, .x-btn-mc, .x-btn-bl, .x-btn-br, .x-btn-bc{
	background-image:url(/content/images/ext/button/btn.gif);
}

.x-btn-click .x-btn-text, .x-btn-menu-active .x-btn-text, .x-btn-pressed .x-btn-text{
	color:#000;
}

.x-btn-disabled *{
	color:gray !important;
}

.x-btn-mc em.x-btn-arrow {
	background-image:url(/content/images/ext/button/arrow.gif);
}

.x-btn-mc em.x-btn-split {
	background-image:url(/content/images/ext/button/s-arrow.gif);
}

.x-btn-over .x-btn-mc em.x-btn-split, .x-btn-click .x-btn-mc em.x-btn-split, .x-btn-menu-active .x-btn-mc em.x-btn-split, .x-btn-pressed .x-btn-mc em.x-btn-split {
	background-image:url(/content/images/ext/button/s-arrow-o.gif);
}

.x-btn-mc em.x-btn-arrow-bottom {
	background-image:url(/content/images/ext/button/s-arrow-b-noline.gif);
}

.x-btn-mc em.x-btn-split-bottom {
	background-image:url(/content/images/ext/button/s-arrow-b.gif);
}

.x-btn-over .x-btn-mc em.x-btn-split-bottom, .x-btn-click .x-btn-mc em.x-btn-split-bottom, .x-btn-menu-active .x-btn-mc em.x-btn-split-bottom, .x-btn-pressed .x-btn-mc em.x-btn-split-bottom {
	background-image:url(/content/images/ext/button/s-arrow-bo.gif);
}

.x-btn-group-header {
	color: #3e6aaa;
}

.x-btn-group-tc {
	background-image: url(/content/images/ext/button/group-tb.gif);
}

.x-btn-group-tl {
	background-image: url(/content/images/ext/button/group-cs.gif);
}

.x-btn-group-tr {
	background-image: url(/content/images/ext/button/group-cs.gif);
}

.x-btn-group-bc {
	background-image: url(/content/images/ext/button/group-tb.gif);
}

.x-btn-group-bl {
	background-image: url(/content/images/ext/button/group-cs.gif);
}

.x-btn-group-br {
	background-image: url(/content/images/ext/button/group-cs.gif);
}

.x-btn-group-ml {
	background-image: url(/content/images/ext/button/group-lr.gif);
}
.x-btn-group-mr {
	background-image: url(/content/images/ext/button/group-lr.gif);
}

.x-btn-group-notitle .x-btn-group-tc {
	background-image: url(/content/images/ext/button/group-tb.gif);
}
.x-toolbar{
	border-color:#a9bfd3;
	background-color:#d0def0;
	background-image:url(/content/images/ext/toolbar/bg.gif);
}

.x-toolbar td,.x-toolbar span,.x-toolbar input,.x-toolbar div,.x-toolbar select,.x-toolbar label{
	font:normal 11px arial,tahoma, helvetica, sans-serif;
}

.x-toolbar .x-item-disabled {
	color:gray;
}

.x-toolbar .x-item-disabled * {
	color:gray;
}

.x-toolbar .x-btn-mc em.x-btn-split {
	background-image:url(/content/images/ext/button/s-arrow-noline.gif);
}

.x-toolbar .x-btn-over .x-btn-mc em.x-btn-split, .x-toolbar .x-btn-click .x-btn-mc em.x-btn-split, 
.x-toolbar .x-btn-menu-active .x-btn-mc em.x-btn-split, .x-toolbar .x-btn-pressed .x-btn-mc em.x-btn-split 
{
	background-image:url(/content/images/ext/button/s-arrow-o.gif);
}

.x-toolbar .x-btn-mc em.x-btn-split-bottom {
	background-image:url(/content/images/ext/button/s-arrow-b-noline.gif);
}

.x-toolbar .x-btn-over .x-btn-mc em.x-btn-split-bottom, .x-toolbar .x-btn-click .x-btn-mc em.x-btn-split-bottom, 
.x-toolbar .x-btn-menu-active .x-btn-mc em.x-btn-split-bottom, .x-toolbar .x-btn-pressed .x-btn-mc em.x-btn-split-bottom 
{
	background-image:url(/content/images/ext/button/s-arrow-bo.gif);
}

.x-toolbar .xtb-sep {
	background-image: url(/content/images/ext/grid/grid-blue-split.gif);
}

.x-tbar-page-first{
	background-image: url(/content/images/ext/grid/page-first.gif) !important;
}

.x-tbar-loading{
	/*background-image: url(/content/images/ext/grid/refresh.gif) !important;*/
}

.x-tbar-page-last{
	background-image: url(/content/images/ext/grid/page-last.gif) !important;
}

.x-tbar-page-next{
	background-image: url(/content/images/ext/grid/page-next.gif) !important;
}

.x-tbar-page-prev{
	background-image: url(/content/images/ext/grid/page-prev.gif) !important;
}

.x-item-disabled .x-tbar-loading{
	background-image: url(/content/images/ext/grid/loading.gif) !important;
}

.x-item-disabled .x-tbar-page-first{
	background-image: url(/content/images/ext/grid/page-first-disabled.gif) !important;
}

.x-item-disabled .x-tbar-page-last{
	background-image: url(/content/images/ext/grid/page-last-disabled.gif) !important;
}

.x-item-disabled .x-tbar-page-next{
	background-image: url(/content/images/ext/grid/page-next-disabled.gif) !important;
}

.x-item-disabled .x-tbar-page-prev{
	background-image: url(/content/images/ext/grid/page-prev-disabled.gif) !important;
}

.x-paging-info {
	color:#444;
}

.x-toolbar-more-icon {
	background-image: url(/content/images/ext/toolbar/more.gif) !important;
}

.x-statusbar .x-status-busy {
	background-image: url(/content/images/ext/grid/loading.gif);
}

.x-statusbar .x-status-text-panel {
	border-color: #99bbe8 #fff #fff #99bbe8;
}
.x-resizable-handle {
	background-color:#fff;
}

.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east,
.x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west
{
	background-image:url(/content/images/ext/sizer/e-handle.gif);
}

.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south,
.x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north
{
	background-image:url(/content/images/ext/sizer/s-handle.gif);
}

.x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north{
	background-image:url(/content/images/ext/sizer/s-handle.gif);
}
.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{
	background-image:url(/content/images/ext/sizer/se-handle.gif);
}
.x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest{
	background-image:url(/content/images/ext/sizer/nw-handle.gif);
}
.x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast{
	background-image:url(/content/images/ext/sizer/ne-handle.gif);
}
.x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest{
	background-image:url(/content/images/ext/sizer/sw-handle.gif);
}
.x-resizable-proxy{
	border-color:#3b5a82;
}
.x-resizable-overlay{
	background-color:#fff;
}

.x-grid3 {
	background-color:#fff;
}

.x-grid-panel .x-panel-mc .x-panel-body {
	border-color:#99bbe8;
}

.x-grid3-hd-row td, .x-grid3-row td, .x-grid3-summary-row td{
	font:normal 11px arial, tahoma, helvetica, sans-serif;
}

.x-grid3-hd-row td {
	border-left-color:#eee;
	border-right-color:#d0d0d0;
}

.x-grid-row-loading {
	background-color: #fff;
	background-image:url(/content/images/ext/shared/loading-balls.gif);
}

.x-grid3-row {
	border-color:#ededed;
	border-top-color:#fff;
}

.x-grid3-row-alt{
	background-color:#fafafa;
}

.x-grid3-row-over {
	border-color:#ddd;
	background-color:#efefef;
	background-image:url(/content/images/ext/grid/row-over.gif);
}

.x-grid3-resize-proxy {
	background-color:#777;
}

.x-grid3-resize-marker {
	background-color:#777;
}

.x-grid3-header{
	background-color:#f9f9f9;
	background-image:url(/content/images/ext/grid/grid3-hrow.gif);
}

.x-grid3-header-pop {
	border-left-color:#d0d0d0;
}

.x-grid3-header-pop-inner {
	border-left-color:#eee;
	background-image:url(/content/images/ext/grid/hd-pop.gif);
}

td.x-grid3-hd-over, td.sort-desc, td.sort-asc, td.x-grid3-hd-menu-open {
	border-left-color:#aaccf6;
	border-right-color:#aaccf6;
}

td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-asc .x-grid3-hd-inner, td.x-grid3-hd-menu-open .x-grid3-hd-inner {
	background-color:#ebf3fd;
	background-image:url(/content/images/ext/grid/grid3-hrow-over.gif);

}

.sort-asc .x-grid3-sort-icon {
	background-image: url(/content/images/ext/grid/sort_asc.gif);
}

.sort-desc .x-grid3-sort-icon {
	background-image: url(/content/images/ext/grid/sort_desc.gif);
}

.x-grid3-cell-text, .x-grid3-hd-text {
	color:#000;
}

.x-grid3-split {
	background-image: url(/content/images/ext/grid/grid-split.gif);
}

.x-grid3-hd-text {
	color:#15428b;
}

.x-dd-drag-proxy .x-grid3-hd-inner{
	background-color:#ebf3fd;
	background-image:url(/content/images/ext/grid/grid3-hrow-over.gif);
	border-color:#aaccf6;
}

.col-move-top{
	background-image:url(/content/images/ext/grid/col-move-top.gif);
}

.col-move-bottom{
	background-image:url(/content/images/ext/grid/col-move-bottom.gif);
}

.x-grid3-row-selected {
	background-color: #dfe8f6 !important;
	background-image: none;
	border-color:#a3bae9;
}

.x-grid3-cell-selected{
	background-color: #b8cfee !important;
	color:#000;
}

.x-grid3-cell-selected span{
	color:#000 !important;
}

.x-grid3-cell-selected .x-grid3-cell-text{
	color:#000;
}

.x-grid3-locked td.x-grid3-row-marker, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker{
	background-color:#ebeadb !important;
	background-image:url(/content/images/ext/grid/grid-hrow.gif) !important;
	color:#000;
	border-top-color:#fff;
	border-right-color:#6fa0df !important;
}

.x-grid3-locked td.x-grid3-row-marker div, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker div{
	color:#15428b !important;
}

.x-grid3-dirty-cell {
	background-image:url(/content/images/ext/grid/dirty.gif);
}

.x-grid3-topbar, .x-grid3-bottombar{
	font:normal 11px arial, tahoma, helvetica, sans-serif;
}

.x-grid3-bottombar .x-toolbar{
	border-top-color:#a9bfd3;
}

.x-props-grid .x-grid3-td-name .x-grid3-cell-inner{
	background-image:url(/content/images/ext/grid/grid3-special-col-bg.gif) !important;
	color:#000 !important;
}

.x-props-grid .x-grid3-body .x-grid3-td-name{
	background-color:#fff !important;
	border-right-color:#eee;
}

.xg-hmenu-sort-asc .x-menu-item-icon{
	background-image: url(/content/images/ext/grid/hmenu-asc.gif);
}

.xg-hmenu-sort-desc .x-menu-item-icon{
	background-image: url(/content/images/ext/grid/hmenu-desc.gif);
}

.xg-hmenu-lock .x-menu-item-icon{
	background-image: url(/content/images/ext/grid/hmenu-lock.gif);
}

.xg-hmenu-unlock .x-menu-item-icon{
	background-image: url(/content/images/ext/grid/hmenu-unlock.gif);
}

.x-grid3-hd-btn {
	background-color:#c3daf9;
	background-image:url(/content/images/ext/grid/grid3-hd-btn.gif);
}

.x-grid3-body .x-grid3-td-expander {
	background-image:url(/content/images/ext/grid/grid3-special-col-bg.gif);
}

.x-grid3-row-expander {
	background-image:url(/content/images/ext/grid/row-expand-sprite.gif);
}

.x-grid3-body .x-grid3-td-checker {
	background-image: url(/content/images/ext/grid/grid3-special-col-bg.gif);
}

.x-grid3-row-checker, .x-grid3-hd-checker {
	background-image:url(/content/images/ext/grid/row-check-sprite.gif);
}

.x-grid3-body .x-grid3-td-numberer {
	background-image:url(/content/images/ext/grid/grid3-special-col-bg.gif);
}

.x-grid3-body .x-grid3-td-numberer .x-grid3-cell-inner {
	color:#444;
}

.x-grid3-body .x-grid3-td-row-icon {
	background-image:url(/content/images/ext/grid/grid3-special-col-bg.gif);
}

.x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer,
.x-grid3-body .x-grid3-row-selected .x-grid3-td-checker,
.x-grid3-body .x-grid3-row-selected .x-grid3-td-expander {
	background-image:url(/content/images/ext/grid/grid3-special-col-sel-bg.gif);
}

.x-grid3-check-col {
	background-image:url(/content/images/ext/menu/unchecked.gif);
}

.x-grid3-check-col-on {
	background-image:url(/content/images/ext/menu/checked.gif);
}

.x-grid-group, .x-grid-group-body, .x-grid-group-hd {
	zoom:1;
}

.x-grid-group-hd {
	border-bottom-color:#99bbe8;
}

.x-grid-group-hd div {
	background-image:url(/content/images/ext/grid/group-expand-sprite.gif);
	color:#3764a0;
	font:bold 11px tahoma, arial, helvetica, sans-serif;
}

.x-group-by-icon {
	background-image:url(/content/images/ext/grid/group-by.gif);
}

.x-cols-icon {
	background-image:url(/content/images/ext/grid/columns.gif);
}

.x-show-groups-icon {
	background-image:url(/content/images/ext/grid/group-by.gif);
}

.x-grid-empty {
	color:gray;
	font:normal 11px tahoma, arial, helvetica, sans-serif;
}

.x-grid-with-col-lines .x-grid3-row td.x-grid3-cell {
	border-right-color:#ededed;
}

.x-grid-with-col-lines .x-grid3-row{
	border-top-color:#ededed;
}

.x-grid-with-col-lines .x-grid3-row-selected {
	border-top-color:#a3bae9;
}
.x-dd-drag-ghost{
	color:#000;
	font: normal 11px arial, helvetica, sans-serif;
	border-color: #ddd #bbb #bbb #ddd;
	background-color:#fff;
}

.x-dd-drop-nodrop .x-dd-drop-icon{
  background-image: url(/content/images/ext/dd/drop-no.gif);
}

.x-dd-drop-ok .x-dd-drop-icon{
  background-image: url(/content/images/ext/dd/drop-yes.gif);
}

.x-dd-drop-ok-add .x-dd-drop-icon{
  background-image: url(/content/images/ext/dd/drop-add.gif);
}

.x-view-selector {
	background-color:#c3daf9;
	border-color:#3399bb;
}
.x-tree-node-expanded .x-tree-node-icon{
	background-image:url(/content/images/ext/tree/folder-open.gif);
}

.x-tree-node-leaf .x-tree-node-icon{
	background-image:url(/content/images/ext/tree/leaf.gif);
}

.x-tree-node-collapsed .x-tree-node-icon{
	background-image:url(/content/images/ext/tree/folder.gif);
}

.x-tree-node-loading .x-tree-node-icon{
	background-image:url(/content/images/ext/tree/loading.gif) !important;
}

.x-tree-node .x-tree-node-inline-icon {
	background-image: none;
}

.x-tree-node-loading a span{
	 font-style: italic;
	 color:#444444;
}

.ext-ie .x-tree-node-el input {
	width:15px;
	height:15px;
}

.x-tree-lines .x-tree-elbow{
	background-image:url(/content/images/ext/tree/elbow.gif);
}

.x-tree-lines .x-tree-elbow-plus{
	background-image:url(/content/images/ext/tree/elbow-plus.gif);
}

.x-tree-lines .x-tree-elbow-minus{
	background-image:url(/content/images/ext/tree/elbow-minus.gif);
}

.x-tree-lines .x-tree-elbow-end{
	background-image:url(/content/images/ext/tree/elbow-end.gif);
}

.x-tree-lines .x-tree-elbow-end-plus{
	background-image:url(/content/images/ext/tree/elbow-end-plus.gif);
}

.x-tree-lines .x-tree-elbow-end-minus{
	background-image:url(/content/images/ext/tree/elbow-end-minus.gif);
}

.x-tree-lines .x-tree-elbow-line{
	background-image:url(/content/images/ext/tree/elbow-line.gif);
}

.x-tree-no-lines .x-tree-elbow-plus{
	background-image:url(/content/images/ext/tree/elbow-plus-nl.gif);
}

.x-tree-no-lines .x-tree-elbow-minus{
	background-image:url(/content/images/ext/tree/elbow-minus-nl.gif);
}

.x-tree-no-lines .x-tree-elbow-end-plus{
	background-image:url(/content/images/ext/tree/elbow-end-plus-nl.gif);
}

.x-tree-no-lines .x-tree-elbow-end-minus{
	background-image:url(/content/images/ext/tree/elbow-end-minus-nl.gif);
}

.x-tree-arrows .x-tree-elbow-plus{
	background-image:url(/content/images/ext/tree/arrows.gif);
}

.x-tree-arrows .x-tree-elbow-minus{
	background-image:url(/content/images/ext/tree/arrows.gif);
}

.x-tree-arrows .x-tree-elbow-end-plus{
	background-image:url(/content/images/ext/tree/arrows.gif);
}

.x-tree-arrows .x-tree-elbow-end-minus{
	background-image:url(/content/images/ext/tree/arrows.gif);
}

.x-tree-node{
	color:#000;
	font: normal 11px arial, tahoma, helvetica, sans-serif;
}

.x-tree-node a, .x-dd-drag-ghost a{
	color:#000;
}

.x-tree-node a span, .x-dd-drag-ghost a span{
	color:#000;
}

.x-tree-node .x-tree-node-disabled a span{
	color:gray !important;
}

.x-tree-node div.x-tree-drag-insert-below{
	 border-bottom-color:#36c;
}

.x-tree-node div.x-tree-drag-insert-above{
	 border-top-color:#36c;
}

.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below a{
	 border-bottom-color:#36c;
}

.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above a{
	 border-top-color:#36c;
}

.x-tree-node .x-tree-drag-append a span{
	 background-color:#ddd;
	 border-color:gray;
}

.x-tree-node .x-tree-node-over {
	background-color: #eee;
}

.x-tree-node .x-tree-selected {
	background-color: #d9e8fb;
}

.x-tree-drop-ok-append .x-dd-drop-icon{
  background-image: url(/content/images/ext/tree/drop-add.gif);
}

.x-tree-drop-ok-above .x-dd-drop-icon{
  background-image: url(/content/images/ext/tree/drop-over.gif);
}

.x-tree-drop-ok-below .x-dd-drop-icon{
  background-image: url(/content/images/ext/tree/drop-under.gif);
}

.x-tree-drop-ok-between .x-dd-drop-icon{
  background-image: url(/content/images/ext/tree/drop-between.gif);
}
.x-date-picker {
	border-color: #1b376c;
	background-color:#fff;
}

.x-date-middle,.x-date-left,.x-date-right {
	background-image: url(/content/images/ext/shared/hd-sprite.gif);
	color:#fff;
	font:bold 11px "sans serif", tahoma, verdana, helvetica;
}

.x-date-middle .x-btn .x-btn-text {
	color:#fff;
}

.x-date-middle .x-btn-mc em.x-btn-arrow {
	background-image:url(/content/images/ext/toolbar/btn-arrow-light.gif);
}

.x-date-right a {
	background-image: url(/content/images/ext/shared/right-btn.gif);
}

.x-date-left a{
	background-image: url(/content/images/ext/shared/left-btn.gif);
}

.x-date-inner th {
	background-color:#dfecfb;
	background-image:url(/content/images/ext/shared/glass-bg.gif);
	border-bottom-color:#a3bad9;
	font:normal 10px arial, helvetica,tahoma,sans-serif;
	color:#233d6d;
}

.x-date-inner td {
	border-color:#fff;
}

.x-date-inner a {
	font:normal 11px arial, helvetica,tahoma,sans-serif;
	color:#000;
}

.x-date-inner .x-date-active{
	color:#000;
}

.x-date-inner .x-date-selected a{
	background-color:#dfecfb;
	background-image:url(/content/images/ext/shared/glass-bg.gif);
	border-color:#8db2e3;
}

.x-date-inner .x-date-today a{
	border-color:darkred;
}

.x-date-inner .x-date-selected span{
	font-weight:bold;
}

.x-date-inner .x-date-prevday a,.x-date-inner .x-date-nextday a {
	color:#aaa;
}

.x-date-bottom {
	border-top-color:#a3bad9;
	background-color:#dfecfb;
	background-image:url(/content/images/ext/shared/glass-bg.gif);
}

.x-date-inner a:hover, .x-date-inner .x-date-disabled a:hover{
	color:#000;
	background-color:#ddecfe;
}

.x-date-inner .x-date-disabled a {
	background-color:#eee;
	color:#bbb;
}

.x-date-mmenu{
	background-color:#eee !important;
}

.x-date-mmenu .x-menu-item {
	font-size:10px;
	color:#000;
}

.x-date-mp {
	background-color:#fff;
}

.x-date-mp td {
	font:normal 11px arial, helvetica,tahoma,sans-serif;
}

.x-date-mp-btns button {
	background-color:#083772;
	color:#fff;
	border-color: #3366cc #000055 #000055 #3366cc;
	font:normal 11px arial, helvetica,tahoma,sans-serif;
}

.x-date-mp-btns {
	background-color: #dfecfb;
	background-image: url(/content/images/ext/shared/glass-bg.gif);
}

.x-date-mp-btns td {
	border-top-color: #c5d2df;
}

td.x-date-mp-month a,td.x-date-mp-year a {
	color:#15428b;
}

td.x-date-mp-month a:hover,td.x-date-mp-year a:hover {
	color:#15428b;
	background-color: #ddecfe;
}

td.x-date-mp-sel a {
	background-color: #dfecfb;
	background-image: url(/content/images/ext/shared/glass-bg.gif);
	border-color:#8db2e3;
}

.x-date-mp-ybtn a {
	background-image:url(/content/images/ext/panel/tool-sprites.gif);
}

td.x-date-mp-sep {
   border-right-color:#c5d2df;
}
.x-tip .x-tip-close{
	background-image: url(/content/images/ext/qtip/close.gif);
}

.x-tip .x-tip-tc, .x-tip .x-tip-tl, .x-tip .x-tip-tr, .x-tip .x-tip-bc, .x-tip .x-tip-bl, .x-tip .x-tip-br, .x-tip .x-tip-ml, .x-tip .x-tip-mr {
	background-image: url(/content/images/ext/qtip/tip-sprite.gif);
}

.x-tip .x-tip-mc {
	font: normal 11px tahoma,arial,helvetica,sans-serif;
}
.x-tip .x-tip-ml {
	background-color: #fff;
}

.x-tip .x-tip-header-text {
	font: bold 11px tahoma,arial,helvetica,sans-serif;
	color:#444;
}

.x-tip .x-tip-body {
	font: normal 11px tahoma,arial,helvetica,sans-serif;
	color:#444;
}

.x-form-invalid-tip .x-tip-tc, .x-form-invalid-tip .x-tip-tl, .x-form-invalid-tip .x-tip-tr, .x-form-invalid-tip .x-tip-bc,
.x-form-invalid-tip .x-tip-bl, .x-form-invalid-tip .x-tip-br, .x-form-invalid-tip .x-tip-ml, .x-form-invalid-tip .x-tip-mr
{
	background-image: url(/content/images/ext/form/error-tip-corners.gif);
}

.x-form-invalid-tip .x-tip-body {
	background-image:url(/content/images/ext/form/exclamation.gif);
}

.x-tip-anchor {
	background-image:url(/content/images/ext/qtip/tip-anchor-sprite.gif);
}
.x-menu {
	border-color:#718bb7;
	background-color:#f0f0f0;
	background-image:url(/content/images/ext/menu/menu.gif);
}

.x-menu-nosep {
	background-image:none;
}

.x-menu-list-item{
	font:normal 11px arial,tahoma,sans-serif;
}

.x-menu-item-arrow{
	background-image:url(/content/images/ext/menu/menu-parent.gif);
}

.x-menu-sep {
	background-color:#e0e0e0;
	border-bottom-color:#fff;
}

a.x-menu-item {
	color:#222;
}

.x-menu-item-active {
	background-image: url(/content/images/ext/menu/item-over.gif);
	background-color: #dbecf4;
	border-color:#aaccf6;
}

.x-menu-item-active a.x-menu-item {
	border-color:#aaccf6;
}

.x-menu-check-item .x-menu-item-icon{
	background-image:url(/content/images/ext/menu/unchecked.gif);
}

.x-menu-item-checked .x-menu-item-icon{
	background-image:url(/content/images/ext/menu/checked.gif);
}

.x-menu-item-checked .x-menu-group-item .x-menu-item-icon{
	background-image:url(/content/images/ext/menu/group-checked.gif);
}

.x-menu-group-item .x-menu-item-icon{
	background-image:none;
}

.x-menu-plain {
	background-color:#fff !important;
}

.x-menu .x-date-picker{
	border-color:#a3bad9;
}

.x-cycle-menu .x-menu-item-checked {
	border-color:#a3bae9 !important;
	background-color:#def8f6;
}

.x-menu-scroller-top {
	background-image:url(/content/images/ext/layout/mini-top.gif);
}

.x-menu-scroller-bottom {
	background-image:url(/content/images/ext/layout/mini-bottom.gif);
}

.x-box-tl {
	background-image: url(/content/images/ext/box/corners.gif);
}

.x-box-tc {
	background-image: url(/content/images/ext/box/tb.gif);
}

.x-box-tr {
	background-image: url(/content/images/ext/box/corners.gif);
}

.x-box-ml {
	background-image: url(/content/images/ext/box/l.gif);
}

.x-box-mc {
	background-color: #eee;
	background-image: url(/content/images/ext/box/tb.gif);
	font-family: "Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif;
	color: #393939;
	font-size: 12px;
}

.x-box-mc h3 {
	font-size: 14px;
	font-weight: bold;
}

.x-box-mr {
	background-image: url(/content/images/ext/box/r.gif);
}

.x-box-bl {
	background-image: url(/content/images/ext/box/corners.gif);
}

.x-box-bc {
	background-image: url(/content/images/ext/box/tb.gif);
}

.x-box-br {
	background-image: url(/content/images/ext/box/corners.gif);
}

.x-box-blue .x-box-bl, .x-box-blue .x-box-br, .x-box-blue .x-box-tl, .x-box-blue .x-box-tr {
	background-image: url(/content/images/ext/box/corners-blue.gif);
}

.x-box-blue .x-box-bc, .x-box-blue .x-box-mc, .x-box-blue .x-box-tc {
	background-image: url(/content/images/ext/box/tb-blue.gif);
}

.x-box-blue .x-box-mc {
	background-color: #c3daf9;
}

.x-box-blue .x-box-mc h3 {
	color: #17385b;
}

.x-box-blue .x-box-ml {
	background-image: url(/content/images/ext/box/l-blue.gif);
}

.x-box-blue .x-box-mr {
	background-image: url(/content/images/ext/box/r-blue.gif);
}
#x-debug-browser .x-tree .x-tree-node a span {
	color:#222297;
	font-size:11px;
	font-family:"monotype","courier new",sans-serif;
}

#x-debug-browser .x-tree a i {
	color:#ff4545;
	font-style:normal;
}

#x-debug-browser .x-tree a em {
	color:#999;
}

#x-debug-browser .x-tree .x-tree-node .x-tree-selected a span{
	background-color:#c3daf9;
}
.x-combo-list {
	border-color:#98c0f4;
	background-color:#ddecfe;
	font:normal 12px tahoma, arial, helvetica, sans-serif;
}

.x-combo-list-inner {
	background-color:#fff;
}

.x-combo-list-hd {
	font:bold 11px tahoma, arial, helvetica, sans-serif;
	color:#15428b;
	background-image: url(/content/images/ext/layout/panel-title-light-bg.gif);
	border-bottom-color:#98c0f4;
}

.x-resizable-pinned .x-combo-list-inner {
	border-bottom-color:#98c0f4;
}

.x-combo-list-item {
	border-color:#fff;
}

.x-combo-list .x-combo-selected{
	border-color:#a3bae9 !important;
	background-color:#dfe8f6;
}

.x-combo-list .x-toolbar {
	border-top-color:#98c0f4;
}

.x-combo-list-small {
	font:normal 11px tahoma, arial, helvetica, sans-serif;
}
.x-panel {
	border-color: #99bbe8;
}

.x-panel-header {
	color:#15428b;
	font-weight:bold; 
	font-size: 11px;
	font-family: tahoma,arial,verdana,sans-serif;
	border-color:#99bbe8;
	background-image: url(/content/images/ext/panel/white-top-bottom.gif);
}

.x-panel-body {
	border-color:#99bbe8;
	background-color:#fff;
}

.x-panel-bbar .x-toolbar, .x-panel-tbar .x-toolbar {
	border-color:#99bbe8;
}

.x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar {
	border-top-color:#99bbe8;
}

.x-panel-body-noheader, .x-panel-mc .x-panel-body {
	border-top-color:#99bbe8;
}

.x-panel-tl .x-panel-header {
	color:#15428b;
	font:bold 11px tahoma,arial,verdana,sans-serif;
}

.x-panel-tc {
	background-image: url(/content/images/ext/panel/top-bottom.gif);
}

.x-panel-tl, .x-panel-tr, .x-panel-bl,  .x-panel-br{
	background-image: url(/content/images/ext/panel/corners-sprite.gif);
	border-bottom-color:#99bbe8;
}

.x-panel-bc {
	background-image: url(/content/images/ext/panel/top-bottom.gif);
}

.x-panel-mc {
	font: normal 11px tahoma,arial,helvetica,sans-serif;
	background-color:#dfe8f6;
}

.x-panel-ml {
	background-color: #fff;
	background-image:url(/content/images/ext/panel/left-right.gif);
}

.x-panel-mr {
	background-image: url(/content/images/ext/panel/left-right.gif);
}

.x-tool {
	background-image:url(/content/images/ext/panel/tool-sprites.gif);
}

.x-panel-ghost {
	background-color:#cbddf3;
}

.x-panel-ghost ul {
	border-color:#99bbe8;
}

.x-panel-dd-spacer {
	border-color:#99bbe8;
}

.x-panel-fbar td,.x-panel-fbar span,.x-panel-fbar input,.x-panel-fbar div,.x-panel-fbar select,.x-panel-fbar label{
	font:normal 11px arial,tahoma, helvetica, sans-serif;
}

.x-window-proxy {
	background-color:#c7dffc;
	border-color:#99bbe8;
}

.x-window-tl .x-window-header {
	color:#15428b;
	font:bold 11px tahoma,arial,verdana,sans-serif;
}

.x-window-tc {
	background-image: url(/content/images/ext/window/top-bottom.png);
}

.x-window-tl {
	background-image: url(/content/images/ext/window/left-corners.png);
}

.x-window-tr {
	background-image: url(/content/images/ext/window/right-corners.png);
}

.x-window-bc {
	background-image: url(/content/images/ext/window/top-bottom.png);
}

.x-window-bl {
	background-image: url(/content/images/ext/window/left-corners.png);
}

.x-window-br {
	background-image: url(/content/images/ext/window/right-corners.png);
}

.x-window-mc {
	border-color:#99bbe8;
	font: normal 11px tahoma,arial,helvetica,sans-serif;
	background-color:#dfe8f6;
}

.x-window-ml {
	background-image: url(/content/images/ext/window/left-right.png);
}

.x-window-mr {
	background-image: url(/content/images/ext/window/left-right.png);
}

.x-window-maximized .x-window-tc {
	background-color:#fff;
}

.x-window-bbar .x-toolbar {
	border-top-color:#99bbe8;
}

.x-panel-ghost .x-window-tl {
	border-bottom-color:#99bbe8;
}

.x-panel-collapsed .x-window-tl {
	border-bottom-color:#84a0c4;
}

.x-dlg-mask{
   background-color:#ccc;
}

.x-window-plain .x-window-mc {
	background-color: #ccd9e8;
	border-color: #a3bae9 #dfe8f6 #dfe8f6 #a3bae9;
}

.x-window-plain .x-window-body {
	border-color: #dfe8f6 #a3bae9 #a3bae9 #dfe8f6;
}

body.x-body-masked .x-window-plain .x-window-mc {
	background-color: #ccd9e8;
}
.x-html-editor-wrap {
	border-color:#a9bfd3;
	background-color:#fff;
}
.x-html-editor-tb .x-btn-text {
	background-image:url(/content/images/ext/editor/tb-sprite.gif);
}
.x-panel-noborder .x-panel-header-noborder {
	border-bottom-color:#99bbe8;
}

.x-panel-noborder .x-panel-tbar-noborder .x-toolbar {
	border-bottom-color:#99bbe8;
}

.x-panel-noborder .x-panel-bbar-noborder .x-toolbar {
	border-top-color:#99bbe8;
}

.x-tab-panel-bbar-noborder .x-toolbar {
	border-top-color:#99bbe8;
}

.x-tab-panel-tbar-noborder .x-toolbar {
	border-bottom-color:#99bbe8;
}
.x-border-layout-ct {
	background-color:#dfe8f6;
}

.x-accordion-hd {
	color:#222;
	font-weight:bold;
	background-image: url(/content/images/ext/panel/light-hd.gif);
}

.x-layout-collapsed{
	background-color:#d2e0f2;
	border-color:#98c0f4;
}

.x-layout-collapsed-over{
	background-color:#d9e8fb;
}

.x-layout-split-west .x-layout-mini {
	background-image:url(/content/images/ext/layout/mini-left.gif);
}
.x-layout-split-east .x-layout-mini {
	background-image:url(/content/images/ext/layout/mini-right.gif);
}
.x-layout-split-north .x-layout-mini {
	background-image:url(/content/images/ext/layout/mini-top.gif);
}
.x-layout-split-south .x-layout-mini {
	background-image:url(/content/images/ext/layout/mini-bottom.gif);
}

.x-layout-cmini-west .x-layout-mini {
	background-image:url(/content/images/ext/layout/mini-right.gif);
}

.x-layout-cmini-east .x-layout-mini {
	background-image:url(/content/images/ext/layout/mini-left.gif);
}

.x-layout-cmini-north .x-layout-mini {
	background-image:url(/content/images/ext/layout/mini-bottom.gif);
}

.x-layout-cmini-south .x-layout-mini {
	background-image:url(/content/images/ext/layout/mini-top.gif);
}
.x-progress-wrap {
	border-color:#6593cf;
}

.x-progress-inner {
	background-color:#e0e8f3;
	background-image:url(/content/images/ext/qtip/bg.gif);
}

.x-progress-bar {
	background-color:#9cbfee;
	background-image:url(/content/images/ext/progress/progress-bg.gif);
	border-top-color:#d1e4fd;
	border-bottom-color:#7fa9e4;
	border-right-color:#7fa9e4;
}

.x-progress-text {
	font-size:11px;
	font-weight:bold;
	color:#fff;
}

.x-progress-text-back {
	color:#396095;
}
.x-list-header{
	background-color:#f9f9f9;
	background-image:url(/content/images/ext/grid/grid3-hrow.gif);
}

.x-list-header-inner div em {
	border-left-color:#ddd;
	font:normal 11px arial, tahoma, helvetica, sans-serif;
}

.x-list-body dt em {
	font:normal 11px arial, tahoma, helvetica, sans-serif;
}

.x-list-over {
	background-color:#eee;
}

.x-list-selected {
	background-color:#dfe8f6;
}

.x-list-resizer {
	border-left-color:#555;
	border-right-color:#555;
}

.x-list-header-inner em.sort-asc, .x-list-header-inner em.sort-desc {
	background-image:url(/content/images/ext/grid/sort-hd.gif);
	border-color: #99bbe8;
}
.x-slider-horz, .x-slider-horz .x-slider-end, .x-slider-horz .x-slider-inner {
	background-image:url(/content/images/ext/slider/slider-bg.png);
}

.x-slider-horz .x-slider-thumb {
	background-image:url(/content/images/ext/slider/slider-thumb.png);
}

.x-slider-vert, .x-slider-vert .x-slider-end, .x-slider-vert .x-slider-inner {
	background-image:url(/content/images/ext/slider/slider-v-bg.png);
}

.x-slider-vert .x-slider-thumb {
	background-image:url(/content/images/ext/slider/slider-v-thumb.png);
}
.x-window-dlg .ext-mb-text,
.x-window-dlg .x-window-header-text {
	font-size:12px;
}

.x-window-dlg .ext-mb-textarea {
	font:normal 12px tahoma,arial,helvetica,sans-serif;
}

.x-window-dlg .x-msg-box-wait {
	background-image:url(/content/images/ext/grid/loading.gif);
}

.x-window-dlg .ext-mb-info {
	background-image:url(/content/images/ext/window/icon-info.gif);
}

.x-window-dlg .ext-mb-warning {
	background-image:url(/content/images/ext/window/icon-warning.gif);
}

.x-window-dlg .ext-mb-question {
	background-image:url(/content/images/ext/window/icon-question.gif);
}

.x-window-dlg .ext-mb-error {
	background-image:url(/content/images/ext/window/icon-error.gif);
}

.x-grid3-summary-row {
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	color:#333;
	background: #f1f2f4;
}
.x-grid3-summary-row .x-grid3-cell-inner {
	font-weight:bold;
	padding-bottom:4px;
}
.x-grid3-cell-first .x-grid3-cell-inner {
	padding-left:16px;
}
.x-grid-hide-summary .x-grid3-summary-row {
	display:none;
}
.x-grid3-summary-msg {
	padding:4px 16px;
	font-weight:bold;
}

.x-tip-preview .x-tip-tc {
	background: transparent;
}

.x-tip-preview .x-tip-tl {
	background: transparent;
}

.x-tip-preview .x-tip-tr {
	background: transparent;
}

.x-tip-preview .x-tip-mc {
	background: #FFFFFF;
}

.x-tip-preview .x-tip-ml {
	background: transparent;
}

.x-tip-preview .x-tip-mr {
	background: transparent;
}

.x-tip-preview .x-tip-bc {
	background: transparent;
}

.x-tip-preview .x-tip-bl {
	background: transparent;
}

.x-tip-preview .x-tip-br {
	background: transparent;
}

.x-tip-preview .x-tip-body {
	background: transparent;
}
body
{
	margin:0;
	padding:0;
}
a img {border:0}

/* Top of the window */
.x-window-tl, .x-panel-tl, 
.x-window-tr, .x-panel-tr,
.x-window-tc, .x-panel-tc,
.x-window-ml, .x-panel-ml,
.x-window-mr, .x-panel-mr,
.x-window-mc, .x-panel-mc,
.x-window-bl, .x-panel-bl
.x-window-br, .x-panel-br,
.x-window-bc, .x-panel-bc,
.x-window-plain .x-window-mc,
.x-tab-panel-body,
.x-panel-body,
.x-panel-btns,
.x-window-bc .x-window-footer,
ul.x-tab-strip-top,
.x-tab-panel-header, 
.x-tab-panel-footer,
.x-tab-panel-noborder .x-tab-panel-header-noborder,
.x-tab-right,
.x-tab-left,
.x-tab-strip-top .x-tab-right, 
.x-tab-strip-top .x-tab-left, 
.x-tab-strip-top .x-tab-strip-inner,
.x-tab-strip-top .x-tab-strip-active .x-tab-right span.x-tab-strip-text,
.x-tab-strip-top .x-tab-strip-active .x-tab-right,
.x-tab-strip span.x-tab-strip-text,
.x-btn-mc,
.x-btn-ml,
.x-btn-mr,
.x-btn-bc,
.x-btn-bl,
.x-btn-br,
.x-btn-tc,
.x-btn-tl,
.x-btn-tr,
.x-toolbar-cell,
.x-panel-tl, .x-panel-tr, .x-panel-bl, .x-panel-br,
.x-window-br,
.x-panel-bbar .x-toolbar, .x-panel-tbar .x-toolbar
{ background:none;padding:0;border:0;margin:0; }

td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-asc .x-grid3-hd-inner, td.x-grid3-hd-menu-open .x-grid3-hd-inner,
.x-panel-bbar .x-toolbar
{
	background:none;
}

.x-tab-strip a, .x-tab-strip span, .x-tab-strip em 
{
	display:inline;
}

.x-panel-reset .x-panel-body :link, :visited
{
	text-decoration:none;
}

.x-panel-bbar .x-toolbar, .x-panel-tbar .x-toolbar,
.x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar,
.x-grid3-row
{
	border:0;
}

.x-shadow
{
	display:none !important;
}

.x-window-body,
.x-tab-panel-header,
.x-tab-panel-body,
.x-panel-body,
.x-tab-panel { /*width:auto !important; Accelerize */}

.ext-ie { line-height: inherit !important; }

/*
.x-grid-group-hd .x-grid-group-title
{

	background:url("/content/images/ext/grid/group-expand-sprite.gif") no-repeat scroll 3px -47px transparent !important;
}

.x-grid-group-hd div 
{
	background: none !important;
}*/


/* Fonts
---------------------------------------------------------------------------------------- */
body,
input,
#search input,
.x-window-tl .x-window-header,
.x-tab-strip span.x-tab-strip-text,
.x-tab-strip-active span.x-tab-strip-text,
.x-btn,
.x-btn button,
.x-tab,
.x-toolbar td, .x-toolbar span, .x-toolbar input, .x-toolbar div, .x-toolbar select, .x-toolbar label,
.x-grid-group-hd div,
.x-menu-list-item,
.x-form-item,
.x-form-field,
.x-fieldset-header-text,
.x-panel-tl .x-panel-header,
h2,
.x-window-mc,
.x-form-item 
{
	color:#595959;
	font-family:"Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size:11px;
	/*line-height:18px;*/
}

.x-grid3-hd-row td, .x-grid3-row td, .x-grid3-summary-row td
{
	font-size:11px;
}

/* Typography
---------------------------------------------------------------------------------------- */
a {font-weight:500;text-decoration:none;}
a:hover{text-decoration:underline}
p {margin:0 0 18px}
ul {margin:0;padding:0;list-style:none;}

h2
{
	font-size:40px;
	line-height:40px;
	color:#64788c;
	font-weight:normal;
	padding-top:14px;
}

.contact h2
{
	font-size:19px;
	line-height:22px;
	height: 22px;
	color:#64788c;
	font-weight:normal;
	overflow: hidden;
	padding-top: 0px;
}

.ext-ux-wiz-Header-title
{
	
	font-size:21px;
	font-weight:normal;
	line-height:24px;

}



/* Accelerize */

.x-form-item label 
{
	padding: 0 0 0 0;
}

.ext-strict .x-small-editor .x-form-text {
	height:12px !important;
}

.x-btn-text-icon .x-btn-icon-small-left .x-btn-text{
	background-position: 0 center;
	background-repeat: no-repeat;
	padding-left:18px !important;
	padding-right:0px;
	height:16px;
}

.x-border-layout-ct {
background-color: #fff;
}

.x-border-layout-ct {
background-color:#fff;
}

.ext-webkit .x-form-text
{
	
	padding-top: 2px !important;
	line-height: 16px !important;
	font-size: 11px !important;
}

.wizard-button button
{
	height: 24px !important;
}

#member-actions
{
	font-size: 12px;
}

.empty-text
{
	margin-left:5px;
	background: #7b93ac !important;
	background-color: #7b93ac;
	color: #fff !important; 
	text-decoration: none;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	font-size: 11px;
	line-height:12px !important;
	padding: 5px;
	
	text-align:center;
	font-size:18px;
	
}
/**
 * Parent form styles
 */
.x-form
{
	width:auto !important;
}

.x-fieldset
{
	/*margin:13px; Accelerize */
	padding:10px;
	padding-top: 10px !important;
	
}

.x-form-field-wrap,
.x-fieldset
{
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-border-radius:3px;
	/* width:auto !important; Accelerize */
}

/**
 * All form fields
 */
.x-form-field
{
	/*padding:3px; Accelerize */
	font-size:11px !important;
}

/**
 * Wraps around the label and form element
 */
.x-form-item 
{
	/* margin-bottom:10px; Accelerize */
}

/**
 * Standard Text Fields
 */
.x-form-text
{
	background:#fff;
	padding:2px 5px !important;
	height:12px !important;
}

/**
 * Textareas
 */
textarea.x-form-field
{
	background:#fff;
	/* width:200px !important; Accelerize */	
}

/**
 * When a field is focused
 */
.x-form-focus
{
	border-color:#4489ce;
}

/** 
 * Text fields AND Textareas
 */
.x-form-text,
textarea.x-form-field
{
	border:1px solid #b5b8c8;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

/**
 * Field icons
 */
.x-form-trigger
{
	border:0;
	top:3px !important;
	right:5px !important;
	height:18px !important;
}


.x-form-date-trigger
{
	top:3px !important;
	right:15px !important;
	border:0 !important;
}

.x-form-arrow-trigger 
{
	top:0 !important;
	right:0 !important;
	border-bottom:1px solid #b5b8c8;
}

.x-form-date-trigger
{
	background:url(/content/images/calendar.png) no-repeat 0 0 !important;
	height:15px !important;
	width:13px !important;
}

/**
 * Top toolbar of a grid component
 */
.x-panel-tbar .x-form-field-wrap
{
	/*background:#fff;*/
	margin-right:10px;
	/* width:110px !important; Accelerize */
}
.x-panel-tbar .x-form-text
{
	border:0
}

.ext-ie7 .x-panel-tbar .x-toolbar .x-form-text,
.ext-ie .x-panel-tbar .x-toolbar .x-form-text 
{
	position:relative;
	margin:0 !important;
	top:2px;
	left:2px;
	background:transparent;
}

.x-form-element
{
	padding:0 !important;
	float:left;
}

/* Grouping Container. Works as a parent element for floated children. */

.group
{
	zoom:1;
	display:block;
}

.group:after 
{
	content:' ';
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow:hidden;
	font-size:0;
}
body
{
	min-width:850px;
}

/* Layout
---------------------------------------------------------------------------------------- */
#header		{ padding:8px 17px }
#navigation	{ border-top-width:1px;border-top-style:solid }
#sidebar	{ float:left;width:210px }
#content	{ padding:20px 20px 20px 231px }

/* Company information in the top left
---------------------------------------------------------------------------------------- */
#company 	 { float: left; }
#company a   { display: block; text-decoration: none; position: relative; color: #fff; float: left;}
#company img { top: 0; left: 0; }
#company h1  { line-height: 41px; font-size: 18px; font-weight: 500; float: left; margin-left: 10px; }
/*
#company 	 { float:left; }
#company a   { display:block;text-decoration:none;padding-left:56px;position:relative;color:#fff;}
#company img { width:41px;position:absolute;top:0;left:0; }
#company h1  { line-height:41px;font-size:18px;font-weight:500;padding-left:50px;}
*/

/* Search Box
---------------------------------------------------------------------------------------- */
#search 
{
/*
	float:left;
	height:40px;
	padding:0 15px 1px 15px;
	width:180px;
*/
	line-height:40px;
	margin-top:-1px;
}
#search input {width:175px;color:#999;font-size:12px;height:20px}

/* Members actions in the top right corner
---------------------------------------------------------------------------------------- */
#member-actions 	{ float:right;line-height:34px;padding:5px 0 }
#member-actions li 	{ float:left }
#member-actions a 	{ color:#fff; text-decoration: none; }

#tasks,
#welcome,
#actions,
#impersonate
{
	float:left;
	padding-left:20px;
}

#impersonate
{
padding-right:20px;
}

/* The welcome message for the user */
#welcome { margin:0 }

/* Currently, just a log out button */
#actions {}

/* Uncompleted and overdue tasks */
#tasks 			{ padding-right:18px }
#tasks li 		{ margin-left:12px }
#tasks a:hover 	{ text-decoration:none }


/* Blue Tabs
---------------------------------------------------------------------------------------- */
.tabs
{
	font-size:15px;
	height:40px;
	margin:0;
	padding:0;
}
	
.tabs > li 	 			{ float:left;}
.tabs > li > a  	 	{ height:40px;padding:0 17px;cursor:pointer;  text-decoration: none;}
.tabs > li > a span 	{ /*background-position:0 -40px;*/float:left;margin-top:-11px;position:relative;top:50% }
.tabs > li:hover ul		{ display:block }

/* The selected tab */
/*
.tabs > li.current 			{ border:0;margin-left:-2px;margin-top:-1px;text-shadow:none }
.tabs > li.current > a 		{ height:41px;background:#fff !important;border:0 }
.tabs > li.current a span 	{ background-position:-40px 0;margin-top:-10px }
*/

/* Hovered tab */
/*
.tabs > li.has_dropdown:hover { margin-top:-1px }
.tabs > li.has_dropdown:hover > a { height:41px;padding-top:1px}
.tabs > li.has_dropdown:hover > a span { background-position:-20px -20px; }
*/


/* Icons
---------------------------------------------------------------------------------------- */
.icon, .no-icon {display:block}
.icon:hover, .no-icon {text-decoration:none}

#navigation .tabs > li:hover > a {
	color: #4AB0E4 !important;
	background: #EFF2F5;
	margin-top: -1px;
	padding-top: 1px;
	text-shadow: none;
}
#navigation .tabs > li.current {
	margin-left: -1px;
}
#navigation .tabs > li.current > a {
	color: #4AB0E4;
	background: #FFF;
	margin-top: -1px !important;
	padding-top: 1px !important;
	border-left: 1px solid #DEE1E4 !important;
} 



/* Using first child, as a badge span might be in the .icon anchor too */
.icon span:first-child,
.no-icon span:first-child {
	display:block;
	background-repeat:no-repeat;
	height:20px;
	line-height:20px;
}

.icon span:first-child 
{
	display: block;
    background-repeat: no-repeat;
    padding-left: 25px;
    height: 20px;
    line-height: 20px;
}


.tabs .nav-clients span:first-child { background: transparent url(/content/images/icons/new/blue/20x20/users-icon.png) no-repeat scroll 0px 50%; padding-left: 33px; }
.tabs .nav-networkadmin span:first-child { background: transparent url(/content/images/icons/new/blue/20x20/testing-icon.png) no-repeat scroll 0px 50%; padding-left: 33px; }
.tabs .nav-cupcake span:first-child { background: transparent url(/content/images/icons/new/blue/20x20/cupcake-icon.png) no-repeat scroll 0px 50%; padding-left: 33px; }
.tabs .nav-admin span:first-child { background: transparent url(/content/images/icons/new/blue/20x20/admin-icon.png) no-repeat scroll 0px 50%; padding-left: 33px; }
.tabs .nav-translation span:first-child { background: transparent url(/content/images/icons/new/blue/20x20/translation-icon.png) no-repeat scroll 0px 50%; padding-left: 33px; }


/* Sidebar
---------------------------------------------------------------------------------------- */
/*
#sidebar {text-shadow:0 1px 0 #fff;}
*/


/* Major Sidebar List
---------------------------------------------------------------------------------------- */
.major
{
    font-size: 15px;
    margin-bottom: 10px;
}
.major li 	  { position:relative;zoom:1; }
.major a	  { padding:0 0 0 10px;cursor:pointer;height:36px;line-height:36px;}
.major .badge { position:absolute;right:10px;top:12px;background-image: none; }

.sidebar-accordion-submenu-icon,
.major li a span:first-child {float:left;margin-top:-10px;position:relative;top:50%}

.sidebar-accordion-submenu-icon
{
	display:block;
	background-repeat:no-repeat;
	margin-left:10px;
	height:20px;
	width: 20px;
	line-height:20px;
}

/* Currently Selected Item */
/*
.major li.current .icon span{background-position:0 -40px;}
*/

/* Icons in the list */
/*
.major .icon span:first-child {background-position:-20px -20px}
*/


.major li a:hover span:first-child {
    color: rgb(0, 155, 215) !important;
    text-decoration: none;
}

/* Minor list & drop down style
---------------------------------------------------------------------------------------- */

.minor,
.dropdown
{
	font-size:13px;
	text-transform:uppercase;
	font-weight:bold;
	padding-left:20px;
	line-height:22px 
}

.minor li    { margin-bottom:10px;border:0 }

.minor li li,
.dropdown li
{ margin:0;padding:0 0 0 10px;text-transform:none;line-height:20px }

.minor li.current,
.dropdown li a:hover{border-top:1px solid;border-bottom:1px solid;}

.minor li.current { margin-left:-20px;margin-right:-1px;padding-left:30px;}
.minor li.current a:hover { text-decoration:none }

.dropdown
{
	display:none;
	position:absolute;
	padding:2px 20px 6px;
	border:1px solid;
	border-top:0;
	z-index:9999;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
}
.dropdown:hover {display:block}
.dropdown li{padding:0}
.dropdown li a{display:block;border-width:1px;border-style:solid;border-width:1px 0}
/*
.dropdown li a:hover{text-decoration:none;margin-left:-20px;padding-left:20px;margin-right:-20px;padding-right:20px;}
*/
.dropdown li a{text-decoration:none;margin-left:-20px;padding-left:20px;margin-right:-20px;padding-right:20px;}


/* Number Badge
---------------------------------------------------------------------------------------- */
.badge
{
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:0 7px;
	text-shadow:none;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
}

/* Nicer Safari Text
---------------------------------------------------------------------------------------- */
#member-actions #tasks,
#company h1,
.tabs,
#sidebar .icon,
.minor li,
.x-window-tl .x-window-header,
.x-panel-tl .x-panel-header
{
	-webkit-text-stroke:1px transparent;
	text-decoration: none;
}

/* Accelerize */

dl, dt, dd{margin:0;padding:0;text-align: center;}

dd{
	width:216px;
	height:41px;
	background:url(/content/images/bg_bar.gif) no-repeat 0 0;
	position:relative;
}
dd span{
	position:absolute;
	display:block;
	width:200px;
	height:25px;
	background:url(/content/images/bar.gif) no-repeat 0 0;
	top:8px;
	left:8px;
	overflow:hidden;
	text-indent:-8000px;
}
dd em{
	position:absolute;
	display:block;
	width:200px;
	height:25px;
	background:url(/content/images/bg_cover.gif) repeat-x;
	top:0;
}


/* SINGLE PROGRESS BAR */

.progressBar{
	width:216px;
	height:41px;
	background:url(/content/images/bg_bar.gif) no-repeat 0 0;
	position:relative;
}
.progressBar span{
	position:absolute;
	display:block;
	width:200px;
	height:25px;
	background:url(/content/images/bar.gif) no-repeat 0 0;
	top:8px;
	left:8px;
	overflow:hidden;
	text-indent:-8000px;
}
.progressBar em{
	position:absolute;
	display:block;
	width:200px;
	height:25px;
	background:url(/content/images/bg_cover.gif) repeat-x 0 0;
	top:0;
}

#x-form-el-languages_checkbox_group div.x-column-layout-ct {
	border: none !important;
}
/* Standard Global Button  */
.x-btn
{
	margin-left:5px;
	/*border:1px solid;	
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.1);	
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.1);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;*/
	background: #34699f repeat-x !important;
	/*display: inline-block; */
	background-color: #34699f;
	color: #fff !important; 
	text-decoration: none;
	border-radius: 10px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	font-size: 11px;
	line-height:12px !important;
	padding-left: 3px;
	padding-right: 3px;
}

.x-btn:hover { background-color: #25507c; }
.x-btn:active { background-color: #142c44; }

.x-btn-noicon .x-btn-small .x-btn-text 
{
	color: #fff !important; 
	height:14px;
}

.x-btn-text-icon .x-btn-icon-small-left .x-btn-text {
	color: #fff !important; 
	height:14px;
}

.x-btn:hover
{
	cursor:pointer;
}

/**
 * Buttons in the toolbars
 */
.x-panel-bbar .x-toolbar .x-btn,
.x-panel-tbar .x-toolbar .x-btn
{
	border:0;
}

.x-panel-bbar .x-toolbar-left .x-btn
{
	background:none !important;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	height:10px;
}

/**
 * Buttons in the dropdown date menu
 */
.x-date-menu .x-btn
{
	height:auto;
	line-height:1;
	border:0;
}
.x-date-menu .x-date-middle .x-btn {background:none}
.x-date-menu .x-date-middle .x-btn .x-btn-text {color:#fff;text-shadow:none} 

.wizard
{
	background:none;
}

.wizard .x-border-panel {position:static;margin: 0 0 0 -13px;}

.ext-ux-wiz-Header{padding:5px 18px 15px;
				   width:auto !important;
				   height:auto !important;
				   }

.ext-ux-wiz-Header-stepIndicator-container {display:none}

.wizard .x-form
{
	padding:0 !important;
	background:none !important;
	height: auto !important;
}

.wizard .x-form-label-left
{
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	padding:18px;
	width: 375px !important;
	margin-left: 13px;
}

.wizard label
{
	color:#444444;
	text-align:right;
	width:180px !important;
	padding-right:10px;
}

.wizard .wide-wizcard label {
	width: 120px !important;
}

.wizard .x-panel .x-panel-body .xtra-wide-wizard {
	width: 620px !important;
}

.wizard .x-panel .x-panel-body .xtra-wide-wizard label {
	width: auto !important;
}

.wizard .x-form-label-left .x-panel-bwrap
{
	background:none;
}

.wizard .x-form-label-left form .x-panel
{
	margin:0;
}

.wizard .x-form-label-left form .x-panel div
{
	/*padding:0 !important;*/
}

.wizard .x-form-label-left form .x-panel > div
{
	/*padding-bottom:18px !important;*/
}


.wizard .x-fieldset
{
	background:#f0f2f5;
}

/* Reset all of the EXTJS
---------------------------------------------------------------------------------------- */

.wizard,
.ext-ux-wiz-Header + .x-panel .x-panel-body,
.ext-ux-wiz-Header + .x-panel .x-form-label-left,
.wizard .x-form-label-left form,
.ext-ux-wiz-Header + .x-panel
{
	/*width:auto !important;
	height:auto !important;*/
}

.ext-ux-wiz-Header + .x-panel .x-panel-body,
.ext-ux-wiz-Header + .x-panel .x-form-label-left,
.wizard .x-form-label-left form,
.ext-ux-wiz-Header + .x-panel
{
	/*width:auto !important;*/
	/*height:auto !important;*/
}

.wizard
{
	/*height:auto !important;*/
}
.x-window,
.x-panel-ghost
{
	-moz-box-shadow:0 5px 20px rgba(0,0,0,0.5);	
	box-shadow:0 5px 20px rgba(0,0,0,0.5);	
	-webkit-box-shadow:0 5px 20px rgba(0,0,0,0.5);	
}

.x-window-bwrap,
.x-panel .x-panel-bwrap,
.x-panel-ghost ul
{
	background:#f5f7fa;
}

.x-panel
{
	/* margin-bottom:20px; Accelerize */
}

.x-window .x-tool,
.x-panel-ghost .x-tool
{
	position:absolute;
	top:9px;
}

.x-window .x-tool-close,
.x-panel-ghost .x-tool-close
{
	right:13px;
	height:12px;
	width:12px;
	background:url(/content/images/x-tool-close.png);
}

.x-window .x-tool-toggle,
.x-panel-ghost .x-tool-toggle
{
	height:5px;
	width:9px;
	top:12px;
	background:url(/content/images/x-tool-toggle.png) top left no-repeat;
}

.x-window.x-panel-collapsed .x-tool-toggle
{
	background:url(/content/images/x-tool-toggle.png) bottom left no-repeat;
}

.x-window .x-tool-toggle,
.x-panel-ghost .x-tool-toggle
{
	right:33px;
}

.x-window-tl,
.x-panel-tl,
.x-window,
.x-panel,
.x-ghost
{
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}

.x-window-tl .x-window-header,
.x-panel-tl .x-panel-header
{
	text-align:center;
	color:#fff;
	font-size:14px;
	line-height:30px;
	padding:0;
}

.x-window-plain .x-window-body,
.x-window-body
{
	padding:13px;
	border:0;
}

.x-grid-panel .x-panel-bwrap
{
	padding:0;
}

.x-panel-tbar .x-toolbar
{
	padding:0 10px;
}

.x-panel-tbar,
.x-panel-tbar .x-toolbar,
.x-panel-tbar .x-toolbar .x-toolbar-ct
{
	border:0;
	height:30px !important;
	line-height:30px;
}


.x-panel-bbar .x-toolbar
{
	padding:0 10px;
}

.x-panel-bbar .x-toolbar,
.x-panel-bbar .x-toolbar .x-toolbar-ct
{
	height:31px !important;
	line-height:30px;
	color:#64788c;
	padding-top:3px;
}

.x-panel-tbar .x-toolbar .x-toolbar-left
{
	padding:0;
}

.x-toolbar div.xtb-text
{
	
	padding:0;
}

.x-panel-tbar .x-toolbar div.xtb-text,
.x-panel-tbar .x-toolbar div.xtb-text span
{
	color:#444;
}

/*.x-panel-tbar .x-toolbar .xtb-spacer,
/*.x-panel-bbar .x-toolbar .xtb-spacer*/

.x-panel-tbar .x-toolbar .xtb-sep,
.x-panel-bbar .x-toolbar .xtb-sep

{
	display:none;
}

.x-panel-tbar .x-toolbar .x-btn-text 
{
	padding:0 10px;
	display:block;
}

.x-panel-bbar
{
	border-top:1px solid #c8c9cc;
	/* padding:4px 10px 0 10px; Accelerize */
}

fieldset.x-panel-collapsed
{
	background:none;
	border:0;
}

.x-toolbar td
{
	line-height:10px;
}

.x-toolbar input
{
	vertical-align:middle !important;
	padding-bottom:2px !important;
	padding-top: 2px !important;
}


.x-panel-bbar *
{
	margin:0 !important;
	padding:0 !important;
}

.x-panel-bbar .x-toolbar-cell
{
	padding:0 2px !important;
	vertical-align:middle;
}

.x-toolbar td{
	line-height:normal !important;
	vertical-align:middle !important;	
}

.x-panel-btns
{
	padding:0 13px 13px 13px;
}

.x-panel-fbar
{
	width:auto !important;
}


.x-panel-bbar .x-toolbar-left .xtb-text
{
	padding:0 5px;
}

.x-panel-tbar .x-toolbar .x-toolbar-right .xtb-text
{
	margin-right:5px;
}


.cardbadge { position:absolute;right:10px;top:10px;letter-spacing:0.5pt; }
/*@import 'core/chrome.css';
@import 'core/type.css';
@import 'components/buttons.css';
@import 'components/grid.css';
@import 'components/panel_window.css';
@import 'components/wizard.css';
@import 'components/tabs.css';
@import 'components/card.css';
@import 'components/contact.css';
@import 'components/messages.css';
@import 'components/offers.css';
@import 'components/slider.css';*/

/*-------------------------------------------*/

body
{
}

/* Dark Blue Bar
---------------------------------------------------------------------------------------- */
#header,
#sidebar li.current,
/*.dropdown li:hover a,*/
.dropdown li a:hover,
.x-window-tl,
.x-panel-tl,
.progress_bar span span
{
    color: #fff;
    background: #31639a;
    background: -webkit-gradient(linear, left top, left bottom, from(#3b78ac), to(#31629a));
    background: -moz-linear-gradient(top,#3b78ac,#31629a);
}

#sidebar li.current {
	text-shadow: none !important;
	background: rgb(0, 155, 215);
	border-width: initial !important;
	border-style: none !important;
	border-color: initial !important;
	border-image: initial !important;
}

/* Light Blue Bar
---------------------------------------------------------------------------------------- */
.x-grid3-hd-row
{
	background:-webkit-gradient(linear,left top,left bottom, 
		color-stop(0.0,#FBFBFB),
		color-stop(0.5,#FBFBFB),
		color-stop(0.5,#EFEFEF),
		color-stop(1.0,#EFEFEF)
	);
	background:-moz-linear-gradient(top, #FBFBFB 0%, #FBFBFB 50%, #EFEFEF 50%, #EFEFEF 100%);
}

.tabs
{
	background-color:#4AB0E4;
}

.x-panel-tbar .x-toolbar
{
	background:#adc4d9;
	background:-webkit-gradient(linear, left top, left bottom, from(#e0e9f1), to(#acc3d9));
	background:-moz-linear-gradient(top,#e0e9f1,#acc3d9);  
	 
	color:#000;
}

/* Light Blue Hover
---------------------------------------------------------------------------------------- */
/*
.tabs > li:hover > a 
{
	background-color:#4595e3;
	background:-webkit-gradient(linear, left top, left bottom, from(#79b6f2), to(#3e85cc));
	background:-moz-linear-gradient(top,#79b6f2,#3e85cc);
}
*/

.tabs > li:hover > a 
{
	background-color:#4595e3;
	background:-webkit-gradient(linear, left top, left bottom, from(#276397), to(#002D4C));
	background:-moz-linear-gradient(top,#276397,#002D4C);
}

/* Lighter Blue Bar (eg search bar)
---------------------------------------------------------------------------------------- */
/*
#search
{
	background:#adc4d9;
	background:-webkit-gradient(linear, left top, left bottom, from(#e0e9f1), to(#acc3d9));
	background:-moz-linear-gradient(top,#e0e9f1,#acc3d9);  
}
*/

/* Button Gradient
---------------------------------------------------------------------------------------- */
.x-btn,
ul.x-tab-strip li,
.contact_actions
{
	background:#EEE;
	background:-webkit-gradient(linear,left top,left bottom, 
		color-stop(0.0,#FFF),
		color-stop(0.5,#FFF),
		color-stop(0.5,#EEE),
		color-stop(1.0,#EEE)
	);
	background:-moz-linear-gradient(top, #FFF 0%, #FFF 50%, #EEE 50%, #EEE 100%);
}

/* Button Hover
---------------------------------------------------------------------------------------- */
.x-btn:hover,
td.x-grid3-hd-over .x-grid3-hd-inner, 
td.sort-desc .x-grid3-hd-inner, 
td.sort-asc .x-grid3-hd-inner, 
td.x-grid3-hd-menu-open .x-grid3-hd-inner,
ul.x-tab-strip li:hover,
.contact_actions li a:hover
{
	background:#E5E5E5;
	background:-webkit-gradient(linear,left top,left bottom, 
		color-stop(0.0,#FFF),
		color-stop(0.5,#FFF),
		color-stop(0.5,#E5E5E5),
		color-stop(1.0,#E5E5E5)
	);
	background:-moz-linear-gradient(top, #FFF 0%, #FFF 50%, #E5E5E5 50%, #E5E5E5 100%);
}

.x-btn:active,
td.x-grid3-hd-over .x-grid3-hd-inner, 
td.sort-desc .x-grid3-hd-inner, 
td.sort-asc .x-grid3-hd-inner, 
td.x-grid3-hd-menu-open .x-grid3-hd-inner,
ul.x-tab-strip li:active,
.contact_actions li a:active
{
	background:#fff;
	background:-webkit-gradient(linear,left top,left bottom, 
		color-stop(0.0,#e1e7eb),
		color-stop(0.5,#e1e7eb),
		color-stop(0.5,#e1e7eb),
		color-stop(1.0,#e1e7eb)
	);
	background:-moz-linear-gradient(top, #e1e7eb 0%, #e1e7eb 50%, #e1e7eb 50%, #e1e7eb 100%);
}

.panel_outline
{
	border: 1px solid #9abfe4 !important;
	/* border-top: none !important; */
}

/* General
---------------------------------------------------------------------------------------- */

#navigation
{
	border-top-color:#9abfe4;
}

/* Bar Style 2
---------------------------------------------------------------------------------------- */

.tabs > li { }
.tabs > li > a  { border-right:1px solid #3b69a3;color:#fff; }
.tabs > li.current > a { color:#3a74a9;text-shadow:none; }

.tabs > li.has_dropdown:hover > a 
{
	background:#eff2f5;
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#eff2f5));
	background:-moz-linear-gradient(top,#fff,#eff2f5);
	color:#748ea7;
	border-left:1px solid #dee1e4;
	border-right:0;
	text-shadow:0 1px 0 #fff;
}

/* Bar style 3
---------------------------------------------------------------------------------------- */
/*
#search
{
	border-right:1px solid #dee1e4;
	border-bottom:1px solid #fff;
}
*/

/* Sidebar Lists
---------------------------------------------------------------------------------------- */

.major li 	  { border-bottom:1px solid #fff }
.major a	  { border-bottom:1px solid #dee1e4 }

/* Currently Selected Item */
.major li.current a span:first-child{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.17);}

.minor,
.dropdown
{
	text-shadow:0 1px 0 #fff;
	color:#a6a6a6;
}
.minor li.current,
.dropdown li a:hover{border-top-color:#2b6397;border-bottom-color:#2b6397;}
.minor li.current a {color:#fff}
.dropdown{background:#eff2f5;text-shadow:0 1px 0 #fff;border-color:#dee1e4;}
.dropdown li a{border-color:#eff2f5; text-decoration: none;}

	
/* Number Badge
---------------------------------------------------------------------------------------- */
.badge { background:#4f9ed9;color:#fff }
a:hover .badge {background:#73ace5}

/* Member Actions in the top right
---------------------------------------------------------------------------------------- */
#tasks   {border-right:1px solid #285a8e}
#welcome {border-left:1px solid #5a8bc3}


/* Accelerize */
.badge-toolbar, .badge-toolbar-health { background:#9abfe4;color:#fff !important }
.badge-on { background:#67a25d;color:#fff !important }
.badge-off { background:#a03d42;color:#fff !important }
.badge-pending { background:#a19c50;color:#fff !important }
.badge-private { background:#8488b5;color:#fff !important }

.badge-toolbar, .badge-toolbar-health
{
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	padding:0 7px;
	text-shadow:none;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
}

.badge-toolbar-health
{
	background: #31629a;
	font-size: 11px;
	line-height:11px;
}

.badge-on, .badge-off, .badge-pending, .badge-private
{
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	padding:2px 5px;
	text-shadow:none;
	font-size:9px;
	font-weight:bold;
	line-height:16px;
}


/* General
---------------------------------------------------------------------------------------- */

#close_all_buttons { margin-right: 12px; }
#close_all_buttons a { position: relative; top:4px; }

#navigation
{
	border-top-color:#9abfe4;
}

/* Bar Style 2
---------------------------------------------------------------------------------------- */

.tabs > li {  }
.tabs > li > a  { border-right:1px solid #3b69a3;color:#fff; }
.tabs > li.current > a { color:#3a74a9;text-shadow:none; }

.tabs > li.has_dropdown:hover > a 
{
	background:#eff2f5;
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#eff2f5));
	background:-moz-linear-gradient(top,#fff,#eff2f5);
	color:#748ea7;
	border-left:1px solid #dee1e4;
	border-right:0;
	text-shadow:0 1px 0 #fff;
}

/* Sidebar Lists
---------------------------------------------------------------------------------------- */

.major li 	  { border-bottom:1px solid #fff }
.major a	  { border-bottom:1px solid #dee1e4 }

/* Currently Selected Item */
.major li.current a span:first-child{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.17);}

.major li, .major a {
    color: #f7f7f8 !important;
    text-shadow: none !important;
    border-bottom: none !important;
}

.minor,
.dropdown
{
	text-shadow:0 1px 0 #fff;
	color:#a6a6a6;
}
.minor li.current,
.dropdown li a:hover{border-top-color:#2b6397;border-bottom-color:#2b6397;}
.minor li.current a {color:#fff}
.dropdown{background:#eff2f5;text-shadow:0 1px 0 #fff;border-color:#dee1e4;}
.dropdown li a{border-color:#eff2f5; text-decoration: none;}



#navigation .tabs > li.current > a span svg {
	fill: #4AB0E4 !important;
}

#navigation .tabs > li:hover > a span svg {
    fill: #4AB0E4 !important;
}

#navigation .tabs .icon span svg {
    fill: #F7F7F8 !important;
}
	
#navigation .tabs > li > a span svg {
    fill: #F7F7F8 !important;
}

#navigation .tabs .icon span:first-child {
    height: 26px;
    line-height: 24px;
    margin-top: -14px;
}

#navigation .tabs .icon span svg {
	width: 22px;
    height: 22px;
    margin-left: -25px;
    padding-right: 8px;
    vertical-align: middle;
    float: left;
}
/* Number Badge
---------------------------------------------------------------------------------------- */
.badge { background:#4f9ed9;color:#fff }
a:hover .badge {background:#73ace5}

/* Member Actions in the top right
---------------------------------------------------------------------------------------- */
#tasks   {border-right:1px solid #285a8e}
#welcome {border-left:1px solid #5a8bc3}


/* Accelerize */
.badge-toolbar { background:none;color:#fff !important }
.badge-on { background:#67a25d;color:#fff !important }
.badge-off { background:#a03d42;color:#fff !important }
.badge-pending { background:#a19c50;color:#fff !important }
.badge-private { background:#8488b5;color:#fff !important }

.badge-toolbar
{
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:0 7px;
	text-shadow:none;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
}

.badge-on, .badge-off, .badge-pending, .badge-private
{
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:2px 5px;
	text-shadow:none;
	font-size:9px;
	font-weight:bold;
	line-height:16px;
}

.offer_template
{
	border-top:12px solid #3F79AB;
}

.masthead-badge, .masthead-badge a, .masthead-badge a:visited, #member-actions span {
    color: rgb(236, 239, 242) !important;
}

.x-btn {
    box-shadow: none;
    text-shadow: none;
    color: rgb(247, 247, 248) !important;
    border-radius: 20px;
    background: none repeat-x rgb(0, 155, 215) !important;
}

.x-panel-tbar .x-toolbar {
    background-color: #4b4f54;
    background-image: none !important;
}

.x-window-tl .x-window-header, .x-panel-tl .x-panel-header {
    color: rgb(255, 255, 255) !important;
    background: rgb(0, 155, 217) !important;
}

/* New Design */

#header {
	background-color: #286099;
	background-image: url(/content/images/instanceimages/dashboard_ribbon_banner.png); /* fallback */
	background: url(/content/images/instanceimages/dashboard_ribbon_banner.png), -webkit-gradient(linear, left top, left bottom, from(#2A7AAD), to(#286099));
	background: url(/content/images/instanceimages/dashboard_ribbon_banner.png), -moz-linear-gradient(center top , #2A7AAD, #286099);
}

.chrome-badge {
    background: #007dbc;
	padding: 2px 10px;
}

#navigation {
	border-top: 0px solid #6CA2D8;
}

#navigation .search-wrapper {
    box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 1px inset;
    border-color: rgb(74, 176, 228) !important;
    background: rgb(74, 176, 228) !important;
}

#navigation .tabs {
	background-color: #4AB0E4;
	border-top: 1px solid #4AB0E4;
}

#navigation ul.tabs {
    box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 1px inset;
    background: rgb(74, 176, 228);
    border-color: rgb(74, 176, 228) !important;
}

#navigation .tabs li.current {
	border: 0;
}

#navigation .tabs li.current a {
	border: 0;
}

#navigation .tabs li {
}

#navigation .tabs li a {
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #4AB0E4;
}

#navigation .tabs li.has_dropdown:hover a {
	border-right: 0;
}


#navigation .tabs  ul.dropdown li {
	border-right: 0;
}

#navigation .tabs  ul.dropdown li a {
	border-right: 0;
}

#member-actions a, #member-actions span {
	color: #FFF;
	font-weight: bold;
}
.masthead-badge, .masthead-badge a, .masthead-badge a:visited, #member-actions span {
    color: #eceff2 !important;
}
.chrome-badge:hover {
    background: rgba(225, 225, 225, 0.3);
    color: rgba(255, 255, 255, 0.9) !important;
}

#sidebar li.current:hover a span {
    color: rgb(247, 247, 248) !important;
}
#document, #navigation .tabs, #navigation .tabs li, .badge, .contact, .deal_flow, .deal_flow li.first, .deal_flow li.first a, .dropdown, .empty-text, .has_sub_dropdown ul.sub_dropdown, .info, .masthead-badge, .masthead-badge a, .message, .search-middle, .sub_dropdown, .tabs, .tabs li, .tabs li a, .tab-toggle-panel > .x-tab-panel-header ul.x-tab-strip li:first-child, .tab-toggle-panel > .x-tab-panel-header ul.x-tab-strip li:nth-last-child(3), .tab-toggle-panel > .x-tab-panel-header ul.x-tab-strip li.x-tab-strip-active, .tab-toggle-panel > .x-tab-panel-header ul.x-tab-strip li.x-tab-strip-active .x-tab-strip-text, .wizard .x-form-label-left, .x-form-text, textarea.x-form-field, .x-ghost, .x-panel, .x-panel-tl, .x-panel-tbar .x-toolbar, .x-tab-strip li:first-child, .x-toolbar, .x-window, .x-window-tl, .deal_flow li.last, .deal_flow li.last a, input[type=text], input[type=password] {
    border-radius: 0 !important;
}
#search 
{
	margin-top: 0;
	border: none;
}

.sidebar-accordion {
	margin: -1px;
}

.major li.current {
    margin: 0;
	border-bottom: none;
}

#sidebar .major a:hover {
    background: rgba(255, 255, 255, .16);
}

#sidebar .sidebar-accordion-menu .sidebar-accordion-menu-header-text {
	background: url('/content/images/icons/new/blue/sidebar/sidebar-accordion-menu-expander.png') bottom right no-repeat;
}

#sidebar .sidebar-accordion-menu-collapsed .sidebar-accordion-menu-header-text {
	background: url('/content/images/icons/new/blue/sidebar/sidebar-accordion-menu-expander.png') top right no-repeat;
}

#sidebar .sidebar-accordion-menu-header {
	border-right: 1px solid #E5E8EB;
	background-color: #ADC3D9;
	background: -webkit-gradient(linear, left top, left bottom, from(#DFE8F0), to(#ADC3D9));
	background: -moz-linear-gradient(center top , #DFE8F0, #ADC3D9);
}

#sidebar .sidebar-accordion-menu-header-text {
	display: block;
	color: #286AA1;
	font-size: 12px;
	font-weight: bold;
	padding-left: 15px;
	height: 36px;
	line-height: 36px;
}

#sidebar .sidebar-accordion-menu-badge {
	position: absolute;
	top: 10px;
	right: 27px;
	background: #648CB6;
	color: #FFF;
	font-size: 10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	padding:0 7px;
	text-shadow:none;
	font-weight:bold;
	line-height:16px;
}

#sidebar .badge {
	background: #648CB6;
}

#sidebar .sidebar-accordion-submenu {
	border-right: 1px solid #E2E5E8;
	background: #EFF2F5;
}

#sidebar .sidebar-accordion-submenu a {
	padding-left: 20px;
	height: 36px;
	line-height: 36px;
}

#sidebar .sidebar-accordion-submenu a:hover {
	text-decoration: underline;
}

#sidebar .major .icon, #sidebar .major .no-icon {
	font-weight: bold;
	font-size: 12px;
}

#sidebar {
	height: 100%;
    margin-top: -1px;
    width: 170px;
    background-color: #01121b !important;
}

.search-wrapper {
	float: left;
	overflow: hidden;
	height: 40px;
	padding: 0 10px 1px;
	margin-bottom: 1px;
	border-right: 1px solid #4AB0E4;
	background-color: #4AB0E4;
	width: 160px;
}

.search-left {
	float: left;
	margin: auto;
	margin-top: 7px;
	height: 25px;
	padding-left: 10px;
	width: 160px;
	background: url('/content/images/icons/new/search_bar_left.png') no-repeat left top;
}

.search-right {
	float: right;
	height: 25px;
	padding-right: 10px;
	background: url('/content/images/icons/new/search_bar_right.png') no-repeat right top;
}

.search-middle {
	background: url('/content/images/icons/new/search_bar_middle.png') repeat-x;
	height: 25px;
	width: 150px;
	border: none;
}

#navigation .tabs  ul.dropdown li {
	position: relative;
}

#navigation .tabs  ul.dropdown {
	white-space:nowrap;
}

#navigation .tabs  ul.sub_dropdown
{
	display: none;
	background: #eff2f5;
	position:absolute;
	top: -7px;
	left: 100%;
	margin-left: 20px;
	padding: 6px 20px;
	border: 1px solid #dee1e4;
	z-index:9999;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
}

#navigation .tabs  ul.dropdown li:hover > ul.sub_dropdown {
	display: block;
}

#navigation .tabs  ul.dropdown li.has_sub_dropdown {
	padding-right: 20px !important;
}

#navigation .tabs  ul.dropdown li.has_sub_dropdown {
	background: url('/content/images/icons/new/blue/sub_dropdown_arrow.png') no-repeat right;
}

#navigation .tabs  ul.dropdown li.has_sub_dropdown > a {
	padding-right: 40px !important;
	margin-right: -40px !important;
}

.major .badge {
	font-size: 10px;
}

.empty-text {
	margin-left:5px;
	background: #7b93ac !important;
	background-color: #7b93ac;
	color: #fff !important; 
	text-decoration: none;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	font-size: 11px;
	line-height:12px !important;
	padding: 5px;
	text-align:center;
	font-size:18px;
}

.settings_help_panel, .buyer_actions_help_panel {
	border:solid 1px #ddd;
	padding:4px 8px;
	margin-bottom: 10px;
	background-color: #fff;
}

.buyer_actions_help_panel {
	min-height: 30px;
}

.offer-preview {
	border-top: 8px solid #3B78AC;
}

.search-result ul.x-tot2ivn-vr-tab-strip { margin-top: 23px !important; width: auto; }
.search-result ul.x-tot2ivn-vr-tab-strip .x-tab-strip-active { border-right: 1px solid #FFF; border-bottom: 1px solid #C8C9CC }
.search-result li.x-tot2ivn-vr-tab-strip-title { margin-left: 0; border-left: 1px solid #C8C9CC; border-right: 1px solid #C8C9CC; width: 128px; padding: 0; height: 26px; }
.search-result li.x-tot2ivn-vr-tab-strip-title a.x-tab-right { margin: 6px 7px; display: block; }
.search-result ul.x-tab-strip li:first-child {-moz-border-radius-topleft: 0; border-top-left-radius: 0; -webkit-border-top-left-radius: 0; }
.search-result .x-tot2ivn-vr-tab-panel-bwrap,
.search-result .x-grid-panel .x-panel-mc .x-panel-body { border-left: 0; }
.search-result .x-tot2ivn-vr-tab-panel { background: #DFE8F0 }

hr { border-width: 0; height: 1px; background-color: #595959; }

#translators_language_list {
	height: 200px;
	overflow-y: scroll !important;
}

#add_translator_languages_container {
	border: 0;
	padding: 0;
	margin: 0;
}

#add_translator_languages_container div.x-fieldset-body {
	overflow-y: scroll !important;
	background-color: white;
	padding: 15px 0 0 0;
}
.alt_ckdomains {
	display: none;
}

.health-servers {
	background: #FFF;
}


.health-servers h3 {
	font-size: 16px;
	color: #000;
}

.health-servers .last_server_heartbeat {
	font-size: 10px;
	color: #333;
	line-height: 16px;
	display: block;
	padding: 2px;
}

.health-servers dl {
	padding: 1px;
}

.health-servers dl+dl{
	border-top: 1px solid #ccc;
}

.health-servers span.blank,
.health-servers span.up,
.health-servers span.down,
.health-servers span.warning,
.health-servers span.unknown {
	display: block;
	padding: 0px 5px 0px 25px;
	font-size: 14px;

}

.health-servers span.up {
	background: transparent url(/content/images/icons/tick.png) no-repeat scroll 5px 50%;
}

.health-servers span.down {
	background: transparent url(/content/images/icons/exclamation.png) no-repeat scroll 5px 50%;
}

.health-servers span.unknown,
.health-servers span.warning {
	background: transparent url(/content/images/icons/error.png) no-repeat scroll 5px 50%;
}

.health-servers .x-list-selected {
	background: #ACC3D9;
	background: -webkit-gradient(linear, left top, left bottom, from(#E0E9F1), to(#ACC3D9));
	background: -moz-linear-gradient(top,#E0E9F1,#ACC3D9);
}


.mxtool {
	display: block;
	cursor: pointer;
	width: 24px;
	height: 14px;
	background: transparent url(/content/images/mx_logo.gif) no-repeat scroll 50% 50%;
}


.commission-panel .x-panel-bwrap { 
	background: #FFF !important;
}

.empty-grid .x-grid3 {}
.commission-panel .empty-grid .x-panel-mc .x-panel-body {
	border: 0px;
}

.nest-grid+.nest-grid {
	margin-top: 20px;
}

.nest-grid .x-panel-tl {
	color: #3B78AC;
	background: #FFF;
	text-shadow: 0 0 0 #FFF;
}

.nest-grid .x-panel-tl .x-panel-header {
	text-align: Left;
	color: #3B78AC;
	font-size: 12px;
	line-height: 26px;
	padding: 0;
}

.nest-grid .nest-closed-showsummary {
	
}


.nest-grid .x-panel-body,
.nest-grid .x-grid3 {
	max-height: 142px;
}

.nest-grid .x-grid3-scroller {
	max-height: 142px;
}

.nest-grid .x-tool {
	margin-top: 5px;
	margin-right: 12px;
	float: left;
}

.period-previous {
	background-color: #F5F2DC;
}

.period-current {
	background-color: #E6EFF5;
}

.x-grid3-row-alt .period-previous {
	background-color: #EDEAD5;
}

.x-grid3-row-alt .period-current {
	background-color: #DFE8ED;
}

.x-grid3-body .x-grid3-row-over .period-previous {
	background-color: #E3E2D6;
}

.x-grid3-body .x-grid3-row-over .period-current {
	background-color: #D5DEE3;
}

.x-grid3-scroller .x-grid3-body .x-grid3-row-selected .period-previous {
	background-color: #CCC9B7;
	color: #363636;
}

.x-grid3-scroller .x-grid3-body .x-grid3-row-selected .period-current {
	background-color: #B7C4CC;
	color: #363636;
}

.period-decrease {
	color: #F00;
	background-image: url(/content/images/icons/perc_loss.png);
}

.period-increase {
	color: #0A0;
	font-weight: bold;
	background-image: url(/content/images/icons/perc_gain.png);
}

.period-nochange {
	background-image: url(/content/images/icons/perc_unchanged.png);
}

.period-decrease,
.period-increase,
.period-nochange {
	background-repeat: no-repeat;
	background-position: 2px 50%;
}


.period-decrease .period-value,
.period-increase .period-value,
.period-nochange .period-value{
	padding-left: 25px !important;
}

.display_field { padding-top: 2px; padding-bottom: 2px; }

.data-mismatch {
	background-color: #FCDA51;
}

.x-tab-strip-wrap ul.x-tab-strip li.x-tab-strip-closable {
	padding-right: 20px;
}

.x-tab-strip-wrap ul.x-tab-strip li.job-processing {
	background: #EEE;
	background: -webkit-gradient(linear,left top,left bottom, color-stop(0.0,white), color-stop(0.5,white), color-stop(0.5,#EEE), color-stop(1.0,#9ECEFF) );
	background: -moz-linear-gradient(top, white 0%, white 50%, #EEE 50%, #9ECEFF 100%);
}

.x-tab-strip-wrap ul.x-tab-strip li.job-error {
	background: #EEE;
	background: -webkit-gradient(linear,left top,left bottom, color-stop(0.0,white), color-stop(0.5,white), color-stop(0.5,#EEE), color-stop(1.0,#FF9E9E) );
	background: -moz-linear-gradient(top, white 0%, white 50%, #EEE 50%, #FF9E9E 100%);
}

.x-tab-strip-wrap ul.x-tab-strip li.job-completed {
	background: #EEE;
	background: -webkit-gradient(linear,left top,left bottom, color-stop(0.0,white), color-stop(0.5,white), color-stop(0.5,#EEE), color-stop(1.0,#9EFF9E) );
	background: -moz-linear-gradient(top, white 0%, white 50%, #EEE 50%, #9EFF9E 100%);
}

.x-tab-panel-header .x-tab-strip-wrap ul.x-tab-strip li.x-tab-strip-active-job-processing {
	background: #FFF;
	background: -webkit-gradient(linear,left top,left bottom, color-stop(0.0,white), color-stop(0.8,white), color-stop(1.0,#9ECEFF) );
	background: -moz-linear-gradient(top, white 0%, white 80%, #9ECEFF 100%);
}

.x-tab-panel-header .x-tab-strip-wrap ul.x-tab-strip li.x-tab-strip-active-job-error {
	background: #FFF;
	background: -webkit-gradient(linear,left top,left bottom, color-stop(0.0,white), color-stop(0.8,white), color-stop(1.0,#FF9E9E) );
	background: -moz-linear-gradient(top, white 0%, white 80%, #FF9E9E 100%);
}

.x-tab-panel-header .x-tab-strip-wrap ul.x-tab-strip li.x-tab-strip-active-job-completed {
	background: #FFF;
	background: -webkit-gradient(linear,left top,left bottom, color-stop(0.0,white), color-stop(0.8,white), color-stop(1.0,#9EFF9E) );
	background: -moz-linear-gradient(top, white 0%, white 80%, #9EFF9E 100%);
}




.trk-domain-list-exp {
	cursor: pointer;
	background-image: url(/content/images/default/layout/ns-expand.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
}

.trk-domain-list-clps {
	cursor: pointer;
	background-image: url(/content/images/default/layout/ns-collapse.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
}

.trk-domain-list-exp .trk-domain-list-group,
.trk-domain-list-clps .trk-domain-list-group,
.trk-domain-list-single .trk-domain-list-single {
	padding-left: 20px !important;
	background-repeat: no-repeat;
	background-position: 5px 4px;
}

.field-validation-unknown,
.field-validation-success,
.field-validation-failure {
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

.field-validation-unknown {
	background-image: url(/content/images/icons/error.png);
}

.field-validation-success {
	background-image: url(/content/images/icons/tick.png);
}

.field-validation-failure {
	background-image: url(/content/images/icons/cross.png);
}

.rowspan_2_icon {
	margin-top: 5px;
}

.rowspan_2 {
	margin-top: 5px;
	background-color: #DCDCDC;
}

.x-date-picker {
	width: 178px !important;
}

.vertical-summary-table {
	border-collapse: collapse;
	margin: 5px;
}

.vertical-summary-table th, .vertical-summary-table td {
	padding: 4px 2px;
}

.vertical-summary-table th {
	text-align: right;
	font-weight: bold;
	width: 165px;
	background-color: #efefef;
	padding-right: 10px;
}

.vertical-summary-table td {
	text-align: left;
	width: 100px;
	padding-left: 20px;
}

.vertical-summary-table tr:hover {
	background-color:#efefef;
}

.overflow-title-wrap {
	width: auto;
}

.overflow-title-wrap .overflow-title {
	width: 80%;
	margin: 0 10%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.monitor-bar {
	border:3px solid;
	border-top:0px;
	border-radius:8px;
	border-color: #31629a;
	background-color:#ffffe8;
	padding:4px 10px;
	text-align:left;
	color:#595959;
	text-shadow:none;
	font-weight:normal;
	height:24px;
	font-size:12px;
}

.dashboard-btn {
	border:0;
	border-radius:10px;
	background-color: #34699F;
	padding:3px 12px;
	color:white;
	float:right;
	font-size:11px;
	cursor:pointer;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
}

.dashboard-btn:hover { background-color: #3979ba; }

.x-selectable,.x-selectable *,.x-grid3-row-body-tr,.x-grid3-row-body-tr *,.x-grid3-row,.x-grid3-summary-row {
-moz-user-select: text !important;
-khtml-user-select: text !important;
-webkit-user-select: text !important;
}

.ext-safari .x-form-field-wrap .x-form-trigger{
		right:inherit;
	}

a, a:visited {
	color: #225588;
}

.search-input {

	margin: 22px;

}
.x-grouptabs-text {
	text-align: center;
}

.landingpanel {
	padding: 10px;
	color: gray;
}

.landingpanelheader {
	padding-bottom: 10px;
	text-align:center;
	font-size: 40px;
}


#bottom-left-chart {
	position:absolute;
	left:13px;
	bottom:13px;
	padding:2px;
	z-index:20001;
	height:auto;
}


#loading-mask {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:20000;
	background-color:white;
}
#loading {
	position:absolute;
	left:45%;
	top:50%;
	padding:2px;
	z-index:20001;
	height:auto;
}
#loading img {
	margin-right:8px;
	float:left;
	vertical-align:top;
	width: 32px;
	height: 32px;
}
#loading a {
	color:#225588;
}
#loading .loading-indicator {
	background:white;
	color:#444;
	font:bold 13px tahoma,arial,helvetica;
	padding:10px;
	margin:0;
	height:auto;
	border: solid 2px #4E78B1;
}
#loading-msg {
	font: normal 10px arial,tahoma,sans-serif;
}

#north {
	float:left;
	height:100px;
	position:absolute;
	background-color: #4E78B1;
	width:100%;
	
}
/*
#north .header-links {
	color: white;
	text-align:right;
	padding: 5px 15px 0 0;
}
#north .header-links a {
	color: white;
	font:bold 11px tahoma,arial,helvetica;
}

#north .header-links-large {
	color: white;
	text-align:right;
	padding: 5px 18px 0 0;
}

#north .header-links-large a {
	color: white;
	font:bold 18px tahoma,arial,helvetica;
}
*/
.row-off {
	border: solid 1px #faa;
	background-color: #FFD2D2 !important;
}

.definition-def {
	color:#666666;
	padding-bottom:20px;
	padding-left: 25px;
	padding-top:3px;
}
.definition-item {
	font:normal 12px tahoma, arial, helvetica, sans-serif;
	padding: 10px;
	background-color: #FFFFFF !important;
}

.search-item {
	font:normal 11px tahoma, arial, helvetica, sans-serif;
	padding:3px 0px 3px 0px;
	border:1px solid #fff;

	white-space:normal;
	color:#555;
	-moz-user-select: text ! important;
	
}
.search-item h3 {
	display:block;
	font:inherit;
	font-weight:bold;
	color:#222;
	font-size: 14px;
}

.search-item h3 span {
	float: right;
	font-weight:normal;
	margin:0 0 5px 5px;
	width:250px;
	display:block;
	clear:none;
	font-size: 11px;
	text-align: right;
	color: Red;
}
/*
.radGroup .x-panel-body {
	background: none;
}
.radGroup .x-form-radio {
	float: left;
}
.radGroup .x-form-cb-label {
	display: block !important;
	margin-left: 20px;
	padding: 0;
	top: -4px;
}*/

.card h3{
	-moz-background-clip:border; 
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	float:left;
	font-size:22px;
	font-weight:bold;
	letter-spacing:1px;
	line-height:32px;
	margin-bottom:7px;
	margin-right:15px;
	padding-bottom:7px;
	padding-left:10px;
	padding-right:9px;
	position:relative;
	text-shadow:0 1px 0 #000000;
}

.menu {
	height: 28px;
}

.menu a {
	color: #FFFFFF;
}

.menu ul.dropdown ul {
	border: solid 1px #000000;
}
.menu li.empty {
	color: #333388;
	font-weight: bold;
	padding: 5px;
	text-shadow:0 1px 0 #000000;
}

.menu li ul li a {
	color: #000000;
	text-decoration: none;
}

.menu li ul li:hover a {
	text-decoration: underline;
}

.buyercontract {
	background:transparent url(/content/images/background-ribbon-right-s.png) no-repeat scroll right top;
	color:#B7D8FC;
}

.buyer {
	background:transparent url(/content/images/background-ribbon-right-s-buyer.png) no-repeat scroll right top;
	color:#AAFFAA;
}

.affiliate {
	background:transparent url(/content/images/background-ribbon-right-s-affiliate.png) no-repeat scroll right top;
	color:#FFAAAA;
}

.lead {
	background:transparent url(/content/images/background-ribbon-right-s-lead.png) no-repeat scroll right top;
	color:#FFFFAA;
}

.conversion {
	background:transparent url(/content/images/background-ribbon-right-s-lead.png) no-repeat scroll right top;
	color:#FFFFAA;
}

.contact-label {
	background:transparent url(/content/images/background-ribbon-right-s-contact.png) no-repeat scroll right top;
	color:#AAFFFF;
}

.vertical {
	background:transparent url(/content/images/background-ribbon-right-s-vertical.png) no-repeat scroll right top;
	color:#FFAAFF;
}

.campaign {
	background:transparent url(/content/images/background-ribbon-right-s-campaign.png) no-repeat scroll right top;
	color:#FFDDAA;
}

a.x-tool-pdf {
	background-image: url(/content/images/buyertag.png)!important;
	width: 100px;
	padding-right:10px;
	float: left;
}

.card-header {
	text-shadow:0 1px 0 #000000;
	clear:both;
	color:#15428B;
	padding: 0px;
	width:100%;
	font-weight: bold; 
	font-size: 36px;
	line-height:32px;
	text-align: left; 
	padding-right: 15px;
	padding-bottom: 15px;
	filter: Shadow(Color=#666666, 	
			Direction=135, 
			Strength=5);
}

.x-grid-group-title{
/*	background-color: #DDDDFF !important;*/
}

.basicicon { background-image: url( /content/images/editicon.png )!important; }

.msg .x-box-mc {
	font-size:14px;
}

#msg-div {
	position:absolute;
	/* top: 50%; left: 50%; */
	left: 30px;
	bottom: 30px;
	width:250px;
	z-index:20000;
}

.loginboxdiv
{
 margin:0;
 float: right;
 padding-left:10px;
 padding-top:4px;
}

.x-form-field-wrap .x-form-arrow-trigger {
height: 17px !important;
}
/*
.x-grid3-scroller{
	background:transparent url(/content/images/curlybg.png) no-repeat scroll left bottom;
}

.x-grid3-row, x-grid3-row-table { background-color: #fff;  }

.x-grid3-row-last { background:transparent url(/content/images/whitefade.png) repeat-x scroll left bottom; }*/

.ux-grid3-row-action-cell .x-grid3-cell-inner {
	padding: 1px 0 0 0;
}
.ux-grid3-row-action-cell .x-grid3-cell-inner div {
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	cursor:pointer;
}

.x-border-layout-ct {
	background-color:#4E78B1;
}

.bigsearch {
	

	position: relative;
	left: 480px;
	top: 36px;
}


.swfupload {
		position: absolute;
		z-index: 1;
}

.ext-webkit .x-form-text
{
	padding-bottom: 0;
	padding-top: 0;
	font-size: 11px;
}

.ext-webkit .x-small-editor .x-form-text
{
	padding-top: 0;
	font-size: inherit ! important;
}

.pendingafflabel{
	width: 100px;
	float: left;
}

.dealflowimage
{
	padding: 5px;
	padding-bottom: 2px;
}
/*@import 'global.css';
@import 'type.css';*/

body
{
	background:#eff2f5;
}

form {
	margin:0;
}

#document
{
	background:#fff;
	width:300px;
	margin:130px auto;
	padding:20px 20px 30px;
	border:1px solid #bec0c2;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-box-shadow:0 0 20px rgba(34,80,127,0.1);
	box-shadow:0 0 20px rgba(34,80,127,0.1);
	-moz-box-shadow:0 0 20px rgba(34,80,127,0.1);
	position:relative;
}

img
{
width:299px;
	margin-bottom:2px;
}

input[type=text],
input[type=password]
{
	font-size:18px;
	color:#797b7d;
	line-height:18px;
	height:18px;
	border:1px solid #bec0c2;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-border-radius:3px;
	width:284px;
	padding:8px 7px 9px;
	margin-top:18px;
	background:#fafafa;
	font-weight:400;
	-webkit-text-stroke:1px transparent;
}

input[type=text]:focus
{
	background:#fff;
	border-color:#768ea6;
	color:#444;
}

.x-btn
{
color:#64788C;
float:right;
font-weight:bold;
height:36px;
line-height:30px;
margin-top:18px;
width:120px;
}

.checkbox { color:#64788c;position:absolute;bottom:50px;left:20px; }
.checkbox input {display:inline;}

a {text-shadow:0 1px 0 #fff}

