/*
** Plone style sheet - Public-facing Elements
**
** Style sheet documentation can be found at http://plone.org/documentation
**
** You should preferrably use ploneCustom.css to add your own CSS classes and to
** customize your portal, as these are the base fundaments of Plone, and will
** change and be refined in newer versions. Keeping your changes in
** ploneCustom.css will make it easier to upgrade.
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/

/*  (do not remove this :) */
/*  (not this either :) */

/* Padding for the columns */


    body, div, span, p, ul, li, td ,th, select, input, textarea, credit
    {
	font-family: Verdana, Arial, Helvetica, Swiss, Futura, sans-serif;
    }




div.space {line-height:25%;}
div.none {line-height:75%;}




     #contener{
      width:445px;
      font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, Swiss, Futura, sans-serif;
      color: #000000;  
      text-align: left;
     }

    #contener #box{
      border-bottom:1px solid #EF8812;
     font-size: small;
    font-weight: normal;
    voice-family: "\"}\"";    /*Hide from IE5+*/
    voice-family: inherit;   
    font-size: 8pt;
    }

   #box a{
     padding : 2px 8px 2px 8px;
     background-color: #EF8812;
     text-decoration:none;
     color: #FFFFFF;
     font-weight: bold;
     /* border-top: 1px solid #dbdbdb;  */
    }

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



    /*    id box is converted in class css    */

    #contener .box{
      border-bottom:1px solid #EF8812;
     font-size: small;
    font-weight: normal;
    voice-family: "\"}\"";    /*Hide from IE5+*/
    voice-family: inherit;   
    font-size: 8pt;
    }

   .box a{
     padding : 2px 8px 2px 8px;
     background-color: #EF8812;
     text-decoration:none;
     color: #FFFFFF;
     font-weight: bold;
     /* border-top: 1px solid #dbdbdb;  */
    }

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






  /*  #MaxHeight{ height:150px; } */
  /*  .MaxHeight{ height:150px; } */


    #imagecontaner{
      float:left;
      margin: 0;
     }

    .imagecontaner{
      float:left;
      margin: 0;
     }

    .imagemargin{ margin: 3px; }

     #RightImageContaner
     {
      float:right;
      margin: 0;
     }

     .RightImageContaner
     {
      float:right;
      margin: 0;
     }


     
     h1{
      font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, Swiss, Futura, sans-serif;
      color: #333333;
      voice-family: "\"}\"";   /* hide rest from IE 5.x */   
      font-weight: 500;
      border-bottom: none;
     }

     #title a,#title a:hover
     {
      font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, Swiss, Futura, sans-serif;
      color: #333333;
    /*  font-size: 80%;  */
    voice-family: "\"}\"";   /* hide rest from IE 5.x */
   /* voice-family: inherit;  */
   /*  font-size: 85%;  */
      font-size: 13pt; 
      font-weight: 500;
      margin-top: 10px;
     /* margin-bottom: 4px; */
      text-decoration:none;
      border-bottom: 1px solid #000000;
     }


     #title a:hover
     {
      border-bottom: none;
      text-decoration:none;
     }


     /* id title convert to class   */

     .title a,.title a:hover
     {
      font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, Swiss, Futura, sans-serif;
      color: #333333;
    /*  font-size: 80%;  */
    voice-family: "\"}\"";   /* hide rest from IE 5.x */
   /* voice-family: inherit;  */
   /*  font-size: 85%;  */
      font-size: 13pt; 
      font-weight: 500;
      margin-top: 10px;
     /* margin-bottom: 4px; */
      text-decoration:none;
      border-bottom: 1px solid #000000;
     }


     .title a:hover
     {
      border-bottom: none;
      text-decoration:none;
     }


     /* end id title convert to class  */





     #keywords-list a
     {
      padding:0;
     }

     #keywords-list a:hover
     {
      border-bottom: none;
      text-decoration:none;
     }


     #keywords-list a:after {content: "]"}
     #keywords-list a:before {content: "["}

     /* id keywords-list changed to class   */
     .keywords-list a
     {
      padding:0;
     }

     .keywords-list a:hover
     {
      border-bottom: none;
      text-decoration:none;
     }


     .keywords-list a:after {content: "]"}
     .keywords-list a:before {content: "["}

     /*  end id keywords-list changed to class   */



    #DblBlock{
      width:445px;
    }

    #DblBlock #LeftBlock{
      float:left;
      width :218px;
    }

    #DblBlock #RightBlock{
      float:right;
      width :217px;
    }

    .DblBlock .LeftBlock{
      float:left;
      width :218px;
    }

    .DblBlock .RightBlock{
      float:right;
      width :217px;
    }


    #SingleBlock{
      clear: both;
    }

    .SingleBlock{
      clear: both;
    }
 
   .aboutoneworld
   {
    line-height: 14pt;
    text-align: right;
    padding-right: 15px;
    font-size: xx-small;
    voice-family: "\"}\""; /* hide rest from IE 5.x */
    voice-family:inherit;
    font-size: x-small;
    font-weight: bold;
   }

  .aboutoneworld a
  {
    color: #CC6600;
  }

  .aboutoneworld a:hover
  {
    color: #CC6600;
    text-decoration:none;
  }
  
  .summarytext{
    /*  font-size: 80%;  */
    voice-family: "\"}\"";   /* hide rest from IE 5.x */
    voice-family: inherit;
   /*  font-size: 85%;  */
    font-size: 10pt%; 
   }

  .published{
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, Swiss, Futura, sans-serif;
    color: #666666;
    font-style: italic;

	font-size: xx-small;
    voice-family: "\"}\""; /* hide rest from IE 5.x */
	voice-family:inherit;
	font-size: x-small;
   }


    #contener #boxGetInvolved{
      border-bottom:2px solid #CC3333;
     font-size: small;
    font-weight: normal;
    voice-family: "\"}\"";    /*Hide from IE5+*/
    voice-family: inherit;   
    font-size: 8pt;
    }

   #boxGetInvolved a{
     padding : 2px 8px 2px 8px;
     background-color: #CC3333;
     text-decoration:none;
     color: #FFFFFF;
     font-weight: bold;
    /* border-top: 1px solid #dbdbdb; */
    }

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


  /* ID boxGetInvolved converted to Class [start] */

    .contener #boxGetInvolved{
      border-bottom:2px solid #CC3333;
     font-size: small;
    font-weight: normal;
    voice-family: "\"}\"";    /*Hide from IE5+*/
    voice-family: inherit;   
    font-size: 8pt;
    }

   .boxGetInvolved a{
     padding : 2px 8px 2px 8px;
     background-color: #CC3333;
     text-decoration:none;
     color: #FFFFFF;
     font-weight: bold;
    /* border-top: 1px solid #dbdbdb; */
    }

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



  /* ID boxGetInvolved converted to Class [end] */




   #videoTitle{ width :210px; }


div.Video
{
  float: left;
}	

div.Video object{
  display: inline;
}

div.desc
{
  text-align: center;
  font-weight: normal;
  width: 210px;
  word-wrap: break-word;
}

#pre_next{
  clear:both;
}


/* Middle Menu End here */




/*  */

