﻿/*================================ [[COMMON]] =============================== */ 

/**************************************************************************************
Redefine elementos HTML
**************************************************************************************/
body, input, select, textarea, table, tr, td, p
{
    font-family:Arial,tahoma,Verdana,'Comic Sans MS','Courier New',Serif,Monospace;
	font-size:11px;
}
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: #47433A;
    height: 1px;
}
button
{
    height: 24px;
}

/**************************************************************************************
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: 12px;
    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: #3E3E3E;
    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: px;
}
.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;
    border-radius: px;
    border: 1px solid gray;
    display: table;
    margin: 2px;
    padding: 2px;
}
fieldset legend
{
    color: Black;
    font-weight: bolder;
}

/* --- 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: table;
    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;
}
.LoadingContainer
{
    position: relative;
    width: 100%;
    display: block;
}
.LoadingPanelContainer
{
    top: 50%;
    bottom: 50%;
    width: 99%;
    position: absolute;
    text-align: center;
}
.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: #B8AA8C  1px solid !important;
    border-top: #B8AA8C  1px solid !important;
    border-left: #B8AA8C 1px solid !important;
    border-bottom: #B8AA8C 1px solid !important;
    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: #B8AA8C;
    text-decoration: underline;
}
.BoxAdminHeader
{
    font-weight: bold;
    font-size: 9px;
    color: #FFF;
    background-color: #B8AA8C;
    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) #B8AA8C no-repeat right center;
    color: #fff;
}
.SortDown
{
    background: url(icons/sortdown.gif) #B8AA8C no-repeat right center;
    color: #fff;
}

/*--- HtmlRender Styles -----------------------------------------------------*/
.AdminTipBox {
   background-color:#EEEEEE;
   border:1px solid #E4E4E4;
   color:#666666;
   margin-bottom:5px;
   margin-top:5px;
   padding:0;
}
.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;
}
.BoxMessage
{
    border-right: #000 1px solid;
    border-top: #000 1px solid;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-left: #000 1px solid;
    border-bottom: #000 1px solid;
    background-color: #F7F3EA;
    width: 80%;
}
.BoxMessage #title
{
    font-weight: bold;
    font-size: 14px;
    color: White;
    background-color: #B8AA8C;
    font-family: Verdana;
}
.BoxMessage #content
{
    font-weight: bold;
    font-size: 11px;
    padding: 25px 5px 25px 5px;
    color: #000;
    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: #B8AA8C 1px solid;
    background-color: #ded7ae;
}
.a-navbar, .a-navbar a
{
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;
    color: #000;
    text-decoration: none;
    vertical-align: middle;
    height: 20px;
}
.a-navbar a:hover
{
    color: #fff;
    text-decoration: none;
}
.a-navbarSelectedPage
{
    background-color: #B8AA8C;
    padding-left: 2px;
    padding-right: 2px;
}
.a-navbarPagePosition
{
    padding: 2px;
    border-left: #B8AA8C 1px solid;
    border-right: #B8AA8C 1px solid;
    background-color: #ded7ae;
    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: #B8AA8C;
    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: #47433A;
    line-height: 2em;
}
a.CrumbTrail:link
{
    color: #000000;
    text-decoration: none;
}
a.CrumbTrail:visited
{
    color: #000000;
    text-decoration: none;
}
a.CrumbTrail:hover
{
    color: #DED7AE;
    text-decoration: underline;
}

/****************************************************************************************
 Painel para Informações de Cabeçalho
****************************************************************************************/
.PanelHeaderInfo
{
    border-right: #B8AA8C thin solid;
    table-layout: auto;
    border-top: #B8AA8C thin solid;
    margin-top: 2px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 2px;
    border-left: #B8AA8C thin solid;
    color: white;
    border-bottom: #B8AA8C thin solid;
    font-family: Arial;
    border-collapse: collapse;
    background-color: #B8AA8C;
    text-align: center;
}

/****************************************************************************************
 Painel de Informações Detalhes, usualmente master-detail
****************************************************************************************/
.PanelDetail
{
    border-right: solid 1px #000;
    border-top: solid 1px #000;
    border-left: solid 1px #000;
    border-bottom: solid 1px #000;
    background-color: #F7F3EA;
    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:Arial,tahoma,Verdana,'Comic Sans MS','Courier New',Serif,Monospace;
font-size:11px;
}

.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: #47433A;
}
.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;*/
    background-color:#f0f8ff;
	border-color:#f0f8ff buttonshadow;
	text-align:center;
	width:15px;
}

/****************************************************************************************
 RadMultiPage com RadTab na Vertical
****************************************************************************************/
.MultiPageV
{
    float:left;
    border:1px solid #94A7B5;
    padding:4px;
    padding-left:2px;
    margin-left:-1px;                
    background-color:#ECE9D8;
    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: 20px;
    border: 0px;
    cursor: pointer;
}
.RGPagerIndex
{
    height:20px;
    cursor: pointer;
}
.RGPagerSelectIndex
{
    height:20px;
    border: 1px solid #9EB6CE;
}
.RGPagerFirstPage
{
    background: transparent url(Icons/Pager/first.gif) no-repeat scroll center;
}
.RGPagerPrevPage
{
    background: transparent url(Icons/Pager/prev.gif) no-repeat scroll center;
}
.RGPagerNextPage
{
    background: transparent url(Icons/Pager/next.gif) no-repeat scroll center;
}
.RGPagerLastPage
{
    background: transparent url(Icons/Pager/last.gif) no-repeat scroll center;
}

/*================================ [[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;
}

/*================================ [[PORTAL]] =============================== */ 

/****************************************************************************************
 Paineís da direita, centro e esquerda onde vão os Box
****************************************************************************************/
.PortalTopInfo
{
    table-layout: fixed;
    height: 93px;
    white-space: nowrap;
    border:0px;
}
.PortalTopInfoP1
{
    background-repeat: no-repeat;
    background-image: url(Portal/TopInfo_r1_c1.gif);
    width: 380px;
    white-space: nowrap;
}
.PortalTopInfoP2
{
	background-repeat: repeat-x;
    background-image: url(Portal/TopInfo_r1_c2.gif) ;
}
.PortalTopInfoP3
{
    background-repeat: no-repeat;
    background-image: url(Portal/TopInfo_r1_c3.gif);
    width: 340px;
    color: White;
}
.PortalTopBar
{
    background-color: #ded7ae;
    color: White;
    font-weight: bolder;
    height: 20px;
    background-image: url(Portal/bkgmenu.gif);
    background-repeat:repeat-x; 
}
.PortalTopBarP1
{
    white-space: nowrap;
    color: #000;
}
.PortalTopInfoP3 a, .PortalTopBarP1 a
{
    font-size: 10px;
    font-weight: bold; /*padding:0;*/
    color: White;
}
.PortalTopInfoP3 a:hover
{
    color: #091ea1;
}
.TablePanels
{
    width: 100%;
    background-color: #f5f5f5;
}
.LeftPanel, .LeftContent
{
	padding:1px 1px 2px 0px;
    width: 150px;
    height: 100%;
    background-color: #fff;
}
.MainPanel
{
    background-color: #fff;
    padding: 2px 1px 2px 1px;
}
.RightPanel, .RightContent
{
	padding: 1px 0px 2px 1px;
    width: 150px;
    height: 100%;
    background-color: #fff;
}

.TableFrame
{
    table-layout:fixed;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}
.TableContent
{
    vertical-align:top;
    width: 770px;
    height:99%;
    background-color: #FFF;
}

/***************************************************************************************
 Painel de Controle
/****************************************************************************************/
.ControlPanel
{
    float: left;
    width: 100%;
    background-color: #fff;
}
.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: 5px 5px 5px 5px;
	background-color: #F7F3EA;
	font-family:Arial,tahoma,Verdana,'Comic Sans MS','Courier New',Serif,Monospace;
	font-size:11px;
    /*padding: 1px 1px 1px 1px;
    background-color: #FFF;*/
}

.Box
{
	bordercolor: #47433A;
	HeaderForecolor: #FFFFFF;
	PagerForecolor: #FFFFFF;
	BorderWidth: 1px;
    /*border-right: #e3edf3 1px ridge;
    border-top: #e3edf3 1px ridge;
    border-left: #e3edf3 1px ridge;
    border-bottom: #e3edf3 1px ridge;
    background-color: #FFF;
    padding: 5px 5px 5px 5px;
    margin-bottom: 10px;*/
}

.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: #000;
    text-decoration: underline;
}

.BoxNoTitle
{
    display: none;
}

.BoxTitle
{
	height:18px;
	font-family: Arial;
	margin-top: 0px;
	font-weight: bolder;
	font-size: 12px;
	text-transform:uppercase;
	background-image: url(Portal/BoxTitle.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	background-color:#DED7AE;
	color: #000;
	line-height: 18px;
	padding-left:10px;
	padding-right:3px;
	
	
   /* 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: 10px;*/
}
.BoxTitle a:link
{
	font-weight: bold;
	color: #000;
	font-style: italic;
	text-decoration: none;
}
.BoxTitle a:visited
{
    font-weight: bold;
	color: #000;
	font-style: italic;
	text-decoration: none;
}
.BoxTitle a:hover
{
    font-weight: bold;
	color: #47433A;
}

.BoxSubTitle
{
	font-weight: bold;
	color: #47433A;
}
.BoxSubTitle a
{
	color: #47433A;
	text-decoration: underline;
}
.BoxSubTitle a:link
{
	color: #47433A;
	text-decoration: underline;
}
.BoxSubTitle a:visited
{
	color: #47433A;
	text-decoration: underline;
}
.BoxSubTitle a:hover
{
	color: #47433A;
	text-decoration: none;
}


.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: none;
	cursor: hand;
	color: #FFFFFF;
	background-color: #47433A;
	text-align: center;
	border: 1px ridge #D7E7F7;
	height: 21px;
	width: auto;
}
.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: #919191;
}

.PortalSubTitle, .PortalAltSubTitle
{
    font-weight: bold;
    font-size: 10px;
}

.PortalSubTitle
{
    color: #006699;
}

.PortalAltSubTitle
{
    color: navy;
    background-color: aliceblue;
}

/***********************************************************************************/

.PortalTitleBar
{
    color: white !important;
    text-align: center;
    width: 100%;
    height:20px;
    margin: 0px 0px 4px 0px;
    background-image: url(Portal/TitleBg.gif);
    background-repeat: repeat-x;
}

.PortalTitleBar, .PortalTitleBar TD
{
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
}

/***********************************************************************************/

.PortalLargeTitle SPAN
{
    font-size: 14px;
}

.PortalLargeTitle
{
	/*
	height:20px;
	font-family: Arial;
	margin-top: 0px;
	font-weight: bolder;
	font-size: 12px;
	text-transform:uppercase;
	background-image: url(Portal/BoxTitle.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	background-color:#DED7AE;
	color: #000;
	line-height: 18px;
	padding-left:10px;
	padding-right:3px;
	
	
	*/
    margin-top: 5px;
    display: block;
    font-weight: bold;
    margin-bottom: 2px;
    color: #000;
    border-bottom: #000 thin solid;
    font-family: Arial;
    text-align: left;
    text-decoration: none;
}

/***********************************************************************************
PortalInfo
/***********************************************************************************/
.PortalInfo #Box
{
    border: solid 1px #F7F3EA;
}

.PortalInfo #Title
{
    color: White;
    border: solid 1px #F7F3EA;
    background-color: #F7F3EA;
    width: 100%;
}

/***************************************************************************************
 Usado no Image Galley                                                                
/****************************************************************************************/
.menu
{
	font-size: 11px;
	font-weight:bold;
	color:#000;
	padding-bottom:2px;
}
.menu a
{
	font-family:arial;
	text-transform:uppercase;
	color:#000;
	text-decoration:none;
}
.menu a:hover
{
	color:#000;
	text-decoration:underline;
}
.menulink
{
	margin-top:2px;
	margin-bottom:2px;
	padding-right: 1px;
	padding-left: 1px;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-family: tahoma, Verdana, 'Comic Sans MS', 'Courier New' , Serif, Monospace;
	background-color: #ecf3fd;
	text-align: center;
}

span.menulink
{
	font-weight: normal;
}

A.menulink 
{
	font-family: tahoma, Verdana, 'Comic Sans MS', 'Courier New' , Serif, Monospace;
	text-align: left;
	text-decoration: none;
	font-size:9px;
	color: #000099;
	BORDER: none;
	border-bottom: solid 1px #000099;
	border-left: solid 1px #000099;
	border-right: solid 1px #000099;
	border-top: solid 1px #000099;
}

A.menulink:hover 
{
	border: solid 1px #47433A;
	background-color:#ecf3fd;
}
