/*
 *  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 :) */

#portal-personaltools {
/* Bar with personalized menu (user preferences, favorites etc) */
background-color: transparent;
border-top-width: 0;
border-bottom-width: 0;
color: #FFFFFF;
}
#portal-personaltools li {
color: #FFFFFF;
margin-left: 1em;
display: inline;
}

#portal-personaltools li a {
text-decoration: none;
color: #FFFFFF;
}

.bordas td
 {
border: 1px solid #5F2A4E;
}

#portal-logo {
margin: 0.5em 0em 0em 0em;
}

.open_imagem1 {
 background: #FFFFFF url(http://www.open.pt/pt/open_2) right top no-repeat;
}

#portal-column-one {
vertical-align: top;
width: 170px;
}

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

#portal-column-two {
vertical-align: top;
width: 150px;
}

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

h1 {
 background: transparent url(http://www.open.pt/pt/open_icon.jpg) left no-repeat;
 color: #5F2A4E;
 padding-top: 0em;
 padding-left: 1.5em;
}

.portlet_menu {
border: none;
border-top: 1px solid #5F2A4E;
margin-bottom: 0.5em;
padding-top: 0.5em;
}

.portlet_menu a{
 color:#5F2A4E;
 text-decoration: none;
}

.portlet_menu a:hover{
  color: #C08E2E;
}

.menu_h5 {
  background: transparent;
  border: 0;
  border-style: solid solid none solid;
  padding: 0em 0em 0.5em 0em;
  text-transform: none;
  display: block;
  font-size: 1.3em;
  height: 1em;
  font-weight: normal;
  white-space: nowrap;
  font-weight: bold;
  color: #C08E2E;
}

.portlet_menuBody {
background: transparent;
border-collapse: collapse;
border: 0;
}

dl.portlet {
margin: 1px 0 1em 0;
border-bottom: 0; solid #5F2A4E;
background-color: White;
}

.portletHeader {
 background-color: transparent;
 border: 0; solid #5F2A4E;
 padding: 0em 0em 0em 0em;
 text-transform: none;
 font-weight: normal;
 line-height: 1.6em;
 border-top: 1px solid #5F2A4E;  
 border-left: 1px solid #FFFFFF;  
 border-right: 1px solid #FFFFFF;  
 border-bottom: 1px solid #5F2A4E;
}

.portletHeader a {
 color: #C08E2E;
 background: transparent url(http://www.open.pt/pt/open_icon.jpg) left no-repeat;
 padding-left: 2em;
 font-weight: bold;
 font-size: 1.3em;
}

.portletItem {
margin: 0;
padding: 1em;
border-left: 0; solid #5F2A4E;
border-right: 0; solid #5F2A4E;
border-bottom: 1px  dotted; #5F2A4E;
}

dd.portletFooter {
background-color: transparent;
margin: 0;
padding: 0.25em 1em;
border: 0; solid #5F2A4E;
border-style: dotted solid none solid;
border-bottom: 1px  dotted; #5F2A4E;
text-align: right;
}

#portal-colophon .colophonIconCentimfe {
background: url(http://www.open.pt/pt/colophon_centimfe.jpg) no-repeat;
}
/*  */