﻿html, form {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0px;	
}

body {
	background-color: White;
	background-color: #93A7CA;
	margin: 0 auto;
	text-align: center;
	height: 100%;
	width: 100%;
	padding: 0px;
	font-family: Verdana;
	color: #7387A9;
	font-size: .7em;
}

p {
	margin-top: 0px;
	margin-bottom: 15px;	
}

a {
	color: #3d50AF;
	text-decoration: none;
	border-style: none;
}

a:hover {
	color: red;
	/*text-decoration: underline;*/
}

img {
	border-style: none;		
}

.link {
	color: #3d50AF;
	text-decoration: none;
	border-style: none;
}

.divHeader {
    position:relative;
    height:106px;
    width:960px;
    margin:0px;
    padding:0px;
    background-color:#fff;   
}

.divLogo {
    position:relative;
    margin:0px;
    padding:5px 0px 0px 20px;
    float:left;
}

.divLogon {
    position:relative;
    width:454px;
    display:inline;
    padding:0px 5px 0px 0px;
    float:right;
    text-align:right;
    z-index:0;
}

.mainTable {
	position: relative;
	margin: 0 auto; 
	height: 100%;
	table-layout: fixed;
}

.col_esq {
	background-image: url('Images/faixa_esq.png');
	background-repeat: repeat-y;
	width: 20px;
}

.col_dir {
	background-image: url('Images/faixa_dir.png');
	background-repeat: repeat-y;
	width: 20px;
}

.col_center {
	background-image:url(Images/faixa-inferior.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-color:White;
	vertical-align: top;
	width: 960px;
	max-width: 960px;
	min-width: 960px;
	height: 100%;
	min-height: 100%;
	text-align: left;
}

.tableHeader {
	height: 100px;	
	width: 955px;
	table-layout: fixed;
	margin-right: 5px;
}

.tableHeader_leftCol {
	padding-left: 20px;
	width: 350px;
}

.tableHeader_rightCol {
	/* text-align: right; */
	vertical-align: bottom;
	/* width: 580px; */
}

.content {
	width: 950px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: left;
	table-layout: fixed;
}

.titleBox {
	width: 950px;
	margin: 0 auto;
	background: url(Images/faixa-deg.png) no-repeat;
	height: 40px;
	text-align: left;
}

.titleRow {
	font-size: medium;
	font-weight: bold;
	padding-bottom: 10px;
}

.taticText {
	text-align: justify;
	color: #7387A9;
}

/*******************************************************************/

/* Default.aspx */
.def_content {
	padding: 10px 10px 0px 10px;	
	font-size: 7pt;
}

.def_col_left {
	padding-right: 10px;
	width: 220px;
	border-right: solid 1px #cccccc;	
	vertical-align: top;
}

.def_col_center {
	padding: 0px 15px 0px 15px;
	vertical-align: top;
}

.def_col_right {
	padding-left: 10px;
	width: 220px;
	border-left: solid 1px #cccccc;
	vertical-align: top;
}


/* Company.aspx */
.companyText {
	padding: 20px 20px 20px 20px;
	text-align:justify;
}

.companyImage {
	float: left;
	padding: 18px 10px 0px 10px;	
}

/* SysInstalled */

.instaledSystemsDiv {
    padding: 35px 0px 0px 35px;
}

.instaledSystemsImage {
    float: left;
}

.instaledSystemsText {
    float: left;
    overflow: visible;
    text-align: justify;
	padding: 35px 45px 25px 35px;	
}

/* Services.aspx */

.serviceText {
	text-align: justify;
	padding: 15px;	
}

.service_tr {
    text-align: left;
}

/* Products.aspx */

.productsContent {
	text-align: left;
	padding: 15px;	
}

/* Contact.aspx */

.contactText {
	padding: 10px;
	text-align: left;
	color: #7387A9;	
}

/* map.aspx */


/* rh.aspx */
.rhMainContent {
	padding: 25px;
	text-align: center;
}

/* TaticSolution */

.taticsolutionText {
	text-align: justify;
	color: #7387A9;	
}

/* Integration.aspx */
.integrationText {
	text-align: justify;
	color: #7387A9;
}

/* Configurable.aspx */
.configurableText {
	text-align: justify;
	color: #7387A9;
}

/* user/Registration.aspx */

.registrationContent {
	padding: 15px;
	text-align: center;	
}

/* user/ResetPassword.aspx */

.resetpasswordContent {
	padding-top: 25px;
	text-align: center;
	font-size: .9em;
}