/*
 *   Antwoord voor bedrijven
 *
 *   Stylesheet voor scherm en projectie
 *   Correcties voor Internet Explorer 8
 *   /css/mb/scherm_ie8.css
 *   15 july 2009
 *
 *
 ************************************************************ /

/* speciaal voor berichtenbox */

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

div.wrap {
    margin-top: -.6em;
    z-index: 100;
}

table.messages tr { /* pixel perfect aligning of rows */
    height: 1.95em !important;
}

table th {
    text-align: left;
}

#content div.main {
    top: 3.3em !important;
}

input.file {
    width: 16em !important;
}

/* positioning form during resize */
body.kleiner #content form {
    margin-top: .2em;
}

body.groter #content form {
    margin-top: -.2em;
}

body.grootst #content form {
    margin-top: -.4em;
}

ul.in-column-menu {
    padding-top: .8em !important;
}

ul.in-column-menu input.submit {
    padding: .3em .4em !important;
}

/* Taco */
/* for disabeling links and softening content behind confirm option, now in use with descision on sending an attachment with a virus */
.block {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    /* above line works in IE6, IE7, and IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=6)";
}

.messages div.contentpane {
    width: 62% !important;
}

/* adjustments */
form legend {
    margin-bottom: 1em;
}

.formview input.standard, .formview input.standardsearch {
    height: 1.3em;
}

.formview input.standard {
    width: 22.5em !important;
}

.formview input.standardsearch {
    font-size: 1.15em
}

.formview fieldset.select {
    width: 25.4em !important;
}

.formview select.with-button {
    width: 19em !important;
    margin-right: .32em;
}

.formview fieldset.select input.option {
    margin-right: 0
}

.formview textarea.full-width {
    width: 36em !important;
    margin-right: 0;
}

div.wrap {
    top: 5.9em !important;
}

#content div.messages {
    margin-top: 2.6em !important;
}

.formview input.standard {
    width: 22.2em;
    font-size: 1.1em;
}

.formview label {
    width: 8em !important;
}

.formview li fieldset {
    width: 68% !important;
}

.formview .searchcontacts {
    height: 2em !important;
}

form.form_ll textarea {
    margin-right: .1em;
    width: 22.4em
}

/*.formview textarea, .formview span.textfield {
	width:96.2% !important;
} */
.formview textarea.full-width {
    width: 33em !important;
}

.formview li fieldset.actions input.secondary {
    padding: .2em .5em !important;
}

fieldset.actions input.secondary.concept {
    width: 11em;
}

.formview li fieldset.actions input {
    font-size: 1.1em;
}

.formview li fieldset.actions.settings {
    padding-left: 11.4em;
    width: 68.2% !important;
}

div.sidepane {
    width: 35% !important;
    margin-top: 1.1em;
}

input.file {
    width: 22em !important;
}

.formview select {
    font-size: 1.1em;
}

.messagetext select {
    margin-left: 3em !important;
}

input#new-gsm {
    width: 22em;
    margin-left: .5em
}

form.form_ll li em {
    width: 11.5em;
}

table.messages tr td.subject, table.standard-messages tbody tr td.input {
    word-break: break-all;
}
