/* Default CSS Stylesheet for a new Web Application project */

/* BEGIN Admin CSS */
.cssAdminMainBodyDef {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
	font-weight : bold;
	color : #6A6A6A;
	margin : 0px;
	
}
.TitInf {
	FONT-WEIGHT: bold;
	FONT-SIZE: 7.5pt;
	COLOR: #9d4242;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;

}
.EDAAviso
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 7pt;
    COLOR: #999999;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
	
}

.TxtAmar  {
    FONT-SIZE: 7.5pt;
    COLOR: #b09a51;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none

}

.cssAdminMenuLink {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
	font-weight: normal;
	color : #FFFFFF;
	text-align : left;
	text-decoration : none;
}

.cssAdminMenuLink:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
	font-weight: normal;
	color : #FFFFFF;
	text-align : left;
	text-decoration : none;
}

.cssAdminTextDef {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
	font-weight: normal;
	text-decoration: none; 
	color: #000000;
	text-align : left;
}

.cssAdminTitleDef {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
	font-weight: bold;
	text-decoration: none; 
	color: #000000;
	text-align : left;
}

/* END Admin CSS */
/* BEGIN Main CSS */
.cssMainBodyDef {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
	font-weight : bold;
	color : #6A6A6A;
	background-color : #E1DFDB;
	margin : 0px;
}

.cssTextDef {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight: normal;
	text-decoration: none; 
	color: #000000;
	text-align : left;
}

.cssBoldTextDef {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight: bold;
	text-decoration: none; 
	color: #000000;
	text-align : left;
}

.cssLinkDef {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight: normal;
	text-decoration: none; 
	color: #000000;
	text-align : left;
}

.cssLinkDef:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
	text-align : left;
}

.cssWhiteText {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	font-weight: normal;
	text-decoration: none; 
	color: #FFFFFF;
	text-align : left;
}

.cssRedText {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	font-weight: normal;
	text-decoration: none; 
	color: #FF0000;
	text-align : left;
}

.cssBoldRedText {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	font-weight: bold;
	text-decoration: none; 
	color: #FF0000;
	text-align : left;
}

.cssBigTextDef {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight: normal;
	text-decoration: none; 
	color: #000000;
	text-align : left;
}

.cssBoldBigTextDef {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight: bold;
	text-decoration: none; 
	color: #000000;
	text-align : left;
}

.cssTextBoxDef {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt; 
	text-decoration: none; 
	color: #808080;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.cssBoldTextBox {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt; 
	font-weight : bold;
	text-decoration: none; 
	color: #808080;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.cssComboBoxDef {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt; 
	text-decoration: none; 
	color: #808080;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.cssButtonDef {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt; 
	text-decoration: none; 
	color: #000000;
}

.cssFooterText {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt; 
	font-weight : normal;
	text-decoration: none; 
	color: #FFFFFF;
}

.cssFooterText:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	font-weight : bold;
	text-decoration: none;
	color: #FFFFFF;
}

.cssFooterTextSelected {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	font-weight : bold;
	text-decoration: none;
	color: #FFFFFF;
}

.cssMenuLink {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
	font-weight: bold;
	color : #FFFFFF;
	text-align : left;
	text-decoration : none;
	line-height: 10px;
}

.cssMenuLink:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
	font-weight: bold;
	color : #7B0801;
	text-align : left;
	text-decoration : none;
	line-height: 10px;
}

.cssMenuLinkSelected {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
	font-weight: bold;
	color : #7B0801;
	text-align : left;
	text-decoration : none;
	line-height: 10px;
}

.cssMenuBullet {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
	font-weight: normal;
	color : #9A1616;
	text-align : left;
	text-decoration : none;
}

.cssFrameBody {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
	font-weight : bold;
	color : #6A6A6A;
	background-color : #F1F0EB;
	margin : 0px;
	scrollbar-base-color: #F1F0EB;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #F1F0EB;
	scrollbar-shadow-color: #F1F0EB;/*bottom-right e top-left clicado*/
	scrollbar-lightshadow-color: #F1F0EB;/*não identificado (aparentemente nada, teoricamente deveria ser top-left)*/
	scrollbar-darkshadow-color: #000000;/*bottom-right*/
	scrollbar-highlight-color: #F1F0EB;/*top-left*/
	scrollbar-3dlight-color: #000000;/*top-left*/
}

.cssTitle {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
	font-weight: normal;
	text-decoration: none; 
	color: #9A1616;
	text-align : left;
	margin-top: 0px;
}

.cssText {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
	font-weight: normal;
	text-decoration: none; 
	color: #6A6A6A;
	text-align : left;
	/*letter-spacing: 16px;*/
}

.cssLink {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight: normal;
	text-decoration: none; 
	color: #9A1616;
}

.cssLink:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight: normal;
	text-decoration: underline;
	color: #9A1616;
}

.cssSearchTextBox {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7.5pt; 
	text-decoration: none; 
	color: #6A6A6A;
	background-color: #F8F8F8;
	border-style: solid;
	border-width: 1px;
	border-color: #A0A0A0;
	padding-left: 8px;
}
/* END Main CSS */
/* BEGIN Other especial CSS */
.cssMenuMainTable {
	background-color: #B09A51;
	border-style: solid;
	border-color: #D7D2BC;
	border-width: 0px;
	border-left-style: solid;
	border-left-color: #D7D2BC;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #D7D2BC;
	border-right-width: 0px;
	border-top-style: solid;
	border-top-color: #D7D2BC;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7D2BC;
	border-bottom-width: 1px;
}

.cssMenuMainLeft {
	border-left-style: solid;
	border-left-color: #D7D2BC;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #D7D2BC;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-color: #D7D2BC;
	border-top-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #D7D2BC;
	border-bottom-width: 0px;
}

.cssMenuMainRight {
	border-left-style: solid;
	border-left-color: #D7D2BC;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #D7D2BC;
	border-right-width: 0px;
	border-top-style: solid;
	border-top-color: #D7D2BC;
	border-top-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #D7D2BC;
	border-bottom-width: 0px;
}

.cssMenuMainRightTop {
	border-left-style: solid;
	border-left-color: #D7D2BC;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #D7D2BC;
	border-right-width: 0px;
	border-top-style: solid;
	border-top-color: #D7D2BC;
	border-top-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #D7D2BC;
	border-bottom-width: 1px;
}

.cssMenuMainOptionCell {
	border-left-style: solid;
	border-left-color: #D7D2BC;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #D7D2BC;
	border-right-width: 0px;
	border-top-style: solid;
	border-top-color: #D7D2BC;
	border-top-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #D7D2BC;
	border-bottom-width: 1px;
}

.cssSubMenuTable {
	border-left-style: solid;
	border-left-color: #D7D2BC;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #D7D2BC;
	border-right-width: 0px;
	border-top-style: solid;
	border-top-color: #D7D2BC;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7D2BC;
	border-bottom-width: 0px;
}

.cssSubMenuOptionCell {
	border-left-style: solid;
	border-left-color: #D7D2BC;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #D7D2BC;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-color: #D7D2BC;
	border-top-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #D7D2BC;
	border-bottom-width: 1px;
}

.cssItemOptionCell {
	background-color: #D7D2BC;
	border-left-style: solid;
	border-left-color: #F1F0EB;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #F1F0EB;
	border-right-width: 0px;
	border-top-style: solid;
	border-top-color: #F1F0EB;
	border-top-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #F1F0EB;
	border-bottom-width: 1px;
}

.cssItemLink {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
	font-weight: bold;
	color : #000000;
	text-align : left;
	text-decoration : none;
	line-height: 10px;
}

.cssItemLink:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
	font-weight: bold;
	color : #000000;
	text-align : left;
	text-decoration : none;
	line-height: 10px;
}

.cssItemLinkSelected {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
	font-weight: bold;
	color : #000000;
	text-align : left;
	text-decoration : none;
	line-height: 10px;
}

.cssReportMainTitle {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
	font-weight: bold;
	color : #FFFFFF;
	text-align : left;
	text-decoration : none;
}

.cssReportColumn {
	border-left-style: solid;
	border-left-color: #D7D2BC;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #D7D2BC;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-color: #D7D2BC;
	border-top-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #D7D2BC;
	border-bottom-width: 0px;
}

.cssReportItemTable {
	border-left-style: solid;
	border-left-color: #D7D2BC;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #D7D2BC;
	border-right-width: 0px;
	border-top-style: solid;
	border-top-color: #D7D2BC;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7D2BC;
	border-bottom-width: 0px;
	padding-top: 10px;
	padding-left: 8px;
	padding-right: 8px;
}

.cssReportTitle {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight: bold;
	text-decoration: none; 
	color: #000000;
	text-align : left;
	line-height: 18px;
}

.cssReportText {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight: normal;
	text-decoration: none; 
	color: #000000;
	text-align : left;
	line-height: 18px;
}

.cssReportLink {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight: normal;
	text-decoration: none; 
	color: #9A1616;
}

.cssReportLink:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight: normal;
	text-decoration: underline;
	color: #9A1616;
}

.cssMenuLanguage {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight: normal;
	color : #FFFFFF;
	text-align : right;
	text-decoration : none;
}

.cssContentTitleCell {
	background-color: #B09A51;
	border-style: solid;
	border-color: #D7D2BC;
	border-width: 0px;
	border-left-style: solid;
	border-left-color: #D7D2BC;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #D7D2BC;
	border-right-width: 0px;
	border-top-style: solid;
	border-top-color: #D7D2BC;
	border-top-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #D7D2BC;
	border-bottom-width: 1px;
}

.cssMainContentCell {
	border-left-style: solid;
	border-left-color: #D7D2BC;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #D7D2BC;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-color: #D7D2BC;
	border-top-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #D7D2BC;
	border-bottom-width: 0px;
}

.cssRightViewTitleCell {
	background-color: #B09A51;
	border-style: solid;
	border-color: #D7D2BC;
	border-width: 0px;
	border-left-style: solid;
	border-left-color: #D7D2BC;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #D7D2BC;
	border-right-width: 0px;
	border-top-style: solid;
	border-top-color: #D7D2BC;
	border-top-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #D7D2BC;
	border-bottom-width: 1px;
}

.cssContentText
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
	font-weight: normal;
	text-decoration: none; 
	color: #000000;
	text-align : justify;
	margin: 10px;
	line-height: 18px;
}

.cssContentUL
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
	font-weight: normal;
	text-decoration: none; 
	color: #000000;
	text-align : left;
	margin: 10px;
	list-style-type: disc;
	list-style-position: inside;
	line-height: 18px;
}
/* END Other especial CSS */
.submenu 
{
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	background: #CC9933;
	margin-top: 1px;
}

.ItensVerm
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 7.5pt;
    COLOR: #9d4242;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}

.ItensPreto
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 7.5pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}

.PergF
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: #9d4242;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

