body {
    margin: 0;
    font-family: Arial, Sans-Serif;
    font-size: 12px;    
}

img {
	border:none;
}

a {
    text-decoration: none;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.overlay {
    position:absolute;
	background: #fff;
    opacity: .7;
	z-index:5;
	top:0;
	left:0;
}

.popup {
    position:absolute;
	top:0;
	left:0;
	z-index: 10;
	width: 500px;
    background: #86afe2;
    padding: 20px;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 10px #ccc;
}

.popup h1 {
    color: #fff;
    margin: 0 0 20px 0;
}

.popup input {
    border: 1px solid #648dc0;
    height: 26px;
    width: 250px;
    margin: 2px 0;
    padding: 0 5px;
}

.popup select {
    width: 262px;
    border: 1px solid #648dc0;
}

.popup tr td {
    padding: 0 15px 0 0;
}

.popup textarea {
    border: 1px solid #648dc0;
    font-family: arial;
    height: 86px;
    width: 250px;
    max-height: 186px;
    min-height: 86px;
    max-width: 250px;
    min-width: 250px;
    padding: 5px;
    margin: 2px 0;
}

.formEdit {
    color: #fff;
    
    text-decoration: underline;
}

.formEdit:hover {
    color: #000;
}

div.popup .submitButton , div.popup .submitButton_red, .submitButton, .submitButton_red  {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    margin: 10px 0 0 5px;
    float: right;
    color: #fff;
    background: #648dc0;
    border-radius: 3px;
	border:none;
	cursor:pointer;
	width:auto;
}

.submitButton:hover {
    background: #4877b0;
}

.submitButton_red {
    background: #ce0000;
    border-radius: 3px;
}

.submitButton_red:hover {
    background: #840000;    
}

.tabBar {
    height: 50px;
    width: 100%;
    background: #86afe2 url(../gfx/tab_bg.png);
}

.tabBar a {
    color: #7998c0;
    font-size: 20px;
    line-height: 45px;
    height: 45px;
    float: left;
    background: url(../gfx/inactive_tab_bg.png);
    padding: 0 80px;
    margin: 5px 2px 0 0;
    border-radius: 5px 5px 0 0;
}

.tabBar a.active {
    background: #fff;
    border-radius: 5px 5px 0 0;
}

.tabBar .add {
    padding: 0 20px;
    font-size: 40px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    font-weight: bold;
    background: none;
    color: #fff;
	cursor:pointer;
}

.mainContainer {
    width: 1620px;
    height: 1020px;
    margin: 20px;
}

div.mainContainer div.column {
    width: 385px;
    float: left;
    overflow: hidden;
	overflow-x:auto;
    margin: 0 20px 0 0;
}

.column2 {
    width: 455px;
    float: left;
    margin: 0 20px 0 0;
}

.column3 {
    width: 455px;
    float: left;
    margin: 0 20px 0 0;
}

.column4 {
    width: 455px;
    float: left;
}

.table1 {
    width: 385px;
    margin: 0 0 20px 0;
    background: #E8EDFF;
    color: #4a4a6f;
}

.table2 {
    width: 1620px;
    float: left;
    margin: 0 0 20px 0;
    background: #E8EDFF;
    color: #4a4a6f;
}

.table1:hover, .table2:hover {
    background: #E8EDFF;
}

.table1 td, .table2 td {
    font-size: 12px;
    padding: 5px;
    border-bottom: 1px  solid #fff;
}

.table1 tr:hover, .table2 tr:hover {
    background: #dde4ff;
}

.table1 .title, .table2 .title {
    color: #4a4a6f;
    background: #dde4ff;
}

thead td {
    color: #fff;
    background: #AABCFE;
    font-size: 10px;
    font-weight: bold;
}

.title td {
    border: 0;
    font-size: 24px;
    font-weight: bold;
}



.column-block-head{
    font-size: 12px;
    padding: 5px;
    border-bottom: 1px  solid #fff;
    color: #4a4a6f;
    background: #dde4ff;
    border: 0;
    font-size: 24px;
    font-weight: bold;
}


.minimize {
    border: 1px solid #AABCFE;
    height: 18px;
    width: 18px;
    float: right;
    font-size: 30px;
    color: #AABCFE;
    text-align: center;
    line-height: 18px;
    border-radius: 3px;
    margin: 5px 0 0 0;
}

.title td:hover {
    background: #dde4ff;
}


/* forms */

form .title {
    width: 1000px;
    text-align: center;
    border-radius: 10px;
    float: left;
    color: #aaa;
    font-weight: bold;
    margin: 0 0 0 50px;
}

.form {
    width: 1000px;
    
    color: #555;
    float: left;
    padding: 15px 0;
    margin: 0 0 10px 0;
    text-align: right;
    border-bottom: 1px dotted #ddd;
}

.form td {
    width: 200px;
}

.form input, .form select, .form textarea {
    width: 200px;
    max-width: 900px;
    border: 1px solid #ccc;
    float: left;
}

.form textarea {
    min-width: 600px;
    min-height: 300px !important;
}

.form .street {
    width: 143px;
}

.form .number {
    width: 50px;
    margin: 0 0 0 5px;
}

.form .zipcode {
    width: 60px;
    margin: 0 5px 0 0;
}

.form .place {
    width: 133px;
}

.form textarea {
    height: 70px;
    min-height: 70px;
    overflow-y: auto;
}

/* opdrachten */

.assignments {
    width: 1880px;
    margin: 0 0 20px 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.assignments td {
    font-size: 14px;
    padding: 5px 10px 5px 10px;
    border-bottom: 1px solid #ddd;
}

.assignments .sorters td {
    font-size: 10px;    
}

.assignments tr:hover {
    background: #eee;
}

/* Schepen overzicht */

.formulier {
    float: left;
    width: 1000px;
}

.shipList, #searchboats, .shipList2  {
    float: left;
    width: 500px;
    margin: 0 0 0 50px;
    background: #dde4ff;
    overflow-y: hidden;
    border-radius: 5px;
}

.shipList:hover, #searchboats:hover {
    overflow-y: auto;
    overflow-x: hidden;
}

.shipList li, .shipList2 li,  #searchboats li {
    padding: 5px 20px;
    border-bottom: 1px solid #fff;
    color: #4A4A6F;
}

.shipList li:first-child:hover {
    background: #dde4ff;
    color: #4A4A6F;
}

.shipList li:hover, #searchboats li:hover, #searchboats li:hover a {
    background: #4A4A6F;
    color: #fff;
}

.shipList .searchBox, .shipList select, #searchboats .searchBox, #searchboats select, .shipList2 .searchBox, .shipList2 select {
    border: 1px solid #ccc;
    margin: 7px 5px 7px 0;
    padding: 2px;
}

.shipList .searchBox, .shipList2 .searchBox, #searchboats .searchBox {
    width: 100px;
}

.shipList select, .shipList2 select,  #searchboats select {
    width: 106px;
}

.shipList .submitButton, .shipList2 .submitButton, #searchboats .submitButton {
    margin: 0 20px 0 0;
}

.searchTable {
    margin: 20px 0;
    width: 470px;
}

.searchTable td {
    margin: 0;
    padding: 0 10px 0 0;
}

.plus {
    font-family: impact;
    font-size: 20px;
    color: #003a75;
    line-height: 30px;
}

.addAssignment {
    width: 1880px;
    display: block;
    margin: 0 0 20px 10px;
}

.addAssignment a {
    color: #555;
    font-family: arial;
    font-size: 12px;
    line-height: 30px;
    vertical-align: 4px;
    margin: 0 0 0 5px;
}

table tr td.required {
	background: url(../gfx/asterix.png) no-repeat center right;
}

table tr td.error input {
	border:1px solid red;
}

span.error {
	color:red;
}

div.message_oke {
	background: url(../gfx/checked.jpg) no-repeat;
}

div.message_error {
	background: url(../gfx/error.gif) no-repeat;
}

div.popupmessage {
	padding: 0 80px;
	height:50px;
}

table.table3 {
	width:100%;
}

table tr td.image {
	width:20px;
}





table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
}


tr.ship-edit td{
	background-color: #fbd083;
}

tr.ship-new td{
	background-color: #83fb90;
}