/* THIS IS PHIPPSFINEHOMES [ROOT][CSS]->colors_fonts_borders.css modified by Jared in 2020 Mar */
/* Don't forget that paths to linked files must be relative to the css folder */


  /* VERTICAL SEPARATORS - make sure they go before colors so they can be over-ridden */
    .v-sep144px {width:1px; height:144px; float:left; }
    .v-sep274px {width:1px; height:274px; float:left; }
   
   
 /* TABLE SETTINGS - make sure they go before colors so they can be over-ridden */

    /*FAINTLY VISIBLE BORDERS AND TEXT FOR STANDARD PURPOSES ---- */
      .t-border-std {border: 5px solid  transparent; }  
      .t-font-std {
            color: transparent;
            font-family: arial, helvetica, sans-serif;
            opacity: 0;
            }
     
    /*VISIBLE BORDERS AND TEXT FOR DEVELOPMENT PURPOSES ---- */
     .t-border-dev {border: 1px solid yellow; } 
     .t-font-dev {
            color: #F00; font-size: 18px; font-weight: bold;
            font-family: arial, helvetica, sans-serif; 
            opacity: 0.9;filter: alpha(opacity=90);
            }  
            

   /* FONT COLORS */  
   .f-red {color: #F00; }   
   .f-blue {color: #00F; }
   .f-yellow {color: #FF0; }   
   .f-black {color: #000; }  
   .f-white {color: #FFF; }
   .f-mid-grey {color: #666; }
   
    /* BACKGROUND COLORS */  
   .bk-white {background-color: #FFF; } 
   .bk-red {background-color: #F00; } 
   .bk-gold {background-color: #E2AB1A; }       
   .bk-darkgreen {background-color:#4F5B31; }  
   .bk-brown {background-color: #A16022; }     
   
    /* FONT CHARACTERISTICS AND TYPEFACES */  
   .f-arial {font-family: arial, Helvetica, sans-serif;}
   .f-bold  {font-weight: bold;}
   .f-normal {font-weight: normal;}     
  
   /* FONT SIZES  */  
   .f-xlarge {font-size:x-large;}
   .f-large  {font-size:large;}
   .f-400pc  {font-size: 400%; }
   .f-40px   {font-size: 40px; }
   .f-20px   {font-size: 20px; }
   .f-18px   {font-size: 18px; }
   .f-16px   {font-size: 16px; }
   .f-14px   {font-size: 14px; }
   .f-11px   {font-size: 11px; }
   .f-12px   {font-size: 12px; }
 
   /* WIDTHS */
   .w-643px {width: 643px;}
   .w-960px {width: 960px;}
   
   /* HEIGHTS */
   .ht10px {height: 10px;}
   .ht15px {height: 15px;} 
   .ht20px {height: 20px;}  
   .ht30px {height: 30px;}
   
   /* LINE HEIGHTS */
   .l-ht10px {line-height: 10px;}
   .l-ht20px {line-height: 20px;}
   .l-ht38px {line-height: 38px; } 
   
   /* MARGINS */
   .m-top1px {margin-top: 1px; }
   .m-top10px {margin-top: 10px; }
   .m-left15px {margin-left: 15px;}
   .m-left60px {margin-left: 60px;}
   .m-left65px {margin-left: 65px;}
   .m-left70px {margin-left: 70px;}
   .m-left75px {margin-left: 75px;}
   .m-left80px {margin-left: 80px;}
   .m-right12px {margin-right: 12px;}
   
   /* PADDING */
   .p-top5px {padding-top: 5px; }
   
   /* FLOAT */
   .flo-r {float:right;}
   