﻿
/* css estrutural */

#main
{
	width:100%;
	height:100%;
}

	#main.nopad td.left{display:none;}
	#main.nopad td.right{display:none;}

	.border
	{
		width:60px;
		background-color:white;
	}
	
		.left
		{
			background-position:right top;
			background-repeat:repeat-y;
		}
		
		.right
		{
			background-position:left top;
			background-repeat:repeat-y;
		}

	.center
	{
		text-align:center;
		width:100%;
		height:100%;
		vertical-align:top;
	}
	
	.bg_image
	{
		background-image:url(../Images/sis_topo_center.jpg);
		background-repeat:repeat-x;
		width:100%;
		height:36px;
	}
	.legend
	{
		color:Black;
		font-family:tahoma;
		font-weight:bold;
		font-size:13pt;
		margin-top:9em;
		margin-bottom:2.8em;
	}
	
	.lblLogin
	{
		color:Black;
		float:left;
		
		width:160px;
		margin-right:0.6em;
		
		/*background-color:Gray;*/
		
		text-align:right;
		font-size:12px;	
		font-weight:bold;
	}
	
	.botao
	{
		background-color: white;
		color: black;
		font-size: 12px;
		font-family: arial;
		font-weight: bold;
		border: black 1px solid;
		
		padding:0.2em 0.8em 0.2em 0.8em;
		
		cursor:pointer;
	}
	.textoAlerta
	{
		color:Black;
		text-align:center;
		font-size:12px;	
		font-weight:bold;
	}
			
			
.campoTexto 
{
	text-align:left;
	font-family:tahoma;
	font-size:11px;
	border-style:solid;
	border-width:1px;
	border-color:black;
	height:18px;
	color:black;
}

input.campoTexto
{
	/*
	font-size:12px;
	padding:2px;
	height:20px;
	*/
	background-image: url(../Images/txtback.gif);
	background-repeat: repeat-x;
}		
	
		
				
			
