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



td.oneclimatetext1
{
  text-align: left;
  font-family: Verdana;
  font-size: 100%;
  color:#000000;
  font-weight: bold;
  text-valign: middle;
}
td.oneclimatetext2
{
  text-align: right;
  font-family: Verdana;
  font-size: 100%;
  color:#000000;
  font-weight: bold;
  text-valign: middle;
}

 td.greenborder
 {
 border: 1px solid #7C9619
 }
 
 td.redborder
 {
  border: 1px solid #FF6D01; 
 }
 
 td.difyelborder
 {
  border: 1px solid #D0CD96;
  border-bottom: 3px solid #D0CD96; 
 
 }
 a.leftnev
{
  color:#E65B00;
  text-decoration:none;
}
 ul.leftnev
 {
  list-style-image: url('Images/arrow.jpg');
  padding-left:20px;
  margin:0;
  font-family: "Verdana";
  text-align: left;
  font-size: 9pt;
  padding-bottom:10px;
  color:#E65B00;
  font-weight: bold;
 }

 a.insightpull
{
  color:#000000;
  text-decoration:none;
  list-style-image: url('Images/bullet.jpg');
}

td.insightpull
 {
  padding-left:0.1cm;
  margin:0;
  font-family: Verdana;
  text-align: left;
  font-size: 110%;
  padding-bottom:10px;
  color:#000000;
 }

 
 ul.in
 {
  list-style-image: url('Images/dash.jpg');
  margin:0;
  padding-left:18px;
  font-family: "Verdana";
  text-align: left;
  font-size: 9pt;
  color:#5C6C13;
  font-weight: normal;
 }
 
 a.bullet
 {
  color:#040000;
  text-decoration:none;
 }

 ul.bullet
 {
  list-style-image: url('Images/bullet.jpg');
  padding-left:18px;  
  margin:0; 
  font-family: "Verdana";
  text-align: left;
  font-size: 9pt;
  padding-bottom:7px;
  color:#040000;
 }
 .arm
  {
  padding-left:4px;
  font-family: Verdana;
  font-size: 8pt;
  font-weight: bold; 
  color:#ffffff;   
  text-decoration:none;
 }
 a.owsa
 {
  font-family: Verdana;
  color:#000000;  
  text-decoration:none; 
 }
 td.owsa
  {
  width:780pt;
  height:20pt;
  background-image:url('/arm/portal_skins/custom/Images/footerstrep.jpg');
  font-size: 10pt;
  text-align: center;
  font-weight: bold; 
 }
  
 td.left_right
 {
  width:185pt;
  text-align: center;
  vertical-align: top;
 }

td.youtubemaintitle
{
  text-align: left;
  padding-left:4px;
  font-family: Verdana;
  font-size: 150%;
  font-weight: bold; 
  color:#000000;   
  text-decoration:none;
}

td.youtubetitle
{
  text-align: left;
  padding-left:4px;
  font-family: Verdana;
  font-size: 110%;
  font-weight: bold; 
  color:#000000;   
  text-decoration:none;
}

td.videotitle
{
  text-align: left;
  padding-left:4px;
  font-family: Verdana;
  font-size: 80%;
  font-weight: normal; 
  color:#000000;   
  text-decoration:none;
}

td. morenewstitle
{
  padding-bottom: 0.3cm;
  text-align: left;
  padding-left:4px;
  font-family: Verdana;
  font-size: 110%;
  font-weight: bold; 
  color:#000000;   
  text-decoration: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)
          
 */


