/*Default Overrides*/
ul.links{
  padding: 0;
}
ul.links li {
  padding: 0;
}


/*Tab Styles*/
li a#view_tab {
  padding-left: 20px;
  background-image: url(../img/blt/blt_view.gif);
  background-repeat: no-repeat;
  background-position: 2px 2px;
}

li a#edit_tab {
  padding-left: 20px;
  background-image: url(../img/blt/blt_edit.gif);
  background-repeat: no-repeat;
  background-position: 2px 2px;
}

/*Edit Block Styles*/
div.edit_block_link a{
  margin-top: -10px;
  /*float: right;*/
  padding: 0px 6px 1px 18px;
  line-height: 15px;
  border: 1px solid #999;
  background-color: #fff;
  background-image: url(../img/blt/blt_edit.gif);
  background-repeat: no-repeat;
  background-position: 2px 2px;
  text-decoration: none;
  z-index: 10;
}

div.edit_block_link a:hover {
  background-color: #f3f3f3;
}

/*Admin menu*/
div#admin_menu {
  font-size: 12px;
}

/*Messages*/
.messages {
  background-color: #faf9f9;
  border: 1px solid #aaa;
  padding:  20px 3px 10px 50px;
  margin: 4px;
  font-weight: bold;
}

div.messages ul{
  margin: 0px;
  padding: 0px;
}

div.messages li{
  list-style: none;
  line-height: 17px;
  margin: 2px 0 0 0;
  padding: 0 0 0 25px;
  background:  url(../img/blt/blt_arrow.gif) no-repeat 0px 3px;
}

div.status {
  background:  url(../img/ico/ico_inform.png) no-repeat 6px 6px;
  background-color: #fff;
  color: #000;
}

div.error{
  border: 1px solid red;
  background:  url(../img/ico/ico_error.png) no-repeat 6px 6px;
  background-color: #fff;
  color: #000;
}

/*Qrios Portal Manager Apeal*/
div.content table {
  padding: 2px;
}

table.package {
  width:98%;
  margin: 3px;
}
tr.even td, tr.odd td {
  color: #333;
  padding: 3px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

tr.odd {
  background-color : #f2f3f4;
}

tr.even {
  background-color: #faf9f9;
}

a.feed-icon img{
  padding-top: 15px;
}

div.links img.i18n-icon {
  margin-bottom: -2px;
}

/*Teasers*/
span.submitted, span.submitted a {
  font-size: 10px;
}

/*Formulieren*/
#q_content div.form-item {
  background-color: #faf9f9;
  border: 1px solid #e4dfdf;
  margin-bottom: 4px;
  margin-top: 4px;
  padding: 2px;
  padding-bottom: 5px;
  padding-left: 25px;
  color: #333;
}

#q_content div.node-form{
  background-color: #fff;
  border: 2px solid #d4d4d4;
  padding: 3px;
}

#q_content div legend a, div legend{
  font-weight: bold;
  font-size: 12px;
}

#q_content div legend a:link, div legend a:visited {
  text-decoration: none;
}

#q_content div legend{
  color:#002244; 
  padding: 4px 6px 3px 6px;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  background-color: #fff;
  margin-bottom: 5px;
}

html.js fieldset.collapsed{
  margin-bottom: 10px;
}


html.js fieldset.collapsible .fieldset-wrapper {
  overflow: hidden;
}

html.js fieldset.collapsible legend a {
  background: none;
}

div fieldset.collapsible legend{
  background:  url(../img/ico/expand.gif) no-repeat 6px 6px;
  background-color: #fff;
}

div fieldset.collapsed legend{
  background:  url(../img/ico/collapse.gif) no-repeat 6px 6px;
  border-bottom: 1px solid #aaa;
  background-color: #fff;
}

div fieldset{
  color: #333;
  border: 1px solid #aaa;
  border-right: 2px solid #aaa;
  border-bottom: 3px solid #aaa;
  margin-top: 10px;
}

div fieldset div{
  background-color: #fff;
}

div fieldset label{
  letter-spacing: 1px;
  font-size: 11px;
  margin-left: -18px;
  margin-bottom: 1px;
}

div.form-item div.description {
  padding: 3px;
  margin-left: -25px;
  padding-left: 25px;
  background:  url(../img/ico/ico_info.png) no-repeat 3px 3px;
}

/*Webform module*/
div fieldset.webform-component-fieldset label{
  margin-bottom: 0px;
}

div.webform-component-select select {
  width: 250px;
}

div fieldset.webform-component-fieldset{
  margin-top: 1px;
}

div fieldset.webform-component-fieldset div.form-item{
  padding-bottom: 3px;
}

/*Sitemap*/
div.site-map ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  margin-left: 10px;
  margin-bottom: 10px;
}
div.site-map li {
  list-style: none;
  list-style-image: none;
  margin: 2px 0 0 0;
  padding: 0 0 0 25px;
  background: url(../img/blt/blt_logo.gif) no-repeat 0px 1px;
}

div.site-map li li{
  padding: 0 0 0 20px;
  background: url(../img/blt/blt_tree.gif) no-repeat 0px 3px;
}

div.site-map li a {
  line-height: 20px;
  font-weight: bold;
}

div.site-map li li a {
  line-height: 17px;
  font-weight: normal;
}

div.site-map h2 {
  margin-top: 15px;
}

/*Archive Calendar*/
div.calendar table{
  border: 2px solid #666;
}

div.calendar table td{
  border: 1px solid #bbb;
}

div.calendar table td.day-link{
  background-color: #cfe58e;
}

div.calendar table th{
  background-color: #faf9f9;
  border: 1px solid #bbb;
  border-bottom: 2px solid #bbb;
}

div.calendar table caption a{
  padding: 2px 5px 3px 5px;
  line-height: 18px;
  text-decoration: none;
  font-size: 15px;
}

div#q_submenu div.block div.edit_block_link a, div#q_footer div.block div.edit_block_link a{
  margin-top: -10px;
  float: right;
  padding: 0px 6px 1px 18px;
  line-height: 15px;
  border: 1px solid #999;
  background-color: #fff;
  background-image: url(../img/blt/blt_edit.gif);
  background-repeat: no-repeat;
  background-position: 2px 2px;
  text-decoration: none;
}

div#q_submenu div.block div.edit_block_link a:hover, div#q_footer div.block div.edit_block_link a:hover {
  background-color: #f3f3f3;
}

/*Artikelen*/
span.submitted {
  background:transparent url(../img/ico/time.png) no-repeat scroll left center;
  display:block;
  font-size:11px;
  line-height:20px;
  padding-left:20px;
}
div.tags {
  background:transparent url(../img/ico/tag_red.png) no-repeat scroll left 4px;
  display:block;
  font-size:11px;
  line-height:18px;
  padding-left:20px;
  padding-bottom: 4px;
}
div.tags a {
  padding-right:3px;
  font-size:11px;
  line-height:18px;
}

div.tags td  {
  font-size:11px;
  line-height:18px;
  padding-right:5px;
}