﻿/*================================ [[COMMON]] =============================== */

/**************************************************************************************
Redefine elementos HTML
**************************************************************************************/
body, input, select, textarea, table, tr, td, p
{
    font-size: 9px;
    font-family: Verdana;
}
* html html,  
* html body,  
* html form  
{  
    /*IE6 only*/  
    height: 100%;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
}  

html, body, form
{
    height: 100%;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
}
p
{
    margin-top: 3px;
    margin-bottom: 3px;
}
hr
{
    color: navy;
    height: 1px;
}
button
{
    height: 24px;
}
a:link, a:hover, a:visited
{
    color: #006699;
}

/**************************************************************************************
BottomInfo: Define o rodapé de TODAS as páginas que não sejam diálogo
**************************************************************************************/
.BottomInfo
{
    font-weight: bold;
    font-size: 7pt;
}

/**************************************************************************************
Classes Comuns
**************************************************************************************/
.Bullet
{
    background-image: url(icons/bullet.gif);
    background-position: left top;
    margin: 0px;
    padding-left: 8px;
    background-repeat: no-repeat;
}
div.center
{
    clear: both;
    text-align: center;
}
div.center div, div.center p, div.center table, div.center form
{
    margin-left: auto;
    margin-right: auto;
}
.Avatar
{
    filter: progid:DXImageTransform.Microsoft.alpha(Opacity=100, FinishOpacity=0, Style=2, StartX=10, StartY=10, FinishX=50, FinishY=50);
}
.NoWrap
{
    white-space: nowrap;
}
.NoDisplay
{
    display: none;
}
.LineDotted
{
    border-bottom: dotted 1px black;
    width: 100%;
    min-width: 100%;
}
.Ellipsis
{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 99%;
    text-align: left;
}
html > body .Ellipsis after
{
    content: "...";
}

/**************************************************************************************
Quadro tipo Post It
**************************************************************************************/
div.notes
{
    height: auto;
    border: 1px solid #666666;
    background-color: #ffffe1;
    font-size: 10px;
    margin-top: 4px;
    margin-bottom: 4px;
}
div.notes p
{
    margin: 0em 0em .5em 0em;
    float: left;
    display: block;
}
div.notes .label
{
    float: left;
    display: table;
    width: 100px;
    border-right: 1px ridge;
    border-top: 1px ridge;
    border-left: 1px ridge;
    border-bottom: 1px ridge;
    font-weight: bolder;
    background-color: palegoldenrod;
    width: 100px;
    color: Black;
}

/*================================ [[ADMIN]] =============================== */

.FormBLabel
{
    display: block;
    font-weight: bolder;
    text-align: left;
    padding: 2px;
    color: #000;
    width: 100%;
    clear: both;
}

/* --- Wizard Bottom ------------------------------------------------------ */
.WizardBottomPanel
{
    background-color: #698BC0;
    padding-top: 5px;
    text-align: right;
    height: 30px;
    width: 100%;
}

/* --- Wizard: Dialog Filter----------------------------------------------- */
.DialogFilter
{
    background: #ecebe4;
    display: table;
    width: 100%;
}
.DialogFilter p
{
    text-align: left;
}
.DialogFilter fieldset
{
    clear: both;
    font-size: 100%;
    border-color: navy;
    border-width: 1px 0 0 0;
    border-style: solid none none none;
    padding: 5px;
    margin: 0 0 0 0;
    -moz-border-radius: 0px;
    border-radius: 1px;
}
.DialogFilter fieldset legend
{
    font-size: 150%;
    font-weight: bolder;
    color: Navy;
    margin: 0 0 0 0;
    padding: 0 5px;
}

/* --- FieldSet Boxes ----------------------------------------------------- */
fieldset
{
    -moz-border-radius: 4px;
    display: block;
    margin: 2px;
    padding: 2px;
}

fieldset legend
{
    font-weight: bolder;
    font-size: 110%;
}
/* --- CollapsePanel Filter ---------------------------------------------- */
.CollapsePanelFilter h4
{
    padding: 0px 0px 0px 0px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #666666;
    color: black;
    font-size: 110%;
}
.CollapsePanelFilter
{
    font-size: 9px;
    background: #ecebe4;
    border: solid 1px gray;
    display: block;
}
.CollapsePanelFilterTitle
{
    font-weight: bold;
    font-size: 10px;
    vertical-align: middle;
    color: blue;
}
.CollapsePanelFilter fieldset
{
    margin: 2px;
    padding: 2px;
    display: block;
    color: navy;
}
.CollapsePanelFilter legend
{
    background-color: Transparent;
    color: black;
    font-weight: bolder;
}
.CollapsePanelFilter span
{
    font-family: Verdana, 'Comic Sans MS' , Arial, 'Courier New' , Serif, Monospace;
    font-weight: bold;
}
.CollapsePanelAdvPropTitle
{
    font-weight: bold;
    font-size: 10px;
    vertical-align: middle;
    color: navy;
    border-top: thin ridge;
    padding-top: 5px;
}

/* --- MasterPages Styles --------------------------------------------------------  */
.TabContainer
{
    display: table;
    width: 100%;
    background-color: #FFF;
    margin-bottom: 4px;
}
.LoadingContainer
{
    position: relative;
    width: 100%;
    display: block;
}
.LoadingPanelContainer
{
    top: 50%;
    bottom: 50%;
    width: 99%;
    position: absolute;
    text-align: center;
    z-index:1;
}
.TopCrudLine
{
    border-bottom: thin ridge;
    text-align: right;
    background-color: whitesmoke;
    width: 100%;
}
.BottomCrudLine
{
    padding-top: 2px;
    padding-bottom: 2px;
    border-top: thin ridge;
    text-align: right;
    background-color: Gray;
    vertical-align: middle;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}
.BottomCrudLine a:link, .BottomCrudLine a:hover, .BottomCrudLine a:visited
{
    color: #006699;
}
.TopCrudLine input, .BottomCrudLine input
{
    background-color: #ecebe4;
    color: #000;
}

/* --- DataList/DataView Styles ---------------------------------------  */
.BoxAdmin
{
    border-right: navy 1px solid;
    border-top: navy 1px solid;
    border-left: navy 1px solid;
    border-bottom: navy 1px solid;
    font-size: 9px;
    color: #000;
}
.BoxAdmin TD
{
    padding: 2px;
}
.BoxAdmin a
{
    text-decoration: none;
    color: #000;
}
.BoxAdmin a:link
{
    color: #000;
    text-decoration: none;
}
.BoxAdmin a:visited
{
    color: #000;
    text-decoration: none;
}
.BoxAdmin a:hover
{
    color: #006699;
    text-decoration: underline;
}
.BoxAdminHeader
{
    font-weight: bold;
    font-size: 9px;
    color: #FFF;
    background-color: #6699cc;
    text-align: center;
}
.BoxAdminHeader a
{
    text-decoration: underline;
    color: #FFF;
}
.BoxAdminHeader a:link
{
    color: #FFF;
    text-decoration: underline;
}
.BoxAdminHeader a:visited
{
    color: #FFF;
    text-decoration: underline;
}
.BoxAdminHeader a:hover
{
    color: #ffcc66;
    text-decoration: underline;
}
.BoxAdminFooter
{
    font-weight: bold;
    font-size: 9px;
    color: #000;
    background-color: #f0f8ff;
}
.BoxAdminPager
{
    font-weight: bold;
    font-size: 11px;
    color: #ffffff;
    background-color: #3399cc;
}
.BoxAdminSelectedItem
{
    font-size: 9px;
    color: #663399;
    background-color: #ffcc66;
}
.BoxAdminItem, .BoxAdminAlternatingItem, .BoxAdminEditItem, .DataGridRowHover
{
    line-height: 2em;
}
.BoxAdminEditItem
{
    font-size: 9px;
    background-color: #f0f8ff;
}
.BoxAdminItem, .BoxAdminAlternatingItem, .DataGridRowHover
{
    font-weight: bold;
    font-size: 9px;
    color: #000;
}
.BoxAdminItem
{
    background-color: #FFF;
}
.BoxAdminAlternatingItem
{
    background-color: #f5f5f5;
}

.DataGridRowHover
{
    background-color: #ffffe0;
}
.SortUp
{
    background: url(icons/sortup.gif) #006699 no-repeat right center;
    color: #fff;
}
.SortDown
{
    background: url(icons/sortdown.gif) #006699 no-repeat right center;
    color: #fff;
}

/*--- HtmlRender Styles -----------------------------------------------------*/
.AdminTipBox
{
    color: red;
    border: solid 1px red;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px;
    background-color: #ffefd5;
}
.AdminTipBox ul
{
    padding-right: 0px;
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 2px 0px;
    line-height: 1.2em;
}
.AdminSingleList ul
{
    padding-right: 0px;
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 2px 0px;
    line-height: 1.2em;
}
.AdminRecordInfo
{
    margin: 0px 0px 2px 0px;
    border-right: navy 1px solid;
    border-top: navy 1px solid;
    padding: 0px 2px 0px 2px;
    font-size: 9px;
    border-left: navy 1px solid;
    color: #000;
    border-bottom: navy 1px solid;
    background-color: #c5d3f2;
}
.InformationBox
{
    background-image: url(Icons/Information.gif);
    background-repeat: no-repeat;
    padding-left: 40px;
    min-height: 40px;
}
.CertificateBox
{
    background-image: url(Icons/Certificate.gif);
    background-repeat: no-repeat;
    padding-left: 40px;
    min-height: 40px;
}
.RedBoldMsg
{
    font-weight: bold;
    font-size: 11px;
    color: red;
}
.SmallRedBoldMsg
{
    font-weight: bold;
    color: red;
}
.BoxMessage
{
    border-right: navy 1px solid;
    border-top: navy 1px solid;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-left: navy 1px solid;
    border-bottom: navy 1px solid;
    background-color: #f8f8ff;
    width: 80%;
}
.BoxMessage #title
{
    font-weight: bold;
    font-size: 14px;
    color: White;
    background-color: Navy;
    font-family: Verdana;
}
.BoxMessage #content
{
    font-weight: bold;
    font-size: 11px;
    padding: 25px 5px 25px 5px;
    color: navy;
    font-family: Verdana;
    text-align: center;
    line-height: 2em;
}
.BoxMessage #buttonsLine
{
    text-align: center;
    line-height: 2em;
}
.BoxMessage #buttonsLine input
{
    padding: 0px 5px 0px 5px;
}

/****************************************************************************************
 DataGrid Breaks
****************************************************************************************/
.Break
{
    background-color: #CCCC99;
}
.Break UL
{
    padding-right: 0px;
    padding-left: 20px;
    padding-bottom: 0px;
    margin: 2px 0px;
    line-height: 1.2em;
    padding-top: 0px;
    font-family: Verdana, Arial;
    background-color: #ffefd5;
}
.Break #Level1
{
    font-weight: bold;
    font-size: 10px;
    color: maroon;
}
.Break #Level2
{
    font-weight: bold;
    font-size: 9px;
    color: #daa520;
}
.Break #Level3
{
    font-weight: bold;
    font-size: 9px;
    color: black;
}

/****************************************************************************************
 DataGridNavigator
****************************************************************************************/
.a-navbar
{
    margin-top: 1px;
    border: navy 1px solid;
    background-color: #6699cc;
}
.a-navbar, .a-navbar a
{
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;
    color: white;
    text-decoration: none;
    vertical-align: middle;
    height: 20px;
}
.a-navbar a:hover
{
    color: gray;
    text-decoration: none;
}
.a-navbarSelectedPage
{
    background-color: #87ceeb;
    padding-left: 2px;
    padding-right: 2px;
}
.a-navbarPagePosition
{
    padding: 2px;
    border-left: navy 1px solid;
    border-right: navy 1px solid;
    background-color: Teal;
    text-align: center;
}

/****************************************************************************************
 Box com Scroll para DataGrid
****************************************************************************************/
div#datagrid-scroll
{
    overflow: auto;
    scrollbar-base-color: aliceblue;
    scrollbar-shadow-color: #F5F5F1;
    scrollbar-track-color: #F5F5F1;
    scrollbar-3dlight-color: #F5F5F1;
    scrollbar-arrow-color: #000000;
    scrollbar-base-color: #F5F5F1;
    scrollbar-face-color: #F5F5F1;
    scrollbar-darkshadow-color: #F5F5F1;
    scrollbar-highlight-color: #F5F5F1;
}

/* Locks the left column */
div#datagrid-scroll td.locked, div#datagrid-scroll th.locked
{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background-color: navy;
    color: white;
    border-right: 1px solid silver;
    position: relative;
    cursor: default; /*IE5+ only*/ /*left: expression(document.getElementById( "datagrid-scroll" ).scrollLeft-2);*/
}

/* Locks table header */
div#datagrid-scroll th
{
    font-weight: bold;
    font-size: 9px;
    color: white;
    background-color: #6699cc;
    text-align: center;
    position: relative;
    cursor: default; /*IE5+ only*/ /*top: expression(document.getElementById( "datagrid-scroll" ).scrollTop-2);*/
    z-index: 10;
}

/* Keeps the header as the top most item. Important for top left item*/
div#datagrid-scroll th.locked
{
    z-index: 99;
}

/****************************************************************************************
 CrumbTrail
****************************************************************************************/
.CrumbTrailLine
{
    line-height: 2em;
    margin-top: 0px;
    margin-bottom: 5px;
    border-bottom: solid 1px navy;
}
.CrumbTrail
{
    font-weight: bold;
    color: navy;
    line-height: 2em;
}
a.CrumbTrail:link
{
    color: #000000;
    text-decoration: none;
}
a.CrumbTrail:visited
{
    color: #000000;
    text-decoration: none;
}
a.CrumbTrail:hover
{
    color: #006699;
    text-decoration: underline;
}

/****************************************************************************************
 Painel para Informações de Cabeçalho
****************************************************************************************/
.PanelHeaderInfo
{
    border-right: #006699 thin solid;
    table-layout: auto;
    border-top: #006699 thin solid;
    margin-top: 2px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 2px;
    border-left: #006699 thin solid;
    color: white;
    border-bottom: black thin solid;
    font-family: Arial;
    border-collapse: collapse;
    background-color: #006699;
    text-align: center;
}

/****************************************************************************************
 Painel de Informações Detalhes, usualmente master-detail
****************************************************************************************/
.PanelDetail
{
    border-right: solid 1px navy;
    border-top: solid 1px navy;
    border-left: solid 1px navy;
    border-bottom: solid 1px navy;
    background-color: #f0f8ff;
    padding: 2px;
}
a.PanelDetail:link
{
    color: white;
    text-decoration: none;
}
a.PanelDetail:visited
{
    color: navy;
    text-decoration: none;
}
a.PanelDetail:hover
{
    font-weight: bold;
    color: red;
}

.PanelDetail a:link
{
    color: black;
    font-weight: bolder;
    text-decoration: none;
}
.PanelDetail a:visited
{
    color: black;
    font-weight: bolder;
    text-decoration: none;
}
.PanelDetail a:hover
{
    color: navy;
    font-weight: bolder;
    text-decoration: underline;
}

/****************************************************************************************
  SmallBox Group Repeater
****************************************************************************************/
.SmallBoxGR
{
    font-family: Verdana;
    width: 100%;
    background-color: White;
}
.SmallBoxGR a:link, SmallBoxGR a:visited
{
    color: #000000;
    text-decoration: none;
}
.SmallBoxGR a:hover
{
    color: #006699;
    text-decoration: underline;
}
.SmallBoxGR #Header
{
    display: inline;
    margin-left: 5px;
    text-align: left;
    font-weight: bold;
    font-size: 9;
    color: navy;
}
.SmallBoxGR #Content
{
    margin-left: 5px;
    overflow: hidden;
    margin-right: 5px;
    text-align: left;
}
.SmallBoxGR #BreakLine
{
    margin-top: 4px;
    margin-bottom: 1px;
}
.SmallBoxGR #BreakLine span
{
    border: gainsboro 1px solid;
    font-weight: bold;
    font-size: 8px;
    cursor: hand;
    background-color: #f0f8ff;
}

/****************************************************************************************
 RadMultiPage com RadTab na Vertical
****************************************************************************************/
.MultiPageV
{
    float: left;
    border: 1px solid #94A7B5;
    padding: 4px;
    padding-left: 2px;
    margin-left: -1px;
    background-color: #f8f8ff;
    width: 600px;
    min-height: 350px;
}

/****************************************************************************************
 RadAjaxLoadingPanel: Escurecer toda a janela
****************************************************************************************/
.WindowBlackMask
{
    position: absolute;
    z-index: 200;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: .4;
    filter: alpha(opacity=40);
    background-color: #333333;
}

/****************************************************************************************
 RadGrid: GridPager Template
****************************************************************************************/
.RGPagerButton
{
    width: 16px;
    height: 16px;
    border: 0px;
    cursor: pointer;
}
.RGPagerIndex
{
    cursor: pointer;
}
.RGPagerSelectIndex
{
    border: 1px solid #9EB6CE;
}
.RGPagerFirstPage
{
    background: transparent url(Icons/Pager/first.gif);
}
.RGPagerPrevPage
{
    background: transparent url(Icons/Pager/prev.gif);
}
.RGPagerNextPage
{
    background: transparent url(Icons/Pager/next.gif);
}
.RGPagerLastPage
{
    background: transparent url(Icons/Pager/last.gif);
}

/*================================ [[FORUM]] =============================== */

.ForumQuote
{
    margin-left: 16px;
    padding-left: 16px;
}

.ForumInnerQuote
{
    padding: 4px;
    background-color: #FFFFFF;
    border: solid 1px #95B4F3;
    color: #000000;
}

.ForumThreaded
{
    padding: 6px;
    background-color: #FFFFFF;
    color: #000000;
}

.ForumThreaded td
{
    border: solid 1px #95B4F3;
}

/*================================ [[BLOG]] =============================== */
.BlogBox
{
    list-style-position: outside;
    list-style-type: square;
    margin: 0px;
    padding: 0px;
}
.BlogMenu ul
{
    list-style-position: outside;
    list-style-type: square;
}
.BlogControlTitle
{
    padding-top: 10px;
    font-size: 12px;
    font-weight: bolder;
    color: Navy;
    width: 100%;
    border-bottom: solid 1px navy;
}
.BlogPanel
{
    display: table;
    width: 100%;
}
.BlogInputPanel
{
    background-color: whitesmoke;
    margin: 5px;
    padding: 2px;
    border: solid 1px gray;
}
.BlogInputPanel fieldset Legend
{
    font-weight: bolder;
}
.BlogPanel fieldset
{
    clear: both;
    font-size: 100%;
    border-color: navy;
    border-width: 1px 0 0 0;
    border-style: solid none none none;
    padding: 5px;
    margin: 0 0 0 0;
    -moz-border-radius: 0px;
    border-radius: px;
}
.BlogPanel fieldset legend
{
    font-size: 120%;
    font-weight: bolder;
    color: Navy;
    margin: 0 0 0 0;
    padding: 0 5px;
}
.Blog a, .Blog a:link, .Blog a:visited
{
    color: navy;
    text-decoration: none;
}
.Blog a:hover
{
    color: #006699;
    text-decoration: underline;
}
.BlogHeader
{
    padding: 15px;
    background-color: lightblue;
    font-size: 16px;
    text-align: center;
    font-weight: bolder;
}
.BlogHeaderSubTitle
{
    padding: 5px;
    font-size: 10px;
    text-align: center;
}

/**** Message Post *********************************************************/
.BlogPost
{
    margin: 10px;
}
.BlogPostHeader
{
}
.BlogPostsPeriod
{
    font-family: Verdana;
    font-size: 8px;
    text-align: right;
}
.BlogPostTitle
{
    font-size: 14px;
    font-weight: bolder;
}
.BlogPostDetails
{
    font-size: 9px;
    font-weight: bolder;
    color: Gray;
}
.BlogPostContent
{
    border: solid 1px gray;
    display: table;
    width: 100%;
    height: auto;
    float: left;
}

.BlogPostContentInner
{
    margin: 5px;
}

.BlogPostFooter
{
    line-height: 20px;
    background-color: whitesmoke;
}
.BlogPostRatingContainer
{
}
.BlogPostRating
{
}
.BlogPostRaters
{
    color: Green;
    font-weight: bolder;
}

.BlogPostSeparator
{
    border: navy 1px dashed;
}

/**** Post Comment *********************************************************/
.BlogComment
{
    margin: 15px;
}

.BlogCommentContent
{
    padding: 5px;
    border: solid 1px black;
}
.BlogCommentDetails
{
    font-size: 9px;
    font-weight: bolder;
    color: Black;
}

.BlogCommentFooter
{
    background-color: WhiteSmoke;
}

/*================================ [[REPORTS]] =============================== */

.ReportStyle
{
    /* Estilo do Cabeçalho do Relatório */
    headerbgcolor: WhiteSmoke;
    headertextcolor: Navy;
    footerbgcolor: WhiteSmoke;
    footertextcolor: Navy;
}
.ReportFilter
{
    background-color: #eee8aa;
}
.ReportFilterLabel
{
    color: Black;
    font-weight: bold;
}
.ReportOptions
{
    background-color: lightyellow;
}
.ReportOrderBy
{
    color: Navy;
    font-weight: bold;
}
.ReportGroupBy
{
    color: Navy;
    font-weight: bold;
}

/*================================ [[WEBMAIL]] =============================== */
.TreeViewWM
{
    background-color: White;
    padding-top: 4px;
    padding-left: 1px;
    border: #7C7C94 1px solid;
    cursor: default;
}

.TreeNodeWM
{
    font-family: tahoma;
    font-size: 11px;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
}

.GrayedTreeNodeWM
{
    font-family: tahoma;
    font-size: 11px;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
    color: gray;
    cursor: default;
}

.HoverTreeNodeWM
{
    font-family: tahoma;
    font-size: 11px;
    text-decoration: underline;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
    cursor: default;
}

.SelectedTreeNodeWM
{
    font-family: tahoma;
    font-size: 11px;
    background-color: gray;
    color: white;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
    cursor: default;
}

.NodeEditWM
{
    border: 1px gray solid;
    font-family: tahoma;
    font-size: 11px;
}
/*================================ [[ADS Manager]] =============================== */
.NodeBoldText
{
    font-weight : bold;
}
/*================================ [[PORTAL]] =============================== */

/****************************************************************************************
 Paineís da direita, centro e esquerda onde vão os Box
****************************************************************************************/
.PortalTopInfo
{
    table-layout: fixed;
    height: 84px;
    white-space: nowrap;
    
}
.PortalTopInfoP1
{
    background-repeat: no-repeat;
    background-image: url(Portal/TopInfo_r1_c1.gif);
    width: 582px;
    /*white-space: nowrap;*/
}
.PortalTopInfoP2
{
    background-repeat: repeat-x;
    background-image: url(Portal/TopInfo_r1_c2.gif);
    width: 2px;
}
.PortalTopInfoP3
{
    /*text-align: right;*/
    background-repeat: no-repeat;
    background-image: url(Portal/TopInfo_r1_c3.gif);
    background-position: right;/*
    width: 250px;
    color: White;*/

}
.PortalTopBar
{
    background-color:#FFFFFF;
    background-image:url(Portal/fundo_menu.jpg);
    background-repeat:repeat-x;
    color:#666666;
    font-weight:bolder;
    height:30px;
    padding-bottom:3px;
    width:100%;
}
.PortalTopBarP1
{
    white-space: nowrap;
    color: White;
}
.PortalTopInfoP3 a, .PortalTopBarP1 a
{
  text-align: right;
	color:#666666;
	text-decoration:none;
	font-family:verdana;
	font-size:11px;
	/*font-weight:normal;*/

	
}
.PortalTopInfoP3 a:hover
{
	color:#FFCE2D;
	text-decoration:underline;
	vertical-align:center;

}
.TablePanels
{
    width: 100%;
    background-color: #f5f5f5;
}
.LeftPanel, .LeftContent
{
    width: 150px;
    height: 100%;
    background-color: #fff;
}
.MainPanel
{
    background-color: #fff;
}
.RightPanel, .RightContent
{
    width: 150px;
    height: 100%;
    background-color: #fff;
}
.TableFrame
{
    table-layout: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.TableContent
{
    vertical-align: top;
    width: 99%;
    height: 99%;
    background-color: #FFF;
}

/***************************************************************************************
 Painel de Controle
/****************************************************************************************/
.ControlPanel
{
    float: left;
    width: 100%;
    background-color: #fffaf0;
}
.ControlPanel .ImageBox
{
    padding-right: 0px;
    padding-left: 0px;
    display: inline;
    width: 140px;
    height: 90px;
    float: left;
    padding-bottom: 0px;
    margin: 1px;
    padding-top: 0px;
}
.ControlPanel .ImageBox .Image
{
    padding: 5px;
    margin: 0px;
    text-align: center;
}
.ControlPanel .ImageBox .Caption
{
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.ControlPanel .ImageBox .Caption P
{
    width: 140px;
    padding: 5px;
    font-weight: bold;
    font-size: 9px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0px;
    text-align: center;
    clear: both;
}
.ControlPanel a
{
    text-decoration: none;
}
.ControlPanel a:link
{
    color: #000000;
    text-decoration: none;
}
.ControlPanel a:visited
{
    color: #000000;
    text-decoration: none;
}
.ControlPanel a:hover
{
    color: #006699;
    text-decoration: underline;
}

/****************************************************************************************
 Calendar
****************************************************************************************/
.CalendarAnotherMonth, .CalendarDays, .CalendarDayHeader, .CalendarWeekend, .CalendarTitle, .CalendarSelectedDay, .CalendarToday
{
    text-decoration: none;
}
.CalendarAnotherMonth
{
    background-color: #cccccc;
}
.CalendarDays
{
    background-color: whitesmoke;
    text-decoration: none;
}
.CalendarDayHeader
{
    font-weight: bold;
    font-size: 10px;
    color: navy;
    background-color: gainsboro;
    text-decoration: none;
}
.CalendarEvent
{
    background-color: lightblue;
    text-decoration: none;
}
.CalendarWeekend
{
    background-color: gainsboro;
}
.CalendarTitle
{
    font-weight: bold;
    font-size: 10px;
    background-color: whitesmoke;
    text-decoration: none;
}
.CalendarSelectedDay
{
    border-right: #3399cc thin solid;
    border-top: #3399cc thin solid;
    font-weight: bold;
    border-left: #3399cc thin solid;
    color: white;
    border-bottom: #3399cc thin solid;
    background-color: #3399cc;
    text-decoration: none;
}
.CalendarToday
{
    background-color: White;
    color: Red;
}

/******* Calendar TOOLTIP *******/
a.CalendarTooltip
{
    font-size: 10px;
    font-weight: bold; /*padding:0;*/
    color: #039;
    text-align: center; /*text-decoration:underline;*/
    border-bottom: 1px solid #039;
    cursor: hand;
    z-index: 24;
    width: 100%;
}
a.CalendarTooltip:hover
{
    background: transparent;
    z-index: 25;
}
a.CalendarTooltip span
{
    display: none;
}
a.CalendarTooltip:hover span
{
    display: block;
    position: absolute;
    width: 230px;
    top: -3em;
    text-align: justify; /*background-color: expression(document.getElementById(  "calendar_container" ).clientLeft>=2? 'black' : 'red' );*/
    font: 12px arial, verdana, helvetica, sans-serif;
    padding: 5px 10px;
    border: 1px solid #999; /*background: #e0ffff;*/
    color: #000;
}

/****************************************************************************************
  Box Filter
****************************************************************************************/
.BoxFilter
{
    color: #000000;
    background-color: #ecebe4;
    border: darkgray 1px solid;
    margin-bottom: 2px;
}

.BoxFilterTitle
{
    font-weight: bold;
    font-size: 10px;
    vertical-align: middle;
    color: blue;
    height: 16px;
}

/***********************************************************************************/
.BoxSpacer
{
    margin-bottom: 2px;
}

.SingleBox
{
    color: black;
    border: solid 1px #056cb6;
}

.BoxNoBorder, .Box, .SingleBox
{
    padding: 1px 1px 1px 1px;
    background-color: #FFF;
}

.Box
{
    background-color:#fff;
    border:1px solid #DBDBDB;
    margin-bottom:10px;
    padding:5px;
}

.Box li
{
    margin-left: 10px;
}

.Box a, .BoxNoBorder a
{
    text-decoration: none;
}
.Box a:link, .BoxNoBorder a:link
{
    color: #666;
    text-decoration: none;
}
.Box a:visited, .BoxNoBorder a:visited
{
    color: #666;
    text-decoration: none;
}
.Box a:hover, .BoxNoBorder a:hover
{
    color: #006699;
    text-decoration: underline;
}

.BoxNoTitle
{
    display: none;
}

.BoxTitle
{
    height: 18px;
    font-weight: bolder;
    font-size: 11px;
    background-image: url(Portal/BoxTitle.gif) ;
    background-color: #3399cc;
    color: white;
    line-height: 1.5em;
    font-family: Verdana;
    padding-left:4px;
}
.BoxTitle a:link
{
    font-weight: bold;
    color: beige;
    font-style: italic;
    text-decoration: none;
}
.BoxTitle a:visited
{
    font-weight: bold;
    color: beige;
    font-style: italic;
    text-decoration: none;
}
.BoxTitle a:hover
{
    color: #FF0000;
}

.BoxSubTitle
{
    font-weight: bold;
    color: #056cb6;
}
.BoxSubTitle a
{
    color: #056cb6;
    text-decoration: none;
}
.BoxSubTitle a:link
{
    color: #056cb6;
    text-decoration: none;
}
.BoxSubTitle a:visited
{
    color: #056cb6;
    text-decoration: none;
}
.BoxSubTitle a:hover
{
    color: #006699;
    text-decoration: underline;
}

.BoxContent, .BoxContentBackGround, .BoxItemPanel
{
    color: black;
    padding: 0px 1px 0px 1px;
}

.BoxContent
{
    background-color: white;
}

.BoxHighlightBG
{
    background-color: #eee;
}

.BoxContentBackGround
{
    background-color: #f5f5f5;
}

.BoxContentBackGround TD TR
{
    margin: 0px 0px 0px 0px;
}

/***************************************************************************************
  Box: cor alternativa
****************************************************************************************/
.BoxAltColor
{
    border-right: #6699cc thin solid;
    border-top: #6699cc thin solid;
    border-left: #6699cc thin solid;
    border-bottom: #6699cc thin solid;
    background-color: whitesmoke;
}

.BoxAltTitle
{
    color: white;
    background-color: #6699cc;
    font-weight: bolder;
    height: 20px;
    line-height: 20px;
}
/****************************************************************************************/
.PortalButton
{
    font-weight: bold;
    cursor: hand;
    color: navy;
    background-color: #c5d3f2;
    text-align: center;
}
.PortalDefButton
{
    font-weight: bold;
    cursor: hand;
    color: white;
    background-color: #ff3333;
    text-align: center;
}
/***********************************************************************************/
.PortalContent, .PortalContentBackground
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

.PortalContentPK, .PortalContentAK, .PortalLabel, .PortalSingleLabel
{
    font-size: 9px;
    font-family: Verdana, 'Comic Sans MS' , Arial, 'Courier New' , Serif, Monospace;
}

.PortalSingleLabel
{
    font-weight: bold;
}

.PortalLabel
{
    font-weight: bold;
    background-color: silver;
}

.PortalContent
{
    padding: 5px;
    background-color: white;
}

.PortalContentPK
{
    background: lightyellow;
}

.PortalContentAK
{
    background: #ffffcc;
}

.PortalContentBackground
{
    padding: 5px;
    background-color: whitesmoke;
}

.PortalContentBackground TR TD
{
    padding-bottom: 1px;
    padding-top: 1px;
}

/***********************************************************************************/

.PortalTitle
{
    color: white;
    font-weight: bold;
    font-size: 11px;
    background-color: #3399cc;
}

.PortalSubTitle, .PortalAltSubTitle
{
    font-weight: bold;
    font-size: 10px;
}

.PortalSubTitle
{
    color: #006699;
}

.PortalAltSubTitle
{
    color: navy;
    background-color: aliceblue;
}

/***********************************************************************************/

.PortalTitleBar
{
    color: #FFF;
    background-color: #3C547C;
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=  '#333333' , Positive= 'true' );
    width: 100%;
    margin: 2px 0px 0px 0px;
}

.PortalTitleBar, .PortalTitleBar TD
{
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
}

/***********************************************************************************/

.PortalLargeTitle, .PortalLargeTitle SPAN
{
    margin-top: 5px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2px;
    color: navy;
    border-bottom: navy thin solid;
    font-family: Arial;
    text-align: left;
    text-decoration: none;
}

/***********************************************************************************
PortalInfo
/***********************************************************************************/
.PortalInfo #Box
{
    border: solid 1px navy;
}

.PortalInfo #Title
{
    color: White;
    border: solid 1px navy;
    background-color: navy;
    width: 100%;
}

.MplsPopupUser a:link, .MplsPopupUser a:visited
{
    color: black;
    text-decoration: none;
    cursor: hand;
}

.MplsPopupUser a:hover
{
    color: black;
    text-decoration: underline;
    cursor: hand;
}

.MplsPopupDomain a:link, .MplsPopupDomain a:visited
{
    color: black;
    text-decoration: none;
    cursor: hand;
}

.MplsPopupDomain a:hover
{
    color: black;
    text-decoration: underline;
    cursor: hand;
}

a.WizSBS
{
    background-image: url(icons/bullet.gif);
    background-repeat: no-repeat;
    background-position: left top;
    color: red !important;
}

a.WizSB, a.WizSBS
{
    cursor: hand;
    margin: 0px;
    padding-left: 8px;
    color: black;
    text-decoration: none;
    font-weight: bolder;
}

/***********************************************************************************/
.HyperlinkMenu
{
    border: 1px solid #000000;
    background-color: #F5F5F5;
    list-style-image: url(icons/quicklink.gif);
}
.HyperlinkMenu ul li
{
    font-size: 12px;
    margin-top: 12px;
    margin-right: 40px;
}
.HyperlinkMenu ul li a
{
    font-size: 14px;
    font-weight: bolder;
}
/***********************************************************************************/
.BoxInfo
{
    background-image: url(portal/BoxInfoBg.jpg);
}
/***********************************************************************************/

*********************************************************************************** Performance Assessment Template *********************************************************************************** /
.MainAssessmentTemplate
{
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    font-family: Verdana, 'Comic Sans MS' ,Arial, 'Courier New' ,Serif,Monospace;
    font-size: 11px;
}
.Title
{
    font-weight: bolder;
    background-image: url(icons/Assessment/BoxTitle.gif);
    background-color: #3399cc;
    color: white;
    font-family: Verdana;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    padding-right: 1em;
    padding-left: 1em;
    margin-top: 1em;
    font-size: 12px;
}
.Subtitle
{
    background-color: #6699CC;
    color: white;
    font-weight: bolder;
    line-height: 18px;
    margin-top: 1em;
    margin-bottom: 0.5em;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    padding-right: 1em;
    padding-left: 1em;
}
.formSectionBody
{
    padding: .5em;
    font-size: 11px;
}
.formBG
{
    background-color: #DFE2E3;
    border: 2px solid #00213D;
    margin-bottom: 4px;
    padding: 2px;
    background: #FFFFFF url(icons/Assessment/silver/formBG.gif) repeat-x scroll center bottom;
    border: 1px solid #CCCCCC;
    padding: 0;
    padding: 2px;
}
.AssessmentFont
{
    font-family: Verdana, 'Comic Sans MS' ,Arial, 'Courier New' ,Serif,Monospace;
    font-size: 11px;
}
.formSectionBody
{
    padding: 0.5em;
    position: relative;
}
.gridWrapper
{
    border: 0 none;
    padding: 0;
}
.horizontalSpacer
{
    height: 4px;
    border-bottom: url(icons/Assessment/_.gif);
}
.commentTitle
{
    font-weight: bold;
}
.GrayTitle
{
    font-size: 11px;
    font-family: Verdana;
    font-weight: bolder; /* background-color:#DDDDDD; */
    background-color: #DD1111;
    color: #000000;
    padding-bottom: 0.6em;
    padding-right: 1em;
    padding-left: 1em;
    margin-top: 1em;
    font-size: 11px;
    height: auto;
    padding: 0 3px;
}

.horizontalSpacer
{
    height: 4px;
}
.Paragraph
{
    margin: 0.5em 0;
    font-size: 11px;
}

.SuperiorLabel
{
    background: #EEEEFF; /* font-weight:bolder; */
    line-height: 18px;
    margin-top: 1em;
    margin-bottom: 0.5em;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    padding-right: 1em;
    padding-left: 1em;
}

.SuperiorLabelTextArea
{
    font-weight: bolder;
}
.AssessmentDropDownList
{
    background-color:#ECECEC;
}
.AssessmentLabel, .AssessmentDropDownList
{
}

.AssessmentLeftLabel, .LeftLabel
{
    font-weight: bold;
    text-align: right;
}

.AssessmentTextBox
{
    width: 100%;
    font-family: courier;
    font-size: 14px;
    color: #000044;
}
.TableSkillTop
{
    background-image: url(Telerik/RadPanelBar/SideMenu/RootItemBg.gif);
    text-align:center;
}
/***************************************************************/
/*   Styles de Controles Específicos ***************************/

.BoxStudentMixInfo
{
    width: 100%;
    min-height: 150px;
}

.RadGridDetailHeader, .RadGridDetailHeader a
{
    color: White;
    background-color: DarkGreen !important;
}

/**** Hierarchy GridDetail - Level1 ****/
.RadGridDetailHeader_L1
{
    color: White;
    background-color: DarkGreen !important;
}

.RadGridDetail_L1
{
    border: solid 1px DarkGreen !important;
}
/**** Hierarchy GridDetail - Level2 ****/
.RadGridDetailHeader_L2
{
    color: black;
    background-color: DarkOrange !important;
}
.RadGridDetail_L2
{
    border: solid 1px DarkOrange !important;
}
/**** Hierarchy GridDetail - Level3 ****/
.RadGridDetailHeader_L3
{
    color: white;
    background-color: black !important;
}
.RadGridDetail_L3
{
    border: solid 1px black !important;
}
/**** Hierarchy GridDetail - Level4 ****/
.RadGridDetailHeader_L4
{
    color: White;
    background-color: Navy !important;
}
.RadGridDetail_L4
{
    border: solid 1px Navy !important;
}
.rgRowExpiredHistory
{
    background-color: #fa7280 !important; 
}
/***************************************************************/


/***************************************************************/
/*   Utilizados nos Grids do Módulo de Performance
/****************************************************************/
.NestedTable
{
    background-color: #ffffdb !important;
}

.NestedTable tr th
{
    background-color: #5898c5 !important;
}

/***************************************************************/
.ClassStudentEnrollFinished
{
    background-color: #E9FCE9;
}
.ClassStudentEnrollNotFinished
{
    background-color: #F5F5F5;
}
.ClassStudentEnrollExpired
{
    background-color: #FFEAEA;
}
/***************************************************************/
.GridCaption
{
    font-family: Arial;
    font-size: 120%;
    font-weight: bolder;
    text-transform: capitalize;
    text-decoration: underline;
}
/***************************************************************/
.SurveyLabel, .SurveyLegend
{
    font-size: xx-small;
    font-weight: bold;
    width: 50px;
    text-transform:capitalize;
}
.SurveyLegend
{
    color: Navy;
}
.SurveyGraph
{
    background-color: Red;
    height: 10px;
    border: 1px solid #990000;
}
.SurveyGraphResult
{
    width: 100%;
    height: 15px;
    font-size: xx-small;
    border: solid 1px black;
    background-color: #F3F3F3;
}

.ddAssessment, .ddAssessment .rcbScroll{
    overflow:visible !important;
}
.cursorHand
{
    cursor:hand;
}
/***************************************************************/
.rlbEmptyMessageAssessmentDistribution .rlbEmptyMessage
{
    top: 0px !important;
}
.labelDistributionManagerMessage
{
    border: #8e8e8e 1px solid; 
    display: block; 
    font-size: 12px;
    width: 100%; 
    color: #333; 
    font-style: italic; 
    font-family: "Segoe UI", Arial, sans-serif;
    text-align: center;
}

.lnkCssTooltip {
    cursor:help;
    text-decoration:none;
}
.lnkCssTooltip .toolTip, .rcbItem .toolTip {
    display:none;
}
.lnkCssTooltip:hover .toolTip, .rcbHovered .toolTip {
    display:block;
    position:absolute;
    width:200px;
    max-width:250px;
    padding:2px;
    border:1px solid #999;
    background:#D9E5F4; 
}
.rcbHovered .toolTip
{
    left:200px;
}
.lstPaddingZero, .lstPaddingZero .rlbItem
{
    padding:0px !important;
}
/***************************************************************/
.erlInfo_MClass p
{
    color: #006400;
    font-weight: bold;
    font-size: 10px;
}
.erlInfo_MClass input
{
    color: #006400;
    font-weight: bold;
    font-size: 12px;
    height: 30px;
}
.erlInfo_Buttons input
{
    margin: 2px;
    height: 25px;
}
.erlInfo_Btn_Scores, .erlInfo_Btn_Cancel, .erlInfo_Btn_Certificate
{
    font-weight: bold;
    color: #000080;
}
.erlInfo_Btn_StartCourse
{
    font-weight: bold;
    color: #ffffff;
    background-color: #ff3333;
}
.erlInfo_Btn_Terminate_Passed
{
    font-weight: bold;
    color: #008000;
}
.erlInfo_Btn_Terminate_Failed
{
    font-weight: bold;
    color: #FF0000;
}
/***************************************************************/