﻿/*
	:: WEBCAST ISAT 2008 > webcast4.isat.com.br
	:: UNISUL
	:: jan 2008
	:: Tiago Carvalho
*/

/*------- Formatação -------*/
	* {
		margin: 0 auto;
		padding: 0;
		border: 0;
	}
	
	body {
		background: #EEE;
		font: 10px Tahoma;
	}
	
	p, a {
		font: bold 11px Arial;
		color: #FFFFFF;
		margin:10px 0;
	}
	
	h3 {
		margin-top: 10px;
		font: bold 17px Arial;
		color: #FFFFFF;
		margin-right:55px;
	}
	
	h4 {
		margin-top: 20px;
		font: bold 13px Arial;
		color: #FFFFFF;
		margin-left:15px;
	}
	
	
	h6 {
		font: bold 12px Tahoma;
		text-align:left;
		margin-top: 8px;
	}
	
	form{
		margin-top:8px;
	}
		
/*------ Corpo -------*/

	#Corpo {
		background:#FFF url(../../Imagens/bg.jpg) no-repeat center;
		position: absolute;
		width: 790px;
		height: 540px;
		top: 50%;
		left: 50%;
		margin-left: -395px;
		margin-top: -270px;
		border: 1px solid #0072D4;
		text-align: center;
	}
	
	
	#CorpoEntrada {
		background:#FFF url(../../Imagens/bgentrada.jpg) no-repeat center;
		position: absolute;
		width: 790px;
		height: 540px;
		top: 50%;
		left: 50%;
		margin-left: -395px;
		margin-top: -270px;
		border: 1px solid #0072D4;
		text-align: center;
	}
	
	
	/*------ Logotipo -------*/

		#Logotipo {
			height: 240px;
			width: 790px;
			margin-top:10px;
			margin-bottom:-35px;
		}
		
		#Logotipo img {
			display: block;
			margin-bottom: 10px;
		}
	
	
	/*------ Login -------*/
	
		#Formulario {
			/*background:url(../../Imagens/bg-teste.jpg);*/
			margin-top: 95px;
			width: 381px;
			height: 106px;
			padding: 10px 20px;
		}
		
		#TabelaLogin{
			width:260px;
		}
		
		#TabelaLogin td{
			padding-bottom:3px;
		}
	
		#TabelaLogin label{
			font:bold 12px Arial;
			color:#FFFFFF;
		}
		
		#TabelaLogin .Campo{
			width:200px;
			height:17px;
			border:1px solid #333;
		}
		
		#TabelaLogin .Botao{
			width:75px;
			height:21px;
			font:bold 13px Arial;
			color:#991119;
			background-color:#FFFFFF;
			/*padding-bottom:2px;*/
			
		}
		
	/*------ Teste Sistema -------*/

		.Titulo h1{
			font:18px Arial;
			color:#FFFFFF;
			margin-top:65px;
			margin-right:485px;
		
		}
		
		
		.Imagem{
			float:left;
			margin-left:80px;
		
		}
		
		.Imagem p{
			margin-bottom:8px;
			font:14px Arial;
			color:#FFFFFF;
			width:138px;
			text-align:center;
		}
		
		
		.Imagem2{
			margin-right:250px;
		
		}
		
		.Imagem2 p{
			font:14px Arial;
			color:#FFFFFF;
			width:138px;
			text-align:center;
		}
		
		#TesteSistema {
			/*background:url(../../Imagens/bg-teste.jpg);*/
			margin-top: 100px;
			width: 290px;
			/*height: 95px;*/
			/*padding: 10px 20px;
			margin-left:300px;
			border:dotted 1px;*/
			text-align:center;

			
		}
		
		.Teste {
			text-align: left;
			height: 100%;
			width: 200px;
			float: left;
			padding-top:5px;
			margin-top: 30px;
			padding-left:30px;
			margin-right:40px;
			background-color:#FFFFFF;
			margin-left:30px;
		}
		
		.Teste span {
			/*display: block;*/
			font: bold 12px Tahoma;
			height: 30px;
			width: 195px;
			padding-right:15px;
			float:left;
		}
		
		.Teste span .Icone {
			vertical-align: middle;
			margin-right: 15px;
		}
		
		.Teste span .Resultado {
			vertical-align: middle;
			margin-left: 10px;
		}
		
		.Info span {
			font: 10px Tahoma;
			color: #004582;
			display: block;
			text-align:left;
		}
		
	/*------ Rodapé -------*/

		#Rodape {
			width: 770px;
			padding-top: 0px;
			vertical-align: bottom;
			text-align: right;
			margin-top:95px;
		}	