﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
*
{
	margin-left:0px;
	margin-top:0px;
	padding-left:0px;
	padding-top:0px;
}

body
{
	font-family: Verdana;
	font-size:12px;
}

body a
{
	color:#000;
}

body a:visited
{
	color:#000;
}

body a:hover
{
	color:#aaa;
}

.page
{
	margin-top:0px;
	width:990px;
}

.main
{
	margin-left:10px;
}


.header
{
	height:120px;
}
.header .barra_superior
{
	background:url(img/barra_superior.jpg) no-repeat #bebdbc;
	height:50px;
	border-bottom:1px dotted #aaaaaa;
	border-right:1px dotted #aaaaaa;
	
}
.header .barra_superior .menu
{
	float:right;
	color:#fff;
	margin-right:20px;
	margin-top:5px;
}

.header .barra_superior .menu a
{
	color:#fff;
	text-decoration:none;
}

.header .barra_superior .menu a:visited
{
	color:#fff;
}

.header .barra_superior .menu a:hover
{
	color:#eee;	
}


.header .logo
{
	position:absolute;
	top:2px;
	left:10px;
	background:url(img/logolf.gif) no-repeat;
	width:176px;
	height:94px;
}

/* ================ Conteúdo =====================================*/

.login
{
	position:absolute;
	font-size:10px;
	background:#eee;
	width:600px;
	top:51px;
	left:250px;
	padding:2px;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	border-left:1px solid #bbb;
}

.login a
{
	color:#000;	
	text-decoration:none;
	font-weight:bold;
}
.login a:visited
{
	color:#000;	
}
.login a:hover
{
	color:#ff0000;	
}


.login input
{
	font-size:10px;
	width:150px;
	margin-left:5px;
	margin-right:5px;
}

.dialogo
{
	background:url(img/dialogo.gif) no-repeat;
	width:199px;
	height:51px;
	position:absolute;
	top:60px;
	left:550px;
	font-size:10px;
}

.dialogoUsuario
{
	background:url(img/dialogo.gif) no-repeat;
	width:199px;
	height:51px;
	position:absolute;
	top:60px;
	left:400px;
	font-size:10px;
}

.summary
{	
	margin-top:25px;
	margin-left:10px;
}



/* home tables ===============================*/
.hometable
{
	border:1px solid #bababa;
	width:100%;
}

.hometable th
{
	background:url(img/barra_titulo.jpg)  #fff;
	color:#fff;
	border-bottom:1px solid #bababa;
	padding:2px;
	text-align:left;
	font-size:12px;
	font-family:Tahoma, Verdana;
	font-weight:bold;
}
.hometable td
{
	text-align:justify;
	padding:5px;
}

/* == Home Clientes ====== */

.clientes
{
	margin-top:10px;
	width:485px;
	float:left;
}

.servicos
{
	margin-top:10px;
	width:485px;
	float:left;
	margin-left:10px;
}


/* ==== Internas =================*/

.titulo
{
	font-size:15px;
	font-family:Tahoma, Verdana;
	font-weight:bold;
	color:#177900;
	border-bottom:1px solid #bababa;
	clear:both;
}
.grid
{
	border:1px solid #bababa;
	border-bottom:0px;
	
}

.grid th
{
	background:#eee;
	font-weight:normal;
	font-family:Tahoma;
	font-size:12px;
	height:20px;
}

.grid td
{
	border-bottom:1px solid #bababa;
	margin-left:10px;
	height:30px;
	
}

/** == Create/Edit ==============*/

fieldset
{
	padding:10px;
}

.txt
{
	font-size:11px;
}

.link
{
	cursor:pointer;
	text-decoration:underline;
}

.validation-summary-errors
{
	color:#ff0000;
}

#content
{
	margin-left:-10px;
	width:990px;
}

#content #meio
{
	background:url(img/content_meio.jpg) #fff;
	width:100%;
	
	padding:10px;
}

#content #abertura
{
	background:url(img/content_abertura.jpg) no-repeat #fff;
	width:100%;
	height:42px;
}

#content #abertura #menu
{
	padding:10px;
}

#content #abertura #menu #titulo
{
	color:#fff;
	font-family:Tahoma;
	font-weight:bold;
	margin-left:10px;
	margin-top:3px;
	text-transform:uppercase;
	
	width:100%;
	text-align:center;
}



#content #fechamento
{
	background:url(img/content_fechamento.jpg) no-repeat #fff;
	width:100%;
	height:42px;
}


DIV.ProgressBar { width: 100px; padding: 0; border: 1px solid black; margin-right: 1em; height:.75em; margin-left:1em; display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline; }
DIV.ProgressBar DIV { background-color: Green; font-size: 1pt; height:100%; float:left; }
SPAN.asyncUploader OBJECT { position: relative; top: 5px; left: 10px; }