﻿/*ESTE ARCHIVO DE ESTILOS CONTROLA LOS ELEMENTOS DINÁMICOS DE LAS TOOLBAR, COMO MODAL
POPUPS Y OTROS ELEMENTOS DINÁMICOS.  SI LO QUE NECESITA ES MODIFICAR EL ESTILO DE LOS
BOTONES, UTILICE TOOLBAR.CSS*/

.ModalPopupBackground
{
	background-color:#000000;
	filter: alpha(opacity=80); 
	opacity: .8;
}
.watermark
{
	border:solid 1px black;
	width:300px;
    margin-top:5px;
    font-family:Verdana, Geneva, sans-serif;
    font-size:13px;
	color:#ccc;
}
.closer
{
	width:10px;
	height:10px;
	position:relative;
	margin-bottom:25px;
	cursor:pointer;
	margin-left:630px;
}
.LoginCloser
{
	width:10px;
	height:10px;
	position:relative;
	margin-bottom:25px;
	cursor:pointer;
	margin-left:555px;
}
.widecloser
{
	width:10px;
	height:10px;
	position:relative;
	cursor:pointer;
	margin-bottom:25px;
	margin-left:1185px;
}
.GridMain
{
	padding-right:3px;
}

