﻿/* -- Quick Styles For CMS System ---------------------------------------- */ 

.cmsImageLeft{float:left; margin-right:10px;}
.cmsImageRight{float:right; margin-left:10px;}
.cmsBorderImageLeft{float:left; margin-right:10px; border:1px solid #0066ff; padding:3px;}
.cmsBorderImageRight{float:right; margin-left:10px; border:1px solid #0066ff; padding:3px;}
.cmsDashedImageLeft{float:left; margin-right:10px; border:1px dashed #0066ff; padding:3px;}
.cmsDashedImageRight{float:right; margin-left:10px; border:1px dashed #0066ff; padding:3px;}
.imageFloatLeft{float:left; margin-right:15px;}

.cms{ 
    margin-bottom:30px; 
    padding-top:20px; 
    padding-left:20px; 
    padding-right:20px;}
    
.cms table{padding:0px; 
    background-color:#ccc; 
    margin-top:5px; 
    margin-bottom:5px;}
.cms td{background-color:#fff; padding:3px;}

