﻿
body {
    margin: 3px;
}

body, table {
    font: normal 12px Arial;
}

p {
    margin-top: 3px;
}


.printpagebreak {
    height: 5px;
    border-bottom: dotted 1px #999999 !important;
    border-top: dotted 1px #999999 !important;
    clear: both !important;
    page-break-after: always;
    background-image: url(images/pagebreak.gif) !important;
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat !important;
}

.dragcontrol, .dragcontrol * {
    cursor: default !important;
}

    .dragcontrol .dragcontrol {
        background-color: #eeeeee;
        opacity: 0.5;
        
    }

.designborder div.rtelayer {
    border: 2px solid #0099ff;
}

.designborder form {
    border: 1px dotted #ff0000;
}

.designborder table {
    border: dotted 1px #7F7C75;
}

.designborder tr {
    min-height: 10px;
}

.designborder td {
    border: dotted 1px #7F7C75;
}



/*fix opera*/
body > br:first-child {
    display: none;
}

