body {

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	background-color: #FFFFFF;

	SCROLLBAR-FACE-COLOR: #2E7C5B;

	font-size: 8pt;

	SCROLLBAR-HIGHLIGHT-COLOR: #C3D8D0;

	SCROLLBAR-SHADOW-COLOR: #11603F;

	SCROLLBAR-3DLIGHT-COLOR: #000000;

	SCROLLBAR-ARROW-COLOR: #ffffff;

	SCROLLBAR-TRACK-COLOR: #C3D8D0;

	FONT-FAMILY: Verdana, Arial;

	SCROLLBAR-DARKSHADOW-COLOR: #0B5133;

	

}



.titulo {

	font-family: Verdana, Helvetica, sans-serif;

	text-decoration: none;

	font-size: 2pt;

	color: #3C7C67;

	font-weight: bold;

}

.rodape {

	font-family: Verdana, Helvetica, sans-serif;

	font-size: 7pt;

	color: #c2c2c2;

}

.linkrodape {

	font-family: Verdana, Helvetica, sans-serif;

	text-decoration: none;

	font-size: 7pt;

	color: #c2c2c2;

}

.linkrodape:hover {

	font-family: Verdana, Helvetica, sans-serif;

	text-decoration: underline;

	font-size: 7pt;

	color: #c2c2c2;

}



.linkmaisdetalhes {

	font-family: Verdana, Helvetica, sans-serif;

	text-decoration: none;

	font-size: 8pt;

	color: #CC0000;

}

.linkmaisdetalhes:hover {

	font-family: Verdana, Helvetica, sans-serif;

	text-decoration: underline;

	font-size: 8pt;

	color: #CC0000;

}



.linkmenu {

	font-family: Verdana, Helvetica, sans-serif;

	text-decoration: none;

	font-size: 8pt;

	color: #FFFFFF;

}

.linkmenu:hover {

	font-family: Verdana, Helvetica, sans-serif;

	text-decoration: underline;

	font-size: 8pt;

	color: #FFFFFF;

}



.linkArtigo {

	font-family: Verdana, Helvetica, sans-serif;

	text-decoration: none;

	font-size: 8pt;

	font-weight: bold;

	color: #3C7C67;

}

.linkArtigo:hover {

	font-family: Verdana, Helvetica, sans-serif;

	text-decoration: underline;

	font-size: 8pt;

	font-weight: bold;

	color: #3C7C67;

}



.textomenurodape {

	font-family: Verdana, Helvetica, sans-serif;

	text-decoration: none;

	font-size: 7pt;

	color: #2D7C5B;

}



.linkmenurodape {

	font-family: Verdana, Helvetica, sans-serif;

	text-decoration: none;

	font-size: 7pt;

	color: #2D7C5B;

}



.linkmenurodape:hover {

	font-family: Verdana, Helvetica, sans-serif;

	text-decoration: underline;

	font-size: 7pt;

	color: #2D7C5B;

}



.linkmenuVoltar {

	font-family: Verdana, Helvetica, sans-serif;

	text-decoration: none;

	font-size: 8pt;

	color: #2D7C5B;

}



.linkmenuVoltar:hover {

	font-family: Verdana, Helvetica, sans-serif;

	text-decoration: underline;

	font-size: 8pt;

	color: #2D7C5B;

}



.textomenuCaminho {

	font-family: Verdana, Helvetica, sans-serif;

	text-decoration: none;

	font-size: 8pt;

	color: #2D7C5B;

}



.linkmenuCaminho {

	font-family: Verdana, Helvetica, sans-serif;

	text-decoration: none;

	font-size: 8pt;

	color: #2D7C5B;

}





body,td,th {

	font-family: Verdana, Helvetica, sans-serif;

	font-size: 8pt;

	color: #4E4E4E;

}

.azulescuro {color: #12436B}

.titulo{

	font-size: 9pt;

	font-weight: bold;

}

.tituloint{

	font-size: 9pt;

	font-weight: bold;

	color: #FFFF99

}

input {

	font-family: Verdana;

	font-size: 8pt;

	color: #02375B;

	background-color: #FFFFFF;

	border: 1px solid #3C7C67;

}

select {

	font-family: Verdana;

	font-size: 8pt;

	color: #02375B;

	background-color: #FFFFFF;

	border: 1px solid #3C7C67;

}

textarea {

	font-family: Verdana;

	font-size: 8pt;

	color: #02375B;

	background-color: #FFFFFF;

	border: 1px solid #3C7C67;

}

.boxcapa {

	background-color: #317BB8;

}

.tab_tit {

	background-color: #82BFF1;

	height:20px;

	vertical-align: middle;

	color: 02375B;

	font-weight:bold;

	text-indent: 8px;

}

.tab_linha2 {

	background-color: #236CA6;

	height:15px;

	vertical-align: middle;

	text-indent: 8px;

	font-weight:bold;

}

.tab_linhaA {

	background-color: #3F87C4;

	height:15px;

	vertical-align: middle;

	text-indent: 8px;

}

.tab_linhaB {

	background-color: #4F94CF;

	height:15px;

	vertical-align: middle;

	text-indent: 8px;

}

.tab_linhaC {

	background-color: #61A3D8;

	height:15px;

	vertical-align: middle;

	text-indent: 8px;

	font-weight:bold;

}

.HR {

	height:1px;

	color: #61A3D8;

}

.creditos {

	font-family: Verdana, Helvetica, sans-serif;

	font-size: 7pt;

	font-weight: normal;

	color:#999999;

}

/* The main calendar widget.  DIV containing a table. */



div.calendar { position: relative; }



.calendar, .calendar table {

  border: 1px solid #556;

  font-size: 11px;

  color: #000;

  cursor: default;

  background: #F5F5F5;

  font-family: tahoma,verdana,sans-serif;

}



/* Header part -- contains navigation buttons and day names. */



.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */

  text-align: center;    /* They are the navigation buttons */

  padding: 2px;          /* Make the buttons seem like they're pressing */

}



.calendar thead .title { /* This holds the current "month, year" */

  font-weight: bold;      /* Pressing it will take you to the current date */

  text-align: center;

  background: #fff;

  color: #000;

  padding: 2px;

}



.calendar thead .headrow { /* Row <TR> containing navigation buttons */

  background: #21489C;

  color: #fff;

}



.calendar thead .daynames { /* Row <TR> containing the day names */

  background: #BCCCF3;

}



.calendar thead .name { /* Cells <TD> containing the day names */

  border-bottom: 1px solid #556;

  padding: 2px;

  text-align: center;

  color: #000;

}



.calendar thead .weekend { /* How a weekend day name shows in header */

  color: #a66;

}



.calendar thead .hilite { /* How do the buttons in header appear when hover */

  background: #3C5462;

  color: #FFF;

  border: 1px solid #3C5462;

  padding: 1px;

}



.calendar thead .active { /* Active (pressed) buttons in header */

  background: #77c;

  padding: 2px 0px 0px 2px;

}



/* The body part -- contains all the days in month. */



.calendar tbody .day { /* Cells <TD> containing month days dates */

  width: 2em;

  color: #456;

  text-align: right;

  padding: 2px 4px 2px 2px;

}



.calendar tbody .hilite { /* Hovered cells <TD> */

  background: #DEE7EB;

  padding: 1px 3px 1px 1px;

  border: 1px solid #bbb;

}



.calendar tbody .active { /* Active (pressed) cells <TD> */

  background: #cde;

  padding: 2px 2px 0px 2px;

}



.calendar tbody .selected { /* Cell showing today date */

  font-weight: bold;

  border: 1px solid #000;

  padding: 1px 3px 1px 1px;

  background: #fff;

  color: #000;

}



.calendar tbody .weekend { /* Cells showing weekend days */

  color: #a66;

}



.calendar tbody .today { /* Cell showing selected date */

  font-weight: bold;

  color: #000;

}



.calendar tbody .disabled { color: #999; }



.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */

  visibility: hidden;

}



.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */

  display: none;

}



/* The footer part -- status bar and "Close" button */



.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */

  text-align: center;

  background: #556;

  color: #fff;

}



.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */

  background: #fff;

  color: #445;

  border-top: 1px solid #556;

  padding: 1px;

}



.calendar tfoot .hilite { /* Hover style for buttons in footer */

  background: #aaf;

  border: 1px solid #04f;

  color: #000;

  padding: 1px;

}



.calendar tfoot .active { /* Active (pressed) style for buttons in footer */

  background: #77c;

  padding: 2px 0px 0px 2px;

}



/* Combo boxes (menus that display months/years for direct selection) */



.combo {

  position: absolute;

  display: none;

  top: 0px;

  left: 0px;

  width: 4em;

  cursor: default;

  border: 1px solid #655;

  background: #def;

  color: #000;

  font-size: smaller;

}



.combo .label {

  width: 100%;

  text-align: center;

}



.combo .hilite {

  background: #acf;

}

