/*
 * GLOBAL CSS
 * Here is the CSS stylesheet for dashboard structure elements and elements used many times in the dashboard
 *
 * http://meyerweb.com/eric/tools/css/reset/
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


b, .b {
	font-weight: bold;
	vertical-align: inherit;
}

.i {
	font-style: italic;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
}

/*
 * remember to define focus styles!
 */ :focus {
	outline: 0;
}

/*
 * remember to highlight inserts somehow!
 */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

th {
	font-size: 12px;
	font-weight: normal;
}

.Table .tableHeader, .Table .tableContent {
	margin: 0;
	padding: 0;
}

.Table .tableContent {
	position: relative;
	top: -1px;
	overflow: auto;
}

/*
 * Main Dashboard CSS
 */
body {
	font-family: Arial, sans-serif;
	padding: 10px 0 0 0;
}

.bodynormaldashboard {
	background: #dcdcdc url(images/bg_body.png) repeat-x top left;
}

.bodyonefullwidget {
	
}

#content {
	background: #fff;
	height: 600px;
}

.contentnormaldashboard {	
	width: 960px;
}

.contentonefullwidget {
	height: 455px !important;
}

.browser, .browser_content {
	width: 960px;
	height: 600px;
	background: #fff;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.centeredtextalign {
	text-align: center;
}

.righttextalign {
	text-align: right;
}

.lefttextalign {
	text-align: left;
}

.justifytextalign {
	text-align: justify;
}

.valign {
	vertical-align: middle;
}

.red {
	color: #b02325 !important;
}

.warningMessage {
	color: #b02325;
	font-weight: bold;
	font-size: 12px;
}

.darkblue {
	color: #013a81;
}

.midblue {
	color: #0084cb;
}

.black {
	color: black;
}

.lightblue {
	color: #6caddf;
}

.SimpleDashWidget .small {
	font-size: 9px;
}

.italicText {
	font-style: italic;
}

.logText {
	font-family: monospace !important;
	white-space: pre !important;
	font-size: 9px;
}

.green {
	color: green;
}

.gray {
	color: gray;
}

.white {
	color: white;
}

.mediumtext1 {
	font-size: 15px;
	color: #013a81;
	font-weight: normal;
}

.mediumboldtext1 {
	font-size: 15px;
	color: #013a81;
	font-weight: bold;
}

.mediumbolditalictext1 {
	font-size: 15px;
	color: #013a81;
	font-weight: bold;
	font-style: italic;
}

.mediumtext2 {
	font-size: 15px;
	font-weight: normal;
	color: #0084cb;
	padding-right: 5px;
}

.contentTitle {
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	color: #0084cb;
}

.contentTitlePanel {
	padding: 9px 0px 6px 0px;
	vertical-align: middle;
}

.full_content_title_1 {
	color: #013A81;
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;
	margin-bottom: 6px;
	margin-top: 10px;
}

.FullScreenPanel .h1 {
}

h2, .FullScreenPanel .h2 {
	color: #013A81;
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	height: 17px;
}

h3, .FullScreenPanel .h3 {
	color: #013A81;
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	height: 15px;
}

.tableHeader .titleCell {
	color: #999999;
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 10px;
	padding: 3px;
	white-space:nowrap;
}

.tableContent .even {
	background-color: #E9F3FA;
	padding: 3px;
	vertical-align: middle;
}

.tableContent .odd {
	background-color: transparent;
	padding: 3px;
	vertical-align: middle;
}

.fullDefaultText, .fullDefaultText a, .fullDefaultText a:visited {
	color: #565656;
	font-family: Arial, sans-serif;
	font-size: 14px;	
	line-height: 125%;
}

.fullDefaultText a, #HTML_FullDashURI_cloudboxhome .linkText, #HTML_FullDashURI_cloudboxsettings .linkText {
	text-decoration: underline;
	cursor: pointer;
}

.fullDefaultText-bold, .fullDefaultText-bold a, .fullDefaultText-bold a:visited {
	font-weight: bold;
}

.fullDefaultText-boldRed, .fullDefaultText-boldRed a, .fullDefaultText-boldRed a:visited{
	color: #B02325;
	font-weight: bold;
}


.fullDefaultText-red, .fullDefaultText-red a, .fullDefaultText-red a:visited{
	color: #B02325;
}

.fullDefaultText-boldBlue{
	color: #013a91;
	font-weight: bold;
}

.fullDefaultText-italic {
	font-style: italic;
}

.fullDefaultText-justify {
	text-align: justify;
}

.fullDefaultText-note {
	font-size: 12px;
}

.fullDefaultText-mainSectionTitle{
	color: #013a81;
	font-size: 20px;
	line-height: 100%;
}

.fullDefaultText-fractionLabel{
	color: #999999;
	font-size: 20px;	
	line-height: 100%;
}

.fullDefaultText-fractionData{
	color: #565656;
	font-size: 28px;
	font-weight: bold;
	line-height: 100%;
}

.fullDefaultText-fractionAddition{
	color: #999999;
	font-size: 16px;
	font-weight: bold;
	line-height: 100%;
}

.fractionBottomBorder > td {
	border-width: 0px 0px 4px 0px;
	border-style: solid;
	border-color: #8C8C8C;
}

.fullDefaultText-big {
	font-size: 17px;
}

.fullDefaultText p{
	padding: 6px 0px 6px 0px;
}

.fullDefaultText ul{
   margin: 10px 0px 16px 0px;
   padding: 0px 0px 0px 40px;
   list-style: disc !important;
}

.fullDefaultText li{
   margin: 6px 0px 0px 0px;
}

.smallDefaultText{
	color: #999999;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.smallDefaultText a, .smallDefaultText a:visited {
	color: #565656;
}

.smallDefaultText-bold{
	font-weight: bold;
}

.smallDefaultText-italic{	
	font-style: italic;
}

.smallDefaultText-green, .smallDefaultText-green a, .smallDefaultText-green a:visited{	
	color: #50a454;
}

.smallDefaultText-red, .smallDefaultText-red a, .smallDefaultText-red a:visited{
	color: #B02325;
}

.smallDefaultText-blue, .smallDefaultText-blue a, .smallDefaultText-blue a:visited{
	color: #013a91;
}

.smallDefaultText-cyan{
	color: #0084cb;
}

.smallDefaultText-medium {
	font-size: 15px;
}

.smallDefaultText-big{
	font-size: 20px;
}

#HTML_FullDashURI_cloudboxhome .linkText:visited {
	color: #565656;
}

#HTML_FullDashURI_cloudboxhome .fullFractionNumber {
	color: #565656;
	font-family: Arial, sans-serif;
	font-size: 42px;
	font-weight: bold;
}

#HTML_FullDashURI_cloudboxhome .fullFractionLabel {
	color: #999999;
	font-family: Arial, sans-serif;
	font-size: 25px;
}

#HTML_FullDashURI_cloudboxhome .fullFractionUnit {
	color: #565656;
	font-family: Arial, sans-serif;
	font-size: 50px;
	font-weight: bold;
}

#HTML_FullDashURI_cloudboxhome .fullFractionHR {
	background-color: #8C8C8C;
}

#HTML_FullDashURI_cloudboxhome .fullMainSectionTitle {
	color: #013a81;
	font-family: Arial, sans-serif;
	font-size: 25px;
	line-height: 30px;
}

#HTML_FullDashURI_cloudboxhome .fullCapacityDay {
	color: #565656;
	font-family: Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
}

#HTML_FullDashURI_cloudboxhome div.mainBody {
	border: 1px solid #f5f5f5;
	width: 648px;
	height: 428px;
}

#HTML_FullDashURI_cloudboxhome .mainBody div.topLeftCell {
	width: 316px;
	height: 250px;
	padding: 3px;
	border: 1px solid #f5f5f5;
	position: absolute;
	left: 0px;
	top: 0px;
}

#HTML_FullDashURI_cloudboxhome .mainBody div.topRightCell {
	width: 316px;
	height: 250px;
	padding: 3px;
	border: 1px solid #f5f5f5;
	position: absolute;
	left: 324px;
	top: 0px;
}

#HTML_FullDashURI_cloudboxhome .mainBody div.middleCell {
	width: 640px;
	height: 104px;
	padding: 3px;
	border: 1px solid #f5f5f5;
	position: absolute;
	left: 0px;
	top: 258px;
}

#HTML_FullDashURI_cloudboxhome .mainBody div.bottomCell {
	width: 640px;
	height: 50px;
	padding: 3px;
	border: 1px solid #f5f5f5;
	position: absolute;
	left: 0px;
	top: 370px;
}

#HTML_FullDashURI_cloudboxsettings div.gwt-TabPanelBottom {
	height: 329px;
	width: 608px;
	padding: 20px;
}

#HTML_FullDashURI_cloudboxsettings div.DefaultText {
	color: #999999;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
}

#HTML_FullDashURI_cloudboxsettings div.DefaultTextBold {
	color: #999999;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#HTML_FullDashURI_cloudboxsettings #RestoreView div.ErrorPanel {
	color: #B02325;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
}

#HTML_FullDashURI_cloudboxsettings div.TitleText {
	color: #013A81;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

#HTML_SimpleDashURI_cloudboxsettings div.DefaultText {
	color: #999999;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

.full_content_refresh {
	margin-left: 5px;
	margin-bottom: 4px;
}

.headerInit, .headernormaldashboard, .contentnormaldashboard, .footer, .fogdiv {
	margin: 0 auto;
}

#HTML_FullDashURI_wualaonline .ConfigView, #HTML_FullDashURI_wualaconfig .WualaRootConfigurationView {
	height: 395px;
	width: 650px;
}

#HTML_FullDashURI_wualaonline .bottomPanel, #HTML_FullDashURI_wualaconfig .bottomPanel, #HTML_FullDashURI_drive .bottomPanel {
	width: 100%;
	position: absolute;
	bottom: 0px;
}

#HTML_FullDashURI_wualaonline .gwt-HTML, .Wizard2 .gwt-HTML, .Wizard2 .gwt-Label {
	color: #013A81;
}

#HTML_FullDashURI_wualaonline .greyText, #HTML_FullDashURI_wualaconfig .greyText, .greyText {
	color: #999999;
}

#HTML_FullDashURI_wualaonline .EditPanel .gwt-HTML {
	color: black;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 0 0 0 0;
}

#HTML_SimpleDashURI_wualaonline .SmallView .LabelWithValue .labelHTML {
	color: #013A81;
	font-size: 16px;
}

#HTML_SimpleDashURI_wualaonline .SmallView .LabelWithValue .valueHTML {
	color: #0084CB;
	font-size: 19px;
}

#HTML_SimpleDashURI_wualaonline .SmallView .infoHTML, #HTML_SimpleDashURI_wualaconfig .SmallView .infoHTML {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

#HTML_FullDashURI_wualaonline .RestoreInProgressView .roundedpanel, #HTML_FullDashURI_wualaonline .BackupInProgressView .roundedpanel, #HTML_FullDashURI_wualaconfig .RestoreInProgressView .roundedpanel {
	padding: 10px;
}

#HTML_FullDashURI_user #ID_ADD_USER_BUTTON, #HTML_FullDashURI_user #ID_ADD_DISABLED_USER_BUTTON {
	width: 13px;
	height: 13px;
}

#HTML_FullDashURI_user #ID_ADD_USER_BUTTON > img, #HTML_FullDashURI_user #ID_ADD_DISABLED_USER_BUTTON > img{
	position: absolute;
}

/*
 * BUTTON
 */
button {
	background: none;
	padding: 0;
	border: 0;
	color: #fff;
	font-family: sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: text-top;
	cursor: pointer;
	height: 16px;
	position: relative;
	left: 0px;
	top: 0px;
	overflow: hidden;
	white-space: nowrap;
}

.labutton .centerpart {
	background: url(images/button_bg.png) repeat-x bottom left;
	height: 16px;
	cursor: pointer;
}

.labutton .leftpart {
	background: url(images/lborder.png) no-repeat bottom left;
	width: 12px;
	height: 16px;
	cursor: pointer;
}

.labutton .rightpart {
	background: url(images/rborder.png) no-repeat bottom left;
	width: 12px;
	height: 16px;
	cursor: pointer;
}

.labutton-inloading button, .labutton-inloading .leftpart, .labutton-inloading .centerpart, .labutton-inloading .rightpart {
	cursor: progress;
}

.labutton-inloading button {
	color: #6E6767;
}

.labutton-disabled button, .labutton-disabled .leftpart, .labutton-disabled .centerpart, .labutton-disabled .rightpart {
	color: #6E6767;
	cursor:auto;
}


.lagrid .even {
	padding-bottom: 3px;
	border-bottom: 1px solid #E9F3FA;
}

#ID_BUTTONS_PANEL .actionButtonHPanel .labutton {
	margin-left: 5px;
}

.html-face {
	border: none;
	color: #fff;
	font-size: 9px;
	text-transform: uppercase;
	vertical-align: middle;
	cursor: pointer;
	margin: 0 2px 0 2px;
}

/*
 * PANEL WITH ROUNDED BORDER
 */
.newRoundedPanel {
	border: 1px solid #D0E4F6;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}

.RoundPanel5 {
	padding: 5px;
	text-align: center;
}

.RoundPanel10 {
	padding: 10px;
	text-align: center;
}

.roundedpanel {
	border: 1px solid #D0E4F6;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.roundedpanelwhite {
	border: 1px solid #FFFFFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFFFFF;
	padding: 4px;
}

.roundedpanelgray {
	border: 1px solid #E0E0E0;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #E0E0E0;
	padding: 4px;
}

.roundedpanelwarning {
	border: 1px solid #FFFFFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFFFFF;
	padding: 4px;
}

.thickRoundedPanel {
	border: 3px solid #6CADDF;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.slidebar {
	background: #d2d2d2;
	height: 10px;
	min-height: 10px;
	font-size: 1px;
	cursor: pointer;
}

.GroupDualListWidget .title, .EditShareAccessWidget .title, .actionPopupPanel .title {
	font-weight: bold;
	color: #013a81;
}

.EditShareAccessWidget {
	color: white;
}

.DualListBox .title {
	font-weight: normal;
	margin-bottom: 4px;
}

.clickable {
	cursor: pointer;
}

/*
 * FOG
 */
#fogdiv {
	width: 100%;
	height: 680px;
	background: #fff;
	opacity: 0.5;
	z-index: 50;
	position: absolute;
}

/*
 * Footer
 */
.footer {
	font-family: Arial;
	font-size: 9px;
	height: 12px;
	padding-top: 25px;
	text-align: right;
	width: 960px;
	background: url(images/bg_footer.png) no-repeat top left;
}

.browser_footer {
	font-family: Arial;
	font-size: 9px;
	height: 12px;
	padding-top: 25px;
	text-align: right;
	width: 960px;
	background: url(images/bg_footer_browser.png) no-repeat top left;
	margin: 0 auto;
}

#copyright > a:hover, #copyright > div:hover {
	cursor: pointer;
}

#copyright > a, #copyright > div, #copyright > p {
	float: right;
	font-family: Arial;
	font-size: 10px;
	color: gray;
	text-decoration: none;
	white-space: pre;
}

#copyright > a:link, #copyright > a:visited {
	color: gray;
}

/*
 * Header : logo + lang
 */
#header {	
	padding: 20px 20px 0 20px;
	width: 920px;	
	height: 40px;
}

.headerInit {
	background: #fff url(images/bg_header_white.png) no-repeat top left;	
}

.headernormaldashboard {
	background: #fff url(images/bg_header.png) no-repeat top left;	
}

.hedearonefullwidget {
	padding: 0px 0px 0px 0px !important;
	height: 0px !important;
}

.topPanel {
	margin: 0;
	padding: 0;
}

.topPanel td {
	vertical-align: middle;
}

#header h1.productName {
	margin: 0;
	padding: 0;
	font-family: Futura, Arial, sans-serif;
	font-weight: normal;
	font-size: 26px;
	line-height: 26px;
	color: #6caddf;
}

.timer {
	color: gray;
	font-family: Arial;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
}

.pc-template-btn {
	display: block;
}

#pc-template-img {
	margin-top: 20px;
}

.dash-template-btn {
	background: #77B5FE;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	width: 100px;
}

/*
 * Content structure
 */
.content {
	height: 600px;
}

.contentBackground {
	height: 100%;
	/* To avoid a display bug: when the DashBoardWidget is removed of website, it loses his style "position: relative;" (see DashBoard.showWaitPanel(...){ } */
	position: relative;
}

.contentRow1 {
	position: relative;
	height: 100%;
}

.contentRow2 {
	position: relative;
	left: 66%;
	height: 100%;
}

/*
 * abutton style used both besides title (abutton2) and subtitle (abutton)
 */
.validButton, .cancelButton {
	cursor: hand;
}

.validButton-disabled, .cancelButton-disabled {
	cursor: not-allowed;
	opacity: 0.5;
}

.abutton {
	cursor: pointer;
	padding-left: 10px;
	margin-bottom: 6px;
	vertical-align: bottom;
	height: 15px;
	width: 15px;
}

.abutton2 {
	cursor: pointer;
	padding-left: 10px;
	vertical-align: bottom;
}

.loadingImage {
	height: 15px;
	width: 15px;
	padding-left: 10px;
}

.FullScreenPanel h3 {
	font-size: 15px;
	padding-top: 10px;
	color: #013a81;
}

.FullScreenPanel button span {
}

.FullScreenPanel p.sstitre {
	font-size: 12px;
	color: #999;
}

.proxyPanel .petittexte {
	font-size: 10px;
	color: #999;
}

.FullScreenPanel .petittexte {
	font-size: 10px;
	color: #999;
}

.FullScreenPanel p.infotext, .FullScreenPanel .infotext {
	font-size: 9px;
	color: #999
}

.FullScreenPanel .submitPanel {
	margin: 10px 0px 10px 520px;
	width: 80px;
}

/*
 * DATACONTENT
 */
.dataContent {
	font-size: 12px;
	color: #434343;
	border-collapse: separate;
}
.dataContentBottom {
	border-bottom: 1px solid #FFFFFF !important; /*#D0E4F6;*/
}

.dataContent td {
	vertical-align: middle;
	padding: 2px 5px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #e9f3fa; /*#D0E4F6;*/
}



/*
 * This style cancel effects of the style above (.dataContent td)
 */
.dataContent td td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

.input-getfocus {
	border: 2px solid #99CCFF;
}

.input-error {
	border: 2px solid #F3B3B3;
}

/*
 * Bottom right corner : icons to drag
 */
.iconSPanel {
	left: 720px;
	top: 455px;
	background: #eee;
	padding: 10px;
	position: absolute;
	overflow: hidden;
}

.IconPanel {
	background: #eee;
	border-collapse: collapse;
	line-height: 0px;
}

.IconWidget {
	margin-left: 3px;
	margin-top: 3px;
	background: #eee url(images/icon_widget_off.png) no-repeat top left;
}

.IconWidgetSelected {
	background: #eee url(images/icon_widget_on.png) no-repeat top left;
}

.qtip-content {
	font-size: 11px;
}

.qtip-content strong {
	font-size: 13px;
	font-weight: bold;
}

/*
 * Specific for FullScreenPanel.java
 */
.FullScreenPanel {
	height: 430px;
	width: 650px;
	padding: 15px 35px 10px 35px;
	background: url(images/bg_fulldashContent.png) no-repeat bottom right;
	position: absolute;
	top: 0px;
	left: 0px;
}

/*
 * Commun for RightDashPanel and BottomDashPanel
 */
.RightDashPanel .dragNdrop_container, .BottomDashPanel .dragNdrop_container {
	height: 145px;
	width: 230px;
}

/*
 * Right dash panel
 */
.rightSPanel {
	padding-top: 10px;
	padding-bottom: 10px;
	left: 720px;
	top: 0px;
	height: 435px;
	width: 230px;
	background: #eee;
	position: absolute;
	overflow: hidden;
}

.RightDashPanel {
	height: 435px;
	width: 230px;
	background: transparent;
}

.RightDashPanel .SimpleDashWidgetSelected {
	background: #eee url(images/bg_widgetOn_right.png) no-repeat top left;
}

/*
 * Bottom dash panel
 */
.bottomSPanel {
	top: 455px;
	padding-left: 10px;
	padding-right: 10px;
	left: 10px;
	height: 145px;
	width: 690px;
	background: #eee;
	position: absolute;
	overflow: hidden;
}

.BottomDashPanel {
	height: 145px;
	width: 690px;
	background: transparent;
}

.BottomDashPanel .dragNdrop_container {
	float: left;
}

.BottomDashPanel .SimpleDashWidgetSelected {
	background: #eee url(images/bg_widgetOn_bottom.png) no-repeat top left;
}

/*
 * Dash Widget
 */
.SimpleDashWidget {
	height: 145px;
	width: 230px;
	background: #eee url(images/bg_widgetOff.png) no-repeat top left;
}

.SimpleDashWidget .level1APanel {
	background: transparent;
	width: 200px;
	height: 130px;
}

.SimpleDashWidgetFocusPanel {
}

.SimpleDashWidgetHeader {
	width: 100%;
	height: 28px;
}

.SimpleDashWidgetIcone {
	position: absolute;
	cursor: pointer;
	left: 0px;
	vertical-align: middle;
	margin-top: 3px;
	background: url(images/bg_SimpleDashWidgetTitle.png) repeat-x bottom left;
}

.SimpleDashWidgetTitle {
	position: absolute;
	left: 27px;
	width: 100%;
	height: 100%;
	font-size: 15px;
	color: #6caddf;
	line-height: 28px;
	background: url(images/bg_SimpleDashWidgetTitle.png) repeat-x bottom left;
}

.SimpleDashWidgetTitle h3 {
	font-weight: normal;
}

.SimpleDashWidget .loadingImage {
	position: absolute;
	right: 15px;
	vertical-align: middle;
	margin-top: 8px;
}

.SimpleDashWidget .closePButton {
	position: absolute;
	right: 0;
	vertical-align: middle;
	margin-top: 8px;
	cursor: pointer;
}

.SimpleDashWidgetContent {
	font-size: 10px;
	color: #999;
	cursor: pointer;
}

.SimpleDashWidget h4 {
	font-size: 12px;
	color: #013a81;
	font-weight: normal;
	padding-top: 3px;
}

.SimpleDashWidget table {
	/**
	 * color: #999;
	 * margin: 2px 0 5px 0;
	 */
}

.SimpleDashWidget table table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

.SimpleDashWidget td {
	/**
	 * padding: 2px 0px;
	 */
}

.SimpleDashWidget .texte {
	font-size: 11px;
}

.SimpleDashWidget .petittexte {
	font-size: 10px;
	color: #999;
	line-height: 10px;
}

.SimpleDashWidget .bigtext1 {
	font-size: 20px;
	color: #013a81;
	font-weight: normal;
}

.SimpleDashWidget .bigtext2 {
	font-size: 20px;
	font-weight: normal;
	color: #0084cb;
	padding-right: 5px;
}

.SimpleDashWidget .datashead {
	font-size: 10px;
	color: #999;
	border-collapse: separate;
}

.SimpleDashWidget .datashead td {
	vertical-align: middle;
	padding: 2px 5px;
	border-right: 1px solid;
}

.SimpleDashWidget .datascontainer {
	overflow-x: hidden;
	overflow-y: scroll;
	margin-bottom: 20px;
	height: 90px;
	width: 205px;
}

.SimpleDashWidget .datas {
	color: #434343;
	border-collapse: separate;
	width: 180px;
}

.SimpleDashWidget .odd td {
	background: #e9f3fa;
	border-right: 2px solid;
	padding: 1px 5px;
}

.SimpleDashWidget .even td {
	border-right: 2px solid;
	padding: 1px 5px;
}

.SimpleDashWidget .ampm {
	font-size: 11px;
}

.SimpleDashWidget .subtitles {
	font-size: 12px;
	font-weight: bold;
	color: #0084cb;
	line-height: 12px;
	padding-right: 5px;
}

#scrollup {
	position: relative;
	overflow: hidden;
	height: 38px;
	width: 100%;
}

.headline {
	position: absolute;
	height: 28px;
	width: 100%;
	top: 40px;
	left: 0;
}

.textboxoptionnalcontent {
	font-style: italic;
	color: #999999;
}

/*
 * TIME PICKER
 */
.timepicker-button {
	width: 10px;
	height: 10px;
	padding-left: 6px;
	padding-right: 6px;
}

/*
 * SIZE RATE BAR
 */
.sizerate {
}

.sizerate-leftside {
	background-image: url(images/ratesize-left.gif);
}

.sizerate-leftside-1 {
	background-image: url(images/ratesize-left-1.gif);
}
.sizerate-leftside-2 {
	background-image: url(images/ratesize-left-2.gif);
}
.sizerate-leftside-3 {
	background-image: url(images/ratesize-left-3.gif);
}
.sizerate-leftside-4 {
	background-image: url(images/ratesize-left-4.gif);
}
.sizerate-leftside-5 {
	background-image: url(images/ratesize-left-5.gif);
}

.sizerate-rightside {
	background-image: url(images/ratesize-right.gif);
}

.roundpanel {
	background: #F6CEA7;
}

.roundtop {
	background: url(images/roundedbox/dot.gif) 0 0 repeat-x;
}

.roundbot {
	background: url(images/roundedbox/dot.gif) 0 100% repeat-x;
}

.roundleft {
	background: url(images/roundedbox/dot.gif) 0 0 repeat-y;
}

.roundright {
	background: url(images/roundedbox/dot.gif) 100% 0 repeat-y;
}

.roundbotleft {
	background: url(images/roundedbox/bl.gif) 0 100% no-repeat;
}

.roundbotright {
	background: url(images/roundedbox/br.gif) 100% 100% no-repeat;
}

.roundtopleft {
	background: url(images/roundedbox/tl.gif) 0 0 no-repeat;
}

.roundtopright {
	background: url(images/roundedbox/tr.gif) 100% 0 no-repeat;
	padding: 10px
}

.roundcontent {
	background: #F6CEA7;
}

.roundcontent .petittexte {
	font-size: 10px;
	color: #999;
	line-height: 10px;
}

.roundpanel-blue {
	background: #d1e5f7;
}

.roundtop-blue {
	background: url(images/roundedbox/dot-blue.gif) 0 0 repeat-x;
}

.roundbot-blue {
	background: url(images/roundedbox/dot-blue.gif) 0 100% repeat-x;
}

.roundleft-blue {
	background: url(images/roundedbox/dot-blue.gif) 0 0 repeat-y;
}

.roundright-blue {
	background: url(images/roundedbox/dot-blue.gif) 100% 0 repeat-y;
}

.roundbotleft-blue {
	background: url(images/roundedbox/bl-blue.gif) 0 100% no-repeat;
}

.roundbotright-blue {
	background: url(images/roundedbox/br-blue.gif) 100% 100% no-repeat;
}

.roundtopleft-blue {
	background: url(images/roundedbox/tl-blue.gif) 0 0 no-repeat;
}

.roundtopright-blue {
	background: url(images/roundedbox/tr-blue.gif) 100% 0 no-repeat;
	padding: 10px
}

.roundcontent-blue {
	background: #d1e5f7;
}

.roundcontent-blue .petittexte {
	font-size: 10px;
	color: #999;
	line-height: 10px;
}

/*
 * rounded bubble tooltip
 */
.roundpanel-bubblepointertopleft, .roundpanel-bubblepointertopright, .roundpanel-bubblepointerbottomleft, .roundpanel-bubblepointerbottomright {
	background: none;
}
.roundpanel-bubblepointerbottomleft, .roundpanel-bubblepointerbottomright {    
     
}

.roundtop-bubblepointertopleft  {
	background: url(images/bubble/pointer_top_left/bubble_top.gif) 0 0 repeat-x !important; 
}
.roundtop-bubblepointertopright  {
	background: url(images/bubble/pointer_top_right/bubble_top.gif) 0 0 repeat-x !important;  
}
.roundtop-bubblepointerbottomleft  {
	background: url(images/bubble/pointer_bottom_left/bubble_top.gif) 0 0 repeat-x !important;  
}
.roundtop-bubblepointerbottomright  {
	background: url(images/bubble/pointer_bottom_right/bubble_top.gif) 0 0 repeat-x !important; 
}

.roundbot-bubblepointertopleft {
	background: url(images/bubble/pointer_top_left/bubble_bottom.gif) 0 100% repeat-x;
}
.roundbot-bubblepointertopright {
	background: url(images/bubble/pointer_top_right/bubble_bottom.gif) 0 100% repeat-x;
}
.roundbot-bubblepointerbottomleft {
	background: url(images/bubble/pointer_bottom_left/bubble_bottom.gif) 0 100% repeat-x;
}
.roundbot-bubblepointerbottomright {
	background: url(images/bubble/pointer_bottom_right/bubble_bottom.gif) 0 100% repeat-x;
}

.roundleft-bubblepointertopleft, .roundleft-bubblepointertopright, .roundleft-bubblepointerbottomleft, .roundleft-bubblepointerbottomright {
	background: none;
}

.roundright-bubblepointertopleft, .roundright-bubblepointertopright, .roundright-bubblepointerbottomleft, .roundright-bubblepointerbottomright {
	background: none;
}

.roundbotleft-bubblepointertopleft {
	background: url(images/bubble/pointer_top_left/bubble_bottom_left.gif) 0 100% no-repeat;
}
.roundbotleft-bubblepointertopright {
	background: url(images/bubble/pointer_top_right/bubble_bottom_left.gif) 0 100% no-repeat;
}
.roundbotleft-bubblepointerbottomleft {
	background: url(images/bubble/pointer_bottom_left/bubble_bottom_left.gif) 0 100% no-repeat;
}
.roundbotleft-bubblepointerbottomright {
	background: url(images/bubble/pointer_bottom_right/bubble_bottom_left.gif) 0 100% no-repeat;
}

.roundbotright-bubblepointertopleft {
	background: url(images/bubble/pointer_top_left/bubble_bottom_right.gif) 100% 100% no-repeat;
}
.roundbotright-bubblepointertopright {
	background: url(images/bubble/pointer_top_right/bubble_bottom_right.gif) 100% 100% no-repeat;
}
.roundbotright-bubblepointerbottomleft {
	background: url(images/bubble/pointer_bottom_left/bubble_bottom_right.gif) 100% 100% no-repeat;
}
.roundbotright-bubblepointerbottomright {
	background: url(images/bubble/pointer_bottom_right/bubble_bottom_right.gif) 100% 100% no-repeat;
}

.roundtopleft-bubblepointertopleft {
	background: url(images/bubble/pointer_top_left/bubble_top_left.gif) 0 0 no-repeat;
}
.roundtopleft-bubblepointertopright {
	background: url(images/bubble/pointer_top_left/bubble_top_right.gif) 0 0 no-repeat;
}
.roundtopleft-bubblepointerbottomleft {
	background: url(images/bubble/pointer_top_left/bubble_bottom_left.gif) 0 0 no-repeat;
}
.roundtopleft-bubblepointerbottomright {
	background: url(images/bubble/pointer_top_left/bubble_bottom_right.gif) 0 0 no-repeat;
}

.roundtopright-bubblepointertopleft {
	background: url(images/bubble/pointer_top_left/bubble_top_right.gif) 100% 0 no-repeat;
}
.roundtopright-bubblepointertopright {
	background: url(images/bubble/pointer_top_right/bubble_top_right.gif) 100% 0 no-repeat;
}
.roundtopright-bubblepointertopleft, .roundtopright-bubblepointertopright{
	padding: 22px 0px 5px 0px;
}
.roundtopright-bubblepointerbottomleft {
	background: url(images/bubble/pointer_bottom_left/bubble_top_right.gif) 100% 0 no-repeat;
}
.roundtopright-bubblepointerbottomright {
	background: url(images/bubble/pointer_bottom_right/bubble_top_right.gif) 100% 0 no-repeat;
}
.roundtopright-bubblepointerbottomleft, .roundtopright-bubblepointerbottomright{
	padding: 5px 0px 22px 0px;
}

.roundcontent-bubblepointertopleft, .roundcontent-bubblepointertopright, .roundcontent-bubblepointerbottomleft, .roundcontent-bubblepointerbottomright  {
	background: url(images/bubble/common/bubble_border.gif) repeat;
}

.roundcontent-bubblepointertopleft, .roundcontent-bubblepointertopright {
	padding: 0px 10px 5px 10px;
}
 .roundcontent-bubblepointerbottomleft, .roundcontent-bubblepointerbottomright {
	padding: 5px 10px 0px 10px;
}

.roundcontent-bubblepointertopleft .petittexte, .roundcontent-bubblepointertopright .petittexte, .roundcontent-bubblepointerbottomleft .petittexte, .roundcontent-bubblepointerbottomright .petittexte  {
	font-size: 12px;
	color: #fff;
	line-height: normal;
}

.grayLittleMessage {
	font-size: 11px;
	color: #999;
}

.grayMessage {
	color: #999;
}

/*
 * Specific for timePicker
 */
.customTimePicker .gwt-ValueSpinner input {
	background: #ffffff;
	border: 1px solid #7F9DB9;
	color: #506374;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	width: 22px;
}

/*
 * Specific for form to add object
 */
.addBackupForm table td {
	padding-right: 10px;
}

.addBackupForm .newBlock {
	padding-left: 30px;
}

.addForm table td {
	padding-right: 10px;
}

.addForm .newBlock {
	padding-left: 30px;
}

/*
 * EditinPlace generates a "table" object
 * We must cancel all inherited styles
 */
.EditinPlace {
}

.EditinPlace td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/*
 * TIME FLEX TABLE
 */
.timeFlexTable td {
	margin: 0px;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}

.timeFlexTable .gwt-HTML {
	vertical-align: middle;
	display: inline;
	font-size: inherit;
}

.timeFlexTable .day {
	font-family: Georgia;
	font-size: 32px;
	color: #013a81;
	vertical-align: middle;
}

.timeFlexTable .month {
	vertical-align: middle;
	font-size: 9px;
}

.timeFlexTable .hour {
	border-top: 1px solid gray;
	margin-top: 3px;
	font-family: Georgia;
	font-size: 30px;
	color: #0084cb;
	vertical-align: top;
}

/*
 * Specific for EditableWidgetSlide
 */
.EditableWidgetSlide {
	width: 600px;
}

.EditableWidgetSlide .mainContentPanel {
	width: 100%;
}

.EditableWidgetSlide .mainContentPanel td {
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: middle;
}

.EditableWidgetSlide .mainContentPanel td td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/*
 * Specific for SliderBarWidget
 */
.SlideBarWidget {
	padding: 1px;
}

.SlideBarWidget .HPanel {
	border-collapse: separate;
	border-spacing: 5px;
	vertical-align: middle;
	width: 100%;
}

.gwt-DialogBox .grayLittleMessage {
	color: white;
}

/*
 * Generic for all buttonAPanel
 */
.buttonAPanel {
	padding: 4px;
	width: 100%;
}

/*
 * Generic
 */
.BigLineHeight td {
	min-height: 18px;
	line-height: 18px;
}

/*
 * Applied to AbstractOptions
 */
.AbstractOption-Label {
	font-weight: bold;
	text-align: right;
}

.InputTextBox {
	height: 18px;
}

#ID_WelcomeXP_Cloudbox .InputTextBox {
	height: 20px;
}

.InputTextBox .gwt-CheckBox {
	height: 14px;
	width: 14px;
	margin-right: 1px;
}

.InputTextBox .gwt-CheckBox > input {
	height: 14px;
	width: 14px;
	position:absolute;
	border:0;
	padding:0;
	margin:0;
}

.InputTextBox .gwt-TextBox, .InputTextBox .gwt-PasswordTextBox {
	vertical-align: super;
}

.warningLabel {
	color: red;
	font-size: 10px;
}

.link {
	color: blue;
}

.link-disabled {
	color: gray;
}

.link:hover {
	text-decoration: underline;
	cursor: pointer;
}

.link2 {
	color: #6CADDF;
	font-size: 12px;
}

.link2:hover {
	text-decoration: underline;
	cursor: pointer;
}

.link2-disabled {
	color: gray;
	text-decoration: none;
	cursor: default;
	font-size: 12px;
}

.menuList .title {
	font-size: 12px;
	font-weight: bold;
	color: #013A81;
}

.clickableObject {
	cursor: pointer;
}

.actionPopupPanel .gwt-HTML {
	line-height: 14px;
}

.actionPopupPanel .link {
	color: white;
	font-weight: 300;
}

.actionPopupPanel .link-hover {
	font-style: italic;
}

#HTML_FullDashURI_cloudboxhome #BackupView .gwt-ProgressBar-shell > .gwt-ProgressBar-text {
	font-size: 14px;
	line-height: 18px;
	font-style: italic;
}

#HTML_FullDashURI_cloudboxhome #BackupView .gwt-ProgressBar-shell {
	height: 18px;
}

/*
 * ModalDraggabelPopup
 */
.widget-ModalDraggabelPopup {
	background-image: url(images/greyBackground.png);
	background-repeat: repeat;
	clip: rect(auto, auto, auto, auto);
	left: 0;
	overflow: visible;
	position: absolute;
	top: 0;
}

.gwt-PopupPanelGlass {
	background-image: url(images/greyBackground.png);
	background-repeat: repeat;
}

.widget-ModalDraggabelPopup-content {
	position: absolute;
	z-index: 2;
}

.widget-ModalDraggabelPopup-title {
	color: #013A81;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 1px 1px 8px;
}

/*
 * Log panel
 */
.log-panel {
	background-color: white !important;
	border: 0px !important;
	opacity: 0.95;
	z-index: 1000;
}

.log-panel button {
	font-size: 7pt !important;
	margin: 0em;
}

.log-panel .Gkjd45cJ {
	cursor: default !important;
	font-weight: bold;
	color: white !important;
}

.log-panel .log-clear-button {
	margin: 0em 1.2em;
}

.log-panel BUTTON .log-clear-about {
	color: #444 !important;
}

.log-panel .log-text-area {
	text-align: left;
}

.log-panel .log-stacktrace {
	white-space: nowrap;
}

.log-panel .Gkjd45cC {
	white-space: pre;
	font-family: monospace;
	font-size: 11px;
	cursor: pointer !important;
}

.log-panel .log-message-hover {
	background-color: #F0F0F0;
}

.log-panel .Gkjd45cG {
	background-color: #FFF;
	width: 625px !important;
	height: 290px !important;
}

.log-panel .log-resize-se {
	cursor: se-resize;
}

.gwt-DialogBox .gwt-TimePicker .textBox {
	background-color: white;
}

.buttonstyle {
	color: #fff;
	font-size: 9px;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: bold;
	font-family: sans-serif;
}

.buttonPstyle {
	color: #fff;
	font-size: 9px;
	text-transform: uppercase;
	vertical-align: middle;
	cursor: pointer;
	font-weight: bold;
	padding-left: 4px;
}

.buttonmousedown {
	padding-top: 2px;
}

.buttondisabled {
	color: gray;
	cursor: default;
	font-weight: bold;
}

.buttonApply {
	width: 80px !important;
}

.roundedcornr_box {
	width: 450px;
	background: url(images/roundedbox/roundedcornr_tl.png) no-repeat top left;
}

.roundedcornr_top {
	background: url(images/roundedbox/roundedcornr_tr.png) no-repeat top right;
}

.roundedcornr_bottom {
	background: url(images/roundedbox/roundedcornr_bl.png) no-repeat bottom left;
}

.roundedcornr_bottom div {
	background: url(images/roundedbox/roundedcornr_br.png) no-repeat bottom right;
}

.roundedcornr_content {
	background: url(images/roundedbox/roundedcornr_r.png) top right repeat-y;
}

.roundedcornr_top div, .roundedcornr_top, .roundedcornr_bottom div, .roundedcornr_bottom {
	width: 100%;
	height: 10px;
	font-size: 1px;
}

.roundedcornr_content, .roundedcornr_bottom {
	margin-top: -19px;
}

.roundedcornr_content {
	padding: 0 10px;
}

.LaProgressBar > div.gwt-Label {
	color: #67A7E3;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	width:100%;
	height:100%;
	vertical-align:middle;
}

.EditableLabel .editable:hover {
	background-color: #FFFFAA;
	cursor: pointer;
}

.EditableLabel .uneditable {
}

/*
 * Wizard 2
 */
.Wizard2 .wizardViewTitle {
	font-size: 18px !important;
	color: black !important;
	border-bottom: 2px solid #D0E4F6;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
}

.Wizard2BorderView {
	border: 1px solid #D0E4F6;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	-webkit-border-radius: 5px;	
}

.Wizard2InnerBorderView {	
	border-right: 1px solid #D0E4F6;
}

/*
 * .gwt-DecoratedPopupPanel
 */
.gwt-DecoratedPopupPanel-orange .popupContent, .gwt-DecoratedPopupPanel-blue .popupContent, .gwt-DecoratedPopupPanel-grey .popupContent {
}
.gwt-DecoratedPopupPanel-orange .popupMiddleCenter, .gwt-DecoratedPopupPanel-blue .popupMiddleCenter, .gwt-DecoratedPopupPanel-grey .popupMiddleCenter {
  padding: 3px;  
}

.gwt-DecoratedPopupPanel-grey-pointer .popupMiddleCenter, .gwt-DecoratedPopupPanel-grey-pointer .popupMiddleCenter, .gwt-DecoratedPopupPanel-grey-pointer .popupMiddleCenter, .gwt-DecoratedPopupPanel-grey-pointer .popupMiddleCenter {
	position: relative;
	z-index: 4;
}
.gwt-DecoratedPopupPanel-orange .popupMiddleCenter {
  background: #f6cea7;
}
.gwt-DecoratedPopupPanel-blue .popupMiddleCenter {
  background: #cfe3f5;
}
.gwt-DecoratedPopupPanel-grey .popupMiddleCenter {
  background: #999999;
}
.gwt-DecoratedPopupPanel-orange .popupTopCenter {
  background: url(images/gwt-decoratedpopuppanel-orange/hborder.png) repeat-x;
}
.gwt-DecoratedPopupPanel-blue .popupTopCenter {
  background: url(images/gwt-decoratedpopuppanel-blue/hborder.png) repeat-x;
}
.gwt-DecoratedPopupPanel-grey .popupTopCenter {
  background: url(images/gwt-decoratedpopuppanel-grey/hborder.png) repeat-x;
}
.gwt-DecoratedPopupPanel-orange .popupBottomCenter {
  background: url(images/gwt-decoratedpopuppanel-orange/hborder.png) repeat-x 0px -4px;
}
.gwt-DecoratedPopupPanel-blue .popupBottomCenter {
  background: url(images/gwt-decoratedpopuppanel-blue/hborder.png) repeat-x 0px -4px;
}
.gwt-DecoratedPopupPanel-grey .popupBottomCenter {
  background: url(images/gwt-decoratedpopuppanel-grey/hborder.png) repeat-x 0px -4px;
}
.gwt-DecoratedPopupPanel-orange .popupMiddleLeft {
  background: url(images/gwt-decoratedpopuppanel-orange/vborder.png) repeat-y;
}
.gwt-DecoratedPopupPanel-blue .popupMiddleLeft {
  background: url(images/gwt-decoratedpopuppanel-blue/vborder.png) repeat-y;
}
.gwt-DecoratedPopupPanel-grey .popupMiddleLeft {
  background: url(images/gwt-decoratedpopuppanel-grey/vborder.png) repeat-y;
}
.gwt-DecoratedPopupPanel-orange .popupMiddleRight {
  background: url(images/gwt-decoratedpopuppanel-orange/vborder.png) repeat-y -4px 0px;
}
.gwt-DecoratedPopupPanel-blue .popupMiddleRight {
  background: url(images/gwt-decoratedpopuppanel-blue/vborder.png) repeat-y -4px 0px;
}
.gwt-DecoratedPopupPanel-grey .popupMiddleRight {
  background: url(images/gwt-decoratedpopuppanel-grey/vborder.png) repeat-y -4px 0px;
}
.gwt-DecoratedPopupPanel-orange .popupTopLeftInner, .gwt-DecoratedPopupPanel-blue .popupTopLeftInner, .gwt-DecoratedPopupPanel-grey .popupTopLeftInner {
  width: 5px;
  height: 5px;
  zoom: 1;
}
.gwt-DecoratedPopupPanel-orange .popupTopRightInner, .gwt-DecoratedPopupPanel-blue .popupTopRightInner, .gwt-DecoratedPopupPanel-grey .popupTopRightInner {
  width: 8px;
  height: 5px;
  zoom: 1;
}
.gwt-DecoratedPopupPanel-orange .popupBottomLeftInner, .gwt-DecoratedPopupPanel-blue .popupBottomLeftInner, .gwt-DecoratedPopupPanel-grey .popupBottomLeftInner {
  width: 5px;
  height: 8px;
  zoom: 1;
}
.gwt-DecoratedPopupPanel-orange .popupBottomRightInner, .gwt-DecoratedPopupPanel-blue .popupBottomRightInner, .gwt-DecoratedPopupPanel-grey .popupBottomRightInner {
  width: 8px;
  height: 8px;
  zoom: 1;
}
.gwt-DecoratedPopupPanel-orange .popupTopLeft {
  background: url(images/gwt-decoratedpopuppanel-orange/corner.png) no-repeat 0px -10px;
}
.gwt-DecoratedPopupPanel-blue .popupTopLeft {
  background: url(images/gwt-decoratedpopuppanel-blue/corner.png) no-repeat 0px -10px;
}
.gwt-DecoratedPopupPanel-grey .popupTopLeft {
  background: url(images/gwt-decoratedpopuppanel-grey/corner.png) no-repeat 0px -10px;
}
.gwt-DecoratedPopupPanel-orange .popupTopRight {
  background: url(images/gwt-decoratedpopuppanel-orange/corner.png) no-repeat -5px -10px;
}
.gwt-DecoratedPopupPanel-blue .popupTopRight {
  background: url(images/gwt-decoratedpopuppanel-blue/corner.png) no-repeat -5px -10px;
}
.gwt-DecoratedPopupPanel-grey .popupTopRight {
  background: url(images/gwt-decoratedpopuppanel-grey/corner.png) no-repeat -5px -10px;
}
.gwt-DecoratedPopupPanel-orange .popupBottomLeft {
  background: url(images/gwt-decoratedpopuppanel-orange/corner.png) no-repeat 0px -15px;
}
.gwt-DecoratedPopupPanel-blue .popupBottomLeft {
  background: url(images/gwt-decoratedpopuppanel-blue/corner.png) no-repeat 0px -15px;
}
.gwt-DecoratedPopupPanel-grey .popupBottomLeft {
  background: url(images/gwt-decoratedpopuppanel-grey/corner.png) no-repeat 0px -15px;
}
.gwt-DecoratedPopupPanel-orange .popupBottomRight {
  background: url(images/gwt-decoratedpopuppanel-orange/corner.png) no-repeat -5px -15px;
}
.gwt-DecoratedPopupPanel-blue .popupBottomRight {
  background: url(images/gwt-decoratedpopuppanel-blue/corner.png) no-repeat -5px -15px;
}
.gwt-DecoratedPopupPanel-grey .popupBottomRight {
  background: url(images/gwt-decoratedpopuppanel-grey/corner.png) no-repeat -5px -15px;
}

.gwt-DecoratedPopupPanel-orange .littleGreyText {
	color: #6B6B6B;
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
}

.gwt-DecoratedPopupPanel-grey .defaultText {
	color: white;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: justify;
}

.gwt-DecoratedPopupPanel-orange .defaultText, .gwt-DecoratedPopupPanel-blue .defaultText {
	color: #252525;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.gwt-DecoratedPopupPanel-grey-pointerTopLeft, .gwt-DecoratedPopupPanel-grey-pointerTopRight, .gwt-DecoratedPopupPanel-grey-pointerBottomRight, .gwt-DecoratedPopupPanel-grey-pointerBottomLeft {
	width: 24px;
    height: 24px;
    position: absolute;
	z-index: 2;
}

.gwt-DecoratedPopupPanel-grey-pointerTopLeft {
	background: url(images/gwt-decoratedpopuppanel-grey/cursor.top.left.png) no-repeat;
	top: -16px;
	left: 0px;
}

.gwt-DecoratedPopupPanel-grey-pointerTopRight {
	background: url(images/gwt-decoratedpopuppanel-grey/cursor.top.right.png) no-repeat;
	top: -16px;
	right: 2px;
}

.gwt-DecoratedPopupPanel-grey-pointerBottomRight {
	background: url(images/gwt-decoratedpopuppanel-grey/cursor.bottom.right.png) no-repeat;
	bottom: -16px;
	right: 2px;
}

.gwt-DecoratedPopupPanel-grey-pointerBottomLeft {
	background: url(images/gwt-decoratedpopuppanel-grey/cursor.bottom.left.png) no-repeat;
	bottom: -16px;
	left: 0px;
}

.log-panel .Gx8miifN {
	font-size: 10px;
	white-space: normal;
	width: 600px;
}
.IpField .gwt-CheckBox > input {
	position:absolute;
}

/*input[disabled] {
	cursor: url("images/oth121.cur"), auto;	
}*/

.popup {
  background-color: #FBFBFB;
  border-color: gray gray gray gray;
  border-width: 1px 2px 2px 1px;
  border-style: solid solid solid solid;
}
 
.popup-item {
  font-weight: normal;
  font-size: 80%;
}

.popup-item:hover {
	cursor: pointer;	
}
