﻿/*OVO NE DIRAJ */
.divModal
{
	position: absolute;
	display:none;
	width: 100%;
	height: 130%;
	top: 0px;
	left: 0px;
	z-index: 1;
	opacity: .6;
	filter: alpha(opacity=60);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color: #cccccc;
}
.trazilicaPanel
{
	position: absolute;
	display:none;
	width: 100%;
	height: 130%;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.trazilicaHeaderPanel
{
	width: 100%;
	height: 25px;
	background-repeat: repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.trazilicaBoxPanel
{
	position: absolute;
	display: inline;
	width: 500px;
	background-color: white;
	border: 1px solid #000000;
	padding: 0px;
	top: 10%;
	left: 35%;
	z-index: 3;
	background-color: White;
	
}
.trazilicadivModal
{
	position: absolute;
	width: 100%;
	height: 130%;
	top: 0px;
	left: 0px;
	z-index: 2;
	opacity: .6;
	filter: alpha(opacity=60);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color: #cccccc;
}
.ibtModalBoxHeaderClose
{
	
}
/*OVO NE DIRAJ */