/*------------------------------------------------------------------*/
/* FILE:	freestyle_core.css										*/
/* PUROPSE:	This file contains website front end CSS only			*/
/*			The contents of this file contain commonly used elements*/
/*			in Freestyle deployments.								*/
/*------------------------------------------------------------------*/

/* Purpose: These classes are used on tables in the HTML editor 	*/
/*			in the backend, if we want the same styling the user 	*/
/*			selected in the backend to show on the site, these		*/
/*			classes are required here.								*/

.freestyle_page_content table.no_border tr td {border:none}
.freestyle_page_content table.grey_top_bottom tr td {border-bottom:1px solid #6A737B;padding:4px;}
.freestyle_page_content table.grey_top_bottom {border-top:1px solid #6A737B;padding:0;}

.freestyle_page_content table.dashed_borders tr td {border-bottom:1px dashed #6A737B;border-left:1px dashed #6A737B;padding:4px;}
.freestyle_page_content table.dashed_borders {border-top:1px dashed #6A737B;border-right:1px dashed #6A737B;padding:0;}

.freestyle_page_content table.thin_grey tr td {border-bottom:1px solid #6A737B;border-right:1px solid #6A737B;padding:4px;}
.freestyle_page_content table.thin_grey {border-top:1px solid #6A737B;padding:0;border-left:1px solid #6A737B;}

