@charset "utf-8";

body  {
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: underline; }

.wsoftware #container {
	width: 780px;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	background-color: #30445D;
} 

.wsoftware #header {
	height: 200px;
	width: 780px;
} 

.wsoftware #mainContent {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: justify;
} 
.wsoftware  #sidebar {
	float: right;
	width: 180px;
	background: #EBEBEB;
	border-right-width: 20px;
	border-right-style: solid;
	border-right-color: #30445D;
	color: #000000;
	padding: 15px;
}

.wsoftware #footer {
	background-image: url(../img/layout/wsFooter.jpg);
	height: 88px;
	width: 780px;
}

.wsoftware #footer #menu {
	font-size: 9px;
	margin-right: auto;
	margin-left: auto;
	width: 400px;
	text-align: center;
	padding-top: 21px;
}

.wsoftware #footer #copyright {
	font-size: 9px;
	color: #30445D;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 18px;
}

.txtAzul {	color: #30445D; }
.txtBranco { color: #FFFFFF; }

.fltrt {
	float: right;
	margin-left: 10px;
}

.fltlft {
	float: left;
	margin-right: 10px;
}

.formCampos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 300px;
	border: 1px solid #30445D;
}

.formCamposMsg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 300px;
	border: 1px solid #30445D;
	height: 100px;
}

.formBotoes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 50px;
	border: 1px solid #30445D;
	height: 20px;
	color: #FFFFFF;
	background-color: #59B224;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.h1 {
	font-size: 20px;
	font-weight: bold;
}

.h2 {
	font-size: 15px;
	font-weight: bold;
}

hr {
	color: #30445D;
	background-color: #30445D;
	height: 1px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #EBEBEB;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EBEBEB;
}
