﻿/*---------------------
-------  MODAL  -------
---------------------*/
div.fixedPosiotion {
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
}
body > div.fixedPosiotion { POSITION: fixed; }

.modalWinBG {
	DISPLAY: none; WIDTH: 100%; POSITION: fixed; HEIGHT: 100%; BACKGROUND-COLOR: #000;
}

.modalWinTransparentLayer {
	LEFT: 0px; WIDTH: 100%; POSITION: fixed; TOP: 0px; HEIGHT: 100%
}

.modalWin {
	WIDTH: 200px; POSITION: static; HEIGHT: auto !important;
}

.modalWin-mainTable
{
    width: 100%;
    height: 100%;
    background: #fff;
}

.modalWin-title
{
    color: #fff;
    padding: 0px 0px 2px 0px;
    font-size: 12pt;
    background: #7a7a7a;
}

.modalWin-close
{
	width: 15px;
    text-align: center;
    background: #7a7a7a;
    padding: 0px 0px 2px 10px;
    font-weight: bold;
    font-size: 12pt;
    color: #A00;
    cursor: pointer;
}

.modalWin-content
{
    height: 100%;
}
