@import url("header.css");
@import url("menu.css");
@import url("content.css");
@import url("datepicker.css");

* {
    font-family : Arial, Verdana, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}
body {
    font-family: "Lucida Grande", arial, helvetica, verdana, sans-serif;
    background-color: #E5EFEF;
    font-size: 12px;
    line-height: 150%;
    font-weight: normal;
    text-align: left;
    margin: 0;
    padding: 0;
    height: 100%;
    color : #111;
    background: #333;
}

div.apitselect {
    border: solid 1px;
    border-color: red;
    width: 500px;
}

div.apitselect div.item {
    background: blue;
    margin: 1px;
    float: left;
    clear: none;
}

div.apitselect input {
    border-style: none;
    outline-style: none;
    overflow: visible;
    margin: 1px;
    float: left;
    clear: none;
    overflow: hidden;
}


#container {
    width : 700px;
    min-height : 500px;
    margin : 20px auto 0px;
    padding : 0;
    z-index : 0;
    position : relative;
    text-align : left;
    border : 2px solid #3060cc;
    border-width: 1px 0px 1px;
	border-color: #333;
    background : #e7f6fd url(../image/lucht-1x600.png) bottom left repeat-x;
}

#content {
	background: transparent;
}

#footer {
    clear: both;
    font-size: 0.9em;
    border-top: 0px solid #c00;
    padding: 0px;
	height: 50px;
    background : transparent url(../image/grasrand-400x50.png) bottom left repeat-x;
}

img {
    border: 0px solid #ddd;
}

.image.right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

.datum {
    color: #666;
}

.attentie {
	color: #c00;
	border: 1px solid #000;
	background-color: #fff;
	padding: 5px 10px;
	font-weight: bold;
}

body {
    font-size: 12px;
    line-height: 18px;
}

p {
    margin-bottom: 1em;
}

ol {
    list-style-type: decimal;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0px;
    padding-left: 20px;
}
ul {
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0px;
    padding-left: 20px;
}

table
{
    font-size: 12px;
    line-height: 150%;
    border-collapse: separate;
}

tr * {

}

td {
    padding: 2px 3px;
    border-top: 1px solid #ddd;
    vertical-align: top;
}
td.date {
    width: 80px;
}
td.number {
    text-align: right;
}
td.medium {
    max-width: 40%;
}

th {
    padding: 2px 3px;
    border-top: 0px solid #ddd;
}

/* General classes */

.clear {
    clear: both;
}

.item.selectable {
    cursor: pointer;
}

.item.sel * {
    background-color: #ccc;
}


/* Koppen */
h1, h2 {
    color : #222;
    text-align : left;
}

h1 {
    letter-spacing: 0.1em;
    color: #222;
    font-size : 18px;
    font-weight : bold;
    text-decoration : none;
    text-transform: uppercase;
    margin : 0px 0px 10px;
    padding: 2px 0px 2px 0px;
    border: 0px solid #ccc;
}



h2 {
    margin : 0px 0px 2px;
    line-height: 1.5em;
    font-size: 15px;
}

h3 {
    font-size: 12px;
    line-height: 18px;
}

ul, ol {
    margin-bottom: 1em;
}


/* Links*/
a, a:visited {
    color: #900;
    text-decoration: underline;
}

a:hover {
    color: #DA002E;
}

a:hover, a:active {
    text-decoration: none;
}

a:link img {
    border-bottom: 0px;
    text-decoration: none;
}


.ajax-loading {
    position: fixed;
    top: 10px;
    left: 10px;
    background-color: #eee;
}

.apit_alert {
    display: none;
}

#apit_alerts {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 200px;

    opacity: 0.95;
    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
}

#apit_alerts .apit_alert {
    display: block;



    margin: 5px;
    padding: 5px 10px;
    width: auto;
    background-color: #222;
    color: #fff;
    border: 1px solid #999;
}