﻿/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #ff0000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}

.validatorCalloutHighlight
{
    background-color: lemonchiffon;
}
/************ MaskedEdit Related Styles ***********************/

/* Notícias */
.newsUpperContent, .newsLowerContent 
{
	font: normal 11px Arial, Verdana, Helvetica, Sans-serif;
	color: #666666;
	background-color: White;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.diamond 
{
	vertical-align: middle;
}
.date 
{
	font-weight: bold;
	font-size: 12px;
}
.news 
{
	margin-left: 5px;
	text-align: justify;
}
/* Notícias */

/* WebParts */
.WebPart 
{ 
	padding: 0px 0px 0px 0px !important;
}

.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;
	text-align: left;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:700px;
}
.dragBar {
	width:100%;
	height:21px;
	background-color:#FFF;
	text-align:center;
	cursor:move;
	font-weight:bold;
}
/* WebParts */
