﻿.Body
{
	font-family: Verdana;
	font-size: 12px;
	background-color: Black;
	background-image: url(../../Images/background_07.jpg);
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px;
}

.passwordClass1
{
	background-color: Red;
	padding: 3px 15px 3px 15px;
	font-weight: bold;
	width: 150px;
	text-align: center;
}

.passwordClass2
{
	background-color: Orange;
	padding: 3px 15px 3px 15px;
	font-weight: bold;
	width: 150px;
	text-align: center;
}

.passwordClass3
{
	background-color: Yellow;
	padding: 3px 15px 3px 15px;
	font-weight: bold;
	width: 150px;
	text-align: center;
}

.passwordClass4
{
	background-color: Aqua;
	padding: 3px 15px 3px 15px;
	font-weight: bold;
	width: 150px;
	text-align: center;
}

.passwordClass5
{
	background-color: Lime;
	padding: 3px 15px 3px 15px;
	font-weight: bold;
	width: 150px;
	text-align: center;
}

.logo
{
	background-image: url(../../Images/logo.jpg);
	background-repeat: no-repeat;
	width: 98px;
	height: 32px;
}

.Msg
{
	color: Black;
	background-color: Yellow;
	padding: 7px;
	text-align: center;
}

.BackColor
{
	background-color: #FF3000;
}

.formata
{
	font: 12px arial, verdana, helvetica, sans-serif;
}
a.tooltip
{
	position: relative;
	font: 11px verdana, helvetica, sans-serif;
	padding: 0;
	color: #039;
	text-decoration: none;
	cursor: help;
	z-index: 24;
}
a.tooltip:hover
{
	background: transparent;
	z-index: 25;
}
a.tooltip span
{
	display: none;
}
a.tooltip:hover span
{
	display: block;
	position: absolute;
	width: 230px;
	top: 3em;
	text-align: left;
	left: 0;
	font: 11px verdana, helvetica, sans-serif;
	padding: 8px;
	border: 1px solid #999;
	background: #F7F5E3;
	color: #343434;
	word-spacing: 2px;
}


.tdError
{
	width: 100%;
	height: 383px;
	background-image: url(../../Images/backgroundNotFound.jpg);
	background-repeat: no-repeat;
	background-color: White;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	color: #FF3000;
}

.button
{
	cursor: hand;
	vertical-align: middle;
}

.webPart
{
	background-image: url(../../Images/backgroundTitulo.jpg);
	height: 29px;
	color: White;
	font-weight: bold;
	font-size: 12px;
	padding-left: 30px;
}

.topMenu
{
	background-image: url(../../Images/backgroundTop.jpg);
	background-repeat: repeat-x;
	height: 32px;
	width: 100%;
}

.bottom
{
	vertical-align: middle;
	background-image: url(../../Images/BackgroundBottom.jpg);
	width: 977px;
	height: 10px;
}

.bemVindo
{
	font-size: 22px;
	font-weight: bold;
	color: #FF3000;
}

.nome
{
	color: #FF3000;
	font-weight: bold;
}

.nomeDetails
{
	color: #2F2F2F;
	font-size: 10px;
}


.ajaxPopupBackground
{
	background-color: Black;
	opacity: 0.70;
	-moz-opacity: 0,70;
	filter: alpha(opacity=70);
}

.tdLabel
{
	color: #666666;
	font-weight: bold;
	text-align: right;
	width: 40%;
}


.tdControl
{
	color: #666666;
	text-align: left;
}

.linka
{
	color: #FF3000;
	text-decoration: none;
}

.linka:hover
{
	text-decoration: underline;
}

.linkb
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}

.linkb:hover
{
	text-decoration: underline;
}

.linkc
{
	color: #666666;
	text-decoration: none;
}

.linkc:hover
{
	text-decoration: underline;
}

.texta
{
	color: #FF3000;
}

.textb
{
	color: #FFFFFF;
}

.textc
{
	color: #666666;
}

.tdInfLabel
{
	color: #666666;
	font-weight: bold;
	vertical-align: top;
	width: 25%;
}

.tdInfValue
{
	color: #767676;
	text-align: left;
	vertical-align: top;
	padding-left: 8px;
	width: 70%;
}

.frase
{
	font-size: 11px;
	font-style: italic;
	color: #494949;
}

.webWindow
{
	width: 350px;
	background-color: Black;
	opacity: 0.90;
	-moz-opacity: 0,90;
	filter: alpha(opacity=90);
	text-align: left;
}

.webWindowBody
{
	padding: 10px;
}

.webWindowTitleBar
{
	font: 12px Verdana,Sans-Serif;
	padding: 3px 3px 3px 5px;
	background-color: #FF3000;
	color: white;
	height: 15px;
	cursor: move;
}

.webWindowTitleText
{
	float: left;
}

.webWindowClose
{
	background-color: #013f3e;
	background-image: url(../../Images/topo_modal.jpg);
	font-weight: bold;
	cursor: pointer;
}

.accordionHeader
{
	background-color: #FDF6DA;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	padding: 5px;
	margin: 5px 5px 0px 5px;
	cursor: hand;
}

.accordionHeaderSelected
{
	background-color: #FF3000;
	font-weight: bold;
	font-size: 12px;
	color: White;
	padding: 5px;
	margin: 5px 5px 0px 5px;
	cursor: hand;
}
.accordionContent
{
	background-color: #FAFAFA;
	font-size: 12px;
	color: #666666;
	padding: 10px;
	margin: 0px 5px 5px 5px;
}

