﻿DIV.dialog_frame 
{
    background: white;
    border: outset 1px white;        
}

DIV.dialog_frame  DIV.dialog_caption
{
    line-height: 22px;
    font-size: 14px;
    background-color: Navy;
    color: White;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    cursor: move;
}

DIV.dialog_frame  DIV.dialog_content
{
    padding: 5px 5px;
}


/* compatibility */

DIV.PthModalPopup 
{
    background: white;
    border: outset 1px white;        
}

DIV.PthModalPopup  DIV.PthPopupHeading
{
    line-height: 22px;
    font-size: 14px;
    background-color: Navy;
    color: White;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    cursor: move;  
}

DIV.PthModalPopup  DIV.PthPopupHeading SPAN
{	
}



DIV.PthModalPopup  DIV.PthPopupContent
{
    padding: 5px 5px;
}


/* prvky */

SPAN.RblFlow 
{
	line-height: 16px;
}

SPAN.RblFlow LABEL
{
	padding: 0px 2ex 0px 0.5ex;
}
