/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *   http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */

.body {
	background-color:#407bb3; 
	background-image:url('../img/bg.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	font-family: Arial,Helvetica,"Lucida Grande",Verdana,sans-serif;
	width: 1241px;
	margin-left: auto ;
	margin-right: auto ;
	margin-bottom: 15px;
	overflow: auto;
    overflow-x: auto;
    overflow-y: auto;
}

.bookmarkletBody {
	background-color:#407bb3; 
	background-image:url('../img/bg.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	font-family:Arial,Helvetica,"Lucida Grande",Verdana,sans-serif;
	color:#000000;
	font-size:12px;
	width: 680px;
	margin-left: auto ;
	margin-right: auto ;
	margin-bottom: 15px;
}

.resultsBody {
	width: 920px;
}


.gadgetTable {
	margin-left: auto ;
	margin-right: auto ;
	float: left;
}

.pageTitle {
	width: 100%;
	margin-left: auto ;
	margin-right: auto ;
}

.productName {
	float: left;
	margin-left: 5px ;
}

.logo {
	float: left;
	margin-left: 5px ;
	margin-right: 5px ;
}

.documentation {
	float: right;
	color: #FFFFFF;
	text-decoration: none;
	list-style: none outside none;
	}

.documentation li {
	color: #FFFFFF;
	text-decoration: none;
	text: white;
	link: white;
	line-height: 29px;
    text-align: left;
    padding:25 5px 80 5px;
    margin: 0px;
    margin-right: 7px;
    margin-top: 13px;
	font-size: 11px;
	font-family:Arial,Helvetica,"Lucida Grande",Verdana,sans-serif;
	cursor: pointer;
}

.documentation li a {
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}

.documentation li:hover a {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}

.gadgets {
	clear: both;
	width: 100%;
}

.productName {
	font-size: 20pt;
	color: #FFFFFF;
	font-weight: bold
	float: left;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 5px;
}

.versionError {
	font-size: 14pt;
	color: #FFFFFF;
	margin-top: 15px;
}

.userOpImg{
	color: #FFFFFF;
	margin-left:5px;
	padding: none;
	border: none;
	text-decoration: none;
}

a.userOptionsLink:link, a.userOptionsLink:visited
{ 
  color:#FFFFFF;
  text-decoration:none;
 }

.signout li {
	float: right;
	color: #FFFFFF;
}

.gadgets-gadget-chrome {
  float: left;
  margin: 4px;
  background-color: #FFFFFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #407bb3;
  padding: 1px; 
}

.gadget-left {
	clear: both;
	float: left;
}

.gadget-right {
	float: right;
}

.gadgets-gadget {
  border: none;
  overflow: none;

}

.gadgets-gadget-title-bar {
  padding: 2px 4px;
  background-color: #eef3f8;
}

.gadgets-gadget-title {
  font-weight: bold;
  color: #407bb3;
}

.gadgets-gadget-title-button-bar {
  font-size: smaller;
}

.gadgets-gadget-user-prefs-dialog {
  background-color: #e5ecf9;
}

.gadgets-gadget-user-prefs-dialog-action-bar {
  text-align: center;
  padding-bottom: 4px;
}

.gadgets-gadget-title-button {
}

.gadgets-gadget-content {
  padding: 4px;
}

.gadgets-log-entry {
}

.userOptions{
	position:absolute;
	width:120px;
	z-index:100px;
	height:50px;
	text-align:center;
	margin-top:27px;
	margin-left:-120px;
	color:white;
	font-size:14px;
	font-weight:bold;
    opacity:2;
    float:right;
    display:none;
}
.userOptions span{
	background:#82CAFA;
	float:left;
	padding-top:15px;
	padding-bottom:15px;
	width:100%;
}

.loginArea {
  height:50%;
  padding-right: 25%;
  padding-top:20%;
  border:1px;
  display:table;
}

.tunnelCheckArea {
  height:50%;
  padding-left: 25%;
  padding-right: 25%;
  padding-top:20%;
  border:1px;
  color:white;
}

.boshTunnelBox {
	width: 100%;
	margin: 5px 0px;
	font-size: 14px;
	top: 350px;
}

.boshTunnelMessage {
}

.boshTunnelInstructions {
	margin-top: 1.5em;
}

.boshTunnelButton {
	margin-top: .5em;
	width: 10em;
	background-color: #000000;
	color: #FFFFFF;
	border-radius: 5px;
	font-weight: bold;
	border: 1px solid #000000;
	margin-left: 5px;
	cursor: pointer;
}

.loginArea input {
	width: 155px;
}

.productId {
  width: 100%;
  display:table-cell;
}

.loginForm {
  width:100%;
  display:table-cell;
}

.copyright {
  padding-left: 25%;
  color:#ffffff;
  font-size: 10px;
}

.loginLabel {
  color:white;
}

.loginErrorBox {
  padding:5px 5px 13px 3px;
  color:#e9102a;
  font-size:11px;
  font-weight:bold;
  background-color:#ffffff;
  opacity:0.6;
  background-image:url('../img/ContextMessageArrow_DownT.gif');
  background-position:left bottom;
  background-repeat:no-repeat;
  -moz-border-radius:2px 2px 2px 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -khtml-border-top-left-radius: 2px;
  -khtml-border-top-right-radius: 2px;
  -khtml-border-bottom-left-radius: 2px;
  -khtml-border-bottom-right-radius: 2px;
}

.logoutBox {
  padding:8px 5px 8px 5px;
  color:#000000;
  width:200px;
  font-size:14px;
  font-weight:bold;
  background-color:#ffffff;
  opacity:0.6;
  -moz-border-radius:2px 2px 2px 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -khtml-border-top-left-radius: 2px;
  -khtml-border-top-right-radius: 2px;
  -khtml-border-bottom-left-radius: 2px;
  -khtml-border-bottom-right-radius: 2px;
}

/* styles imported from CUES */
loginTd {font-size:12px;color:#000000;}
br {line-height:1px;clear:both;}

.cuesLoginContainer {height:100%;width:100%;}
.cuesLoginProductSection {padding-right:20px;margin-top:0px;margin-left:0px;margin-right:20px;position:relative;float:left;left:215px;top:149px}
.cuesLoginFieldsSection {padding-left:20px;margin-top:0px;margin-left:20px;margin-right:0px;position:relative;float:right;right:215px;top:149px}
.cuesLoginProductSectionRTL {padding-left:20px;margin-top:0px;margin-left:20px;margin-right:0px;position:relative;float:right;}
.cuesLoginFieldsSectionRTL {padding-right:20px;margin-top:0px;margin-left:0px;margin-right:20px;position:relative;float:left;}
.cuesLoginInfoSection {margin-left:0px;margin-right:0px;margin-bottom:20px;position:relative;}
.cuesLoginClear {clear:both;line-height:1px;}
.cuesLoginCopyright {color:#ffffff;}
.cuesLoginCopyright a {color:#ffffff; font-size: 11px;}
.cuesLoginVersionInfo {color:#ffffff;font-size:11px;font-weight:bold;}
.cuesLoginProductName {color:#ffffff;font-size:28px;font-weight:normal;}
.cuesLoginProductFamily {color:#ffffff;font-size:14px;font-weight:normal;}
.cuesLoginProductSubtitle {color:#ffffff;font-size:14px;font-weight:normal;}
.cuesLoginButton {	
	background-color: #000000;
	color: #FFFFFF;
	border-radius: 5px;
	font-weight: bold;
	border: 1px solid #000000;
	cursor: pointer;
}
.cuesLoginField {color:#ffffff;font-size:12px;font-weight:normal;}
a.cuesLoginLink:link {color:#ffffff;white-space:nowrap;}
a.cuesLoginLink:visited {color:#ffffff;white-space:nowrap;}
a.cuesLoginLink:hover {color:#ffffff;white-space:nowrap;}
a.cuesLoginLink:active {color:#ffffff;white-space:nowrap;}
a.cuesLoginProblemLink:link {color:#ffffff;text-decoration:none;font-size:11px;}
a.cuesLoginProblemLink:visited {color:#ffffff;text-decoration:none;font-size:11px;}
a.cuesLoginProblemLink:hover {color:#ffffff;text-decoration:underline;font-size:11px;}
a.cuesLoginProblemLink:active {color:#ffffff;text-decoration:none;font-size:11px;}
.cuesLoginLogo {margin-right:20px;float:left;}
.cuesLoginLogoRTL {margin-left:20px;}
.cuesLoginStatus {position:absolute;padding:7px;}
.cuesLoginStatus .cuesStatusBox {padding:0px;}
.cuesLoginErrorBox {padding:5px;position:relative;zoom:1;}
.cuesLoginErrorTextIE {margin-bottom:-4px;padding-bottom:14px;}
.cuesLoginErrorTextFF {margin-bottom:-3px;padding-bottom:13px;}

/**
* Styles for alarms
*/
.hidden {
	display: none;
}

.alarm {
	float:right;
	height:100%;
	vertical-align:middle
}

.clickable {
 	cursor:pointer;
}

.alarmIndicator {
    background: url('/img/bell.png');
    margin-top:4px;
    width:18px;
    height:18px;
    position: relative;
 	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.alarmIndicator .count {
    background:#ff0000;
    position: absolute;
    top: -6px;
    right: -10px;
    min-width:12px;
    height: 12px;
    color:#ffffff;
    border-radius: 25%;
    padding: 1px;
    text-align: center;
    font-size: 10px;
    font-weight:bold;

}
.alarmLayer{
	position:absolute;
	border: 3px solid #aaaaaa;
	border-radius: 5px 5px 5px 5px;
	width:400px;
	min-height:50px;
	max-height:300px;
	height:auto;
	margin-top:8px;
	margin-left:-258px;
	padding:5px;
	color:black;
	background: #fdfdfd;
	font-weight:bold;
	display:none;
}
.alarmLayer:before{
    content:"";
    display:block;
    width:0;
    margin-left:251px;
    border:8px solid #aaaaaa;
    border-color:  transparent transparent #aaaaaa transparent;
    margin-top:-23px;
}
.alarmLayerHeading {
	font-size:16px;
	font-weight:normal;
	margin-top:5px;
}
.alarmLayerEntryHolder{
	overflow-y:auto;
	overflow-x:hidden;
	max-height:250px;
	width:400px;
	margin-top:5px;
	margin-bottom:5px;
}
.alarmLayerEntries{
	width:100%;
}
.alarmLayerEntry{
	width:400px;
	padding-top:5px;
	padding-bottom:5px;
	display:inline-block;
	border-top: thin outset #407BB3; 
}
.alarmLayerEntry:hover{
	background-color: #EEF3F8;
}
.alarmLayerEntryIcon{
	margin-left: 10px;
	margin-right: 15px;
	float:left
}
.alarmLayerEntryDetails{
	margin-left: 15px;
	margin-right: 15px;
}
.alarmLayerEntryTitle{
	font-size: 10px;
	word-wrap: break-word;
	float: none; 
	overflow: hidden;
}
.alarmLayerEntryAuthor{
	font-size: 10px;
	font-weight:normal;
	color: #999999;
	margin-left: 25px;
	width:180px;
	word-wrap: break-word;
	float: none; 
	overflow: hidden;
}
.alarmLayerEntryTime{
	margin-left: 10px;
	margin-right: 5px;
	float:right;
	font-size: 10px;
	font-weight:normal;
	color: #999999;
}
.alarmLayerEntryAction{
	margin-left: 10px;
	margin-right: 20px;
	float:right;
}
.alarmLayerEntryIconSize{
	width:16px;
	height:16px;
}

.alarmLayerChatReplyDialog{
	padding:10px 0px 0px 15px !important;
	overflow-y:hidden;
    overflow-x:hidden;
	box-shadow: 0px 0px 5px 5px #333 !important;
    position:absolute;
}
.alarmLayerReplyDialogFooter{
	float:left;
	position:absolute;
	bottom:0;
	font-size:12px;
}
.alarmLayerReplyDialogFrame{
	width:100%;
	height:90%;
	position:absolute;
	left:0;
	margin-top:35px;
	margin-bottom:5px;
	border:0;
}
.alarmLayerReplyDialogHeader{
	float:left;
	position:absolute;
	top:0;
}
.alarmLayerReplyDialogLoadingIndicator{
	float:left;
	width:200px;
	height:3em;
	position:absolute;
	top:45%;
	left:45%;
	margin: auto;
	padding: 0;
}
.alarmLayerReplyDialogLoadingIndicator img{
	float:left;
}
.alarmLayerReplyDialogLoadingIndicator div{
	margin:1em 0 0 1em;
}
.warning, .error {
	width:97%;
	font-size:12px;
    border: 1px solid;
	margin: 2px 0px;
	padding:5px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.warning {
    border-color: #9F6000;
    background-color: #FEEFB3;
}
.error {
    border-color: #D8000C;
    background-color: #FFBABA;
}

.alarmLayerChatReplyDialogTemplate {
    width:100%;
    height:100%;
    overflow-y:hidden;
    overflow-x:hidden;
}

.alarmLayerDialogIcon {
    float:left;
    vertical-align:middle;
    margin-right:10px;
}

.ui-dialog div {
    font-family: Arial,Helvetica,"Lucida Grande",Verdana,sans-serif;
    font-size: 12px;
}

.nav-tab-selector, .nav-tab .left, .nav-tab .center, .nav-tab .right { background-image: url("/img/sprite_tabs.png"); background-attachment: scroll; background-color: transparent; background-position: 0px 26px; background-repeat: no-repeat;}

.nav-tab-selector.left, .nav-tab-selector.right, .nav-tab .left, .nav-tab .right { width:4px; background-repeat:no-repeat; }
.nav-tab-selector.center, .nav-tab .center { background-repeat: repeat-x; }
.nav-tab-selector.center { margin: 5px 4px 0px; }

.nav-tab-selector { height:26px; margin-top:5px;}

.nav-tab-selector.left { background-position: 0px 0px; float: left;}
.nav-tab-selector.center { background-position: 0px -26px;}
.nav-tab-selector.right { background-position: 0px -52px; float: right;}

.nav-tab-selector ul { 	margin: 0px;padding: 0px;}

.nav-tab .center { padding-left: 10px; padding-right: 10px;margin-top: 1px; }
.nav-tab div { padding-top: 2px; height:17px; float: left; }


.nav-tab  :hover { background-position: 0px -97px;color:#000000;border-radius: 2px 2px 2px 2px; cursor:pointer;}

.nav-tab.active .center { background-position:  0px -154px;font-weight:bold;border-radius: 2px 2px 2px 2px;  }

.nav-wrapper { width:100%; float:left; font-size: 12px;}
.nav-wrapper-margin {padding-left:5px;padding-right:5px;}
.nav-tab-wrapper { margin-left: 3px; margin-right: 3px; padding-top: 3px; float:left; list-style: none; }

a.nav-tab-link { color: #FFF; text-decoration: none; }

.nopadding {
	padding:0;
}
.nomargin {
	margin:0;
}
.noliststyle {
	list-style: none;
}
