.body {
    float: left;
    margin: 0 15px 10px 15px;
}
.nav {
    border: 1px solid #c0c0c0;
    border-style: solid none solid none;
    margin-top: 5px;
    padding: 7px 12px;
}

.message {
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

.paginateButtons a {
    margin-right: 4px;
    background-color: #ffff99;
    border: 1px solid #999900;
    font: 11px verdana, arial, helvetica, sans-serif;
    padding: 3px;
    text-decoration: none;
    color: #000000;
}

.paginateButtons .currentStep {
    margin-right: 4px;
    background-color: #dbdb84;
    border: 1px solid #b7b800;
    font: 11px verdana, arial, helvetica, sans-serif;
    padding: 3px;
    text-decoration: none;
    color: #000000;
}


div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}
div.errors ul {
    list-style: none;
    padding: 0;
}
div.errors li {
	background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
    list-style-type: none;
}

td.errors select {
    border: 1px solid red;
}
td.errors input {
    border: 1px solid red;
}



.dialog table {
    border: 0px solid #c0c0c0;
    
}
.dialog tr {
    border: 0;
}
.dialog td, .dialog  th {
    font: 11px verdana, arial, helvetica, sans-serif;
    line-height: 12px;
    padding: 5px 6px;
    text-align: left;
    vertical-align: top;
    border: 0pt none;
}
.dialog th {
    color: #606060;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
    padding: 2px 6px;
}
.dialog th a:link,  th a:hover {
    color: #333;
    display: block;
    text-decoration: none;
    width: 100%;
}

.dialog th.asc a, .dialog th.desc a {
    background-position: right;
    background-repeat: no-repeat;
}
.dialog th.asc a {
    background-image: url(../images/skin/sorted_asc.gif);
}
.dialog th.desc a {
    background-image: url(../images/skin/sorted_desc.gif);
}

.dialog .prop {
    padding: 5px;
}
.dialog .prop .name {
    text-align: left;
    /* width: 15%; */
    white-space: nowrap;
}
.dialog .prop .value {
    text-align: left;
    /*    width: 85%; */
}

.entitylist {
    overflow: scroll;

}

.dialogscroller {
    overflow: scroll;
}

input:focus, select:focus,textarea:focus {
    background-color: #beeded;
    border: 2px groove #50B0B0;
}

button, input, select, textarea {
    border: 2px solid #50B0B0;
    background-color: #9bcced;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    margin: 2px 0;
    padding: 2px 4px;
}

.html-list-content {
    font-size: 9px;
    height: 8em;
    width: 30em;
    overflow: scroll;
    background-color: white;
    border: 1px black solid;
}

.html-content {
    height: 20em;
    width: 30em;
    overflow: scroll;
    background-color: white;
    border: 1px black solid;
}

.html-content-format {
    color: black;
}

.html-content-format table td, .html-content-format table th {
    border: 1px dotted #b8b4b4;
    background: white;
    color: inherit;

}
