﻿.MODAL
{
	background-color:#333435;
	filter:alpha(opacity=5);
	opacity:0.05;
}
/* ---- VISTA Style ---- */
.VISTA
{
	font-size: 1px;
	width:100%;
}

/* Border */
.VISTA .LEFT_TOP
{
	width: 15px;
	height: 36px;
	background-image:url(images/VISTA/LEFT_TOP.png);
	background-repeat: no-repeat;
}
.VISTA .TOP
{
	height: 36px;
	background-image: url(images/VISTA/TOP.png);
	background-repeat: repeat-x;
}
.VISTA .RIGHT_TOP
{
	width: 15px;
	height: 36px;
	background-image: url(images/VISTA/RIGHT_TOP.png);
	background-repeat: no-repeat;
}
.VISTA .RIGHT
{
	width: 15px;
	background-image: url(images/VISTA/RIGHT.png);
	background-repeat: repeat-y;
}
.VISTA .RIGHT_BOTTOM
{

	width: 15px;
	height: 15px;
	background-image: url(images/VISTA/RIGHT_BOTTOM.png);
	background-repeat: no-repeat;
}
.VISTA .RIGHT_BOTTOM_BY_BUTTON
{

	width: 15px;
	height: 15px;
	background-image: url(images/VISTA/RIGHT_BOTTOM.png);
	background-repeat: no-repeat;
}
.VISTA .BOTTOM
{

	height: 15px;
	background-image: url(images/VISTA/BOTTOM.png);
	background-repeat: repeat-x;
}
.VISTA .BOTTOM_BY_BUTTON
{

	height: 56px;
	background-image: url(images/VISTA/BOTTOM_BY_BUTTON.png);
	background-repeat: repeat-x;
}
.VISTA .LEFT_BOTTOM
{

	width: 16px;
	height: 15px;
	background-image: url(images/VISTA/LEFT_BOTTOM.png);
	background-repeat: no-repeat;
}
.VISTA .LEFT_BOTTOM_BY_BUTTON
{

	width: 16px;
	height: 15px;
	background-image: url(images/VISTA/LEFT_BOTTOM.png);
	background-repeat: no-repeat;
}
.VISTA .LEFT
{

	width: 16px;
	background-image: url(images/VISTA/LEFT.png);
	background-repeat: repeat-y;
}

/* Resize */
.VISTA .RESIZE
{
	width: 8px;
	height: 8px;
	right: 8px;
	bottom: 8px;
}
.VISTA .CLOSE
{
    width: 42px;
    height: 17px;
    right: 15px;
    top: 8px;
    background-image:url(images/vista/CLOSE.gif);
	cursor:default;
}

/* Content */
.VISTA .CONTENT
{

	left: 0px;
	top: 0px;
    background-color:#f7f7f7;
    filter:alpha(opacity=95);
    opacity:0.95;
}
.VISTA .CONTENT .FORM
{
	font-size: 14px;
	margin: 0px;
	padding: 12px;
}
.VISTA .TITLE
{
    padding:10px 60px 0px 16px;
    font-size:12px;
    height: 15px;
    line-height: 15px;
    overflow: hidden;
}
.VISTA .TITLE span
{
	/*padding:2px 3px 0px 3px;
	background-image:url(images/vista/TITLE_BK.png);*/
}
.VISTA .BUTTON
{

	padding: 0px 20px 25px 0px;
	text-align:right;
}
.VISTA .BUTTON button
{
	width:87px;
	height:28px;
	border:0px;
	padding:0px;
	margin:0px 7px 0px 7px;
	background-color: transparent;
	background-repeat:no-repeat;
}
.VISTA .BUTTON .DISABLED
{
	filter:alpha(opacity=36);
	opacity:0.36;
}

/* Button */
.VISTA .BUTTON .OK
{
	background-image:url(images/vista/OK.gif);
}
.VISTA .BUTTON .CANCEL
{
	background-image:url(images/vista/CANCEL.gif);
}
/* ---- VISTA Style ---- */

