﻿/*    Blocks POCA Pages  */
.pocaAdd {
    padding: 6px 0px 0px 4px;
}

/* ALL PAGES */
.pocaMain {
    padding: 5px;    
    font-size: 12px;
}

.pocaDetails {
    clear: both;
    width: 740px;
    padding: 5px 5px 5px 25px;    
}

.pocaTabs {
    float:left;
    width: 150px;
}

.pocaPages {
    float:left;
    width: 580px;    
}

.pocaInsideBar{
    padding: 0px 0px 0px 10px;
}

/* TITLE USER CONTROL */
.pocaTitle {
    background-color: lightyellow;
    padding: 5px;
    height: 80px;
}

.pocaTitleLeft {
    float: left;
    width: 660px;
}

.pocaTitleRight {
    float: left;
    width: 80px;
}

.pocaTitleLabelName {
     float: left;
     width: 80px;
}
.pocaTitleControlName {
    float: left;
    width: 270px;
}
.pocaTitleLabelType {
    float: left;
    width: 40px;
}
.pocaTitleControlType {
    float: left;
    width: 120px;
}

.pocaTitleLabelPage {
    float: left;
    width: 40px;
}
.pocaTitleControlPage {
    float: left;
    width: 70px;
}

.pocaTitleLabelDescription {
    clear: both;
    float: left;
    width: 80px;
}
.pocaTitleControlDescription {
    float: left;
    width: 450px;
}

.pocaTitleLabelPorpeties {
    clear: both;
    float: left;
    width: 100px;
}
.pocaTitleControlPorpeties {
    float: left;
    width: 520px;
}

.pocaDetails {
    min-height: 450px;
}

/* HELP USER CONTROL */
.pocaHelp {
    clear: both;
    margin: 2px;
    height: 60px;
    width: 778px;
    border: 1px solid black;
    position: absolute; 
    bottom: 0; 
    left: 0;
}

/* ERROR Area */
.pocaError {
    clear: both;
}

/* BUTTONS USER CONTROL */
.pocaButtons {
    clear :both;
    height: 25px;
    background-color: lightyellow;
    text-align: center;
    padding: 5px 0px 0px 0px;
}

/*  DETAILS */

.pocaCommon {
    padding: 2px 0px 4px 8px;
}
.pocaLeft {
    clear: both;
    float: left;
    width: 100px;
}

.pocaRight {
    float: left;
    width: 400px;
}

/* Tabs Page in Textflow */
pocaTextflowTabs {

}

/* Ruler Tabs Page in Textflow */
.pocaTextflowRulerTabs {

}

/* Inside Panel*/
.pocaInsideHeader {
    background-color: lightyellow;
}

/* CUSTOM */

.pocaCustom {

}

.pocaCustomRepeater {
    height: 340px;
    overflow: auto;
}

.pocaCustomHeader {
    color: white;
    background-color: slategray;
}

/* COLOR DIALOGUE */
.pocaColorDiv {
    padding: 10px;
}

.pocaColorSpaceTitle {
    padding: 5px;
    background-color: lightyellow;
}

.pocaColorSpaceCombo {
    padding: 5px;
}

.pocaColorPanels {

}

.pocaColorTitle {
    padding: 5px;
    background-color: beige;
}

.pocaGrayValue {
    padding: 5px;
}

.pocaRGBValue {
    padding: 5px;
    display: table;
}

.pocaCMYKValue {
    padding: 5px;
}

.pocaSpotValue {
    padding: 5px;
}

.pocaLabValue {
    padding: 5px;
}

.pocaAltValue {
    padding: 5px;
}

.pocaColorSave {
    width: 436px;
    text-align: center;
    padding: 5px;
    padding: 5px;
    position: absolute;
    bottom: 5px;
    background-color: lightyellow;
}

/* FONT DIALOGUE */
.pocaFontDiv {
    padding: 10px;
}

.pocaFontTypeTitle {
    padding: 5px;
    background-color: lightyellow;
}

.pocaFontTypeCombo {
    padding: 5px;
}

.pocaFontTitle {
    padding: 5px;
    background-color: lightyellow;
}

.pocaFontCombo {
    padding: 5px;
}

.pocaFontSave {
    width: 436px;
    text-align: center;
    padding: 5px;
    padding: 5px;
    position: absolute;
    bottom: 5px;
    background-color: lightyellow;
}