/* ----- A REVER ---- */
/*
*  Estilos para formulários
*/

.formtextbox{
	border:1px solid #73A2CE;
	color:#111111;
}


.msgbox{
	border:1px solid #606060;
	color:#111111;
	background-color:#e0e0e0;
	font-size:11px;
}

.textoinfo{
	font-size:10px;
	color:#222222;
}



#wrapper {
	width:100%;
	background-color: White;
}

/* 
** Header Styles 
*/

#header {
  background-color: #72a2cb;
  margin: 0px;
  border: 10px solid #72a2cb;
}

#header #logo {
	text-align: left;
	width:89px;
}

#header #DME {
	color:White;
	font-stretch:condensed;
	font-weight:bolder;
}

#header #UMA a {
	color:White;
	font-size:small;
	font-stretch:condensed;
	text-decoration: none;
}

#header #UMA a:hover {
	color: #456699;
	text-decoration: underline;
}

#header #menu {
	color: white;
	font-size: small;
	vertical-align: top;
	text-align: right;
}

#header #menu a {
	color: white;
	text-decoration: none;
}

#header #menu a:hover {
	color: #456699;
	text-decoration: underline;
}

#header #menutop {
	color: white;
	font-size: small;
	vertical-align: top;
	text-align: right;
}

#header #menutop a {
	color: white;
	text-decoration: none;
}

#header #menutop a:hover {
	color: #456699;
	text-decoration: underline;
}

#header #search {
	color: white;
	font-size: small;
	vertical-align: middle;
	text-align: right;
}

#header #search table {
	padding: 4px 4px 4px 4px;
}

#header #search table td {
	padding: 2px 2px 2px 2px;
}

#header #search a {
	color: white;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
}

#header #search a:hover {
	color: #72a2cb;
	background-color: #456699;
}

#header #search input {
	padding: 2px 2px 2px 2px;
}

/*
** Navigation Bar Styles
*/
#navigation {
	color: white;
 	background-color: #456699;
	border-top: 4px solid White;	
	border-bottom: 4px solid White;	
	padding: 3px 5px 3px 5px;
	text-align: left;
	font-size: small;
}

#navigation a {
	color: white;
	text-decoration:none;
}

#navigation a:hover {
	color: #C6DAEC;
	text-decoration: underline;
}

/*
** Content Styles
*/

#panels {
	font-size: small;;
	margin: 0px;
   padding: 0px 0px 0px 0px;
}

#panels #left-panel {
	vertical-align: top;
}

#panels #right-panel {
	width: 100%;
	vertical-align: top;	
}

#panels #right-panel TD#content {
	width: 100%;
	min-height:200px;
	vertical-align: top;	
}

#panels #right-panel TD#features {
	min-height:200px;
	vertical-align: top;
	text-align: center;
}

TD#features P.highlight {
	text-align: center;
	border-bottom-color: #a9aa98;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

TD#features P.highlight A {
	border-width: 0px;
	font-size:small;
	font-stretch:condensed;
	text-decoration: none;
}

TD#features P.highlight A:hover {
	color: #456699;
	text-decoration: none;
}

/*
** Content Menu
*/

#panels #left-panel table#menu {
	width: 120px;
	border-right-color: #a9aa98;
	border-right-style: solid;
	border-right-width: 1px;
}

#panels #left-panel table#menu A {
	color: black;
	text-decoration: none;
	padding:0px 2px 0px 6px;
}

#panels #left-panel table#menu A:hover {
	color: #ffffff;
	text-decoration: none;
	background-color:#73A2CE;
	padding:0px 2px 0px 6px;
}

#panels #left-panel table#menu .item {
  font-family: "Century Gothic", Verdana, Arial, sans-serif;
	height:30px;
   padding-right: 10px;
	text-align: right;
	font-size: medium;;
	font-variant: small-caps;
	font-weight: bold;
}

#panels #left-panel table#menu .subitem {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
   padding-right: 10px;
	text-align: right;
	font-size: small;
}


/* FIM DE REVE */



/*---- ESTRUTURA PRINCIPAL ----*/
BODY {
  background-color: #DCDDCB;
  text-align: left;
  font-family: "Century Gothic", Verdana, Arial, sans-serif;
  font-size: 12px;
  margin: 10px;
  border: 10px solid White;
}
a:link, a:visited {
        color:#42659C;
        text-decoration:none;
        font-family : "Century Gothic", Arial, Helvetica, sans-serif;
        font-size: small;
}

a:hover, a:active {
        background-color:none;
        font-family : "Century Gothic", Arial, Helvetica, sans-serif;
        font-size: small;
        color:#A80C10;
}


/*----- FORM BOXS ----------------*/

.formsubmit{
	border:1px solid #909090;
	color:#555555;
}

.formsubmit:hover{
	border:1px solid #606060;
	color:#111111;
}

.inputbox{
  height:14px;
  font-family:arial,verdana;
  font-size:12px;
  border:1px solid #7F9DB9;
  background-color:#FAFAFA;
}
.inputbox:hover{
  height:14px;
  font-family:arial,verdana;
  font-size:12px;
  border:1px solid #555555;
  background-color:#ffffff;
}
.inputbox:focus{
  height:14px;
  font-family:arial,verdana;
  font-size:12px;
  border:1px solid #555555;
  background-color:#ffffff;
}
.inputarea{
  font-family:arial,verdana;
  font-size:12px;
  border:1px solid #7F9DB9;
  background-color:#FAFAFA;
}
.inputarea:hover{
  font-family:arial,verdana;
  font-size:12px;
  border:1px solid #555555;
  background-color:#ffffff;
}
.inputarea:focus{
  font-family:arial,verdana;
  font-size:12px;
  border:1px solid #555555;
  background-color:#ffffff;
}
.inputselect{
  font-family:arial,verdana;
  font-size:12px;
  border:1px solid #7F9DB9; 
  background-color:#FAFAFA;
}
.inputselect:hover{
  font-family:arial,verdana;
  font-size:12px;
  border:1px solid #555555;
  background-color:#ffffff;
}
.inputselect:focus{
  font-family:arial,verdana;
  font-size:12px;
  border:1px solid #555555;
  background-color:#ffffff;
}
.inputfile{
  height:14px;
  font-family:arial,verdana;
  font-size:12px;
  border:1px solid #7F9DB9;
  background-color:#FAFAFA;
}
/*----- END FORM BOXS ------------*/


/*----- MENU  -----*/

.menu_item {
	font-family:verdana;
	font-size:11px;
	color:#d0f1ff;
	margin-top: 0px;
	padding: 5px 3px 2px 3px;
	font-weight: bold;
}
.menu_item a:link{
	padding-left:0px;
	text-decoration:none;
	color:#d0f1ff;
}
.menu_item a:visited{
	padding-left:0px;
	text-decoration:none;
	color:#d0f1ff;
}

.menu_item a:hover{
	text-decoration:none;
	padding-left:10px;
	color:#8fddfd;
}


.menu_container {
	width: 100%;
	text-align:left;
}

.menu_table {
	width: 160px;

}

.menu_list {
	font-family:verdana;
	font-size:11px;
	width: 100%;
	padding-left:15px;
}

.menu_list a:link{
	color:#777777;
	padding-left: 0px;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-top: 0px;
	padding-bottom: 0px;
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
	line-height: 15px !important;
	line-height: 15px;
	width: 100%;/*Para o IE, fdp*/
}
.menu_list a:visited{
	color:#666666;
	padding-left: 0px;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-top: 0px;
	padding-bottom: 0px;
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
	line-height: 15px !important;
	line-height: 15px;
	width: 100%;/*Para o IE, fdp*/
}

.menu_list td {
    height:16px;
	border-bottom: 1px dotted #B2C9CB;
	padding: 1px 0px 0px 0px !important;
	padding: 0px;
}


.menu_list a:hover {
	text-decoration: none;
	background-repeat: no-repeat;
}
/* ---- FIM MENU ---------*/


/* ---- LINKS NAV BAR ----*/
.link_navigation_selected{
  font-family:Arial;
  font-size:10px;
  font-weight:bold;
  text-decoration:none;
  color:#808080;
  background-color:#E5E5E5;
}
/* ---- END LINKS NAV BAR ----*/
