/*
 *  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 */
body
{
  background:#ffffff;
  margin:0px;
}
body, td, th, input, textarea, select
{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
}
/* BODY */

.tabela_top
{
    background:#ffffff url('http://directorio.tudoparacasa.com:8080/imgs/tabela/BorderTop.gif') bottom repeat-x;
}
.tabela_bottom
{
    background:#ffffff url('http://directorio.tudoparacasa.com:8080/imgs/tabela/BorderBottom.gif') top repeat-x;
}
.tabela_left
{
    background:#ffffff url('http://directorio.tudoparacasa.com:8080/imgs/tabela/BorderLeft.gif') top repeat-y;
}
.tabela_right
{
    background:#ffffff url('http://directorio.tudoparacasa.com:8080/imgs/tabela/BorderRight.gif') top repeat-y;
}
.tabela_Top_right
{
    background:#ffffff url('http://directorio.tudoparacasa.com:8080/imgs/tabela/BorderTopRight.gif') top no-repeat;
}
.tabela_Bottom_right
{
    background:#ffffff url('http://directorio.tudoparacasa.com:8080/imgs/tabela/BorderBottomRight.gif') top no-repeat;
}
.tabela_Top_left
{
    background:#ffffff url('http://directorio.tudoparacasa.com:8080/imgs/tabela/BorderTopLeft.gif') top no-repeat;
}
.tabela_Bottom_left
{
    background:#ffffff url('http://directorio.tudoparacasa.com:8080/imgs/tabela/BorderBottomLeft.gif') top no-repeat;
}


/*  */

