/*Qrios Portal Manager Apeal*/

html.js fieldset.collapsed legend a, html.js fieldset.collapsible legend a  {
  background-image: none;
}


div.content table {
    padding: 2px;
    width: 100%;
}

tr.even td, tr.odd td {
    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;
}

/*links onder content*/
div.links {
    height: 18px;
    padding-right: 15px;
    border: 1px solid #ddd;
    text-align: right;
    background-image : url(../img/bg_link_balk.png);
}

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

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

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

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

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

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

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: 10px;
}

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

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

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

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

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;
}

/*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;
}

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

/*Sitemap*/
div.site-map div.content li {
    list-style: none;
    list-style-image: none;
}

div.site-map li {
    list-style: none;
    margin: 2px 0 0 0;
    padding: 0 0 0 25px;
    background: url(../img/blt/blt_link.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;
}

/*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;
}

/*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;
}