/*
 * GWT CSS
 * Here is the css needed to complete or modify element css from GWT library
 * Those element are easy to find their classname generally begin by "gwt-"
 *
 */
.gwt-ToggleButton {
	background: url(images/button_bg.png) repeat-x bottom left;
	padding: 2px;
	margin: 5px;
	vertical-align: middle;
	-moz-border-radius: 9px;
	border-radius: 9px;
	cursor: pointer;
	border: 1px solid #00377a;
	font-weight: bold;
}

.gwt-PushButton {
	
}

.gwt-PushButton-up-disabled .gwt-Image {
	cursor: not-allowed;
	opacity: 0.5;
}

.gwt-PushButton-up-hovering .gwt-Image {
	cursor: pointer;
}

/*
 * gwt-TextBox
 */
.gwt-TextBox,.gwt-PasswordTextBox {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	height: 14px;
	border: 1px solid #8f8772;
	border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 0;
	padding: 1px;
}

#ID_WelcomeXP_Cloudbox .gwt-TextBox,#ID_WelcomeXP_Cloudbox .gwt-PasswordTextBox
	{
	font-size: 14px;
	line-height: 16px;
	height: 16px;
}

.gwt-TextBox:focus,.gwt-PasswordTextBox:focus {
	border: 1px solid #edb477;
}

.gwt-TextBox-error,.gwt-TextBox-error:focus,.gwt-PasswordTextBox-error,.gwt-PasswordTextBox-error:focus
	{
	border: 1px #FF8D8D solid;
	background-color: #FFF1F1;
}

.gwt-TextBox-disabled,.gwt-PasswordTextBox-disabled {
	cursor: not-allowed;
}

/*
 * gwt-TimePicker
 */
.gwt-TimePicker {
	margin: 0;
	border: 0;
	padding: 0;
	height: 24px;
	line-height: 24px;
}

.gwt-TimePicker .gwt-ValueSpinner {
	height: 24px;
	line-height: 24px;
}

.gwt-TimePicker .hoursSpinner {
	margin-right: 7px;
}

.gwt-TimePicker .gwt-ValueSpinner .gwt-TextBox {
	cursor: default;
	height: 16px;
	width: 22px;
}

.gwt-TimePicker .gwt-ValueSpinner .arrows {
	margin-left: 3px;
	vertical-align: bottom;
	height: 24px;
	border: 0;
	padding: 0;
	line-height: 8px;
	width: 15px;
}

.gwt-TimePicker .gwt-ValueSpinner .decrementArrow {
	margin-top: 8px;
}

.gwt-TimePicker .gwt-ValueSpinner .arrows img {
	padding: 0;
	border: 0;
}

/*
 * FILE UPLOAD
 */
div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.gwt-fileUpload {
	
}

.gwt-fileUpload input.file {
	position: relative;
	text-align: right;
	opacity: 0;
	z-index: 2;
}

.gwt-RadioButton,.gwt-CheckBox {
	
}

.gwt-RadioButton>label,.gwt-CheckBox>label {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 8px;
}

.gwt-RadioButton>input,.gwt-CheckBox>input {
	margin: 0 0 0 0;
	border: 0 0 0 0;
	padding: 0 0 0 0;
	vertical-align: middle;
}

/*
 * LABEL
 */
.gwt-Label,.gwt-HTML {
	display: block;
}

.gwt-Label,.gwt-HTML,label {
	font-size: 12px;
}

.gwt-Label-edit {
	cursor: pointer;
}

.gwt-Label-focus {
	background-color: #fdf6be;
}

/*
 * gwt-InlineCellEditor
 */
.gwt-InlineCellEditor label,.gwt-PagingOptions .gwt-HTML {
	color: black !important;
}

.gwt-InlineCellEditor .InputTBoxWidget .title {
	color: #999999;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 3px;
}

.gwt-InlineCellEditor .InputTBoxWidget .warningLabel {
	color: red;
	font-family: Arial, sans-serif;
	font-size: 11px;
	margin-top: 2px;
}

/*
 * Select box
 */
.gwt-ListBox {
	background: #fff;
	border: solid 1px #d0daee;
	width: 100%;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

.gwt-ListBox option {
	width: 100%;
}

select[disabled] {
	background: #ddd;
}

/*
 * PopupPanel
 */
.gwt-PopupPanel {
	
}

.gwt-DecoratedPopupPanel a {
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #013A81;
}

.gwt-DecoratedPopupPanel .popupMiddleCenter {
	padding: 3px;
	background: #6caddf;
}

.gwt-DecoratedPopupPanel .popupTopCenter {
	background: url(images/hborder.png) repeat-x;
}

html>body .gwt-DecoratedPopupPanel .popupBottomCenter {
	background: url(images/hborder.png) repeat-x 0px -4px;
}

.gwt-DecoratedPopupPanel .popupMiddleLeft {
	background: url(images/vborder.png) repeat-y;
}

html>body .gwt-DecoratedPopupPanel .popupMiddleRight {
	background: url(images/vborder.png) repeat-y -4px 0px;
}

.gwt-DecoratedPopupPanel .popupTopLeftInner {
	width: 5px;
	height: 5px;
	zoom: 1;
}

.gwt-DecoratedPopupPanel .popupTopRightInner {
	width: 8px;
	height: 5px;
	zoom: 1;
}

.gwt-DecoratedPopupPanel .popupBottomLeftInner {
	width: 5px;
	height: 8px;
	zoom: 1;
}

.gwt-DecoratedPopupPanel .popupBottomRightInner {
	width: 8px;
	height: 8px;
	zoom: 1;
}

html>body .gwt-DecoratedPopupPanel .popupTopLeft {
	background: url(images/corner.png) no-repeat 0px -10px;
}

html>body .gwt-DecoratedPopupPanel .popupTopRight {
	background: url(images/corner.png) no-repeat -5px -10px;
}

html>body .gwt-DecoratedPopupPanel .popupBottomLeft {
	background: url(images/corner.png) no-repeat 0px -15px;
}

html>body .gwt-DecoratedPopupPanel .popupBottomRight {
	background: url(images/corner.png) no-repeat -5px -15px;
}

/*
 * gwt-DecoratorPanel
 */
.gwt-DecoratorPanel {
	margin-bottom: 3px;
}

.gwt-DecoratorPanel .topCenter,.gwt-DecoratorPanel .bottomCenter {
	background: url(images/hborder.png) repeat-x;
}

.gwt-DecoratorPanel .middleLeft,.gwt-DecoratorPanel .middleRight {
	background: url(images/vborder.png) repeat-y;
}

.gwt-DecoratorPanel .middleCenter {
	background: #6CADDF none repeat scroll 0 0;
}

.gwt-DecoratorPanel .topLeftInner,.gwt-DecoratorPanel .topRightInner,.gwt-DecoratorPanel .bottomLeftInner,.gwt-DecoratorPanel .bottomRightInner
	{
	width: 5px;
	height: 5px;
	zoom: 1;
}

html>body .gwt-DecoratorPanel .topLeft {
	background: url(images/corner.png) no-repeat 0px 0px;
}

html>body .gwt-DecoratorPanel .topRight {
	background: url(images/corner.png) no-repeat -5px 0px;
}

html>body .gwt-DecoratorPanel .bottomLeft {
	background: url(images/corner.png) no-repeat 0px -5px;
}

html>body .gwt-DecoratorPanel .bottomRight {
	background: url(images/corner.png) no-repeat -5px -5px;
}

html>body .gwt-DecoratorPanel th {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	padding: 1px 6px;
}

.gwt-DecoratorPanel a {
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #013A81;
}

.gwt-DecoratorPanel a:link {
	color: #013A81;
}

.gwt-DecoratorPanel a:visited {
	color: #013A81;
}

.gwt-DecoratorPanel .red {
	color: #b02325;
}

.gwt-DecoratorPanel .darkblue {
	color: #013a81;
}

.gwt-DecoratorPanel .gwt-Label,.gwt-DecoratorPanel .gwt-HTML {
	font-size: 12px;
	color: #013A81;
}

/*
 * borderDecoratorPanel
 */
.borderDecoratorPanel {
	
}

.borderDecoratorPanel .topCenter,.borderDecoratorPanel .bottomCenter {
	background: url(images/hborder.png) repeat-x;
}

.borderDecoratorPanel .middleLeft,.borderDecoratorPanel .middleRight {
	background: url(images/vborder.png) repeat-y;
}

.borderDecoratorPanel .topLeftInner,.borderDecoratorPanel .topRightInner,.borderDecoratorPanel .bottomLeftInner,.borderDecoratorPanel .bottomRightInner
	{
	width: 5px;
	height: 5px;
	zoom: 1;
}

html>body .borderDecoratorPanel .topLeft {
	background: url(images/corner.png) no-repeat 0px 0px;
}

html>body .borderDecoratorPanel .topRight {
	background: url(images/corner.png) no-repeat -5px 0px;
}

html>body .borderDecoratorPanel .bottomLeft {
	background: url(images/corner.png) no-repeat 0px -5px;
}

html>body .borderDecoratorPanel .bottomRight {
	background: url(images/corner.png) no-repeat -5px -5px;
}

/*
 * gwt-DecoratedTabPanel
 */
.gwt-DecoratedTabPanel .gwt-DecoratedTabBar .gwt-TabBarItem-wrapper-selected .gwt-TabBarItem-selected
	{
	background: #D0E4F6 none repeat scroll 0 0;
	margin-left: 10px;
}

.gwt-DecoratedTabPanel .gwt-DecoratedTabBar .gwt-TabBarItem-wrapper-selected .gwt-TabBarItem-selected .tabMiddle
	{
	font-weight: bold;
}

.gwt-DecoratedTabPanel .gwt-DecoratedTabBar .gwt-TabBarItem {
	border-top: 1px solid #D0E4F6;
	border-left: 1px solid #D0E4F6;
	border-right: 1px solid #D0E4F6;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background: transparent none repeat scroll 0 0;
	cursor: pointer;
	padding: 5px;
	color: #013a81;
	margin-left: 10px;
}

.gwt-DecoratedTabPanel .gwt-TabPanelBottom {
	border: 1px solid #D0E4F6;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;	
	padding-bottom: 0px;
}

/*
 * gwt-DialogBox
 */
.gwt-DialogBox .Caption {
	background-color: #6CADDF;
	padding: 0px 0px 4px 0px;
	cursor: pointer;
	color: #013A81;
	font-size: 12px;
	font-weight: bold;
	border-top: 5px solid #6CADDF;
}

.gwt-DialogBox .dialogContent {
	background: white;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}

.gwt-DialogBox .dialogMiddleCenter {
	background-color: #6CADDF;
}

.gwt-DialogBox .dialogBottomCenter {
	background: url(images/gwt-dialogbox/hborder.png) repeat-x 0px -4px;
}

.gwt-DialogBox .dialogMiddleLeft {
	background: url(images/gwt-dialogbox/vborder.png) repeat-y;
}

.gwt-DialogBox .dialogMiddleRight {
	background: url(images/gwt-dialogbox/vborder.png) repeat-y -4px 0px;
}

.gwt-DialogBox .dialogTopLeftInner {
	width: 5px;
	zoom: 1;
}

.gwt-DialogBox .dialogTopRightInner {
	width: 8px;
	zoom: 1;
}

.gwt-DialogBox .dialogBottomLeftInner {
	width: 5px;
	height: 8px;
	zoom: 1;
}

.gwt-DialogBox .dialogBottomRightInner {
	width: 5px;
	height: 8px;
	zoom: 1;
}

.gwt-DialogBox .dialogTopLeft {
	background: url(images/gwt-dialogbox/corner.png) no-repeat -13px 0px;
}

.gwt-DialogBox .dialogTopRight {
	background: url(images/gwt-dialogbox/corner.png) no-repeat -18px 0px;
}

.gwt-DialogBox .dialogBottomLeft {
	background: url(images/gwt-dialogbox/corner.png) no-repeat 0px -15px;
}

.gwt-DialogBox .dialogBottomRight {
	background: url(images/gwt-dialogbox/corner.png) no-repeat -5px -15px;
}

.gwt-DialogBox .gwt-Label,.gwt-DialogBox .gwt-HTML {
	font-size: 12px;
	color: #013A81;
}

.gwt-DialogBox .RedBoldText {
	font-size: 12px;
	font-weight: bold;
	color: #b02325;
}

/*
 * gwt-DatePicker
 */
.gwt-DatePicker {
	width: 250px;
	height: 135px;
	border: 1px solid #0084CB;
}

.gwt-DatePicker>tbody>tr:first-child>td {
	height: 20px;
}

.gwt-DatePicker .datePickerMonthSelector {
	width: 100%;
	background-color: #0084CB;
	vertical-align: middle;
	height: 20px;
}

.gwt-DatePicker .datePickerMonth {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	text-align: center;
}

.gwt-DatePicker .datePickerNextButton {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

.gwt-DatePicker .datePickerPreviousButton {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

.gwt-DatePicker .datePickerDays {
	text-align: center;
	height: 100%;
	width: 100%;
}

.gwt-DatePicker .datePickerWeekdayLabel {
	background-color: #0084CB;
}

.gwt-DatePicker .datePickerDayIsSelected {
  color: #0084CB;
	background: #013A81;
}
.gwt-DatePicker .datePickerWeekendLabel {
	background-color: #0084CB;
}

.gwt-DatePicker .datePickerDayIsWeekend {
	
}

.gwt-DatePicker .datePickerDayIsFiller {
	background: none repeat scroll 0 0 #F5F5F5;
	color: #555;
}

.gwt-DatePicker .datePickerDayIsToday {
	
}

.gwt-DatePicker .datePickerDayIsValue {
	color: #FFF;
	background: #013A81;
}

.gwt-DatePicker .datePickerDay {
	cursor: pointer;
}

.gwt-DatePicker .datePickerDays>tbody>tr>td {
	padding: 1px;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}

.gwt-DatePicker .datePickerDays>tbody>tr>td.datePickerDayIsToday {
	border: 1px solid #e9f3fa;
	padding: 0px;
}

/*
 * gwt-SliderBar-shell
 */
.gwt-SliderBar-shell {
	background-color: transparent;
	height: 21px;
	width: 100%;
}

.gwt-SliderBar-shell .gwt-SliderBar-line {
	height: 4px;
	width: 95%;
	top: 9px;
	overflow: hidden;
	background-color: transparent;
	border: 1px solid black;
}

.gwt-SliderBar-shell .gwt-SliderBar-knob {
	
}

.gwt-SliderBar-shell-focused {
	
}

.gwt-SliderBar-shell .gwt-SliderBar-line-sliding {
	background-color: #DDDDDD;
	cursor: pointer;
}

/*
 * PagingScrollTableWidget
 */
.PagingScrollTableWidget .roundedpanel {
	 white-space: nowrap;
}
/*.PagingScrollTableWidget .roundedpanel {
	background-color: white;
}

.gwt-ScrollTable .headerWrapper {
	background-color: transparent;
}

.gwt-ScrollTable .footerWrapper {
	border-top: 1px solid #aaa;
	background: #8bd url(images/bg_header_gradient.gif) repeat-x bottom left;
}

.gwt-ScrollTable .dataTable>tbody>tr>td.grayMessage {
	color: #999
}

.gwt-ScrollTable table.headerTable>tbody>tr>td,.gwt-ScrollTable table.dataTable>tbody>tr>td,.gwt-ScrollTable table.footerTable>tbody>tr>td
	{
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding: 2px;
}

.gwt-ScrollTable .dataTable>tbody>tr>td {
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: middle;
	color: black;
}

.gwt-ScrollTable .headerTable>tbody>tr>td,.gwt-ScrollTable .footerTable>tbody>tr>td
	{
	border-color: #D0E4F6;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	white-space: nowrap;
	overflow: hidden;
	color: gray;
}

.gwt-ScrollTable .gwt-HTML {
	color: black;
}

.gwt-ScrollTable table.dataTable td.EditableCell:hover {
	background: #FFFFAA;
	cursor: pointer;
}*/

/*
 * EDIT PANEL
 */
/*.EditPanel {
	height: 100%;
	width: 100%;
}

.EditPanel-enabled:hover {
	background: #FFFFAA;
	cursor: pointer;
}

.EditPanel>div.link {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

.EditPanel .mainHTML {
	padding-top: 2px;
	padding-bottom: 2px;
}

.EditPanel .emptyHTML {
	padding-top: 7px;
	padding-bottom: 7px;
}

.EditPanel .mainImage {
	padding-top: 3px;
	padding-bottom: 3px;
}

.EditHTML-over {
	background: #FFFFAA;
	cursor: pointer;
	top: -2px;
	left: -2px;
}

.EditHTML {
	height: 100%;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
}*/

/*
 * SCROLL TABLE
 */
.gwt-ScrollTable .dataTable tr.selected td {
	
}

/*
 * Applied to the options at the bottom of the page.
 */
/*.gwt-PagingOptions {
	background: white;
	border: 1px solid #D0E4F6;
}

.gwt-PagingOptions input,.gwt-PagingOptions .gwt-HTML {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.gwt-PagingOptions .errorMessage {
	color: red;
}

.pagingOptionsFirstPage,.pagingOptionsLastPage,.pagingOptionsNextPage,.pagingOptionsPreviousPage {
	cursor: pointer;
}*/

/*
 * INLINE CELL EDITOR
 */
.gwt-InlineCellEditor {
	border: 3px solid #6CADDF;
	padding: 4px;
	background: white;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.gwt-InlineCellEditor .accept {
	margin-left: 25px;
}

.gwt-InlineCellEditor .cancel {
	margin-left: 3px;
}

.gwt-InlineCellEditor .accept,.gwt-InlineCellEditor .cancel {
	cursor: pointer;
	height: 16px;
	width: 16px;
}

/*
 * Disclosure Panel
 */
.gwt-DisclosurePanel .content {
	background: #FFFFFF none repeat scroll 0 0;
	margin-left: 6px;
	padding: 4px 0 4px 8px;
}

.gwt-DisclosurePanel .header {
	background: #FFFFFF none repeat scroll 0 0;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: #013a81;
}

.gwt-DisclosurePanel .header img {
	vertical-align: middle;
}

/*
 * DropDownPanel
 */
.gwt-DropDownPanel {
	border: 3px solid #6CADDF;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.gwt-DropDownPanel .popupContent {
	background: white;
}

/*
 * Specific for loading Progress Bar
 */
.gwt-ProgressBar-shell {
	background-color: #F3F3F3;
	border-color: #FAF9F7 #848280 #848280 #FAF9F7;
	border-style: inset;
	border-width: 2px;
	height: 12px;
	width: 200px;
}

.gwt-ProgressBar-shell .gwt-ProgressBar-bar {
	background-color: #67A7E3;
}

.gwt-ProgressBar-shell>.gwt-ProgressBar-text {
	padding: 0px;
	margin: 0px;
	color: #013A81;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	letter-spacing: 0.2ex;
}

.gwt-ProgressBar-shell>.gwt-ProgressBar-text-firstHalf {
	/*color: #999999;*/
	
}

.gwt-ProgressBar-shell>.gwt-ProgressBar-text-secondHalf {
	/*color: #999999;*/
	
}

/*
 * Specific for tree folder
 */
.gwt-FastTree {
	\-moz-user-select: none;
	position: relative;
}

.gwt-FastTreeItem {
	min-width: 18px;
	cursor: pointer;
}

.gwt-FastTreeItem .open,.gwt-FastTreeItem .closed {
	width: 100%;
}

.gwt-FastTree .selection-bar {
	font-size: 0;
	position: absolute;
	left: 0;
	width: 1px;
	z-index: -1;
	outline: none;
	\-moz-outline: none;
}

.gwt-FastTree .selection-bar :focus {
	outline: none
}

/************************************
 Visual styling
 */
.gwt-FastTree .open .treeItemContent,.gwt-FastTree .closed .treeItemContent
	{
	margin-left: 34px;
}

.gwt-FastTreeItem-leaf {
	display: block;
	padding: 2px;
	padding-left: 34px;
	background: url(images/Tree_folder/folder-leaf-plus.png) no-repeat center left;
}

.gwt-FastTreeItem-leaf[backup] {
	background: url(images/Tree_folder/folder-leaf-plus-backupFolder.png) no-repeat center left !important;
}

.gwt-FastTreeItem-leaf[internal] {
	background: url(images/Tree_folder/folder-leaf-plus-internal.png) no-repeat center left !important; 
}

.gwt-FastTreeItem-leaf[external] {
	background: url(images/Tree_folder/folder-leaf-plus-external.png) no-repeat center left !important;
}

.gwt-FastTreeItem .children {
	margin-left: 10px;
}

.gwt-FastTreeItem .open,.gwt-FastTreeItem .closed,.gwt-FastTreeItem-leaf {
	color: black;
}

.gwt-FastTreeItem > .open {
	background: url(images/Tree_folder/folder-open-plus.png) no-repeat center left;
}

.gwt-FastTreeItem[backup] > .open {
	background: url(images/Tree_folder/folder-open-plus-backupFolder.png) no-repeat center left !important;
}

.gwt-FastTreeItem[internal] > .open {
	background: url(images/Tree_folder/folder-open-plus-internal.png) no-repeat center left !important;
}

.gwt-FastTreeItem[external] > .open {
	background: url(images/Tree_folder/folder-open-plus-external.png) no-repeat center left !important;
}

.gwt-FastTreeItem > .closed {
	background: url(images/Tree_folder/folder-close-plus.png) no-repeat center left;
}

.gwt-FastTreeItem[backup] > .closed {
	background: url(images/Tree_folder/folder-close-plus-backupFolder.png) no-repeat center left !important;
}

.gwt-FastTreeItem[internal] > .closed {
	background: url(images/Tree_folder/folder-close-plus-internal.png) no-repeat center left !important;
}

.gwt-FastTreeItem[external] > .closed {
	background: url(images/Tree_folder/folder-close-plus-external.png) no-repeat center left !important;
}

/******************** Warning!!! ********************
 *													*
 * ".gwt-FastTreeItem .loading" must be after:		*
 *      - ".gwt-FastTreeItem .open"					*
 *      - ".gwt-FastTreeItem .closed"				*
 *													*
 ****************************************************/
.gwt-FastTreeItem > .loading, .gwt-FastTreeItem[backup] > .loading, .gwt-FastTreeItem[internal] > .loading, .gwt-FastTreeItem[external] > .loading {
	background: url(images/Tree_folder/folder-loading-plus.gif) no-repeat center left !important;
}

.gwt-FastTree .treeItemContent {
	padding: 2px;
	text-align: left;
}

.gwt-FastTree .selected .treeItemContent {
	background: #93c2f1 url(selectionBar.gif) repeat-x;
	font-weight: bold;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*
 * LaCheckBox is based on ToggleButton
 */
.gwt-LaCheckBox,.gwt-LaCheckBox-half {
	background: #fff;
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 18px;
	height: 18px;
}

.gwt-LaCheckBox img,.gwt-LaCheckBox-half img {
	display: none;
}

.gwt-LaCheckBox-down,.gwt-LaCheckBox-half-down {
	background: url(images/LaCheckBox/checked.png) no-repeat;
}

.gwt-LaCheckBox-down-hovering,.gwt-LaCheckBox-half-down-hovering {
	background: url(images/LaCheckBox/checked_over.png) no-repeat;
}

.gwt-LaCheckBox-down-disabled,.gwt-LaCheckBox-half-down-disabled {
	background: url(images/LaCheckBox/checked_disabled.png) no-repeat;
}

.gwt-LaCheckBox-up {
	background: url(images/LaCheckBox/unchecked.png) no-repeat;
}

.gwt-LaCheckBox-up-hovering {
	background: url(images/LaCheckBox/unchecked_over.png) no-repeat;
}

.gwt-LaCheckBox-up-disabled {
	background: url(images/LaCheckBox/unchecked_disabled.png) no-repeat;
}

.gwt-LaCheckBox-half-up {
	background: url(images/LaCheckBox/half_checked.png) no-repeat;
}

.gwt-LaCheckBox-half-up-hovering {
	background: url(images/LaCheckBox/half_checked_over.png) no-repeat;
}

.gwt-LaCheckBox-half-up-disabled {
	background: url(images/LaCheckBox/half_checked_disabled.png) no-repeat;
}

/*
 * gwt-TextArea
 */
.gwt-TextArea {
	padding: 2px;
	margin: 0;
	border: 2px inset #e6ddd5;
}

.gwt-TextArea-readonly {
	background: white;
	color: #717171;
}

.gwt-DatePicker .datePickerDays>tbody>tr>td {
	font-size: 10px;
	padding: 1px;
	text-align: center;
	vertical-align: middle;
}

.gwt-DatePicker .datePickerMonth {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}


