﻿/**************** CSS BARRA EDIÇÃO CONTEÚDO */

.dragBar {
	width:100%;
	height:21px;
	background-color:#FFF;
	text-align:center;
	cursor:move;
	font-weight:bold;
}

.Toolbar,  .Toolbar td, .Toolbar td a, .Toolbar A, Toolbar a:link , Toolbar a:visited, Toolbar a:hover, Toolbar a:active 
{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #10BDC1;
	background-color: blue;
}

.Menu, .Menu A, .Menu a:link , .Menu a:visited, .Menu a:hover, .Menu a:active 
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #C4FAFB;
	background-color: blue;
}
.WebPart 
{ 
	padding: 0px 0px 0px 0px !important;
}

/**************** TELA DO LOADING ******************/
.modalProgressGreyBackground 
{
    background:#000;
	filter:alpha(opacity=60);
	opacity:0.6;
	width:100%;
	height:100%;
	z-index:999;
	left:0px;
	top:0px;
	position:absolute;
}

.modalPopup
{
		text-align:center;
		width:500px; 
		height:300px;
		vertical-align:middle;
		background: center no-repeat;
}

/**************** FIM TELA DO LOADING ******************/
