/* XHTML Predefined Tags */
body {
	font-family: Trebuchet MS, sans-serif;
	font-size: 0.9em;
	background-color:#E8E8E8; 
}
img {
	border: 0px solid black;
}
a:link, a:visited {
	text-decoration: none;
	color:#000000;
	cursor: help;
	border-bottom: 1px dotted green;
}
a:hover {
	border-bottom: 1px solid #000000;
}

h1 {
	font-size: 2em;
	border-bottom: 1px solid #CCCCCC;
	margin:0 0 0.2em 0;
	padding:1em 0 0 0;
}

h2 {
	margin-left: 2em;
	margin-bottom: 0;
	font-size: 1.2em;
}
h3 {
	padding-left: 3em;
	color: #999999;
	background-color: white;
	margin-top: 0.2em;
}
p {
	margin-left: 4.5em;
}
ul {
	margin-left: 5em;
}
ol {
	margin-left: 5.5em;
}
/* IDs */
#LeftBar {
	text-align: right;
	font-family: Tahoma, sans-serif;
	background-color:#E8E8E8;
	border-right: 1px solid black;
}
#LeftBar ul {
	margin-left: 0;
}
#LeftBar a {
	border-bottom: 0px solid black;
}
#LeftBar a:hover {
	border-bottom: 0px solid black;
}
#LeftBar p {
	text-align: center;
}
#LeftBar img {
	margin-bottom: 1em;
	margin-right: 1em;
}
#Body {
	background:white;	
	border-right: 1px solid black;
	/* border-left: 1px solid black; 
	text-align: justify; */
}
#Logo {
	text-align:center;	
	font-weight:bold;
	/*margin-right: 1em;*/
}
#Logo img {	
	margin:0;
}
h1#Logo {
	font-family: Trebuchet MS, sans-serif;
	font-size: 1em;	
	font-weight:bold;
	margin:0;
	padding:0;
	border:none;
}
#Contato {
	text-align:right;
	font-weight:bold;
	margin-bottom: 1em;
	margin-right: 1em;
}
#Contato img {	
	margin:0;
}
#Contato a {
	text-decoration: none;
	color:#000000;
	cursor: help;	
}
#Contato a:hover {
	border-bottom: 1px solid black;
}

h1#Slogan {
font-family: Trebuchet MS, sans-serif;
font-size: 4em;
font-weight:bold;
margin:0;
padding:0;
border:none;
}
#MenuHeader {
	padding-right: 1em;
	margin: 0;
	background-color: transparent;
	color: black;
	margin-top: 10em;
}
#menu {
margin:o;
    margin-top: 5em;
  	margin-bottom: 3ex;
  	font-size: 14px;
  	font-weight: bold;
	list-style-type: none;
	padding-right: 1em;
}
#menu a {
  	margin-right: 3px;
  	border-right-width: 1px;
  	border-right-style: solid;
  	border-color: #000;
  	padding-right: 5px;
  	text-decoration: none;
  	background-color: inherit;
  	color: #000;
}
#menu a:hover {
  	margin-right: 0;
  	border-right-width: 4px;
}
#menu a.current {
  	margin-right: 0;
  	border-right-width: 4px;
}
#menu .highlight {
  	padding-left: 0.5ex;
  	padding-right: 0.5ex;
  	background-color: #000;
  	color: #fff;
}
#menu ul.submenu {
  margin-right: 3px;
  border-right-width: 1px;
  border-right-style: solid;
  border-color: #00007f;
  padding-right: 0;
}
#menu ul.submenu a {
  margin-right: 0;
  border-right-width: 4px;
  border-color: #5f7f9f;
  padding-right: 5px;
  color: #5f7f9f;
}
#menu ul.submenu a:hover {
  margin-right: 0;
  border-color: #00007f;
}
#menu ul.submenu a.current {
  border-color: #00007f;
}
#Footer {
	border: 2px solid black;
	padding: 0.5em;
}
#FooterPadder {
	padding-bottom: 0.5em;
}
/* Classes */

.DateSub {
	border-bottom: 0px solid black;
	margin:0 0 0 0;
	padding: 0;
	font-size: 1em;
	margin-left: 0.5em;
	
}
.Term {
	border-bottom: 1px dotted black;
	cursor: help;
}
.Code {
	margin-left: 5.5em;
	margin-right: 1em;
	padding-left: 1em;
	border-left: 1px solid black;
	font-family: Courier;
}
.Quote {
	margin-left: 5.5em;
	margin-right: 1em;
	padding-left: 1em;
	border-left: 1px solid black;
}
.Top {
  font-size: 90%;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none;
  padding-left: 1ex;
  padding-right: 1ex;
  float: right;
  border: 0px solid black;
}
.clear{
clear:both;
height:1px;
}
.clear10{
clear:both;
height:10px;
}

.clear20{
clear:both;
height:20px;
}

/* avisos */
.atencao {color:#FF0000; font-weight:bold;}
.alertas {margin:20px 0;padding:10px 5px 10px 35px;background: #f5f5f5 url(../template/msg_alert_fd.gif) top left no-repeat;border:1px dotted #ccc;}

/* forms */
input, select, textarea    { border: 1px solid silver; }
input.error, select.error, textarea.error {padding-right: 16px; border: 1px solid red; background-color: #FFFCE2; background-image: url(../template/icons/warning_obj.gif); background-position: right; background-repeat: no-repeat;}
input:focus, select:focus, textarea:focus {border: 1px solid red; background-color:#EFEFEF; }
.mandatory  { font-weight: bold; }
.comment    { color: #BBBBBB; }

/* blocos especiais */
.quarter, .oneThird, .half, .twoThirds, .fullWidth {
  margin: 10px 0;
  float: left;
  border-right: 1px solid rgb(204,204,204);
}

.quarter {
  width: 31%;
  padding: 0 5px;;
}


.oneThird {
  width: 28%;
  padding: 0 1.9%;
}

.half {
  text-align: justify;
  width: 46%;
  padding: 0 1.9%;
}

.twoThirds {
  text-align: justify;
  width: 63%;
  padding: 0 1.9%;
}

.fullWidth {
  text-align: justify;
  width: 96%;
  padding: 0 1.2em;
  border-left: none;
}

.filler {  /* use with an empty <p> element to add padding to the end of a text box */
  border: 1px solid white;
}
 
.noBorderOnLeft {
  border-left: none;
}

.noBorderOnRight {
  border-right: none;
}

.dividingBorderAbove {
  border-top: 1px solid rgb(204,204,204);
}
