/*
 * $copyright
 *
 * $Author$
 * $DateTime$
 * $Id$
 */
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
fieldset,
form {
  overflow: hidden;
  height: auto;
}
/* Connect & Applet Common CSS */
a {
  font-weight: normal;
  font-size: 12px;
  font-family: Helvetica, Arial;
  color: #3991ce;
  cursor: pointer;
  text-decoration: none;
}
a :hover {
  text-decoration: underline;
}

p {
  line-height: 20px;
}
ul.bullet {
  padding-left: 20px;
  margin: 1em 0;
}
ul.bullet > li {
  list-style-type: disc;
}
.left {
  float: left;
}
.right {
  float: right;
}

input,
select {
  font-weight: 900;
  font-size: 13px;
  font-family: Helvetica, Arial;
  color: #3e5765;
}
button {
  font-weight: normal;
  font-size: 12px;
  font-family: Helvetica, Arial;
  color: #3a5160;
}
button :disabled {
  color: #b0b8be;
}
html.firefox input,
html.firefox select {
  font-weight: 400;
  font-size: 13px;
  font-family: Helvetica, Arial;
  color: #3e5765;
}
/* Default button - common to all browsers - see ie.css and non-ie.css for more */
button {
  font-weight: normal;
  font-size: 12px;
  font-family: Helvetica, Arial;
  color: #3a5160;
  height: 25px;
  padding: 0 10px;
  border: none;
  min-width: 70px;
  white-space: nowrap;
  cursor: pointer;
}
button :disabled {
  color: #b0b8be;
}
button:enabled:active {
  color: #fff;
}
button:enabled:focus {
  outline: none;
}
button:disabled {
  cursor: auto;
  color: #b0b8be;
}
/*
   Common to all browsers for:
     * Control buttons (blue)
     * Header buttons (orange)
   see ie.styl and non-ie.styl for styles that apply to specific browsers
*/
button.blue,
body > #scroll-container > header button,
div.dialog div.dialog-buttons button,
#applet-container > article > footer > button {
  font-weight: normal;
  font-size: 13px;
  font-family: Helvetica, Arial;
  color: #fff;
  height: 30px;
}
button.blue :disabled,
body > #scroll-container > header button :disabled,
div.dialog div.dialog-buttons button :disabled,
#applet-container > article > footer > button :disabled {
  color: rgba(255,255,255,0.60);
}
div.dialog div.dialog-buttons button,
#applet-container > article > footer > button {
  min-width: 110px;
}

/* Dialog-box & Applet Layout */
.dialog-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  overflow: auto;
  z-index: 41;
}
div.dialog {
  width: 512px;
  padding-left: 10px;
  margin: auto;
  top: 150px;
  position: relative;
  z-index: 41;
}
div.dialog div.dialog-content {
  padding: 40px 45px 20px;
  background: #fff;
  border: solid 1px #808080;
}
div.dialog div.dialog-buttons,
#applet-container > article > footer {
  padding: 15px 0;
  background-color: #e0eaf1;
  margin: 0;
  clear: both;
}
div.dialog div.dialog-buttons button,
#applet-container > article > footer > button {
  float: right;
  margin-left: 15px;
  font-weight: normal;
  font-size: 13px;
  font-family: Helvetica, Arial;
  color: #fff;
}
div.dialog div.dialog-buttons button :disabled,
#applet-container > article > footer > button :disabled {
  color: rgba(255,255,255,0.60);
}
html[dir="rtl"] div.dialog div.dialog-buttons button,
html[dir="rtl"] #applet-container > article > footer > button {
  float: left;
  margin-right: 15px;
  margin-left: inherit;
}
div.dialog div.dialog-buttons button.left,
#applet-container > article > footer > button.left {
  float: left;
  margin-right: 15px;
}
html[dir="rtl"] div.dialog div.dialog-buttons button.left,
html[dir="rtl"] #applet-container > article > footer > button.left {
  float: right;
  margin-right: 15px;
  margin-left: inherit;
}
div.dialog div.dialog-buttons:after,
#applet-container > article > footer:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
div.dialog-overlay {
  background-color: rgba(0,0,0,0.60);
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 40;
}
div.dialog-overlay.hidden {
  display: none;
}
div.dialog-container {
  overflow: auto;
}
div.dialog-container,
#applet-container {
  background: transparent;
}
#applet-container {
  overflow: hidden;
}
div.dialog-content {
  position: relative;
  background: transparent;
}
div.dialog div.dialog-content,
div.dialog div.dialog-header,
div.dialog div.dialog-buttons,
#applet-container > article > header,
#applet-container > article > section,
#applet-container > article > footer {
  border: 1px solid #fff;
  padding: 25px 28px 25px;
/* 25 = 30 - font and borders, 28 = 30-2 borders */
  position: relative;
}
div.dialog div.dialog-content,
#applet-container > article > section {
  border-bottom: none;
}
div.dialog div.dialog-buttons,
#applet-container > article > footer {
  border-top: none;
}
div.dialog div.dialog-content,
div.dialog div.dialog-header {
  color: #3b5264;
  font-weight: lighter;
}
#applet-container > article > section.tab-section {
  padding-top: 0;
}
#applet-container > article > header,
#applet-container > article > section,
#applet-container > article > footer {
  width: 846px;
}
div.dialog div.dialog-header,
#applet-container > article > header {
  background-color: #e0eaf1;
  border: 1px solid #fff;
  border-bottom: 1px solid #c2cacf;
}
div.dialog div.dialog-header,
div.dialog div.dialog-content {
/* assume dialog-content is the first element in dialog -> top corners rounded */
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  -o-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}
div.dialog div.dialog-header + div.dialog-content {
/* dialog-content is not the first element in dialog  -> no rounded corners */
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  -o-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}
div.dialog div.dialog-buttons,
div.dialog div.dialog-content:last-child {
/* dialog has no footer -> bottom corners rounded */
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-radius: 0px 0px 3px 3px;
  -o-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
}
#applet-container > article > header {
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 0px 3px 0px 0px;
  -o-border-radius: 0px 3px 0px 0px;
  border-radius: 0px 3px 0px 0px;
}
#applet-container > article > footer,
#applet-container > article > section:last-child {
/* appliet has no footer -> bottom corners rounded */
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 0px 0px 3px 0px;
  -o-border-radius: 0px 0px 3px 0px;
  border-radius: 0px 0px 3px 0px;
}
#applet-container > article > header {
  height: 76px;
}
div.dialog div.dialog-header,
#applet-container > article > header {
  padding-bottom: 15px;
}
div.dialog div.dialog-header h1,
div.dialog div.dialog-content h1,
#applet-container > article > header h1,
div.dialog div.dialog-header h4,
div.dialog div.dialog-content h4,
#applet-container > article > header h4 {
  max-width: 574px;
  margin: 0;
}
div.dialog div.dialog-header h1,
div.dialog div.dialog-content h1,
#applet-container > article > header h1 {
  margin-bottom: 12px;
  font-weight: normal;
  font-size: 28px;
  font-family: Helvetica, Arial;
  color: #3E667B;
  background: -webkit-gradient(linear, left top, left bottom, from(#48606e), to(#587e8d));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  vertical-align: top;
}
div.dialog div.dialog-header h4,
div.dialog div.dialog-content h4,
#applet-container > article > header h4 {
  font-weight: 100;
  font-size: 12px;
  font-family: Helvetica, Arial;
  color: #3a5160;
  margin-top: 12px;
}

em {
  font-weight: bold;
  color: #152035;
}
div.dialog nav ul li.selected {
  background: #c9e9f5;
}
h1.attention,
div.attention {
  padding-right: 0px;
  padding-left: 58px;
  min-height: 50px;
  line-height: 50px;
  margin-bottom: 12px;
  margin-left: -3px;
}
div.attention {
  padding-top: 12px;
}
div.attention p:first-child {
  margin-top: 8px;
}
h1.attention,
div.attention {
  background: transparent url("../images/badges/attention_48.png") left 5px no-repeat;
}
body.small-window div.attention {
  width: 300px;
  padding-left: 82px;
}
h1.exclamation {
  padding-right: 0px;
  min-height: 50px;
  line-height: 50px;
  margin-bottom: 12px;
  margin-left: -3px;
}
h1.exclamation:before {
  position: relative;
  top: 5px;
  padding-right: 15px;
  content: url("../images/badges/alert_48.png");
}
h1.exclamation,
h1.attention {
  font-weight: 900;
  font-size: 14px;
  font-family: Helvetica, Arial;
  color: #3a5160;
  color: #3a5160;
}
html.IE h1.exclamation,
html.IE h1.attention,
div.dialog-header h1 {
  font-weight: bold;
}
html[dir="rtl"] h1.exclamation,
html[dir="rtl"] h1.attention,
html[dir="rtl"] div.attention {
  padding-right: 58px;
  padding-left: 0px;
  background-position: right 5px;
}
div.dialog div.dialog-header h2,
div.dialog div.dialog-content h2,
#applet-container > article > header > h2 {
  font-size: 20px;
  line-height: 26px;
}
div.dialog div.dialog-header h1 + h2,
div.dialog div.dialog-content h1 + h2 {
  margin-top: 15px;
  margin-bottom: 15px;
}
div.dialog div.dialog-header div.close-button,
#applet-container > article > header > div.close-button {
  position: absolute;
  top: 4px;
  right: 4px;
  cursor: pointer;
}
html[dir="rtl"] div.dialog div.dialog-header div.close-button,
html[dir="rtl"] #applet-container > article > header > div.close-button {
  left: 4px;
  right: inherit;
}

div.dialog div.dialog-content,
#applet-container > article > section {
  border-top: 1px solid #fff;
  border-left: 1px solid #c2cacf;
  background-color: #d2dadf;
  background: url("../images/applet/top.png") top left no-repeat, url("../images/applet/bottom.png") bottom left no-repeat, url("../images/applet/repeat.png") center left repeat-y;
  overflow-x: hidden;
}
#applet-container > article > section {
  min-height: 352px;
}
div.dialog div.dialog-content > h1:first-child,
div.dialog div.dialog-content > h2:first-child {
  margin-top: 0;
}
div.dialog div.dialog-buttons,
#applet-container > article > footer {
  padding: 15px 28px;
/* 30 - 2 */
  background: url("../images/applet/footer.png") bottom left no-repeat;
}



div.dialog ul > li {
  padding-top: 5px;
  padding-bottom: 5px;
}
div.dialog ul > li:last-child {
  padding-bottom: 0;
}
div.dialog ol {
  margin: 5px 0;
  padding: 0;
}
div.dialog ol > li {
  padding: 6px 5px 16px 40px;
  list-style: none;
  background-repeat: no-repeat;
  background-position: left top;
}

/* Spinner */

.clear-both {
  clear: both;
}

.auto-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clearBoth {
  clear: both;
}

a.disabled {
  color: #c5c5c5;
}

