﻿

/* Start of rounded corners */
b.rtop
{
    display: block;
    background-color: Transparent;
    font-size: 0;
}
b.rbottom
{
    display: block;
    background-color: Transparent;
    font-size: 0;
}
b.rtop b
{
    display: block;
    height: 1px;
    overflow: hidden;
    background-image: url(../img/menu_back.gif);
}
b.rbottom b
{
    display: block;
    height: 1px;
    overflow: hidden;
    background: White;
}
b.rtop b.r1
{
    margin: 0 5px;
    font-size: 0;
    height: 0px;
    border-top: solid 1px black;
}
b.rtop b.r2
{
    margin: 0 3px;
    font-size: 0;
    border-left: solid 2px black;
    border-right: solid 2px black;
    border-bottom: none;
}
b.rtop b.r3
{
    margin: 0 2px;
    font-size: 0;
    border-left: solid 2px black;
    border-right: solid 2px black;
}
b.rtop b.r4
{
    margin: 0 1px;
    height: 2px;
    font-size: 0;
    border-left: solid 1px black;
    border-right: solid 1px black;
}
b.rbottom b.r1
{
    margin: 0 6px;
    border-top: solid 1px black;
    font-size: 0;
    height: 0px;
}
b.rbottom b.r2
{
    margin: 0 4px;
    border-left: solid 2px black;
    border-right: solid 2px black;
    border-bottom: none;
    font-size: 0;
}
b.rbottom b.r3
{
    margin: 0 2px;
    border-left: solid 2px black;
    border-right: solid 2px black;
    font-size: 0;
}
b.rbottom b.r4
{
    margin: 0 1px;
    height: 2px;
    border-left: solid 1px black;
    border-right: solid 1px black;
    font-size: 0;
}
/* End of rounded corners */

/* Start of pop up window */
.ScreenBlock
{
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: White;
    position: absolute;
    left: 0px;
    top: 0px;
}
.MainTable
{
    z-index: 1;
    width: 100%;
    height: 100%; /* padidinti jei netelpa vidus*/
    position: absolute;
    left: 0px;
    top: 0px;
}
.AlignFF
{
    text-align: -moz-center;
}
.AlignIE
{
    text-align: center;
}
.Window
{
    z-index: 2;
    /*width: 350px;
    height: 125px;*/
    overflow:visible;
    background-color: Transparent;
    vertical-align: middle; 
    padding-bottom:5px;
}
.Max
{
    width: 100%;
    height: 100%;
}
.OuterTable
{
    width: 100%;
    /*height: 100%;*/
    /*width: 350px;
    height: 105px;*/
    background-color: White;
    border-left: solid 1px black;
    border-right: solid 1px black;
}
.MiddleTable
{
    /*height: 55px;*/
    width: 100%;
    /*height: 100%;*/
    padding: 10px 10px 10px 10px;
    text-align: left;
}

.PopUpHeader
{
    background-image:  url(../img/menu_back.gif);  
}
/* End of pop up window */

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	z-index: 500;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
.watermark {
	background: #FFAAFF;
}
/* End of pop up window */

.closeIcon
{
    vertical-align: middle;
    width: 14px;
    height: 14px;
    border: none;
    padding: 0px;
    background: url(../img/close_button.gif) center center no-repeat;
    cursor: pointer;
}
