/*
---------------------------- video popupas ---------------------------------------
*/
#modalPage
        {
            display: none;
            position: absolute;
            width: 768px;
            height: 576px;
            top: 0px;
            left: 0px;
        }
        .modalBackground
        {
            filter: Alpha(Opacity=40);
            -moz-opacity: 0.4;
            opacity: 0.4;
            width: 100%;
            height: 100%;
            background-color: #999999;
            position: absolute;
            z-index: 500;
            top: 0px;
            left: 0px;
        }
        .modalContainer
        {
            z-index: 750;
        }
        .modal
        {
            border: solid 2px #ddaa44;
            position: absolute;
            z-index: 1000;
            padding: 0px;
			width: 768px;
			height: 576px;
        }
        .modalTop
        {
		/*patvarkyti url ten kur jis bus*/
            background: url('/Templates/KaimoTV/Images/btbg.jpg') repeat-x;
            height: 18px;
            color: #ffffff;
            text-align: right;
            vertical-align:middle;
			width: 900px;
        }
        .modalTop a, .modalTop a:visited
        {
            color: #ffffff;
        }
        .modalTop img {border:none; margin-right:5px;}
        .modalBody
        {
        	background-color: #222222;
            padding: 10px;
            width: 768px;
            height: 576px;
        }
