/*
    customDPT.js
    basic scripts for digital publishing Tool
*/
body {
    background-color: #519eb1;
    font: .7em/1.5em verdana,arial,helvetica,sans-serif;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    margin-bottom:0px;        
}
img{
    border: none;
}

.dptcontenthtml {
    // this css class is used for the dptcontent div if view=noflash mode
    background-color:#519eb1;
    margin-left:10px;
    margin-right:10px;
    margin-top:10px;
    margin-bottom:10px;        
}
.dptcontentflash{
    // this css class is used for flash mode (and google mode)
    background-color:#519eb1;
    position:absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    margin-bottom:0px;        
}

.dpt_division{
    //padding: 1em;
    margin-left:3px;
    margin-right:3px;
    margin-top:3px;
    margin-bottom:3px;   
	border: 1px solid #BBBBBB;
}
.dpt_document{
    //padding: 1em;
    margin-left:3px;
    margin-right:3px;
    margin-top:3px;
    margin-bottom:3px;   
}

.dpt_template{
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    margin-bottom:0px;   
}

.dpt_place{
    margin-left:3px;
    margin-right:3px;
    margin-top:3px;
    margin-bottom:3px;   
}
.dpt_element{
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    margin-bottom:0px;   
}

#flashplayer-info{
    margin-left:5px;
    margin-right:5px;
    margin-top:5px;
    margin-bottom:5px;   
    border: 2px solid yellow;
    padding: 1em;
}

#portal-footer-html{
    margin-top:5px;
    text-align:center;
}

// this would be the right place to insert your specific textformats

