/*
 *  This is the file where you put your CSS changes. 
 *  You should preferrably use this and override the 
 *  relevant properties you want to change here instead 
 *  of customizing plone.css to survive upgrades. Writing
 *  your own plone.css only makes sense for very heavy 
 *  customizations. Useful variables from Plone are 
 *  documented at the bottom of this file.
 */
 
/*  (do not remove this :) */
/*  (not this either :) */

body{
    background: url('codajoia-images/main_bg.gif') repeat-x left top #4396CA;
    color: #000000;
    margin: 0 auto 0 auto;
    text-align: left;
    padding: 0 4% 0 4%;
}

h1{
    border: none;
}

a{
    color: #0000FF;
}

a:visited{
    color: #0000FF;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

.portletAssignments h4, .section h4{
    color: #009FFF;
}

.center{
    text-align: center;
}

#portletmanager-plone-leftcolumn .portletHeader, #portletmanager-plone-rightcolumn .portletHeader{
     background: #F0F0F0;
     border: 1px solid #000000;
}

#portletmanager-plone-leftcolumn .portletHeader a, #portletmanager-plone-rightcolumn .portletHeader a{
     color: #000000;
}

#visual-portal-wrapper{
    text-align: left; 
}

/* FORMS */

body.documentContent { background: #FFFFFF; }

.collapsibleHeader{
    background: #000;
}

#sharing-save-button{
    background-color: #FFFFFF;
    border: 1px solid #0686CF;
    color: #000000;
}

fieldset {
    border: 1px solid #A7DAF8;
    margin: 1em 0em 1em 0em;
    padding: 0em 1em 1em 1em;
    line-height: 1.5em;
    width: auto;
}

legend {
    background-color: transparent;
    text-transform: uppercase;
    color: #0000FF;
}

.standalone,
.documentEditable * .standalone {
    background: #0686CF;
    color: #FFFFFF;
    cursor: pointer;
    padding: 1px 5px 1px 5px;
    text-transform: uppercase;
    border: #000000;
}

.context,
.formControls .actionButtons .button,
.documentEditable * .context {
    background: #FFFFFF;
    color: #0686CF;
    cursor: pointer;
    padding: 1px 5px 1px 5px;
    text-transform: uppercase;
    border: 1px solid #0686CF;
}

/* FIM FORMS */

/* MAPA DO SITE */
#portal-sitemap {
    list-style: none;
    list-style-image: none;
    margin: 0;
    font-size: 90%;
    border: none;
}
#portal-sitemap a {
    border: none;
}
#portal-sitemap a:hover {
    border: none;
    background-color: #F3FBFF;
}
#portal-sitemap .navTreeLevel1 {
    padding-left: 1em;
    border-bottom: 2px solid #0686CF;
    margin: 0 0 0 0.5em;
}
#portal-sitemap .navTreeLevel2 {
    padding-left: 1em;
    border-left: 2px solid #0686CF;
    margin: 0 0 0 0.6em;
}
#portal-sitemap .navTree li {
    border: none;
}
/* FIM MAPA DO SITE */

/* LIVRO DE VISITAS */

#guestBook h1 {
     color: #0000FF;
}

#guestBook span {
     font-weight: normal;
}

.guestBook li a {
    color: #0000FF;
    text-decoration: none;
}
.guestBook li a:visited {
    color: #0000FF;
}
.guestBook li a:hover {
    color: #000000;
background-color:#ffffff;
}

.guest-comments{
    border: 1px solid #F0F0F0;
    margin-bottom: 1em;
}

.header-comments{
    padding-left: 0.5em;
    color:#666666;
    background-color: #F0F0F0;
    line-height: 30px;
}

.body-comments{
    padding: 0.5em 0 0.5em 0.5em;
}
/* FIM LIVRO DE VISITAS */


/* PORTLETS */

.portletHeader{
    background-color: #05A4FF;
    text-transform: uppercase;
    font-weight: bold;
    border-top: none;
    border-right: none;
    border-bottom: 1px dashed #0000FF;
    border-left: 0.8em solid #0686CF;
    color: #FFF;
}

.portletHeader a{
    color: #FFF;
}

.portlet, .portletItem{
    border: none;
    background-color: #FFF;
}

.portlet, portletItem{
    margin: 0;block
    padding: 0;
}

.portletItem a:visited,
.portletFooter a:visited {
    color: #0000FF;
}

/* NAVTREE - PORTLET NAVEGAÇÃO */
.navTreeItem img{
    display: none;
}

/* FIM PORTLETS */

/*  LINKS PARA CONTENT */
.documentContent p a {
    text-decoration: underline;
    border-bottom: none;
    color: #0000FF;
}
.documentContent p a:visited {
    background-color: transparent;
    color: #0000FF;
}
.documentContent p a:hover {
    text-decoration: none;
    border-bottom: none;
    color: #000000;
}
.documentContent p a:active {
    background-color: transparent;
    color: #0000FF;
}
#content a:target {
    background-color: #FD7 !important;
}
.documentContent li a {
    text-decoration: underline;
    border-bottom: none;
}
.documentContent li a:visited {block
    color: #0000FF;
}
.documentContent li a:active {
    color: #0000FF;
}
.documentContent dd a {
    text-decoration: underline;
    border-bottom:none;
}
.documentContent dd a:visited {
    color: #0000FF;
    background-color: transparent;
}
.documentContent dd a:active {
    color: #0000FF;
    background-color: transparent;
}
/* End links */

.listingBar{
    margin-bottom: 15px;
    border: none;
    background-color: #EDF2FD;
}

.relatedItems{
    display: none;
}

.documentActions{
    border: none;
    margin-top: 10px;
}

.documentActions ul{
    background-color: #EDF2FD;
    line-height: 35px;
}

.documentActions li{
    background-color: #FFF;
}

#document-action-sendto,
#document-action-print{
    padding: 6px 6px 6px 30px;
}

#document-action-sendto{
    background-image: url("codajoia-images/send-icon.gif");
    background-repeat: no-repeat;
    color: #000;
}

#document-action-print a,
#document-action-sendto a{
    color:  #7093E3;
}

#document-action-print a:visited,
#document-action-sendto a:visited{
    color:  #7093F3;
}

#document-action-print a:hover,
#document-action-sendto a:hover{
    color: #000000;
}

#document-action-print a:active,
#document-action-sendto a:active{
    color: #7093F3;
}

#document-action-print{
    background-image: url("codajoia-images/print-icon.gif");
    background-repeat: no-repeat;
}

.documentFirstHeading {
    background-color: #05A4FF;
    padding: 0 0 0 0.5em;
    border-left: 0.8em solid #0686CF;
    color: #FFF;
}

#visual-portal-wrapper{
    background-color: #F0F0F0;
}

#portal-header{
    background: transparent;
    margin:0;
    padding: 0;
}

#portal-top 
{
    background: #FFFFFF url("cursos/anel_top_maraca_sem_fundo.png") no-repeat 100% 0;
    margin-top: 20px;
}

#portal-logo{
    display: none;
}

/* NAVEGAÇÃO GLOBAL */

#portal-globalnav {
    display: block;
    background: #05A4FF url("codajoia-images/bg_globalNav.gif");
    margin: 3em 0 0 0;
    font: 16px Arial, sans-serif;
    text-align: left;
}

#portal-globalnav li {
    display: block;
    border: none;
    list-style: none; 
    margin: 0;
    padding: 0.3em;
    display: inline;
    line-height: 2em;
}

#portal-globalnav li a {
    border: none;
    height:1px; /* IE5.0 bug */
    padding: 0.3em; 
    margin:0;
    color: #FFF;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 2em;
}

#portal-globalnav li a:hover {
    background: #F0F0F0 url("codajoia-images/global_navigation_cinza.gif");
    color: #000;
    padding: 0.3em;
    text-decoration: none;
    opacity:0.65;
    -moz-opacity: 0.65;
     filter: alpha(opacity=65);
}

#portal-globalnav li.selected a {
    border: none;
    background: #FFFFFF;
    color: #000;
    text-decoration: none;
    opacity:0.65;
    -moz-opacity: 0.65;
    filter: alpha(opacity=65);
}

/* FIM NAVEGAÇÃO GLOBAL */

#portal-siteactions{
    display:none;
}

#portal-personaltools {
  /* Bar with personalized menu (user preferences, favorites etc) */
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 4%;
    border: none;
    line-height: 1.6em;
    color: #FFFFFF;
    text-align: right;
}

#portal-personaltools li a {
    font: 11px Arial, sans-serif;
    text-decoration: none;
    color: #FFFFFF;
}

#portal-breadcrumbs {
    position: static;
    background-color:  #000000;
    border: none;
    text-align: left;
    margin: 0;
    padding: 2px 0 2px 5px;
    color: #FFFFFF;
    font-weight: bold;
    width: 100%;
}

#portal-breadcrumbs a{
    color: #FFFFFF;
    text-decoration: underline;
}

#portal-breadcrumbs a:hover{
    color: #FFFFFF;
    text-decoration: none;
}

#portal-column-one .visualPadding {
    padding: 1.3em 0 0 0;
}

#portal-column-two .visualPadding {
    padding: 0.5em 1em 0 2em;
}

#portal-column-content{
    background: #FFF;
    padding: 0;
    margin: 0;
}

/* RODAPÉ */

#portal-footer {
    background-color: #333333;
    border-top: 1px solid #FFFFFF;
    border-bottom: none;
    margin: 0;
    padding: 5px 0 5px 0;
    color: #FFFFFF;
}

#portal-colophon{
    display:none;
}

#portal-siteactions li a {
    background-color: #F0F0F0;
}

#portal-searchbox {
    display: none;
    background-color: #F0F0F0;
    margin: 1.5em 2em 0 0;
    padding: 1.5em 1.5em 1.5em 1.5em;
}

/* LINK PORTLET */

#menuPortlet a:link {
    color:#000000;
    text-decoration:none;
    font-weight: bold;
}

#menuPortlet a:visited {
    color:#000000;
    text-decoration:none;
    font-weight: bold;
}

#menuPortlet a:hover {
    color:#000000;
    text-decoration:underline;
}

#menuPortlet a:active {
    color:#000000;
    text-decoration:underline;
    background-color:#FFFFFF;
}

/* FIM LINK 1 */

.portletFooter {
    background-color: #E8E8E8;
    text-align: center;
}

#region-content{
  background-color: #FFF;
}

#content a[href ^="https:"],
#content a.external-link {
    background: url("codajoia-images/external-icon.gif") 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}

#content a[href ^="https:"],
#content a.link-https {
    background: transparent url(http://www.cefetop.edu.br/lock_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}

#content a[href ^="http://www.cefetop.edu.br"] {
    background: none;
    padding: 0;
}

.image-right{
 border:none;
}

/*  */

/* DOCUMENTATION ON PRE-DEFINED PROPERTIES FROM PLONE */

 /* You can insert colors and other variables from Plone's 
    base_properties by doing:
    
    & dtml-variableName ; (without the spaces, excluded here to not make it render)
    
    Example:
    
    myLink {
        color: & dtml-fontColor ;   (again, without the spaces)
    }
 
   This means you can generate your own elements that use Plone's defaults,
   and respect any customizations people have done. See base_properties for
   the default values.
 
   These are the available properties:
   
   logoName - the file name of the portal logo
   
   fontFamily - the font family used for all text that is not headers
   
   fontBaseSize - the base font size that everything is calculated from
   
   fontColor - the main font color
   
   fontSmallSize - used for various elements like buttons and discreet text
   
   discreetColor - the font color of discreet text

   backgroundColor - the background color 
   
   linkColor - the color used on normal links

   linkActiveColor - color used on active links

   linkVisitedColor - color used on visited links
   
   borderWidth - the width of most borders in Plone
   
   borderStyle - the style of the border lines, normally solid
   
   borderStyleAnnotations - style of border lines on comments etc
   
   globalBorderColor - the border color used on the main tabs, the portlets etc
   
   globalBackgroundColor - background color for the selected tabs, portlet headings etc
   
   globalFontColor - the color of the font in the tabs and in portlet headings
   
   headingFontFamily - font family for h1/h2/h3/h4/h5/h6 headlines
   
   contentViewBorderColor - the content view tabs border color
   
   contentViewBackgroundColor - the content view tabs background color
   
   contentViewFontColor - the font color used in the content view tabs
   
   inputFontColor - the font color used for input elements
   
   textTransform - whether to lowercase text in portlets, tabs etc.
   
   evenRowBackgroundColor - the background color of even rows in listings
   
   oddRowBackgroundColor - the background color of even rows in listings
   
   notifyBorderColor - border color of notification elements like the status message, the calendar focus
   
   notifyBackgroundColor - background color of notification elements like the status message, the calendar focus
   
   helpBackgroundColor - background color of information pop-ups (currently not used)
          
 */