﻿.floatingWindow
{
	background-color:White;
	border-bottom-color:#000;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-left-color:#000;
	border-left-style:solid;
	border-left-width:thin;
	border-right-color:#000;
	border-right-style:solid;
	border-right-width:thin;
	border-top-color:#000;
	border-top-style:solid;
	border-top-width:thick;
	opacity:0.9;
	filter:alpha(Opacity=90);
	padding:5px;
	color:#000;
	font-size:10px;	
	font-family:verdana, tahoma, arial; 	
}

.floatingWindow .titleBar
{
	background-color:White;
	font-family:verdana, tahoma, arial; 
	font-size:12px;
	color:#000;	
	font-weight:bold;	
}

.floatingWindow .content
{
	color:#333333;
	font-size:10px;	
	font-family:verdana, tahoma, arial; 	
}

.floatingWindow .closeButton
{
	cursor:pointer;
	background-image:url(../Images/close.gif);
	height:19px;
	width:13px
}

.floatingWindow .closeButtonOn
{
	cursor:pointer;
	background-image:url(../Images/close_on.gif);
	height:19px;
	width:13px
}

.floatingWindow .button
{
   border: 0px solid #FFFFFF;
	color:#000;
	cursor:pointer;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	width:70px;
	height:25px;
	text-align:center;
	vertical-align:middle;
	background-image:url(../Images/btn_fondo.png); background-repeat:no-repeat; background-position:center;
}

.floatingWindow .buttonOn
{
	   border: 0px solid #FFFFFF;
	color:#000;
	cursor:pointer;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	width:70px;
	height:25px;
	text-align:center;
	vertical-align:middle;
	background-image:url(../Images/btn_fondo.png); background-repeat:no-repeat; background-position:center;
}



.configWindow
{
	background-color:White;
	border-bottom-color:#000;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-left-color:#000;
	border-left-style:solid;
	border-left-width:thin;
	border-right-color:#000;
	border-right-style:solid;
	border-right-width:thin;
	border-top-color:#000;
	border-top-style:solid;
	border-top-width:thick;
	opacity:0.95;
	filter:alpha(Opacity=95);
	padding:5px;
	color:#000;
	font-size:10px;	
	font-family:verdana, tahoma, arial; 	
}

.configWindow .titleBar
{
	background-color:White;
	font-family:verdana, tahoma, arial; 
	font-size:12px;
	color:#000;	
	font-weight:bold;	
}

.configWindow .closeButton
{
	cursor:pointer;
	background-image:url(../Images/close.gif);
	height:19px;
	width:13px;
}

.configWindow .closeButtonOn
{
	cursor:pointer;
	background-image:url(../Images/close_on.gif);
	height:19px;
	width:13px
}