html,body,* {
	font-family: Verdana !important;
	font-size:100.01%;
}

body {
	background-color: rgb(250, 250, 248);
}

a {text-decoration:none;}


.errortext{
	font-size: 12px;
	color: red;
}

.report-form-input{
	font-size: 12px;
}

.report-form-helptext{
	font-size: 12px;
}

.report-form-padtext{
	font-size: 12px;
	margin-top: 10px;
	margin-left: 10px;
}

.report-form-text{
	font-size: 12px;
}

.report-form-header-text{
	font-size: 14px;
	font-weight: bold;
	color: #15428b;
}


.login-display {
	
	margin: 20px;
	width: 330px;
}
.login-display-window {
	padding: 5px;
}
.login-table {
	border-top: 2px solid rgb(109,134,189);
  	border-left: 2px solid rgb(109,134,189);
  	border-right: 2px solid rgb(109,134,189);
  	border-bottom: 2px solid rgb(109,134,189);
}

.login-header {
	background-color: rgb(109,134,189);
	color: rgb(255,255,255);
	font-weight: bold;
	font-size: 12px;
}
.login-display-line {
	
	height: 25px;
}

.login-display-value {

	width: 300px;
	vertical-align: top;
	color: #000;
	text-align: right;
	font-size: 12px;
}
.login-display-header {

	color: #333;
	text-align: left;
	vertical-align: top;
	float: left;
	font-size: 12px;
}
.logged-in-panel {
	font-size: 10px;
}
.toppanel-display {
	border-top: 1px solid rgb(183,189,214);
  	border-left: 1px solid rgb(183,189,214);
  	border-right: 1px solid rgb(183,189,214);
  	border-bottom: 3px solid rgb(109,134,189);
  	margin: 0;
}

.version-label{
	font-size: 10px;
	font-style: italic;
}

.menu-label-inactive {font-size: 14px;}
.menu-label-inactive {color: rgb(20,20,20);}
.menu-label-inactive {font-weight:bold}
.menu-label-inactive	a {color: rgb(20,20,20);}
.menu-label-inactive	a {font-weight:bold}
.menu-label-inactive {cursor: pointer; cursor: hand;}

.menu-label-active {font-size: 14px;}
.menu-label-active	{color: rgb(255,255,255);}
.menu-label-active	{font-weight:bold;}
.menu-label-active	a {color: rgb(255,255,255);}
.menu-label-active	a {font-weight:bold;}
.menu-label-active {cursor: default;}

.menu-label-disabled {font-size: 14px;}
.menu-label-disabled {color: rgb(20,20,20);}
.menu-label-disabled {font-weight:bold;}
.menu-label-disabled {cursor: default;}
.menu-label-disabled a {color: rgb(20,20,20);}
.menu-label-disabled a {font-weight:bold;}
.menu-label-disabled a {cursor: default;}

.sub-menu {
	background-color: rgb(109,134,189);
	border-top: 3px solid rgb(109,134,189);
}

.sub-menu-label-disabled {font-size: 14px;}
.sub-menu-label-disabled a {color: rgb(200,200,200);}
.sub-menu-label-disabled a {cursor: default;}
.sub-menu-label-disabled {color: rgb(200,200,200);}
.sub-menu-label-disabled {cursor: default;}

.sub-menu-label-inactive {font-size: 14px;}
.sub-menu-label-inactive	a {color: rgb(255,255,255);}
.sub-menu-label-inactive	{color: rgb(255,255,255);}
.sub-menu-label-inactive {cursor: pointer; cursor: hand;}

.sub-menu-label-active {font-size: 14px;}
.sub-menu-label-active	a {color: rgb(255,255,255);}
.sub-menu-label-active	a {font-weight:bold;}
.sub-menu-label-active	{color: rgb(255,255,255);}
.sub-menu-label-active	{font-weight:bold;}
.sub-menu-label-active	{cursor: default;}

.report-indication {font-size: 10px;}
.report-indication a {color: rgb(255,255,255);}
.report-indication a {font-weight:bold;}

.report-indication-active {font-size: 10px;}
.report-indication-active a {color: rgb(255,255,255);}
.report-indication-active a {font-weight:bold;}

.report-indication-inactive {font-size: 10px;}
.report-indication-inactive a {color: rgb(20,20,20);}
.report-indication-inactive a {font-weight:bold;}


.report-display,.report-edit {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
}

.report-display-info,.report-edit-info {
	
}

.report-edit-info-value input {
	width: 100%;
	border: 1px solid #CCC;
}

.report-display-info-line, .report-edit-info-line {
	/*height: 25px;*/
	/*min-width: 400px;*/
}

.report-display-info-header,.report-edit-info-header {
	color: #333;
	text-align: left;
	/*width: 200px;*/
	vertical-align: top;
	float: left;
}

.report-display-info-value,.report-edit-info-value {
	/*width: 300px;*/
	vertical-align: top;
	color: #000;
}

.report-display-info-value-bold {
	/*width: 300px;*/
	vertical-align: top;
	color: #000;
	font-weight: bold;
}



.report-display,.report-edit {
	margin-left: 5px;
	margin-right: 5px;
	min-width: 400px;
}

.report-display-info,.report-edit-info {
	
}

.report-display-info {
	/*margin-right: 100px;*/
}

.inbox-unread-row .x-grid3-cell-inner{
	font-weight: bold;
}

.inbox-error-row .x-grid3-cell-inner{
	font-weight: bold;
	color: red;
}

.display-user-label {
	font-size: 12px;
}

.display-user-value {
	font-size: 12px;
}

/* Merge */
.gxt-LayoutContainer {
	background: white;	
}

.gxt-textfield-search {
	margin-top: 6px;
	margin-right: 12.5px;	
}

.std-Label {
	font-family: trebuchet;
	font-size: 14px;	
}

.layout-layoutContainer {
	background: #2B2B2B;
}

.layout-layoutContainer-TheOne {
		background: #2B2B2B;
}

.layout-LayoutContainer-Main-Background {
	background: #89A3AA;
}

.layout-LayoutContainer-Line-Separator {
	background: #1677B4;
}

.layout-LayoutContainer-Test {
	text-align: center;	
}

/*           Icons for the MessageModule Toolbar               */
/*-------------------------------------------------------------*/
.toolbar-icon-email-add {
	background-image: url("graphics/Message/Toolbar/newMessage.png");
}

.toolbar-icon-email-reply {
	background-image: url("graphics/Message/Toolbar/reply.png");
}

.toolbar-icon-email-replyAll {
	background-image: url("graphics/Message/Toolbar/replyAll.png");
}

.toolbar-icon-email-forward {
	background-image: url("graphics/Message/Toolbar/forward.png");
}

.toolbar-icon-email-delete {
	background-image: url("graphics/Message/Toolbar/delete.png");
}
	
.toolbar-icon-filter {
	background-image: url("graphics/Message/Toolbar/search.png");
	width: 16px;
	height: 16px;
}

.settings-icon-messaging {
    background-image: url("graphics/Desktop/messages.png");
	width: 32px;
	height: 32px;
}

table.new-message button img {
    margin-left:8px;
}

.otherplace-icon-email-add {
    background:url("graphics/Desktop/MenuItems/messages.png") no-repeat center 7px !important;
}


.gxt-StatusBar-Mail-New {
	background-image: url("graphics/mail.png");
	background-position: center;
}

.gxt-StatusBar-Text {
	color: black;
	font-size: 14px;
	font-family: Segoe UI;
	text-align: center;
}

.gxt-Message-Bubble {
color: black;
background: lightgreen;
font-size: 12px;
font-family: Segoe UI;
border: 1px solid gray
}
.gxt-Message-Identity {
color: black;
font-size: 12px;
font-family: Segoe UI;
font-weight: bold;
}
.gxt-Message-Time {
color: black;
font-size: 12px;
font-family: Segoe UI;
}
.gxt-Message-BubbleFocus {
color: black;
background: lightblue;
font-size: 12px;
font-family: Segoe UI;
border: 1px solid gray
margin: 2px;
}

/** GWT LABEL */
.gwt-Label-Header {
	color: white;
	font-size: 18px;
	/*font-weight: bold;*/	
	text-align: left;
	position: absolute;
	margin-top: 6px;
	margin-left: 26px;
	font-family: trebuchet;
}

.gwt-Label-Status {
	color: white;
	font-size: 12px;
	font-weight: bold;	
	text-align: left;
	position: absolute;
	margin-top: 7px;	
	margin-left: 7px;
	font-family: trebuchet;
}

.gwt-Label-Content-Header {
	color: white;
	font-size: 26px;
	/*font-weight: bold;*/
	font-family: trebuchet;	
}

.gwt-Label-NaviItem {
	color: white;
	font-size: 10px;
	text-align: center;	
}

.gwt-Label-Mail-Subject {
	font-family: Segoe UI;
	font-size: 16px;
	font-weight: 600;
	vertical-align: middle;
}
.gwt-Label-Mail-From {
	font-family: Segoe UI;
	font-size: 14px;
	vertical-align: middle;
}
.gwt-Label-Mail-To {	
	color: Gray;
	font-family: Segoe UI;
	font-size: 12px;
}
.gwt-Label-Mail-To-Content {
	font-family: Segoe UI;
	font-size: 12px;
}
.gwt-Label-Mail-Content {
	font-family: Segoe UI;
	font-size: 12px;
}

/** GWT PANEL */

.gwt-Panel-MouseOver {
	border-bottom: thin solid #1E5A89;
	font-weight: bold;
	cursor:pointer;	
}

.gwt-Panel-MouseOut {
	border-bottom: thin solid transparent;
}

.gwt-Panel-MouseDown {
	
}

.gwt-Panel-MouseUp {
	vertical-align: middle;	
}

.gwt-DockPanel-Content {
	/**background-image: url("images/abstract.png");*/
	background: #95A3B4; /**#F2F2F5;*/
}

.gwt-SimplePanel-Content {
	background: #1E5A89;
	margin-left: 5px; 
	margin-right: 5px;
}

.gwt-DeckPanel-Content {
	margin-left: 5px; 
	margin-right: 5px;	
}

.gwt-Panel-Content {
	/**border: 2px solid #131313;*/
	background: #1D1D1D;	
}

.gwt-testpanel {
	background: white;
}

.gwt-Default-Panel {
	background: #DFE8F6;
}

/*----------------------- shortcuts icons for the desktop ----------------------------------*/
#map-win-shortcut img { width: 48px; height: 48px; background-image: url("graphics/Desktop/Globe.png"); }

#message-win-shortcut img { width: 48px; height: 48px; background-image: url("graphics/Desktop/EMailYellow.png"); }

#vehicle-win-shortcut img { width: 48px; height: 48px; background-image: url("graphics/Desktop/TruckGreen.png"); }

#report-win-shortcut img { width: 48px; height: 48px; background-image: url("graphics/Desktop/Reports.png"); }

.shortcut-selected {
	background-color: #6d6e70;
}

.shortcut-unselected {
	background-color: transparent;	
}

.shortcut-selected div {
	color: white;
	font-weight: bold;
}

.shortcut-unselected div {
	color: #303030;
	font-weight: normal;
} 

/*-------------------------------------------------------------------------------------------*/

/*---------------------CSS for the Window icons in headerline--------------------------------*/
.map { background-image: url("graphics/Desktop/MenuItems/Map.png"); }
.messages {	background-image: url("graphics/Desktop/MenuItems/messages.png"); }
.reports { background-image: url("graphics/Desktop/MenuItems/Reports.png"); }
.vehicles { background-image: url("graphics/Desktop/MenuItems/vehicle_list.png"); }
.administration { background-image: url("graphics/Desktop/MenuItems/administration.png"); }
.geofence { background-image: url("graphics/Desktop/MenuItems/geofence.png"); }
.loginOverview { background-image: url("graphics/Desktop/MenuItems/vehicle_list.png"); }
.qualifiedActivities { background-image: url("graphics/Desktop/MenuItems/activities_16.png"); }

.current_selection_header {
	color: black;
	font-size: 16px;
	font-weight: bold;	
	text-align: center;
  	font-family: trebuchet;
	margin-top: 10px;	
}

.current_selection_fieldcaption {
	color: black;
	font-size: 12px;
	font-weight: bold;	
  	font-family: trebuchet;
}

.current_selection_fielddata {
	color: black;
	font-size: 12px;
  	font-family: trebuchet;
}

.geofence-edit-header {
	font-size: 13px;
	font-weight: bold;
}

.geofence-edit-info-panel {
	background-color: E6E6E6;
	padding: 5px;
}

.settings-panel {
	padding: 5px;
}

.settings-heading {
	font-size: 13px;
	font-weight: bold;
}

.settings-item {
	font-size: 12px;
}

.settings-item {cursor: pointer; cursor: hand;}
.messages {
	background-image: url("graphics/Desktop/MenuItems/Mail1Closed.png");
}

.eventlog {
	background-image: url("graphics/Desktop/MenuItems/Sheet2.png");
}

/*-------------------CSS for the buttons embedded into the GoogleMap-----------------------*/

.mapbutton .x-btn-text {
	font-size: 9px;
	color: black;
	font: tahoma;
}

/*-----------------------------CSS for new vehicle-marker----------------------------------*/
.vehicle_marker {
	cursor:pointer;
}


.vehicle_marker_direction {
}

.vehicle_marker_text {
	margin-left: 10px;
	margin-top: 3px;
	font-size: 10px;
    font-weight: bold;
	color: white;
}

.vehicle_marker_text_small {
	margin-left: 3px;
	font-size: 8px;
	font-weight: bold;
	color: white;
}

.vehicle_marker_current_position {
	opacity: 1.0;
	filter: alpha(opacity=100);	
}

.vehicle_marker_very_old_position {
	opacity: 0.5;
	filter: alpha(opacity=50);	
}

.vehicle_marker_datapanel_connected {
    background-image: url("graphics/Map/VehicleMarker/VehicleMarker_Label_Background_Connected.png");
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    width:auto;
    height: 23px; 
    padding-right: 21px;
    white-space:nowrap;
}

.vehicle_marker_datapanel_disconnected {
    background-image: url("graphics/Map/VehicleMarker/VehicleMarker_Label_Background_Disconnected.png");
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    width:auto;
    height: 23px; 
    padding-right: 21px;
    white-space:nowrap;
}

.vehicle_marker_datapanel_small {
    background-image: url("graphics/Map/VehicleMarker/VehicleMarker_Label_Background_small.png");
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    width:auto;
    height: 12px; 
    padding-right: 2px;
    white-space:nowrap;
}
/*-------------------------CSS for currently selection panel--------------------------------*/

.current_selection_header {
	color: black;
	font-size: 14px;
	font-weight: bold;	
	text-align: center;
  	font-family: trebuchet;
	margin-top: 10px;	
}

.current_selection_fieldcaption {
	color: black;
	font-size: 12px;
	font-weight: bold;	
  	font-family: trebuchet;
}

.current_selection_fielddata {
	color: black;
	font-size: 12px;
  	font-family: trebuchet;
}

/*-------------------------------------------------------------------------------------------*/

.gwt-Label-TrackingHeader {
	font-family: Segoe UI;
	font-size: 12px;
	font-weight: 600;
	color: white;
	vertical-align: middle;
}
.gwt-Label-TrackingContent {
    font-family: Segoe UI;
	font-size: 12px;
	vertical-align: middle;
	color: white;
}
body-tracking {
	background-color:black;
	color:black;
}
.gwt-Label-TrackingBack {
background-color:black;
}
body-transparent {
	background-color: transparent;
	border: 0px;
}


/* -----------------------    CSS For Suggestion Box MultiSelect   --------------------------*/

/* IE max height CSS hack */
* html .peoplebox {
   height: expression( this.scrollHeight > 44 ? "45px" : "auto" );
}

.peoplebox {
	background-image: url("./gxt/images/default/form/text-bg.gif");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0pt 0pt;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;

    background: white;
    padding: 0 2px 0 2px;
	border: 1px solid #d0d0d0;
    cursor: text;
	overflow: auto;
	height: auto;
	max-height: 45px;
}

.peoplebox-over {
    border: 1px solid #7eadd9;
}

.peoplebox-invalid {
    background-color: #ffffff;
	background-image: url("./gxt/images/default/grid/invalid_line.gif");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center bottom;
	background-size: auto auto;

	border: 1px solid #cc3300;
}
.peoplebox-input {
    border: 0;
    outline: none;
    padding: 0px;
    font-size: 100.01%;
}

.peoplebox-peopledisplay {
	overflow: hidden;
    display:-moz-inline-stack;
	display:inline-block;
	*display:inline;
    margin: 1px;
    padding: 1px 1px;
    background-color: #eff2f7;
    color: #000;
    cursor: default;
    border: 1px solid #ccd5e4;
    font-size: 100.01%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
}

.peoplebox-peopledisplay  span {
	white-space: nowrap;
}

.peoplebox-peopledisplay  span.close{
	color: #a6b3cf;
    margin-left: 5px;
    font-weight: bold;
    cursor: pointer;
}

.addressbook-receiverspanel {
	margin: 0px;
	padding: 0 0px 0 0px;
	border: 0px;
	overflow: auto;
	max-height: 53px;
}

.addressbook-receiverdisplay {
	overflow: hidden;
    display:-moz-inline-stack;
	display:inline-block;
	*display:inline;
    margin: 1px;
    padding: 1px 1px;
    cursor: default;
    font-size: 100.01%;
    float: left;
	white-space: nowrap;
}

.addressbook-receiverdisplay  span {
	white-space: nowrap;
}

.messagelist-searchHighLight {
	background-color: yellow;
}

.messages-selected-entry {
	background-color: #eeeeee;
}
	
/* -----------------------    CSS For View Message panel   --------------------------*/

.view-message-header {
    background: #F0F0F0;
    border-bottom: 1px solid #d0d0d0 !important;
}

.view-message-position {
	display:block;
    float: right;
    background: #F0F0F0 !important;
    border: 1px solid #d0d0d0 !important;
    width: 540px;
    height: 56px;
    margin: 5px;
}

.view-message-auto-deletion {
	display:block;
    float: left;
    background: #F0F0F0 !important;
    border: 1px solid #d0d0d0 !important;
    width: 220px;
    height: 56px;
    margin: 5px;
}

.view-message-subject {
    font-size: 115%;
    font-weight: 600;
    margin-left: 10px;
}

.view-message-subject-line {
    height: 28px;
}

.view-message-grid-line {
    height: 22px;
}

div.view-message-header .view-message-sender {
    padding-left: 20px;
    margin-left: 10px;
    font-size: 105%;
    height: 16px;
	white-space: nowrap;
	overflow: hidden;
}

div.view-message-header .view-message-sender.user, div.view-message-header .view-message-recipient.user {
    background-image: url("graphics/Message/Recipient/User.png");
    background-repeat: no-repeat;
    background-position: top left;
}

div.view-message-header .view-message-recipient {
    margin-left: 10px;
    font-size: 105%;
    height: 16px;
    display: table;
}

div.view-message-header .view-message-recipient.vehicle, div.view-message-header .view-message-sender.vehicle {
    background-image: url("graphics/general_vehicle_16.png");
    background-repeat: no-repeat;
    background-position: top left;
}

div.view-message-header .view-message-recipient.office, div.view-message-header .view-message-sender.office {
    background-image: url("graphics/general_group_16.png");
    background-repeat: no-repeat;
    background-position: top left;
}

.gwt-DisclosurePanel .header {
	margin-left: 20px;
}

.gwt-DisclosurePanel .content{
	margin-left: 20px;
}

.gwt-DisclosurePanel-closed .header {
          color: black;
}

.gwt-DisclosurePanel-open .header {
	color: grey;
}

.view-message-recipient-scroll {
	margin-bottom: 5px;
}

.view-message-date {
    font-size: 105%;
    margin-left: 10px;
}

.view-message-body {
    padding: 10px;
    text-align: justify;
    text-indent: 1.5em;
    line-height: 1.5;
    overflow: auto;
    height: 100%;
    background: white;
}

.view-message-body  p {
    padding-top: 10px;
}

.view-message-show-in-map-icon {
    background-image: url("graphics/Message/Locator/Globe_small.png");
}

.message-expiration-date, div.view-message-body p.quick-replies {
    overflow: hidden;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    text-indent: 0em;
    margin: 3px;
    padding: 3px 5px;
    background-color: #CDEB8B;
    color: #000;
    cursor: default;
    border: 1px solid #CDEB8B;
    font-size: 100.01%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;

    font-style:italic;
    font-size:80%;
}


div.view-message-body p.quick-replies span {
    text-decoration:underline;
}

/* -----------------------    CSS For Messages List   ---------------------------------------*/

.expired .x-grid3-cell-inner {
	font-style: italic;
}

.unread .x-grid3-cell-inner {
	font-weight: bold;
}


div.from-user-msg .x-grid3-col-fromid, div.to-user-msg .x-grid3-col-toid, #addressBookGrid .USER .x-grid3-col-receiverIcon {
    background: url("graphics/general_user_16.png") no-repeat 0 center;
    padding-left: 20px;
}

div.from-vehicle-msg .x-grid3-col-fromid, div.to-vehicle-msg .x-grid3-col-toid, #addressBookGrid .VEHICLE .x-grid3-col-receiverIcon {
    background: url("graphics/general_vehicle_16.png") no-repeat 0 center;
    padding-left: 20px;
}

div.from-office-msg .x-grid3-col-fromid, div.to-office-msg .x-grid3-col-toid {
    background: url("graphics/general_group_16.png") no-repeat 0 center;
    padding-left: 20px;
}

.unread .x-grid3-col-status-img {
	background-image: url("graphics/Message/new/new_message.png");
	background-repeat: no-repeat;
    background-position: center center;
}

.replied .x-grid3-col-status-img {
	background-image: url("graphics/Message/Toolbar/reply.png");
	background-repeat: no-repeat;
    background-position: center center;
}

.forwarded .x-grid3-col-status-img {
	background-image: url("graphics/Message/Toolbar/forward.png");
	background-repeat: no-repeat;
    background-position: center center;
}

.deleted .x-grid3-col-status-img {
    background-image: url("graphics/Message/Toolbar/delete.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.position-attached .x-grid3-col-position {
	background-image: url("graphics/Message/Locator/Globe_small.png");
	background-repeat: no-repeat;
    background-position: center center;
}


#addressBookGrid .VEHICLE .x-grid3-col-receiverIcon, #addressBookGrid .USER .x-grid3-col-receiverIcon {
    padding-left:0;
    background-position: center center;
}

.mouseover {
    cursor:pointer;
    cursor:hand;
}

/*-------------------------------------------------------------------------------------------*/


/* -----------------------    Settings-Module CSS     ---------------------------------------*/

.settings-module-grouping-panel {
    margin: 10px;
    background: #F0F0F0;
}

/*-------------------------------------------------------------------------------------------*/

.selection-info-panel td,th {
    vertical-align: top;
    padding-bottom: 2px;
}
.selection-info-panel th {
    font-weight: bold;
    width: 120px;
}


.gmap-layer-toggle-control {
	margin-top: 7px
}
.gmap-layer-toggle-button {
    background-color: white;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(165, 168, 172);
	color: rgb(101, 101, 101);
	cursor: pointer;
	
	-moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* ---- */
.show-only-when-selected {
  display: none;
}

.x-view-item-sel div.show-only-when-selected, .x-grid3-row-selected div.show-only-when-selected {
  display: block;
}

.x-view-item-sel span.show-only-when-selected, .x-grid3-row-selected span.show-only-when-selected {
  display: inline;
}

.x-view-item-sel .show-only-when-unselected, .x-grid3-row-selected .show-only-when-unselected {
  display: none!important;
}

.x-grid-empty {
    margin-left: 40%;
    margin-top: 5px;
    font-size: small;
}

.error-mask {
	border-color: red !important;
	padding: 0px !important;
}

fieldset.x-panel-collapsed.fieldset-invalid legend {
	color: red !important;
}

