/*******************************
 *          Framework
*******************************/
html {
    margin: 0px;
    padding: 0px;
    background-color: #e7e9ea;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #dfe2e3;
    background-image: url('http://feport.accounts.intracto.be/images/bg.jpg');
    background-repeat: repeat-x;
}

/*******************************
 *          GUI
*******************************/
label {
    cursor: pointer;
}

fieldset {
    border: 1px silver solid;
}

form.cmxform ul li label {
  width: 150px;
}

form.cmxform li.checkbox, form.cmxform li.submit {
    margin-left: 151px;
}

form.cmxform fieldset ul li.submit {
  margin-left: 151px;
}

form.cmxform fieldset textarea.autogrow {
    width: 200px;
    height: 100px;
}

/*Spambot protection*/
span.email {
	direction: rtl;
	unicode-bidi: bidi-override;
}

/*******************************
 *          header
*******************************/
div#header {
    height: 276px;
    width: 800px;
    padding: 0px;
    background-image: url('http://feport.accounts.intracto.be/images/header.jpg');
    background-repeat: no-repeat;
    margin-left: -340px;
	left: 50%;
	position:relative;
}

#block{
	position: absolute;
	left: 50%;
	margin-left: -500px;
	top: 300px;
}

div#header h1 {
    text-indent: -1000px;
    margin: 0px;
}

/*******************************
 *          menu
*******************************/
div#header ul#menu {
margin-left:37px;
margin-top:-11px;
padding:0;
}

div#header ul#menu li {
    display: inline;
    list-style: none;
    border-right: 1px solid #c3c4c5;
    margin-right: 10px;
    padding-right: 10px;
}

div#header ul#menu li#lastmenuitem {
    border-right: none;
}

div#header ul#menu li strong {
    font-weight: normal;
    color: black;
}

div#header ul#menu li a {
    color: #43738c;
    text-decoration: none;
}

div#header ul#menu li a:hover {
    color: #528DAB;
}

/*******************************
 *          content
*******************************/
div#content {
    width: 800px;   
    margin-top: 16px;
	margin-left: -340px;	
	left: 50%;	
	position:relative;
}

/*******************************
 *          footer
*******************************/
div#footer {
    background-color: #e7e9ea;
    width: 100%;
    text-align: center;
    border-top: 1px white solid;
    margin-top: 35px;
}

h6 {
    color: #9b9b9b;
    font-weight: normal;
    height: 40px;
    margin: 0px;
    padding-top: 25px;
}

h6 a {
    color: #608599;
}

.itr_tip {
    background-image:url(../admin/tip.png);
    background-repeat: no-repeat;
    
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 30px;
    
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    
    border-style: solid;
    border-width: 1px;
    border-color:#999999;
    background-color:#FFFFE1;
}

a.button {
    width: 79px;
    height: 25px;
    display: block;
    background-image: url('http://feport.accounts.intracto.be/images/button.png');
    color: white;
    text-decoration: none;
    font-size: 11px;
    text-align: center;
    line-height: 25px;
}

ul.documents {
    list-style: url('http://feport.accounts.intracto.be/admin/filetypes/page_white_text.png');
    list-style-position: inside;
}

table.sortable th {
   text-align: left;
   cursor: pointer;
}
table.sortable th.sorttable_nosort {
   cursor: auto;
}

span#currentdate {
        color:white;
        font-size:10px;
        font-weight:normal;
        left:688px;
        position:relative;
        top:108px;
}

form.cmxform fieldset ul li {
        list-style-image: url('gdfg.jpg');
        list-style-position:outside !important;
        list-style-type:none !important;
    }
    
form.cmxform fieldset legend{
    color: black;
}

#loginbutton {
    display:block;
    height:108px;
    left:607px;
    position:relative;
    top:-18px;
    width:172px;
}
