/* -*- coding: utf-8 -*- */

body {
  font-size: 12px;
  font-family: 'Bitstream Vera Sans','Lucida Grande','Lucida Sans Unicode','Geneva','Verdana',sans-serif}

ul > li {
  background-image: none;
}

ul {
  margin-bottom: 1.5em;
}

table#header {
  text-shadow: none;
}

table#header td#headtext {
  width: 95px;
}

td#header-center {
  height: 50px;
}

#logo {
  background-image: none;
  width: 95px;
}

#appliName > a:before {
  content: '';
  background-image: url("images/logo.jpg");
  background-repeat: no-repeat;
  width: 95px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
}
    /* homepage */
div.separator {
  margin-bottom: 3em;
}

#page {
  margin: 8px;
}
/* lists */

ul, ol {
  list-style-type: none;
}

ul.simple li, .popupWrapper ul li, .cardcontent ul li {
  background-image:url("icons/bullet_blue.png");
}

table#header {
  background:  #6BAEDE;
}

table#header a {
  color: #fff;
}

table#header #boxmenu_admin a {
  color: #000;
}

table#header #boxmenu_admin {
  background-color: #fff;
  padding: 1em 0.5em 0;
  border: 1px solid #6BAEDE;
}

table#mainLayout tr,
table#mainLayout td,
tr.entityfield th,
tr.entityfield td {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

table.listing tr.highlighted td {
  background-color: #ccc;
}

table.listing tr td span.late a {
  color: #ff3333;
  font-weight: bold;
}

table.listing tr td span.incomplete a {
  color: #ff9933;
  font-weight: normal;
}

ul.relactes li {
  background: none;
}

/* boxes */
.boxBody a.boxMenu, .boxBody ul.boxListing a.boxMenu {
  background : transparent url(icons/puce_down_blue.png) no-repeat scroll 98% 6px
}

.contextualBox div.boxTitle {
  background: #bfbed0;
}

.contextualBox div.boxTitle span{
  color: #333;
}

.contextFreeBox div.boxTitle span {
  text-shadow: None;
}

div.boxTitle,
.contextFreeBox div.boxTitle{
  background:  #6BAEDE;
}

div.boxTitle span, div.sideBoxTitle span {
  color: #fff;
  display: inline-block;
  padding: 0.17em 0.7em 0.12em;
}
div.download_box div.boxTitle {
  background: #bfbed0 !important;
}

.primaryRight div.boxBody,
div.download_box div.boxBody {
  background: #f8f8ee;
}

/*search_box */
div.boxTitle span span {
  padding: 0
}

div.boxBody a:hover,
ul.boxListing a.boxMenu:hover {
  background: #f2f1f6;

}

ul.boxListing ul li a {
  background-image:url("icons/bullet_blue.png");
}

/* login */

div#userActionsBox a.popupMenu {
  color:#fff
}

div.popup,
div#popupLoginBox div.loginContent {
  background: #bfbed0;
  color: #6BAEDE;
}

div#loginBox div.loginTitle{
  background : #6BAEDE;
}

input:focus {
  border: 1px inset #6BAEDE;
}

/* facets */

div.facetTitleSelected {
  background: url("required.png") no-repeat right top;
}

div.facetBody {
  font-size: 80%;
}

/* forms */
form.entityForm table.attributeForm input,
form.entityForm table.attributeForm textarea,
form.entityForm table.attributeForm select {
  border: 1px solid #AAA;
}

/* card */
.cardcontent li {
  background-repeat: no-repeat;
  background-position: left 1ex;
  padding-left: 1em;
}

.cardcontent strong,
.cardcontent b {
  font-weight: bold; /* I (adim) could not figure exactly who changed the default b / strong rendering */
}

#contentheader a {
  color: #434379;
}

table.listing td a,
table.listing td a:visited {
  color: #434379;
}


button,
button.loginButton,
button.validateButton {
  color: #333;
  background: none;
  background-color: #fff;
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 6px;
  margin-bottom: 0;
  margin-left: .5em;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 4px;
}

input {
 padding: 6px 6px;
￼font-size: 12px;
￼line-height: 1.3;
}


