a {
	color: darkblue;
	font-family: Arial, sans-serif;
	font-size: 9.5pt;
}

a:visited {
	color: darkblue;
	font-family: Arial, sans-serif;
	font-size: 9.5pt;
}

body {
	background-color: white;
	color: black;
	font-family: Arial, sans-serif;
	font-size: 9.5pt;
	margin: 5px;
	text-align: left;
	line-height: 100%;
}

.gwt-Anchor-blue {
	color: #0000cc;
	text-decoration: underline;
}

.gwt-Background {
	background-image:
		url(org.fao.fi.codequest.CodeQuest/CodeOfConduct-coverRGB-transparent.gif);
	background-size: cover;
}

.gwt-Background-FI {
	background-image: url(org.fao.fi.codequest.CodeQuest/fi_dept_small.gif);
}

.gwt-Backgroundwhite {
	background-color: White;
}

.gwt-Bordersblack {
	padding: 0px;
	border: 1px solid black;
	line-height: inherit;
}

.gwt-Bordersblue {
	border: 1px solid #187BAC;
	background-color: mintcream;
}

.gwt-Button {
	background: #336699;
	color: white !important;
	margin: 0px;
	padding: 3px;
	border: 1px outset !important;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	cursor: hand;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px !important;
}

.gwt-Button-AQ {
	margin: 0;
	padding: 3px 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	cursor: hand;
	color: white;
	background: #660066 ;
	border: 1px outset #b27fb2 ;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.gwt-Button-AQ:active {
	border: 1px inset #b27fb2 ;
}

.gwt-Button-AQ[disabled] {
	cursor: default;
	color: #637283;
}

.gwt-Button-CCRF {
	background: #01615C;
	color: white;
	margin: 0px;
	padding: 3px 5px;
	border: 1px outset;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	cursor: hand;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.gwt-Button-CCRF:active {
	border: 1px inset #99ddd8 ;
}
.gwt-Button-CCRF[disabled] {
	cursor: default;
	color: #637283;
}
.gwt-Button-FT {
	margin: 0;
	padding: 3px 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	cursor: hand;
	color: white ;
	background: #003366 ;
	border: 1px outset #8099B2 ;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.gwt-Button-FT:active {
	border: 1px inset #8099B2 ;
}
.gwt-Button-FT[disabled] {
	cursor: default;
	color: #637283;
}
.gwt-Button:active {
	border: 1px inset #C1E1F2 ;
}

.gwt-ButtonSubmission {
	margin: 0;
	padding: 3px 5px;
	text-decoration: none;
	font-size: small;
	cursor: pointer;
	cursor: hand;
	color: white !important;
	background:  #336699;
	border: 3px outset red;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px !important;
}
.gwt-Button[disabled] {
	cursor: default !important;
	color: #8bbdd5 !important;
}
.gwt-CheckBox {
	color: black;
	font-size: 10px;
	text-align: left;
}
.gwt-CheckBox-disabled  {
	color: grey;
	font-size: 10px;
	text-align: left;
	cursor: auto;
}
.gwt-CheckBoxCentered {
	color: black;
	vertical-align: middle;
	text-align: center;
}
.gwt-CheckBoxCentered-disabled  {
	color: grey;
	font-size: 10px;
	text-align: center;
	cursor: auto;
}
.gwt-CheckBoxCenteredRTL {
	color: black;
	font-size: 10px;
	vertical-align: middle;
	text-align: center;
	direction: rtl;
}
.gwt-CheckBoxCenteredRTL-disabled  {
	color: grey;
	font-size: 10px;
	text-align: center;
	direction: rtl;
	cursor: auto;
}
.gwt-CheckBoxRTL {
	color: black;
	font-size: 10px;
	vertical-align: middle;
	text-align: right;
	direction: rtl;
}
.gwt-CheckBoxRTL-disabled  {
	color: grey;
	font-size: 10px;
	text-align: right;
	direction: rtl;
	cursor: auto;
}
.gwt-DialogBox .Caption {
	background-image: url(org.fao.fi.codequest.CodeQuest/gray_gradient.gif);
	background-repeat: repeat-x;
	padding: 4px;
	padding-bottom: 8px;
	font-weight: bold;
	cursor: default;
}

.gwt-DialogBox {
	border: 2px solid #AAAAAA;
	background-color: white;
}

.gwt-DisclosurePanel .header {
	background-color: #e8eef7;
	cursor: hand;
}

.gwt-DisclosurePanel {
	border: 2px solid #C3D9FF;
}

.gwt-FlexTable {
	padding: 0px;
	border: 1px solid Navy;
	line-height: inherit;
	background-color: ghostwhite;
	table-layout: auto;
}
.gwt-HorizontalSplitPanel .left {
	background-color: #E8EEF7;
}

.gwt-HorizontalSplitPanel .splitter {
	background-color: #C3D9FF;
	cursor: move;
}

.gwt-HorizontalSplitPanel {
	border: 8px solid #C3D9FF;
}

.gwt-Image-blue {
	background-color: #187BAC;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 51px;
}

.gwt-Image-transp {
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.gwt-Image-transp-RTL {
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.gwt-Label-AQ {
	color: #660066;
	font-size: larger;
	font-weight: bold;
}

.gwt-Label-CCRF {
	color: #00AB9E;
	font-size: larger;
	font-weight: bold;
}

.gwt-Label-Dark {
	color: #19233e;
}

.gwt-Label-FAO {
	font-family: Arial, Helvetica, sans-serif;
	color: #0B325D;
	font-size: 12px;
	font-weight: bold;
}

.gwt-Label-FAO-disabled {
	color: lightgray;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.gwt-Label-FAO2 {
	color: #565656;
	font-weight: normal;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.gwt-Label-FI {
	color: #0B325D;
	font-size: 22px;
	padding-top: 4px;
	text-shadow: 3px 3px 3px #ccc;
	font-family: Arial, Helvetica, sans-serif;
}

.gwt-Label-FT {
	color: #003366;
	font-size: larger;
	font-weight: bold;
}

.gwt-Label-Italic {
	font-style: oblique;
}
.gwt-Label-StatusViewLightBlue {
	padding-top: 5px;
	padding-left: 5px;
	background-color: #C1E1F2 !important;
}

.gwt-Label-StatusViewWhiteBlue {
	padding-top: 5px;
	padding-left: 5px;
	background-color: #fbfff9!important;
}

.gwt-Label-Subtitle {
	color: steelblue;
	font-variant: small-caps;
	font-size: 14px;
	font-weight: bold;
}
.gwt-Label-SubtitleCentered {
	color: steelblue;
	border-bottom: 1px solid;
	font-variant: small-caps;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.gwt-Label-backgroundAQ {
	color: White;
	padding: 2px;
	font-variant: normal;
	font-weight: bold;
	font-size: 10px;
	background-color: #660066;
	vertical-align: middle;
}

.gwt-Label-backgroundCCRF {
	color: White;
	padding: 2px;
	font-variant: normal;
	font-weight: bold;
	font-size: 10px;
	background-color: #01615C;
	vertical-align: middle;
}

.gwt-Label-backgroundFT {
	color: White;
	padding: 2px;
	font-variant: normal;
	font-weight: bold;
	font-size: 10px;
	background-color: #003366;
	line-height: 100%;
	vertical-align: middle;
}

.gwt-Label-backgroundblue {
	color: white;
	padding-top: 4px;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 16px;
	vertical-align: middle;
	background-color: #187BAC;
}

.gwt-Label-backgroundbluebig {
	color: White;
	padding-top: 5px;
	font-variant: normal;
	font-weight: bold;
	font-size: 18px;
	vertical-align: middle;
	line-height: normal;
	text-align: left;
	background-color: #187BAC;
}

.gwt-Label-backgroundgreen {
	color: White !important;
	background-color: #3A9A19 !important;
}

.gwt-Label-backgroundgrey {
	color: White !important;
	background-color: grey !important;
}

.gwt-Label-backgroundlightblue {
	padding-top:2px;
	padding-right: 5px;
	background-color: #C1E1F2 !important;
}

.gwt-Label-backgroundred {
	color: White !important;
	background-color: #E42D00 !important;
}

.gwt-Label-backgroundyellow {
	color: Black !important;
	background-color: #F1AA02 !important;
}

.gwt-Label-banner {
	color: White;
	border: thin solid Black;
	font-size: x-large;
	font-family: Arial, sans-serif;
	font-weight: bold;
	background-color: Gray;
}

.gwt-Label-bigblue {
	color: #187BAC;
	font-weight: 500;
	font-size: larger;
	vertical-align: top;
	line-height: normal;
	text-align: justify;
}

.gwt-Label-biggerblue {
	color: #187BAC;
	padding: 4px;
	font-variant: small-caps;
	font-weight: bold;
	font-size: x-large;
}

.gwt-Label-bigwhite {
	color: White;
	font-weight: bold;
	text-decoration: underline;
}

.gwt-Label-blue {
	color: #187BAC;
	font-weight: 500;
}

.gwt-Label-border {
	padding: 3px;
	border: 1px solid Black;
	vertical-align: middle;
	background-color: white;
}
.gwt-Label-border-disabled {
	color: grey;
	border: 1px solid black;
}

.gwt-Label-borderRTL {
	border: 1px solid Black;
	text-align: right;
}

.gwt-Label-bottomborder {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	text-align: left;
}

.gwt-Label-grey {
	color: Gray;
	font-weight: bold;
	font-size: larger;
}

.gwt-Label-highlightborder {
	border: 3px solid #C1E1F2;
}

.gwt-Label-lateralpadding5 {
	padding-left: 5px;
	padding-right: 5px;
}
.gwt-Label-leftborder {
	border-left: 1px solid;
	text-align: left;
}

.gwt-Label-leftborder2px {
	border-left: 2px solid;
}

.gwt-Label-leftborderblue {
	border-left: 1px solid #187BAC;
	text-align: left;
}

.gwt-Label-leftpadding150 {
	padding-left: 150px;
}

.gwt-Label-leftpadding175 {
	padding-left: 175px;
}

.gwt-Label-leftpadding25 {
	padding-left: 25px;
}

.gwt-Label-leftpadding250 {
	padding-left: 250px;
}

.gwt-Label-leftpadding355 {
	padding-left: 355px;
}

.gwt-Label-leftpadding5 {
	padding-left: 5px;
}

.gwt-Label-leftpadding50 {
	padding-left: 50px;
}

.gwt-Label-link {
	color: #187BAC;
	padding: 0px;
	border: none;
	font-size: 12px;
	font-style: italic;
	text-align: left;
	cursor: pointer;
	cursor: hand !important;
}

.gwt-Label-linkbold {
	color: #187BAC;
	padding: 5px 0px 0px;
	border: none;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	cursor: pointer;
	cursor: hand !important;
}

.gwt-Label-nobottomborder {
	border-left: 1px solid;
	border-top: 1px solid;
	border-right: 1px solid;
}

.gwt-Label-red {
	color: #E42D00;
	font-size: larger;
	font-weight: bold;
}

.gwt-Label-rightborder {
	border-right: 1px solid;
	text-align: left;
}

.gwt-Label-rightborder2px {
	border-right: 2px solid;
}

.gwt-Label-rightpadding1 {
	padding-right: 1px;
}

.gwt-Label-rightpadding150 {
	padding-right: 150px;
}

.gwt-Label-rightpadding175 {
	padding-right: 175px;
}

.gwt-Label-rightpadding25 {
	padding-right: 25px;
}

.gwt-Label-rightpadding250 {
	padding-right: 250px;
}

.gwt-Label-rightpadding355 {
	padding-right: 355px;
}

.gwt-Label-rightpadding5 {
	padding-right: 5px;
}

.gwt-Label-rightpadding50 {
	padding-right: 50px;
}

.gwt-Label-slim {
	font-size: 12px;
	vertical-align: middle;
	line-height: 90%;
	background-color: white;
}

.gwt-Label-status {
	color: gray;
	font-size: small;
	font-style: italic;
}

.gwt-Label-statuserror {
	color: red;
	padding-top: 3px;
	padding-left: 3px;
	font-weight: normal;
	font-size: small;

}

.gwt-Label-subtitle {
	color: #336699;
	font-variant: small-caps;
	font-size: smaller;
	font-style: normal;
}

.gwt-Label-subtitle-disabled {
	color: gainsboro;
	font-variant: small-caps;
	font-size: smaller;
	font-style: normal;
}
.gwt-Label-subtitle-small {
	color: #336699;
	font-variant: small-caps;
	font-size: xx-small;
	font-style: normal;
	font-weight: bolder;
}

.gwt-Label-topborder {
	border-top: 1px solid;
	text-align: left;
}

.gwt-Label-topborderlightblue {
	border-top: 1px solid #C1E1F2;
}

.gwt-Label-toppadding1 {
	padding-top: 1px;
}

.gwt-Label-toppadding10 {
	padding-top: 10px;
	border-right: 1px solid;
	border-left: 1px solid;
}

.gwt-Label-toppadding2 {
	padding-top: 2px;
}

.gwt-Label-toppadding25 {
	padding-top: 25px;
}

.gwt-Label-toppadding5 {
	padding-top: 5px;
}

.gwt-Label-toppadding7 {
	padding-top: 7.5px;
}

.gwt-Lightblue {
	color: #C1E1F2;
}

.gwt-LigthCheckBox {
	color: lightgray;
	font-size: 8px;
	vertical-align: middle;
	text-align: left;
}
.gwt-Margin10 {
	margin: 10px;
}

.gwt-MenuBar {
	background-color: white;
	cursor: default;
}

.gwt-MenuBar-vertical .gwt-MenuItemSeparator .menuSeparatorInner {
	height: 1px;
	padding: 0px;
	border: 0px;
	border-top: 1px solid #C1E1F2 !important;
	background: #C1E1F2 !important;
	overflow: hidden;
}

.gwt-MenuItem {
	color: midnightblue;
	margin: 1px;
	font-weight: bolder;
	font-size: 14px;
	cursor: default;
}

.gwt-MenuItem-RTL {
	color: #187BAC !important;
	margin: 1px;
	font-size: larger;
	font-weight: bold !important;
	text-align: right;
	cursor: default;
	padding: 4px 5px 4px 14px;
}

.gwt-MenuItem-RTL-selected {
	background-color: #C1E1F2 !important;
}

.gwt-MenuItem-selected {
	background-color: #C1E1F2 !important;
}

.gwt-MenuItemMain {
	color: #003366 !important;
	margin: 1px;
	font-size: larger;
	font-weight: bold !important;
	cursor: default;
	padding: 4px 14px 4px 1px;
}

.gwt-MenuItemMain-RTL {
	color: #003366 !important;
	margin: 1px;
	font-size: larger;
	font-weight: bold !important;
	text-align: right;
	cursor: default;
	padding: 4px 5px 4px 14px;
}

.gwt-MenuItemMain-RTL-selected {
	background-color: #C1E1F2 !important;
}

.gwt-MenuItemMain-selected {
	background-color: #C1E1F2 !important;
}

.gwt-Panel-RoundedCorners {
	border-radius: 30px;
    background: #73AD21;
	padding: 10px;
	background-color: gainsboro;
}
.gwt-PasswordTextBox-Dark {
	padding: 0px !important;
}

.gwt-PushButton-down {
	background-color: #187BAC;
	padding: 2px;
	border: 2px solid transparent;
	border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255)
		rgb(157, 174, 205);
	cursor: pointer;
	cursor: hand;
}

.gwt-PushButton-down-hovering {
	background-color: #187BAC;
	padding: 2px;
	border: 2px solid transparent;
	border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255)
		rgb(157, 174, 205);
	cursor: pointer;
	cursor: hand;
}

.gwt-PushButton-up {
	background-color: #187BAC;
	padding: 2px;
	border: 2px solid transparent;
	border-color: #C1E1F2 rgb(157, 174, 205) rgb(157, 174, 205)
		rgb(232, 241, 255);
	cursor: pointer;
	cursor: hand;
}

.gwt-PushButton-up-hovering {
	background-color: #187BAC;
	padding: 2px;
	border: 2px solid transparent;
	border-color: #C1E1F2 rgb(157, 174, 205) rgb(157, 174, 205)
		rgb(232, 241, 255);
	cursor: pointer;
	cursor: hand;
}

.gwt-QuestionIdBox {
	color: steelblue;
	padding-top: 25px;
	border: 1px solid Black;
	font-weight: bolder;
	font-size: 16px;
	vertical-align: top;
	text-align: center;
	background-color: white;
}
.gwt-RadioButton {
	color: Navy;
	font-size: 12px;
	vertical-align: middle;
	text-align: left;
}

.gwt-RadioButtonRTL {
	color: Navy;
	font-size: 12px;
	vertical-align: middle;
	text-align: right;
	direction: rtl;
}
.gwt-RadioButton[disabled] {
	color: lightsteelblue;
	font-size: 12px;
	vertical-align: middle;
	text-align: left;
}
.gwt-RichTextArea {
	border: 1px solid black;
	background-color: white;
}

.gwt-RichTextToolbar .gwt-PushButton-down {
	margin-right: 2px;
	border: 1px solid #C3D9FF;
	border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255)
		rgb(157, 174, 205);
}

.gwt-RichTextToolbar .gwt-PushButton-down-hovering {
	margin-right: 2px;
	border: 1px solid #C3D9FF;
	border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255)
		rgb(157, 174, 205);
}

.gwt-RichTextToolbar .gwt-PushButton-up {
	margin-right: 2px;
	border: 1px solid #C3D9FF;
}

.gwt-RichTextToolbar .gwt-PushButton-up-hovering {
	margin-right: 2px;
	border: 1px solid #C3D9FF;
	border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205)
		rgb(232, 241, 255);
}

.gwt-RichTextToolbar .gwt-ToggleButton-down {
	margin-right: 2px;
	background-color: #E8F1FF;
	border: 1px solid #C3D9FF;
	border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255)
		rgb(157, 174, 205);
}

.gwt-RichTextToolbar .gwt-ToggleButton-down-hovering {
	margin-right: 2px;
	background-color: #E8F1FF;
	border: 1px solid #C3D9FF;
	border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255)
		rgb(157, 174, 205);
}

.gwt-RichTextToolbar .gwt-ToggleButton-up {
	margin-right: 2px;
	border: 1px solid #C3D9FF;
}

.gwt-RichTextToolbar .gwt-ToggleButton-up-hovering {
	margin-right: 2px;
	border: 1px solid #C3D9FF;
	border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205)
		rgb(232, 241, 255);
}

.gwt-RichTextToolbar {
	background-color: #C3D9FF;
	padding: 2px;
}

.gwt-SimpleCheckBox {
	color: Navy;
	vertical-align: middle;
	text-align: center;
}
.gwt-StackPanel .gwt-StackPanelItem {
	background-image: url(org.fao.fi.codequest.CodeQuest/blue_gradient.gif);
	background-repeat: repeat-x;
	background-color: #EEEEEE;
	cursor: pointer;
	cursor: hand;
}

.gwt-StackPanel {
	background-color: white;
	border: 1px solid #AAAAAA;
	width: 15em;
}

.gwt-StackPanelSmall {
	border: 1px solid Black;
	font-size: x-small;
	background-color: white;
}

.gwt-SuggestBoxPopup .item {
	padding: 2px;
}

.gwt-SuggestBoxPopup .item-selected {
	background-color: #C1E1F2;
	padding: 2px;
}

.gwt-SuggestBoxPopup {
	border: 2px solid #187BAC;
}

.gwt-TabBar .gwt-TabBarFirst {
	height: 100%;
	border-bottom: 1px solid #87b3ff;
	border-right: 1px solid #87b3ff;
	padding-left: 3px;
}

.gwt-TabBar .gwt-TabBarItem {
	border-top: 1px solid #87b3ff;
	border-bottom: 1px solid #87b3ff;
	padding: 2px;
	cursor: hand;
	white-space: nowrap;
	border-right: 1px solid #87b3ff;
}

.gwt-TabBar .gwt-TabBarItem-selected {
	font-weight: bold;
	background-color: #e8eef7;
	border-top: 1px solid #87b3ff;
	border-right: 1px solid #87b3ff;
	border-bottom: 1px solid #e8eef7;
	padding: 2px;
	cursor: default;
	white-space: nowrap;
}

.gwt-TabBar .gwt-TabBarRest {
	border-bottom: 1px solid #87b3ff;
	padding-right: 3px;
}

.gwt-TabBar {
	font-size: smaller;
}

.gwt-TabPanel {
	
}

.gwt-TabPanelBottom {
	border-left: 1px solid #87b3ff;
	border-right: 1px solid #87b3ff;
	border-bottom: 1px solid #87b3ff;
}

.gwt-TextBox-Dark {
	color: #19233e;
}

.gwt-TextBox-Navy {
	color: navy;
	padding: 0px;
	border: 1px solid darkgray;
	font-size: 12px;
	background-color: aliceblue;
}

.gwt-TextBox-Navy[disabled] {
	color: lightblue;
	padding: 0px;
	border: 1px solid aliceblue;
	font-size: 12px;
	background-color: whitesmoke;
}

.gwt-TextBox-medium-bordered {
	color: darkblue;
	padding: 0px;
	border: 1px solid grey;
	font-size: 12px;
	background-color: aliceblue;
}
.gwt-TextBox-medium-bordered-seamless {
	color: darkblue;
	padding: 0px;
	border: 0px;
	font-size: 12px;
}

.gwt-TextBox-medium-bordered[disabled]  {
	color: ghostwhite;
	padding: 0px;
	border: 1px solid whitesmoke;
	font-size: 12px;
	background-color: ghostwhite;
}
.gwt-TextBox-small-bordered {
	color: darkblue;
	padding: 0px;
	border: 1px solid midnightblue;
	font-size: 10px;
	background-color: aliceblue;
}
.gwt-TextBox-small-bordered[disabled]  {
	color: ghostwhite;
	padding: 0px;
	border: 1px solid whitesmoke;
	font-size: 10px;
	background-color: ghostwhite;
}
.gwt-ToggleButton-down {
	background-color: #C3D9FF;
	padding: 2px;
	background-color: #E8F1FF;
	border: 2px solid transparent;
	border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255)
		rgb(157, 174, 205);
	cursor: pointer;
	cursor: hand;
}

.gwt-ToggleButton-down-hovering {
	background-color: #C3D9FF;
	padding: 2px;
	background-color: #E8F1FF;
	border: 2px solid transparent;
	border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255)
		rgb(157, 174, 205);
	cursor: pointer;
	cursor: hand;
}

.gwt-ToggleButton-up {
	background-color: #C3D9FF;
	padding: 2px;
	border: 2px solid transparent;
	border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205)
		rgb(232, 241, 255);
	cursor: pointer;
	cursor: hand;
}

.gwt-ToggleButton-up-hovering {
	background-color: #C3D9FF;
	padding: 2px;
	border: 2px solid transparent;
	border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205)
		rgb(232, 241, 255);
	cursor: pointer;
	cursor: hand;
}

.gwt-Tree .gwt-TreeItem {
	font-size: 80%;
	cursor: default;
}

.gwt-Tree .gwt-TreeItem-selected {
	background-color: #C3D9FF;
}
.gwt-VerticalSplitPanel .splitter {
	background-color: #C3D9FF;
	height: 8px;
	cursor: move;
}

.gwt-VerticalSplitPanel {
	border: 8px solid #C3D9FF;
}
