/* Default CSS Stylesheet for a new Web Application project */
.HideColumn
{
      display:none 
}

.linetitle
{
    font-weight: bold;
    color: #333333;
    font-size: 120%;
}
.LabelEditTemplate
{
      padding-right:3px;
      vertical-align: middle;
      text-align: right;
      font-weight: bold;
      font-size: 10px;
      color: #738c9b;
      font-family: Arial, Helvetica, sans-serif;
      /*height: 20px;*/
}


.txtgeral
{
      font-weight: normal;
      font-size: 10px;
      color: #958344;
      font-style: normal;
      font-family: arial;
}

.field
{
    padding-left: 3px;
    font-weight: normal;
    font-size: 12px;
    vertical-align: middle;
    color: #738c9b; 
    font-family: Arial, Helvetica, sans-serif;
    /*height: 20px;*/
}

.LoginField
{
    font-size: 120%;
    font-weight: normal;
    color: #707070;
}

.line
{
    vertical-align: top;
    color: #738c9b; 
    height: 1;
}

.Informacao
{
    font-weight: bold;
    font-size: 140%;
    color: sienna;
}

.InformacaoSmall
{
	font-weight: bold;
	color: sienna;
	font-size: small;
}

/*FieldRow*/
.FR
{
	float: left;
	width: 100%;
	
}
/*FieldLabel*/
.FL
{
	float: left;
	width: 20%;
	margin-bottom: 5px;
	vertical-align: middle;
	text-align: right;
}
/*FieldValue*/
.FV
{
	float: left;
	width: 29%;
	margin-bottom: 5px;
	margin-left: 1%;
	text-align: left;
}


.InfoRequiredData
{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

/*FieldCategory*/
.FC
{
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	border-left-style: solid;
	border-left-width: 7px;
	border-left-color: #0072c6;
	padding-left: 10px;
	padding-bottom: 7px;
	padding-top: 7px;
	margin-bottom: 15px;
	width: 98%;
	float: left;
}

.FCLabel
{
	padding-left: 5px;
	font-weight: bold;
	font-size: 12px;
}


/*FieldLabelSingleColumn*/
.FLSC
{
	float: left;
	width: 40%;
	margin-bottom: 5px;
	vertical-align: middle;
	text-align: right;
}
/*FieldValueSingleColumn*/
.FVSC
{
	float: left;
	width: 59%;
	margin-bottom: 5px;
	margin-left: 1%;
	text-align: left;
}
/*FieldLabelOnSearch*/
.FLOS
{
	float: left;
	width: 40%;
	margin-bottom: 5px;
	vertical-align: middle;
	text-align: right;
}
/*FieldLabelOnSearch*/
.FVOS
{
	float: left;
	width: 59%;
	margin-bottom: 5px;
	margin-left: 1%;
	text-align: left;
}

.path
{
    font-family: Arial, Helvetica, sans-serif;
}

.LinkButton
{
    font-size: 9pt;
    color: #808080;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: middle;
}


.LinkButtonAnchor
{
    font-weight: bold;
    font-size: 8pt;
    color: #808080;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
    background-color: #E2E2E2;
    background-image: url('../Images/App/bkLinkButton.png');
}
.combobox
{
      font-weight: normal;
      font-size: 8pt;
      color: #000000;
      font-family: Arial, Helvetica, sans-serif;
}

.valueFields
{
      font-weight: normal;
      font-size: 8pt;
      color: #000000;
      font-family: Arial, Helvetica, sans-serif;
      
}

/*.valueFields:disabled
{
      font-weight: normal;
      font-size: 8pt;
      color: #000000;
      font-family: Arial, Helvetica, sans-serif;
      
}*/

.valueFieldsDisable
{
    font-weight: normal;
    font-size: 8pt;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #F5F5F5;
}

.firstfieldsetclass
{
      border-right: white thin;
      border-top: #738c9b thick outset;
      font-size: 15px;
      vertical-align: middle;
      border-left: white thin;
      color: #455b81;
      border-bottom: white thin;
      font-family: Arial, Helvetica, sans-serif;
      height: 20px;
      background-color: white;
}

.firstfieldsetlegend
{
    border-right: white thin double;
    padding-left: 3px;
    font-weight: bold;
    font-size: 12pt;
    background: url(../Images/App/listheadergrad_obsidian.gif);
    vertical-align: baseline;
    text-transform: uppercase;
    border-left: white thin double;
    color: #A0522D;
    border-bottom: #738c9b thin solid;
    font-style: normal;
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    height: 20px;
    text-align: center;
    text-decoration: none;
}

fieldset
{
      border-right: #969594 1px solid;
      border-top: #969594 1px solid;
      padding-left: 3px;
      font-size: 10px;
      vertical-align: middle;
      border-left: #969594 1px solid;
      color: #455b81;
      border-bottom: #969594 1px solid;
      font-family: Arial, Helvetica, sans-serif;
      height: 20px;
      background-color: #ffffff;
}

.fieldsetclass
{
    padding-right: 6px;
    padding-left: 6px;
    font-size: 10px;
    padding-bottom: 6px;
    vertical-align: middle;
    color: #455b81;
    padding-top: 6px;
    font-family: Arial, Helvetica, sans-serif;
    height: 20px;
    background-color: #FFFFFF;
}

.fieldsetlegend
{
      border-right: #dcd6be 1px solid;
      padding-right: 3px;
      border-top: #dcd6be 1px solid;
      padding-left: 3px;
      font-weight: normal;
      font-size: 14px;
      border-left: #dcd6be 1px solid;
      color: white;
      border-bottom: #dcd6be 1px solid;
      font-style: normal;
      font-family: Arial, Helvetica, sans-serif;
      height: 15px;
      background-color: #9dafb9;
}

.fieldsetlegendInformation
{
      border-right: #dcd6be 1px solid;
      padding-right: 3px;
      border-top: #dcd6be 1px solid;
      padding-left: 3px;
      font-weight: bold;
      font-size: 10px;
      border-left: #dcd6be 1px solid;
      color: #990033;
      border-bottom: #dcd6be 1px solid;
      font-family: Arial, Helvetica, sans-serif;
      height: 15px;
      background-color: #f1eee4;
}

.InformationFail
{
      padding-left: 3px;
      font-weight: bold;
      font-size: 10px;
      vertical-align: middle;
      color: #990033;
      font-family: Arial, Helvetica, sans-serif;
      height: 20px;
      background-color: #ffffff;
}

.InformationSucess
{
      padding-left: 3px;
      font-weight: bold;
      font-size: 10px;
      vertical-align: middle;
      color: #006633;
      font-family: Arial, Helvetica, sans-serif;
      height: 20px;
      background-color: #ffffff;
}
.Information
{
  
    padding-left: 3px;
    font-weight: bold;
    font-size: 10pt;
    vertical-align: middle;
    color: #738c9b;
    font-family: Arial, Helvetica, sans-serif;
    height: 20px;
    background-color: #ffffff;
}

.MagazineTitle
{
    font-weight: bold;
    font-size: 8pt;
    vertical-align: middle;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    text-align: left;
    width: 10%;
}

.MagazineValue
{
    font-weight: bold;
    font-size: 12pt;
    vertical-align: middle;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    text-align: left;
    width: 80%;
}

.EvenLine
{
      BACKGROUND-COLOR: #e3e8f1;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    COLOR: #000000;
    text-align:left;
    vertical-align:middle
}

.OddLine
{
      BACKGROUND-COLOR: #FFFFFF;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    COLOR: #000000;
    text-align:left;
    vertical-align:middle
}

.BlankLine
{
}

.InstructionsClass
{
      BACKGROUND-COLOR: #FFFFFF;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: NORMAL;
    COLOR: #000000;
    text-align:LEFT;
    vertical-align:middle
}

.TitleLine
{
      BACKGROUND-COLOR: #6D81BF;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold;
    COLOR: #FFFFFF;
    text-align:center;
    vertical-align:middle
}

.TitleLineBlack
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold;
    COLOR: #000000;
    text-align:left;
    vertical-align:top;
}

.Callendar
{
      BACKGROUND-COLOR: #6D81BF;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold;
    COLOR: #FFFFFF;
    text-align:center;
    vertical-align:middle
}


.FielSetLegendLeft
{
      BACKGROUND-COLOR: #eaeaea;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
    COLOR: #000000;
    BORDER-RIGHT: None;
    BORDER-TOP: #a9a9a9 1pt solid;
    BORDER-LEFT: #a9a9a9 1pt solid;
    BORDER-BOTTOM: #a9a9a9 1pt solid
}
.FielSetLegendRight
{
      BACKGROUND-COLOR: #eaeaea;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
    COLOR: #000000;
    BORDER-RIGHT: #a9a9a9 1pt solid;
    BORDER-TOP: #a9a9a9 1pt solid;
    BORDER-LEFT: None;
    BORDER-BOTTOM: #a9a9a9 1pt solid
}

.SubFieldSetClass
{
      BACKGROUND-COLOR: #eaeaea;
      FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
    COLOR: #000000;
    border-color: #D3D3D3;
    HEIGHT: 95%;
    WIDTH:  90%;
    BORDER-RIGHT: #a9a9a9 1pt solid;
    BORDER-TOP: none;
    BORDER-LEFT: #a9a9a9 1pt solid;
    BORDER-BOTTOM: #a9a9a9 1pt solid
}
.SubFielSetLegend
{
      BACKGROUND-COLOR: #eaeaea;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    COLOR: #000000;
    BORDER-RIGHT: #a9a9a9 1pt solid;
    BORDER-TOP: #a9a9a9 1pt solid;
    BORDER-LEFT: #a9a9a9 1pt solid;
    BORDER-BOTTOM: #a9a9a9 1pt solid
}

.SubFielSetLegend_On
{
      BACKGROUND-COLOR: #D3D3D3;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    COLOR: #000000;
    BORDER-RIGHT: #a9a9a9 1pt solid;
    BORDER-TOP: #a9a9a9 1pt solid;
    BORDER-LEFT: #a9a9a9 1pt solid;
    BORDER-BOTTOM: #a9a9a9 1pt solid
}

.SubFielSetLegendRight
{
      BACKGROUND-COLOR: #eaeaea;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    COLOR: #000000;
    BORDER-RIGHT: #a9a9a9 1pt solid;
    BORDER-TOP: #a9a9a9 1pt solid;
    BORDER-LEFT: none;
    BORDER-BOTTOM: #a9a9a9 1pt solid;
}

.SubFielSetLegendRight_On
{
      BACKGROUND-COLOR: #D3D3D3;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    COLOR: #000000;
    BORDER-RIGHT: #a9a9a9 1pt solid;
    BORDER-TOP: #a9a9a9 1pt solid;
    BORDER-LEFT: none;
    BORDER-BOTTOM: #a9a9a9 1pt solid
}

.SubFielSetLegendLeft
{
      BACKGROUND-COLOR: #eaeaea;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    COLOR: #000000;
    BORDER-RIGHT: none;
    BORDER-TOP: #a9a9a9 1pt solid;
    BORDER-LEFT: #a9a9a9 1pt solid;
    BORDER-BOTTOM: #a9a9a9 1pt solid
}

.FieldTitles
{
      BACKGROUND-COLOR: #eaeaea;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold;
    COLOR: #000000;
}

.NewsTitles
{
    font-weight: bold;
    font-size: 140%;
    color:  #0072c6;
    text-decoration: underline;
}

.NewsResume
{
    font-weight: normal;
    font-size: 120%;
    color: #707070;
}

.MenuTitles
{
    font-weight: bold;
    font-size: 8pt;
    color: #191970;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #808080;
}

.WelcomeTitles
{
      BACKGROUND-COLOR: #808080;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    COLOR: #ffffff;
}

/* Defenição de Botões */

.BT_OpenNewPage
{
      background: url(../images/App/OpenNewPage.gif) #f1eee4 no-repeat center 50%;
      border-right: #dcd6be 1px solid;
      background-position: center 50%;
      border-top: #dcd6be 1px solid;
      font-weight: bold;
      font-size: 8pt;
      background-attachment: scroll;
      vertical-align: top;
      border-left: #dcd6be 1px solid;
      width: 30px;
      color: #60788e;
      border-bottom: #dcd6be 1px solid;
      background-repeat: no-repeat;
      font-family: Arial, Helvetica, sans-serif;
      text-align: center;
      height:30px;
}

.BT_EraseField
{
      border-right: #dcd6be 1px solid;
      border-top: #dcd6be 1px solid;
      font-weight: bold;
      font-size: 8pt;
      background: url(../images/App/EraseField.gif) #f1eee4 no-repeat center 50%;
      vertical-align: top;
      border-left: #dcd6be 1px solid;
      width: 30px;
      color: #60788e;
      border-bottom: #dcd6be 1px solid;
      font-family: Arial, Helvetica, sans-serif;
      text-align: center;
      height:30px;
}

.BT_Validate
{
      background: url(../images/App/Validar.gif) #f1eee4 no-repeat center 50%;
      border-right: #dcd6be 1px solid;
      background-position: center 50%;
      border-top: #dcd6be 1px solid;
      font-weight: bold;
      font-size: 8pt;
      background-attachment: scroll;
      vertical-align: top;
      border-left: #dcd6be 1px solid;
      width: 30px;
      color: #60788e;
      border-bottom: #dcd6be 1px solid;
      background-repeat: no-repeat;
      font-family: Arial, Helvetica, sans-serif;
      text-align: center;
      height:20px;
}

.BT_OpenBellow
{
    background: #f1eee4 url('../Images/Header/openbellow.gif') no-repeat center 50%;
    border-right: #dcd6be 1px solid;
    background-position: center 50%;
    border-top: #dcd6be 1px solid;
    font-weight: bold;
    font-size: 8pt;
    background-attachment: scroll;
    vertical-align: top;
    border-left: #dcd6be 1px solid;
    width: 30px;
    color: #60788e;
    border-bottom: #dcd6be 1px solid;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    height: 20px;
}

.BT_CloseBellow
{
    background: #f1eee4 url('../Images/Header/closebellow.gif') no-repeat center 50%;
    border-right: #dcd6be 1px solid;
    background-position: center 50%;
    border-top: #dcd6be 1px solid;
    font-weight: bold;
    font-size: 8pt;
    background-attachment: scroll;
    vertical-align: top;
    border-left: #dcd6be 1px solid;
    width: 30px;
    color: #60788e;
    border-bottom: #dcd6be 1px solid;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    height: 20px;
}

.BT_Calendar 
{
    background: url(../images/App/calendar.gif)  no-repeat center ;
    border-right: #dcd6be 1px solid;
    background-position: center;
    border-top: #dcd6be 1px solid;
    font-weight: bold;
    font-size: 8pt;
    background-attachment: scroll;
    vertical-align: top;
    border-left: #dcd6be 1px solid;
    width: 35px;
    color: #60788e;
    border-bottom: #dcd6be 1px solid;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    height:20px;
}
.Bt_calendar
{
    background: url(../images/App/calendar.gif)  no-repeat center ;
    border-right: #dcd6be 1px solid;
    background-position: center;
    border-top: #dcd6be 1px solid;
    font-weight: bold;
    font-size: 8pt;
    background-attachment: scroll;
    vertical-align: top;
    border-left: #dcd6be 1px solid;
    width: 35px;
    color: #60788e;
    border-bottom: #dcd6be 1px solid;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    text-align: right;
    height:20px;
}
.Bt_AddFolder
{
    border-style: none;
    background: url('../Images/DFOperationImages/folder_addH.gif') no-repeat center;
    background-position: center;
    font-weight: bold;
    font-size: 8pt;
    background-attachment: scroll;
    vertical-align: top;
    width: 35px;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    text-align: right;
    height: 20px;
    background-color: #FFFFFF;
}
.Bt_DeleteFolder
{
    border-style: none;
    background: url('../Images/DFOperationImages/folder_deleteH.gif') no-repeat center;
    background-position: center;
    font-weight: bold;
    font-size: 8pt;
    background-attachment: scroll;
    vertical-align: top;
    width: 35px;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    height: 20px;
    background-color: #FFFFFF;
}

.Bt_SmallOk
{
    border-style: none;
    background: url('../Images/DFOperationImages/doneH.gif') no-repeat center;
    background-position: center;
    font-weight: bold;
    font-size: 8pt;
    background-attachment: scroll;
    vertical-align: top;
    width: 20px;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    height: 20px;
    background-color: #FFFFFF;
}
.Bt_SmallCancel
{
    border-style: none;
    background: url('../Images/DFOperationImages/deleteh.gif') no-repeat center;
    background-position: center;
    font-weight: bold;
    font-size: 8pt;
    background-attachment: scroll;
    vertical-align: top;
    width: 20px;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    height: 20px;
    background-color: #FFFFFF;
}
.BT_Nivel_N
{
    background: transparent;
    background-repeat: no-repeat;
    background-image: none;
    background-position: center;
    border: 0 none;
   font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-align: center;
    color: #000000;
    vertical-align: middle;
}

.BT_Nivel_1
{
    border-right: #dcd6be 1px solid;
    background-position: center 50%;
    border-top: #dcd6be 1px solid;
    font-weight: bold;
    font-size: 10pt;
    background-attachment: scroll;
    vertical-align: middle;
    border-left: #dcd6be 1px solid;
    width: 30px;
    color: #808080;
    border-bottom: #dcd6be 1px solid;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f1eee4;
    text-align: center;
}

.BT_Nivel_1:hover
{
      border-right: #dcd6be 1px solid;
      background-position: center 50%;
      border-top: #dcd6be 1px solid;
      font-weight: bold;
      font-size: 10pt;
      background-attachment: scroll;
      vertical-align: middle;
      border-left: #dcd6be 1px solid;
      width: 30px;
      color: white;
      border-bottom: #dcd6be 1px solid;
      background-repeat: no-repeat;
      font-family: Arial, Helvetica, sans-serif;
      background-color: #9dafb9;
      text-align: center;
}



.BT_Nivel_2
{
    margin: 4px;
      border-right: #dcd6be 1px outset;
      background-position: center 50%;
      border-top: #dcd6be 1px outset;
      font-weight: normal;
      font-size: 10pt;
      background-attachment: scroll;
      vertical-align: middle;
      border-left: #dcd6be 1px outset;
      width: 50px;
      color: #808080;
      border-bottom: #dcd6be 1px outset;
      background-repeat: no-repeat;
      font-family: Arial, Helvetica, sans-serif;
      background-color: buttonface;
      text-align: center;
}

.BT_Nivel_2:hover
{
    margin: 4px;
      border-right: #dcd6be 1px outset;
      background-position: center 50%;
      border-top: #dcd6be 1px outset;
      font-weight: normal;
      font-size: 10pt;
      background-attachment: scroll;
      vertical-align: middle;
      border-left: #dcd6be 1px outset;
      width: 50px;
      color: #808080;
      border-bottom: #dcd6be 1px outset;
      background-repeat: no-repeat;
      font-family: Arial, Helvetica, sans-serif;
      background-color: #9dafb9;
      text-align: center;
}
.BT_Nivel_3
{
    border: 1px outset #dcd6be;
    margin: 4px;
    font-weight: normal;
    font-size: 10pt;
    width: 100px;
    background-image: none;
    vertical-align: middle;
    color: #808080;
    font-family: Arial, Helvetica, sans-serif;
    background-color: buttonface;
    text-align: center;
    height: 30px;
}

.BT_Nivel_3:Hover
{
    margin: 4px;
    border-right: #dcd6be 1px outset;
    border-top: #dcd6be 1px outset;
    font-weight: normal;
    font-size: 10pt;
   background-image: none;
    vertical-align: middle;
    border-left: #dcd6be 1px outset;
    width: 100px;
    color: #FFFFFF;
    border-bottom: #dcd6be 1px outset;
    font-family: Arial, Helvetica, sans-serif;
    background-color: buttonface;
    text-align: center;
}

.BT_Nivel_4
{
    margin: 4px;
    border-right: #dcd6be 1px outset;
    background-position: center 50%;
    border-top: #dcd6be 1px outset;
    font-weight: normal;
    font-size: 10pt;
    background-attachment: scroll;
    vertical-align: middle;
    border-left: #dcd6be 1px outset;
    width: 125px;
    color: #808080;
    border-bottom: #dcd6be 1px outset;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    background-color: buttonface;
    text-align: center;
}
.BT_Nivel_4:Hover
{
    margin: 4px;
    border-right: #dcd6be 1px outset;
    background-position: center 50%;
    border-top: #dcd6be 1px outset;
    font-weight: normal;
    font-size: 10pt;
    background-attachment: scroll;
    vertical-align: middle;
    border-left: #dcd6be 1px outset;
    width: 125px;
    color: #FFFFFF;
    border-bottom: #dcd6be 1px outset;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    background-color: buttonface;
    text-align: center;
}

.BT_Nivel_5
{
    margin: 4px;
      border-right: #dcd6be 1px outset;
      background-position: center 50%;
      border-top: #dcd6be 1px outset;
      font-weight: normal;
      font-size: 10pt;
      background-attachment: scroll;
      vertical-align: middle;
      border-left: #dcd6be 1px outset;
      width: 150px;
      color: #808080;
      border-bottom: #dcd6be 1px outset;
      background-repeat: no-repeat;
      font-family: Arial, Helvetica, sans-serif;
      background-color: buttonface;
      text-align: center;
}

.BT_Nivel_5:Hover
{
    margin: 4px;
      border-right: #dcd6be 1px outset;
      background-position: center 50%;
      border-top: #dcd6be 1px outset;
      font-weight: normal;
      font-size: 10pt;
      background-attachment: scroll;
      vertical-align: middle;
      border-left: #dcd6be 1px outset;
      width: 150px;
      color: #FFFFFF;
      border-bottom: #dcd6be 1px outset;
      background-repeat: no-repeat;
      font-family: Arial, Helvetica, sans-serif;
      background-color: buttonface;
      text-align: center;
}

.BT_Nivel_6
{
    margin: 4px;
      border-right: #dcd6be 1px outset;
      background-position: center 50%;
      border-top: #dcd6be 1px outset;
      font-weight: normal;
      font-size: 10pt;
      background-attachment: scroll;
      vertical-align: middle;
      border-left: #dcd6be 1px outset;
      width: 200px;
      color: #808080;
      border-bottom: #dcd6be 1px outset;
      background-repeat: no-repeat;
      font-family: Arial, Helvetica, sans-serif;
      background-color: buttonface;
      text-align: center;
}

.BT_Nivel_6:Hover
{
    margin: 4px;
      border-right: #dcd6be 1px outset;
      background-position: center 50%;
      border-top: #dcd6be 1px outset;
      font-weight: normal;
      font-size: 10pt;
      background-attachment: scroll;
      vertical-align: middle;
      border-left: #dcd6be 1px outset;
      width: 200px;
      color: #FFFFFF;
      border-bottom: #dcd6be 1px outset;
      background-repeat: no-repeat;
      font-family: Arial, Helvetica, sans-serif;
      background-color: buttonface;
      text-align: center;
}

.BT_Nivel_7
{
    margin: 4px;
      border-right: #dcd6be 1px outset;
      background-position: center 50%;
      border-top: #dcd6be 1px outset;
      font-weight: normal;
      font-size: 10pt;
      background-attachment: scroll;
      vertical-align: middle;
      border-left: #dcd6be 1px outset;
      width: 250px;
      color: #808080;
      border-bottom: #dcd6be 1px outset;
      background-repeat: no-repeat;
      font-family: Arial, Helvetica, sans-serif;
      background-color: buttonface;
      text-align: center;
}

.BT_Nivel_7:Hoover
{
    margin: 4px;
      border-right: #dcd6be 1px outset;
      background-position: center 50%;
      border-top: #dcd6be 1px outset;
      font-weight: normal;
      font-size: 10pt;
      background-attachment: scroll;
      vertical-align: middle;
      border-left: #dcd6be 1px outset;
      width: 250px;
      color: #FFFFFF;
      border-bottom: #dcd6be 1px outset;
      background-repeat: no-repeat;
      font-family: Arial, Helvetica, sans-serif;
      background-color: buttonface;
      text-align: center;
}

.TopoIdentityInfo
{
    font-weight: normal;
    color: #696969;
    font-family: "MS Sans Serif" , Arial, Helvetica, Arial, Helvetica, sans-serif, sans-serif;
    background-color: #ffffff;
    text-align: left;
    vertical-align: bottom;
}


 .AplidocLogo
{
   
    background-color: #ffffff;
    padding-left: 20px;
    height: 45;
    text-align: right;
}
.ApplicationTitle
{
    font-weight: normal;
    font-size: 10pt;
    color: #808080;
    font-family: arial, helvetica, sans-serif;
    background-color: #ffffff;
    text-align: right;
    vertical-align:bottom;
    padding-left: 20px;
}
/*.ApplicationTitle
{
    font-weight: normal;
    font-size: 16pt;
    color: #FF5A00;
    font-family: "MS Sans Serif" , Arial, Helvetica, Arial, Helvetica, sans-serif, sans-serif;
    background-color: #ffffff;
    text-align: left;
}*/

.MenuToolBar
{
      padding-right: 10px;
      padding-left: 4px;
      font-weight: bold;
      font-size: 13px;
      padding-bottom: 3px;
      color: #A0522D;
      padding-top: 3px;
      font-style: normal;
      font-family: sans-serif,Helvetica, Arial;
      text-decoration: none;
}     

.MenuItem {
      PADDING-RIGHT: 10px; PADDING-LEFT: 4px; FONT-WEIGHT: normal; FONT-SIZE: 11px; PADDING-BOTTOM: 3px; COLOR: #000000; PADDING-TOP: 3px; FONT-STYLE: normal; FONT-FAMILY: "MS Sans Serif", Arial, Helvetica, Arial, Helvetica, sans-serif, sans-serif; TEXT-DECORATION: none
}
.MenuItemOn {
      PADDING-RIGHT: 10px; PADDING-LEFT: 4px; FONT-WEIGHT: normal; FONT-SIZE: 11px; PADDING-BOTTOM: 3px; COLOR: #000000; PADDING-TOP: 3px; FONT-STYLE: normal; FONT-FAMILY: "MS Sans Serif", Arial, Helvetica, Arial, Helvetica, sans-serif, sans-serif; TEXT-DECORATION: none
}
.MenuExpand {
      CURSOR: default
}
.MenuPopupBox {
      DISPLAY: none; Z-INDEX: 1999; LEFT: -500px; CURSOR: default; POSITION: absolute
}
.MenuDisabled {
      COLOR: #a5a6a6
}

.CopyrightOrange
{
      
      font-size: 10pt;
      color: #ff9900;
      font-family: Arial, Helvetica, sans-serif;
}
.CopyrightGrey
{
    
    font-size: 9pt;
    color: #696969;
    font-family: Arial, Helvetica, sans-serif;
}

.PoweredBy
{
      font-weight: bold;
      font-size: 8pt;
      color: #696969;
      font-family: Tahoma;
}

.Pager
{
    line-height: 31px;
}
#PagerLeft
{
    background-image: url('../Images/App/boxLeft.gif');
    background-repeat: no-repeat;
    text-align: left;
    width: 10px;
}

#PagerLeftNone
{
    width: 0px;
}

#PagerRight
{
    background-image: url('../Images/App/boxright.gif');
    background-repeat: no-repeat;
    width: 10px;
    text-align: right;
}

#PagerRightPoint
{
    background-image: url('../Images/App/boxrightPoint.gif');
    background-repeat: no-repeat;
    width: 17px;
    text-align: right;
}

#PagerContent
{
    background-image: url('../Images/App/boxmiddle.gif');
    background-repeat: repeat-x;
}

.PagerText
{
    font-weight: bold;
    font-size: 8pt;
    color: #990000;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
.PagerSelected
{
    font-weight: bold;
    font-size: 8pt;
    color: red;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.PagerUnSelected
{
    
}


.TabElement
{
      font-size: 8pt;
      color: #000000;
      font-family: Arial, Helvetica, sans-serif;
      text-decoration: none;
      font-weight: bold;
}


/* Navigation */
/*A
{
    font-weight: bold;
    font-size: 9pt;
    color: #696969;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}*/


A:visited
{
    font-size: 9pt;
    color: #696969;
    font-family: Arial, Helvetica, sans-serif;
}

A:Hover {
      text-decoration: underline;
}

A.topNav
{
      color: black;
      text-decoration: none;
}

A.topNav:Hover
{
      color: black;
      text-decoration: underline;
}


A.topNavDisabled
{
      color: gray;
      text-decoration: none;
}

A.topNavDisabled:Hover 
{
      text-decoration: none;
      color: gray;
}

A.tasksNav
{
      color: #003366;
      text-decoration: none;
}

A.tasksNav:Hover
{
      color: #003366;
      text-decoration: underline;
}


A.tasksNavDisabled
{
      text-decoration: none;
      color: #666666;
}

A.tasksNavDisabled:Hover 
{
      text-decoration: none;
      color: #666666;
}

A.pathNav {
      text-decoration: none;
      color: #FFFFCC;
}

A.pathNav:Hover {
      text-decoration: underline;
      color: #FFFFCC;
}


/*ToolBar*/
#ToolBar A
{
      font-weight: bold;
      font-size: 9pt;
      color: black;
      font-family: Arial, Helvetica, sans-serif;
      text-decoration: none;
}


#ToolBar A:visited
{
    font-size: 9pt;
    color: #696969;
    font-family: Arial, Helvetica, sans-serif;
}

#ToolBar A:Hover {
      text-decoration: underline;
}

/*DataGrid*/
/*#DataGrid A
{
      font-weight: bold;
      font-size: 9pt;
      color: black;
      font-family: Arial, Helvetica, sans-serif;
      text-decoration: none;
}


#DataGrid A:visited
{
      font-size: 9pt;
      color: #A0522D;
      font-family: Arial, Helvetica, sans-serif;
}*/

#DataGrid A:Hover {
      text-decoration: underline;
}

/*PathItem*/
#PathListUC A
{
      font-size: 90%;
      color: #696969;
      font-family: Arial, Helvetica, sans-serif;
      text-decoration: none;
}


#PathListUC A:visited
{
      font-size: 95%;
      color: #696969;
      font-family: Arial, Helvetica, sans-serif;
}

#PathListUC A:Hover {
      text-decoration: underline;
}


/*Documents*/
A.DocumentClass 
{
      font-size: 8pt;
      color: #000000;
      font-family: Arial, Helvetica, sans-serif, 'MS Sans Serif' , Arial, Helvetica, Tahoma, sans-serif;
      text-decoration: none;
      font-weight: bold;
}
A.DocumentClass:visited
{
      
      font-size: 8pt;
      color: #6282c5;
      font-family: Arial, Helvetica, sans-serif, 'MS Sans Serif' , Arial, Helvetica, Tahoma, sans-serif;
}

A.DocumentClass:Hover {
      text-decoration: underline;
}
/*
      ps.fmar.20101125.Nortear2020
      CheckList styles.BEGIN
*/    
.checklistField
{
      font-weight: normal;
      font-size: 8pt;
      vertical-align: middle;
      color: #000000;
      font-family: Arial, Helvetica, sans-serif;
}
.checklistFieldSection
{
      font-weight: normal;
      font-size: 8pt;
      vertical-align: middle;
      color: #000000;
      font-family: Arial, Helvetica, sans-serif;
}
.checklistRowOdd
{
      background-color: #F8F8FF;
}
.checklistRowEven
{
      background-color: #DCDCDC;
}




/*- Menu Tabs I r119--------------------------- */

      
#tabsI
{
    float: left;
    width: 100%;
    font-size: 93%;
    line-height: normal;
    z-index: 2;
}
   
#tabsI ul
{
    margin: 0;
    padding: 10px 10px 0px 20px;
    list-style: none;
}

#tabsI li 
{
      display:inline;
      margin:0;
      float:left;
      margin:0;
      padding:0 0 0 0px;
      text-decoration:none;
}
       
      
#tabsI a  
{
      float:left;
      background:url("../images/App/tableftB2.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
}
   
    #tabsI a span
{
    float: left;
    display: block;
    background: url("../images/App/tabrightB2.gif") no-repeat right top;
    padding: 5px 15px 4px 6px;
    color: #A0522D;
    font-size: 12px;
    font-weight: normal;
}
            
      /*- Menu TitleContent--------------------------- */

 #TitleContentOver 
{ 
    z-index: 1000; 
    position: absolute; 
    left: 0px;
    width: 100%;
    color: Gray;
    padding-top: 15px;
}

#TitleContentOver span
{
    font-size: 150%;
    padding: 0 60px 0 0px;
}


 #TitleContent
{
    float: right;
    width: 100%;
    font-size: 100%;
}

#TitleContent ul {
    margin:0;
    padding:10px 10px 0 10px;
    list-style:none;
    }
#TitleContent li {
    display:inline;
    margin:0;
    padding:0;
    float:right;
    background:url("../images/App/tableftB.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
    }
      
#TitleContent a  {
    float:right;
    background:url("../images/App/tableftB.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 5px;
    text-decoration:none;
    }
   
    #TitleContent li span
{
    float: left;
    display: block;
    background: url("../images/App/tabrightB.gif") no-repeat right top;
    padding: 5px 15px 4px 6px;
    color: Gray;
    font-size: 150%;
}

  /*- Menu TitleSubContent--------------------------- */

#TitleSubContent
{
   
    float: left;
    width: 100%;
    font-size: 93%;
    line-height: normal;
    z-index: 2;
    background-repeat: repeat-x;
}
   
#TitleSubContent ul
{
    margin: 0;
    padding: 10px 10px 0px 20px;
    list-style: none;
    
}
#TitleSubContent li {
    display:inline;
    margin:0;
    padding:0;
    float:left;
    background:url("../images/App/tableftB2.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
    }
      
#TitleSubContent a  {
    float:left;
    background:url("../images/App/tableftB2.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 5px;
    text-decoration:none;
    }
   
#TitleSubContent li span
{
    float: left;
    display: block;
    background: url("../images/App/tabrightB2.gif") no-repeat right top;
    padding: 5px 15px 4px 6px;
    color: #A0522D;
    font-size: 12px;
    font-weight: normal;
}


   /*- Menu SubContent--------------------------- */

#SubContent {
    float:left;
    width:100%;
    background:#EFF4FA;
    font-size:93%;
    line-height:normal;
    border-bottom:1px solid #DD740B;
    }
#SubContent ul {
    margin:0;
    padding:10px 10px 0 10px;
    list-style:none;
    }
#SubContent li {
    display:inline;
    margin:0;
    padding:0;
    float:left;
    background:url("../images/App/tableftB.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
    }
      
#SubContent a  {
    float:left;
    background:url("../images/App/tableftB.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 5px;
    text-decoration:none;
    }
   
#SubContent li span
{
    float: left;
    display: block;
    background: url("../images/App/tabrightB.gif") no-repeat right top;
    padding: 5px 15px 4px 6px;
    color: #333333;
}
      
#SubContent table
{
    background: none no-repeat right top;
    background-color: #F5F5F5;
}
     
      
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsI a span {float:none;}
    /* End IE5-Mac hack */
    #tabsI a:hover span {
      color:#FFF;
      }
    #tabsI a:hover {
      background-position:0% -42px;
      }
    #tabsI a:hover span {
      background-position:100% -42px;
      }


/*
      ps.fmar.20101125.Nortear2020
      CheckList styles.END
*/


/*DATAGRID */

.DG
{
    background-color: #738C9B;
}
/* Font-Size="8pt" Font-Names="Arial, Helvetica, sans-serif" Font-Bold="True" ForeColor="White" BackColor="#738c9b"*/
 
 .DGHeaderStyle
{
    border-right-style: solid;
    border-left-style: solid;
    border-right-width: thin;
    border-left-width: thin;
    border-right-color: #CCCCCC;
    border-left-color: #CCCCCC;
}                                                    
.DGHeaderStyle a
{
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #990000;
    font-style: normal;
    text-decoration: none;
}
/*
.DGHeaderStyle a
{
    background-color: #738C9B;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    font-style: italic;
    text-decoration: none;
}
*/

.DGHeaderStyle td
{
    background-position: center;
    background-color: #FFFFFF;
    font-size: 8pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #990000;
    line-height: 29px;
    background-image: url('../Images/App/boxmiddle.gif');
    background-repeat: repeat-x;
}

.DGHeaderStyle span
{
    background-color: #738C9B;
    font-size: 8pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
}
/*Font-Size="8pt" Font-Names="Arial, Helvetica, sans-serif" ForeColor="Black"
                                                                    BackColor="GhostWhite*/
.DGItemStyle td
{
    background-color: #FFFFFF;
    font-size: 8pt;
    font-family: Arial, Helvetica, sans-serif;
    color: #808080;
    border-top-color: #C0C0C0;
    border-bottom-color: #C0C0C0;
}
/*BackColor="Gainsboro"*/
.DGAlternatingItemStyle
{
    background-color: #F4F4F4;
}
/* Font-Bold="True" ForeColor="White" BackColor="#008A8C"*/
.DGSelectedItemStyle
{
    font-weight: bold;
}
/*ForeColor="Black" BackColor="#CCCCCC"*/
.DGFooterStyle
{
    
}

/* ANOB - Páginas de Administração*/
/*.BT_Nivel_UpdtAct
{
    width: 100px;
}

.BT_Nivel_UpdtAct:hover
{
      width: 100px;
}*/

/*div que contem os botões IUD - Tabelas Dados Mestre*/
.divButtons
{
    padding-right:3px;
    padding-left:3px;
    float:left;
}
.divButtons .BT_Nivel_3
{
      width: 100px;
}

/*MenuBar*/

.DivMenuBar
{
    background-color: #333333;
    
}

.urbangreymenu
{
    background-position: center top;
    width: 150px;
    background-image: url('../Images/Master/Logo_Partner01.jpg');
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    padding-top: 80px;
    padding-left: 10px;
    height: 600px;
}

.urbangreymenu .headerbar
{
    font: bold 11px Verdana;
    color: white;
    background: #606060 url('../Images/Master/HeaderMenuBk.png') repeat-x; /*last 2 values are the x and y coordinates of bullet image*/
    margin-bottom: 0; /*bottom spacing between header and rest of content*/
    padding: 7px 0 7px 12px; /*31px is left indentation of header text*/
    margin: 2px 0px 2px;
    text-align: left;
}

.urbangreymenu .headerbar a{
text-decoration: none;
color: white;
display: block;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}
/*ApliDoc*/
/*.urbangreymenu ul li a
{
    font: normal 11px Arial;
    color: #FFFFFF;
    background: #000000;
    display: block;
    padding: 5px 0 5px 30px;
    line-height: 17px; 
    text-decoration: none;
    text-align: left;
}*/
/*INCI*/
.urbangreymenu ul li a
{
    font: normal 11px Arial;
    color: #333333;
    background: #d3e4a6;
    display: block;
    padding: 5px 0 5px 30px;
    line-height: 17px; /*link text is indented 8px*/
    text-decoration: none;
    text-align: left;
}



.urbangreymenu ul li a.Selected
{
    padding: 5px 0px 5px 30px;
    background-image: url('../Images/Header/Task.gif');
    background-repeat: no-repeat;
    background-position: right;
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}
/*
.urbangreymenu ul li a:visited{
color: black;
}
*/
.urbangreymenu ul li a:hover
{
    background-color: #808080;
}

/*SepBarContent*/
#DivSepBarContent
{
    padding: 10px 5px 5px 5px;
    background-color: #F5F5F5;
}

/*SepBar*/
.DivSepBar
{
    background-position: center top;
    width: 150px;
    background-image: none;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    padding-top: 0px;
    padding-left: 20px;
}

.DivSepBar .item
{
    font: bold 11px Arial, Helvetica, sans-serif;
    color: #808080;
    margin-bottom: 0; /*bottom spacing between header and rest of content*/
    padding: 7px 0 7px 12px; /*31px is left indentation of header text*/
    margin: 2px 0px 2px;
    text-align: left;
}

.DivSepBar .headerbar a{
text-decoration: none;
color: white;
display: block;
}

.DivSepBar ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.DivSepBar ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.DivSepBar ul li a
{
    display: block;
    padding: 0px 0 0px 30px;
    line-height: 30px; /*link text is indented 8px*/
    text-decoration: none;
    text-align: left;
    background: #FFFFFF url('../Images/App/sepbarvertical.png') no-repeat;
    color: #FFFFFF;
}

.DivSepBar ul li a.Selected
{
    display: block;
    padding: 0px 0 0px 30px;
    line-height: 30px; /*link text is indented 8px*/
    text-decoration: none;
    text-align: left;
    background: #FFFFFF url('../Images/App/sepbarverticalSelected.png') no-repeat;
    color: #808080;
}
/*
.urbangreymenu ul li a:visited{
color: black;
}
*/
.DivSepBar ul li a:hover
{
    background-color: #808080;
}


.modalBackground {
	FILTER: alpha(opacity=70); BACKGROUND-COLOR: gray; opacity: 0.7
}
.modalPopup
{
    border-bottom: gray 3px solid;
    border-left: gray 3px solid;
    padding-bottom: 3px;
    background-color: #FFFFFF;
    padding-left: 3px;
    width: 700px;
    padding-right: 3px;
    border-top: gray 3px solid;
    border-right: gray 3px solid;
    padding-top: 3px;
    border-color: #CCCCCC;
}
.modalPopup P {
	PADDING-BOTTOM: 5px; PADDING-LEFT: 5px; PADDING-RIGHT: 5px; PADDING-TOP: 5px
}
.modalPopupNotes
{
    border-bottom: gray 3px solid;
    border-left: gray 3px solid;
    padding-bottom: 3px;
    background-color: #FFFFFF;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    width: 800px;
    height: 500;
    border-top: gray 3px solid;
    border-right: gray 3px solid;
    border-color: #CCCCCC;
}


.FeaturesTable
{
    padding: 1px;
    border: thin none #E9D8B1;
    background-color: #F2F2F2;
}



/*
COMPLEMENTOS AOS TEMAS DO DEVEXPRESS

*/


.dxtc-tab span,
.dxtc-activeTab span
{
    font-size: 12px;
}

.dxgvDataRow_MetropolisBlue:hover
{
    background-color: #0072c6;
	color: #FFFFFF !important;
}

.dxgvDataRow_RediDocTheme:hover
{
    background-color: #f15e34;
	color: #FFFFFF;
}
 
.dxgvDataRow_MBT:hover
{
	background-color: #99CCFF;
	color: #FFFFFF;
}

.dxtlNode_MetropolisBlue:hover
{
	background-color: #0072c6;
	color: #FFFFFF;
}

.dxtlNode_RediDocTheme:hover
{
	background-color: #f15e34;
	color: #FFFFFF;
}

.dxtlNode_MBT:hover
{
	background-color: #0072c6;
	color: #FFFFFF;
}

.dxmMenuItem_ApliDocTheme  span,
.dxmMenuItemWithImage_ApliDocTheme span,
.dxmMenuItemWithPopOutImage_ApliDocTheme span,
.dxmMenuItemWithImageWithPopOutImage_ApliDocTheme span,
.dxmVerticalMenuItem_ApliDocTheme span,
.dxmVerticalMenuItemWithImage_ApliDocTheme span,
.dxmVerticalMenuItemWithPopOutImage_ApliDocTheme span,
.dxmVerticalMenuItemWithImageWithPopOutImage_ApliDocTheme span,
.dxmVerticalMenuRtlItem_ApliDocTheme span,
.dxmVerticalMenuRtlItemWithImage_ApliDocTheme span,
.dxmVerticalMenuRtlItemWithPopOutImage_ApliDocTheme span,
.dxmVerticalMenuRtlItemWithImageWithPopOutImage_ApliDocTheme span,
.dxmMenuLargeItem_ApliDocTheme span,
.dxmMenuLargeItemWithImage_ApliDocTheme span,
.dxmMenuLargeItemWithPopOutImage_ApliDocTheme span,
.dxmMenuLargeItemWithImageWithPopOutImage_ApliDocTheme span,
.dxmVerticalMenuLargeItem_ApliDocTheme span,
.dxmVerticalMenuLargeItemWithImage_ApliDocTheme span,
.dxmVerticalMenuLargeItemWithPopOutImage_ApliDocTheme span,
.dxmVerticalMenuLargeItemWithImageWithPopOutImage_ApliDocTheme span,
.dxmVerticalMenuLargeRtlItem_ApliDocTheme span,
.dxmVerticalMenuLargeRtlItemWithImage_ApliDocTheme span,
.dxmVerticalMenuLargeRtlItemWithPopOutImage_ApliDocTheme span,
.dxmVerticalMenuLargeRtlItemWithImageWithPopOutImage_ApliDocTheme span
{
	font-size: 120%;
	font-weight: bold;
}

