/* text / image alignment */

.textAndImage .left{float: left; text-align: left;width:auto; display: inline}
.textAndImage .right{float: left; text-align: left;width:auto; display: inline}

.textAndImage .ileft {
    float:left;
    margin-right:10px;
}
.textAndImage .iright {
    float:right;
    margin-left:10px;
}
.textAndImage .tleft {
    float:left;
}
.textAndImage .tright {
    float:left;
}

/* spacer */
.spacerAfter50{margin-bottom: 15px}
.spacerAfter1{margin-bottom: 30px}
.spacerAfter2{margin-bottom: 60px}
.spacerAfter3{margin-bottom: 90px}
.line{border: 1px solid #00395a; border-width: 1px 0 0 0; margin-bottom:6px; margin-top:6px;}


/* history list*/

.historyListDetail{
    display: none;    
}
.openEntry{
    display: block;
}

/* form */
.hiddenFormElement{display: none;}
.short{width:50px !important;}

/* menu */
.menu .left{width:350px !important;}
.menu .right{width:300px !important; float: right}
.menu p, .menu table td{padding: 0;}

/* footer */
address{font-style:normal;}

/* webcam */
.webcam {
	background: #00395a;
    height: 510px;
	margin-bottom: 15px;
	text-align: left;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/loader.gif");
    width: 670px;
}

