﻿#processingBackground
{
	filter: Alpha(Opacity=20); -moz-opacity:0.2; opacity: 0.2;
    width: 100%; height: 100%; background-color: #003366;
    position: absolute;
    z-index: 500;
    top: 0px; left: 0px;
}

#processing 
{
	position: absolute;
	border: solid 1px #C2C2C2;
	background-color: #FFFFFF;
	text-align:center;
	vertical-align:middle;
	width: 250px;
	height: 40px;
	top:230px;
	left:300px;
	margin-top:-0px;
	margin-left:-125px;
	padding: 10px;
	z-index: 1000;
}

.miniTitle {
	color: #ff9900;
}

.corEmpresa {
	color: #ff9900;
	font-weight: bold;
}

.linha {
	width: 100%;
	height: 1px;
	background: url(../img/laranja.gif) repeat-x; /* Imagem com a cor ao invés da cor hexadecimal direto por causa de bug do IE6 */
	float: left;
}

.list {
	margin: 10px 0 20px 0;
	padding: 14px 0;
	border-bottom: 1px solid #e7e7e7;
}

.listTh {
	margin: 10px 0 50px 0;
	border-top: 1px solid #ff9900;
	border-bottom: 1px solid #ff9900;
	font-weight: bold;
	padding: 9px 0;
	padding-left: 4px;
}

.updateOgAgents {
	width: 100%;
	float: left;
}

.updateOgAgents td {
	border-bottom: 1px solid #ff9900;
	padding: 16px 0;
}

.leftColumn {
	width: 343px;
	/*float: left;*/
}

.rightColumn {
	/*float: right;*/
	width: 610px;
	border-left: 1px solid #ff8a0d;
	padding-left: 7px;
}

.menu {
	width: 100%;
	height: 27px;
	background: url(../img/bgMenu.jpg) repeat-x;
	margin: 4px 0 16px 0;
	float: left;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana;
}

.menu a {
	float: left;
	height: 100%;
	color: #ff9900;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana;
	font-size: 8pt;
	padding: 8px 20px;
}

.menu a:hover {
	float: left;
	height: 100%;
	color: #ff9900;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana;
	padding: 8px 20px;
}

.menu span { /* Este span serve para fazer o lado direito da aba */
	height: 100%;
	background: url(../img/menuTabDireita.jpg) no-repeat;
	background-position: right top;
	float: left;
}

.menu p { /* Este p serve para fazer o lado esquerdo da aba */
	height: 100%;
	background: url(../img/menuTabEsquerda.jpg) no-repeat;
	background-position: left top;
	float: left;
	margin-left: -1px;
}

.paging span {
	color: #ff9900;
	font-weight: bold;
}