body {
	font: 12px/17px Arial, Helvetica, sans-serif;
	color: #333;
	background: #ccc;
	/*margin: 2px 5px 2px 5px;*/
}

#tela{
	margin-top:10px;
	width:750px;
}

#banner {
		height:120px;
		background-color:#FFFFFF;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:16px;
		color:#165189;
		font-weight:600;
}

#ufsc{
    margin-top:5px;
    margin-left:15px;
		float:left;
}

#bantxt{
  margin-top:20px;
  margin-left:15px;
	width:525px;
	font-weight:bold;
	text-align:center;
	float:left;
	color:#165189;
}

#logo{
  margin-top:5px;
	float:left;
}

#menu {
  margin-top:0px;
	background-color:#CCDAE5;
	text-align:center;
}
#main {
		margin-top:4px;
		height:35px;
		background-color:#CFDDE8;
		text-align:center;
}
#mainbaixo{
	margin-top:-10px;
	text-align:left;
	background-color:#CCDAE5;
	width:100%;
}

fieldset {
	background: #f2f2e6;
	padding: 2px;
	border: 1px solid #fff;
	border-color: #fff #666661 #666661 #fff;
	margin-bottom: 5px;     
	width: 740px;
	text-align: left;
}
input, textarea, select {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 0;
}
fieldset.action {
	background: #9da2a6;
	border-color: #e5e5e5 #797c80 #797c80 #e5e5e5;
	margin-top: -20px;
	text-align: center;
}
legend {
	background: #A9BDCE;
	color: #fff;
	font: 17px/21px Calibri, Arial, Helvetica, sans-serif;
	padding: 0 10px;
	margin: 10px 0 0 -11px;
	font-weight: bold;
	border: 1px solid #fff;
	border-color: #e5e5c3 #505014 #505014 #e5e5c3;
}
label {
	font-size: 12px;
	font-weight: bold;
	color: #666;
}
label.opt {
	font-weight: normal;
}
dl {
	clear: both;
  margin: 3px;
}
dt {
	float: left;
	text-align: right;
	width: 150px;
	line-height: 15px;
	margin: 2px 5px 2px 0;
}
.dt2 {
	float: left;
	text-align: right;
	width: 325px;
	line-height: 15px;
	margin: 2px 5px 2px 0;
}
.dt3 {
	float: left;
	text-align: right;
	width: 340px;
	line-height: 15px;
	margin: 2px 5px 2px 0;
}
dd {
	float: left;
	line-height: 15px;
	margin: 2px 5px 2px 0;
  font-size:13px; 
  font-weight:bold;
  width: 340px;  
}
em {
	float: left;
	font-size: 12px;
}
#footer {
	font-size: 11px;
}
#container {
	width: 710px;
	margin: 0 auto;
}
.message {
	background: #006;
	padding: 1px 6px 1px 6px;
	color: #fff;
	border: 1px solid #ccc;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	margin-left: 2px;
	width: 6px;
}
.message strong {
	display: none;
}
.message p {
	display: none;
}
#tooltip-show {
	position: absolute;
	display: none;
	background: #eee;
	border: 1px solid #ccc;
	font-size: 12px;
	padding: 15px;
	color: #333;
	width: 250px;
	line-height: 20px;
}
input.error {
	border: 1px solid red;
}
label.error {
	background: url('images/invalid.gif') no-repeat;
	display: block;
	padding-left: 32px;
	margin-left: .3em;
}
label.valid {
	background: url('images/valid.gif') no-repeat;
	display: block;
	width: 16px;
	height: 16px;
}

