﻿.modalBackground
{
    background-color: rgb(0, 0, 0);
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.modalPopup
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
    font-size:10pt;
    font-family:Verdana;
}

.sampleStyleA
{
    background-color: #FFF;
}
.sampleStyleB
{
    background-color: #FFF;
    font-family: monospace;
    font-size: 10pt;
    font-weight: bold;
}
.sampleStyleC
{
    background-color: #ddffdd;
    font-family: sans-serif;
    font-size: 10pt;
    font-style: italic;
}
.sampleStyleD
{
    background-color: Blue;
    color: White;
    font-family: Arial;
    font-size: 10pt;
}
/*Popup Control*/.popupControl
{
    background-color: White;
    position: absolute;
    visibility: hidden;
}

/*Za bussy*/
.modalBackgroundBussy
{
    background-color: Transparent;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopupBussy
{
	height:50px;
	width: 250px;
    background-color: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: Black;
    padding: 3px;
    font-size:10pt;
    font-family:Verdana;
}

/*Za order*/
.modalBackgroundOrder
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopupOrder
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    font-size:10pt;
    font-family:Verdana;
}
