﻿/*================================ [[COMMON]] =============================== */ 

/**************************************************************************************
Redefine elementos HTML
**************************************************************************************/

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;
}

/**************************************************************************************
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;
    padding-bottom: 5px;
    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: Black;
    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: #000000;
    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: #660033;
    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;
	color: #3C547C;
	font-size: 110%;
}
.CollapsePanelFilter
{
	font-size: 9px;
	background: #fff;
	display: table;
	width: 100%;
}
.CollapsePanelFilterTitle
{
	font-weight: bold;
	font-size: 10px;
	vertical-align: middle;
	color: #3C547C;
}
.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: White;
}
.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: #fff;
}
.BottomCrudLine
{
    padding-top: 2px;
    padding-bottom: 2px;
    border-top: thin ridge;
    text-align: right;
    background-color: #fff;
    vertical-align: middle;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}
.TopCrudLine input, .BottomCrudLine input
{
    background-color: #ecebe4;
    color: Black;
}

/* --- DataList/DataView Styles ---------------------------------------  */
.BoxAdmin
{
	border-right: #666666 1px solid;
	border-top: #666666 1px solid;
	border-left: #666666 1px solid;
	border-bottom: #666666 1px solid;
	padding-left: 2px;
	font-size: 9px;
	color: #000;
}
.BoxAdmin TD
{
    padding: 2px;
}
.BoxAdmin a
{
    padding-left: 2px;
	text-decoration: none;
    color: black;
}
.BoxAdmin a:link
{
    color: black;
    text-decoration: none;
}
.BoxAdmin a:visited
{
    color: black;
    text-decoration: none;
}
.BoxAdmin a:hover
{
	color: #666666;
	text-decoration: underline;
}
.BoxAdminHeader
{
	font-weight: bold;
	font-size: 9px;
	color: #FFF;
	background-color: #999999;
	text-align: center;
	border: 0px;
}
.BoxAdminHeader a
{
    text-decoration: underline;
    color: white;
}
.BoxAdminHeader a:link
{
    color: white;
    text-decoration: underline;
}
.BoxAdminHeader a:visited
{
    color: white;
    text-decoration: underline;
}
.BoxAdminHeader a:hover
{
    color: #ffcc66;
    text-decoration: underline;
}
.BoxAdminFooter
{
	font-weight: bold;
	font-size: 9px;
	color: #000;
	background-color: #EFEFEF;
}
.BoxAdminPager
{
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	background-color: #3C547C;
}
.BoxAdminSelectedItem
{
	font-size: 9px;
	color: #663399;
	background-color: #EFEFEF;
}
.BoxAdminItem, .BoxAdminAlternatingItem, .BoxAdminEditItem, .DataGridRowHover
{
    line-height: 2em;
}
.BoxAdminEditItem
{
	font-size: 9px;
	background-color: #EFEFEF;
}
.BoxAdminItem, .BoxAdminAlternatingItem, .DataGridRowHover
{
    font-weight: bold;
    font-size: 9px;
    color: black;
}
.BoxAdminItem
{
    background-color: white;
}
.BoxAdminAlternatingItem
{
	background-color: whitesmoke;
}

.DataGridRowHover
{
    background-color: #ffffe0;
}
.SortUp
{
    background: url(icons/sortup.gif) #666666 no-repeat right center;
    color: white;
}
.SortDown
{
    background: url(icons/sortdown.gif) #666666 no-repeat right center;
    color: white;
}

/*--- HtmlRender Styles -----------------------------------------------------*/
.AdminTipBox
{
	color: #666;
	border: solid 1px #666;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	border: #EFEFEF 0px solid;
	background-color: #eee;
	padding:2px 5px 2px 5px;
	list-style-type:none;
}
.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: #666666 1px solid;
	border-top: #666666 1px solid;
	padding: 0px 2px 0px 2px;
	font-size: 9px;
	border-left: #666666 1px solid;
	color: #000;
	border-bottom: #666666 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: #EFEFEF 1px solid;
    border-top: #EFEFEF 1px solid;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-left: #EFEFEF 1px solid;
    border-bottom:  1px solid;
    background-color: #fff;
    width: 80%;
}
.BoxMessage #title
{
    font-weight: bold;
    font-size: 14px;
    color: White;
    background-color: #D42824;
    font-family: Verdana;
}
.BoxMessage #content
{
    font-weight: bold;
    font-size: 11px;
    padding: 25px 5px 25px 5px;
    color: #666666;
    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: #DFEDFE;
}
.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: #DFEDFE;
}
.Break #Level1
{
    font-weight: bold;
    font-size: 10px;
    color: #D42824;
}
.Break #Level2
{
    font-weight: bold;
    font-size: 9px;
    color: #D42824;
}
.Break #Level3
{
    font-weight: bold;
    font-size: 9px;
    color: #666;
}

/****************************************************************************************
 DataGridNavigator
****************************************************************************************/
.a-navbar
{
    background-color: #fff;
    color: #FE481D;
    height: 20px;
}
.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: #FE481D;
    text-decoration: none;
}
.a-navbarSelectedPage
{
    background-color: #fff;
    padding-left: 2px;
    padding-right: 2px;
}
.a-navbarPagePosition
{
    padding: 2px;
    background-color: #FFF;
    text-align: center;
    color: #FE481D;
}

/****************************************************************************************
 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 #D42824;
}
.CrumbTrail
{
    font-weight: bold;
    color: #D42824;
    line-height: 2em;
}
a.CrumbTrail:link
{
    color: #000000;
    text-decoration: none;
}
a.CrumbTrail:visited
{
    color: #000000;
    text-decoration: none;
}
a.CrumbTrail:hover
{
    color: #D42824;
    text-decoration: underline;
}

/****************************************************************************************
 Painel para Informações de Cabeçalho
****************************************************************************************/
.PanelHeaderInfo
{
    border-right: #D42824 thin solid;
    table-layout: auto;
    border-top: #D42824 thin solid;
    margin-top: 2px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 2px;
    border-left: #D42824 thin solid;
    color: white;
    border-bottom: black thin solid;
    font-family: Arial;
    border-collapse: collapse;
    background-color: #D42824;
    text-align: center;
}

/****************************************************************************************
 Painel de Informações Detalhes, usualmente master-detail
****************************************************************************************/
.PanelDetail
{
    border-right: solid 1px #D42824;
    border-top: solid 1px #D42824;
    border-left: solid 1px #D42824;
    border-bottom: solid 1px #D42824;
    background-color: #F0F0F0;
}
a.PanelDetail:link
{
    color: white;
    text-decoration: none;
}
a.PanelDetail:visited
{
    color: #D5311A;
    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: #D5311A;
    font-weight: bolder;
    text-decoration: underline;
}

/****************************************************************************************
  SmallBox Group Repeater
****************************************************************************************/
.SmallBoxGR
{
    font-family: Verdana;
    width: 100%;
    background-color: #FBFBFB;
}
.SmallBoxGR a:link, SmallBoxGR a:visited
{
    color: #666;
    text-decoration: none;
}
.SmallBoxGR a:hover
{
    color: #D42824;
    text-decoration: underline;
}
.SmallBoxGR #Header
{
    display: inline;
    margin-left: 5px;
    text-align: left;
    font-weight: bold;
    font-size: 10px;
    color: #D42824;
}
.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: #EBEBEB 1px solid;
    font-weight: bold;
    font-size: 8px;
    cursor: hand;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
    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: #f5f5f5;
    headerTextColor: #D42824;
    footerBgColor: #f5f5f5;
    footerTextColor: #D42824;
}
.ReportFilter
{
    background-color: #eee8aa;
}
.ReportFilterLabel
{
    color: Black;
    font-weight: bold;
}
.ReportOptions
{
    background-color: #eee;
}
.ReportOrderBy
{
    color: #D42824;
    font-weight: bold;
}
.ReportGroupBy
{
    color: #D42824;
    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
{
    background-color: #fff;
    height:115px;
    /*background-image: url(../Portal/topo_total.jpg);*/

}
.PortalTopInfoP1
{
    background-repeat: no-repeat;
    background-image: url(Portal/TopInfo_r1_c1.jpg);
    width: 262px;
    white-space: nowrap;
}
.PortalTopInfoP2
{
    background-image: url(Portal/TopInfo_r1_c2.jpg);
}
.PortalTopInfoP3
{
    background-repeat: no-repeat;
    background-image: url(Portal/TopInfo_r1_c3.jpg);
    padding-top:6px;
	width: 500px;
    color:#EA902F;  
}
.PortalTopInfoP3 a
{
	padding-left:6px;
	color:#333;
	text-decoration:none;
	font-family:arial;
	font-size:9px;
	font-weight:normal;
	
	padding-right:6px;
	vertical-align:center;
	text-transform:uppercase;
}
.PortalTopInfoP3 a:hover
{
	color:#000;
	text-decoration:underline;
	vertical-align:center;
}
.PortalTopBar
{
    background-color:#fff;
    color:#333333;
    font-weight:bolder;
    height:20px;
    padding-left:160px; 
    padding-top: 10px;
    padding-bottom: 15px;
    width:100%;
}

.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
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #F0F0F0;
}
.TableContent
{
    width: 770px;
    height: 99%;
	vertical-align:top;
    background-color: #FFF;
}

/***************************************************************************************
 Painel de Controle
/****************************************************************************************/
.ControlPanel
{
    float: left;
    width: 100%;
    background-color: #fff;
    border:#e2ecf2 1px solid;
}
.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: #D42824;
    text-decoration: underline;
}

/****************************************************************************************
 Calendar
****************************************************************************************/
.CalendarAnotherMonth, .CalendarDays, .CalendarDayHeader, .CalendarWeekend, .CalendarTitle, .CalendarSelectedDay, .CalendarToday
{
    text-decoration: none;
}
.CalendarAnotherMonth
{
    background-color: #eee;
}
.CalendarDays
{
    background-color: #f5f5f5;
    text-decoration: none;
}
.CalendarDayHeader
{
    font-weight: bold;
    font-size: 10px;
    color: #D42824;
    background-color: #eee;
    text-decoration: none;
}
.CalendarEvent
{
    background-color: #ccc;
    text-decoration: none;
}
.CalendarWeekend
{
    background-color: #ccc;
}
.CalendarTitle
{
    font-weight: bold;
    font-size: 10px;
    background-color: #f5f5f5;
    text-decoration: none;
}
.CalendarSelectedDay
{
    border-right: #D42824 thin solid;
    border-top: #D42824 thin solid;
    font-weight: bold;
    border-left: #D42824 thin solid;
    color: white;
    border-bottom: #D42824 thin solid;
    background-color: #D42824;
    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;
    border-top: 1px solid #3399FF;
    border-right: 1px solid #3399FF;
    border-bottom: 1px solid #3399FF;
    border-left: 1px solid #3399FF;
    background-color: whitesmoke;
}

.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: 4px 2px 4px 2px;
    background-color: #FBFBFB;
    /*border: #FFFFFF 0px solid;*/
    border: solid 1px #EEEDED;
}

.Box
{
    border-right: #DBDBDB 1px solid;
    border-top: #DBDBDB 1px solid;
    border-left: #DBDBDB 1px solid;
    border-bottom: #DBDBDB 1px solid;
    /*border: 0px;*/
    background-color: #FBFBFB;
    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: #D42824;
    text-decoration: underline;
}

.BoxNoTitle
{
    display: none;
}

.BoxTitle
{
	height:18px;
    font-weight: bolder;
	font-size: 12px;
    background-image: url(Portal/base_tit_box.jpg);
    /*background-color: #DBDBDB;*/
    color: #D42824;
    line-height: 1.5em;
    font-family: Verdana;
    padding-left: 10px;
}
.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: #D42824;
}
.BoxSubTitle a
{
    color: #D42824;
    text-decoration: none;
}
.BoxSubTitle a:link
{
    color: #D42824;
    text-decoration: none;
}
.BoxSubTitle a:visited
{
    color: #D42824;
    text-decoration: none;
}
.BoxSubTitle a:hover
{
    color: #D42824;
    text-decoration: underline;
}

.BoxContent, .BoxContentBackGround, .BoxItemPanel
{
    border:0;
    color: #666666;
    margin: 0px 1px 0px 1px;
}

.BoxContent
{
    background-color: #FBFBFB;    
}

.BoxHighlightBG
{
    background-color: #eee;
}

.BoxContentBackGround
{
    background-color: #f5f5f5;
}

.BoxContentBackGround TD TR
{
    margin: 0px 0px 0px 0px;
}

/***************************************************************************************
  Box: cor alternativa
****************************************************************************************/
.BoxAltColor
{
    border-right: #999999 thin solid;
    border-top: #999999 thin solid;
    border-left: #999999 thin solid;
    border-bottom: #999999 thin solid;
    background-color: #f5f5f5;
}

.BoxAltTitle
{
    color: white;
    background-color: #999999;
    font-weight: bolder;
    height: 20px;
    line-height: 20px;;
}
/****************************************************************************************/
.PortalButton
{
   cursor: hand;
    color: #666;
    text-transform:Uppercase;
    background-image:url(Icons/bgbutton.gif);
    border:#6699ff 1px solid;
    text-align: center;
    height: 20;
}
.PortalDefButton
{
    cursor: hand;
    color: #009cf4;
    background-image: url(Icons/bg_botao_tabs.gif);
    background-color:#FFF;
    text-transform:Uppercase;
    text-align: center;
    height: 20;
	margin-top:5;
	border: 1px solid #a7bfd5;
}
/***********************************************************************************/
.PortalContent, .PortalContentBackground
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

.PortalContentPK, .PortalContentAK, .PortalLabel, .PortalSingleLabel
{
    font-size: 10px;
    font-family: Verdana, 'Comic Sans MS' , Arial, 'Courier New' , Serif, Monospace;
}

.PortalSingleLabel
{
    font-weight: bold;
}

.PortalLabel
{
    font-weight: bold;
    background-color: #f5f5f5;
    padding-left:2px;;
}

.PortalContent
{
    padding: 5px;
    background-color: white;
}

.PortalContentPK
{
    background: #eee;
}

.PortalContentAK
{
    background: #ffffcc;
}

.PortalContentBackground
{
    padding: 5px;
    background-color: whitesmoke;
}

.PortalContentBackground TR TD
{
    padding-bottom: 1px;
    padding-top: 1px;
}

/***********************************************************************************/

.PortalTitle
{
    color: white !important;
    font-weight: bold;
    font-size: 11px;
    background-color: #D42824;
    padding: 5px;
}

.PortalSubTitle, .PortalAltSubTitle
{
    font-weight: bold;
    font-size: 10px;
}

.PortalSubTitle
{
    color: #D42824;
}

.PortalAltSubTitle
{
    color: navy;
    background-color: aliceblue;
}

/***********************************************************************************/

.PortalTitleBar
{
    color: white !important; 
    background-color: #D42824;
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=  '#333333' , Positive= 'true' );
    width: 100%;
    padding: 2px 0px 0px 0px;
}

.PortalTitleBar, .PortalTitleBar TD
{
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
}

/***********************************************************************************/

.PortalLargeTitle SPAN
{
    font-size: 14px;
}

.PortalLargeTitle
{
    display: block;
    width: 100%;
    height:20px;
    padding-left:2px;
    padding-top:3px;
    vertical-align: middle;
    color: #D42824;
    font-family: Arial;
    font-size:11px;
	font-weight:bold;
    /*border:#e2ecf2 0px solid;*/
    border: solid 1px #EEEDED; 
    background-image: url(Portal/base_tit_box.jpg);
}

/***********************************************************************************
PortalInfo
/***********************************************************************************/
.PortalInfo #Box
{
    border:0px;
}

.PortalInfo #Title
{
    color:#D42824;
    border:0px;
    /*background-color:#FFFFFF;*/
    width:100%;
    padding-left:12px;
    padding-bottom:0px;
    line-height:0em;
}

/******************************/
.UserWelcomeSingleTitle
{
    font-weight: bold;
}
.UserWelcomeSingleName
{
    font-style: italic;
}
.UserWelcomeSingle
{
    list-style-type: none;
    list-style-position: inherit;
    list-style-image: none;
}
/*******************************/

/*************************************************/
/**   BOX LINK - Coloca ... no final do texto... */
/*************************************************/
.BoxLink a {
   white-space:nowrap;
   text-overflow:ellipsis; /* for internet explorer */
   overflow:hidden;
   width:130px;
   display:block;
}

html>body .BoxLink {
   clear:both;
}

html>body .BoxLink a:after {
   content: "...";
}

html>body .BoxLink a {
   max-width:130px;
   width:auto !important;
   float:left;
}

/************** ADICIONAIS - Inicio **************/

.Verdana10
{
    font-size: 10px;
    font-family: Verdana, 'Comic Sans MS' , Arial, 'Courier New' , Serif, Monospace;
    color:#FFFFFF;
    font-style:none;
	font-weight:normal;

}
.Verdana10 a
{
    color:#FFF;
    text-decoration:none;
    font-weight:normal;
}
    
.Verdana10 a:hover 
{
    color:#DEEFFE;
    text-decoration:underline;
    font-weight:normal;
}


