﻿

/*

This sheet is for all styles which control the site 
For our benifit not the individula themes and templates

This is for the client view


*/

.rdContent, .RadDock, .RadDockZone, .rdSideBorders , .rdTopBorder, .rdBottomBorder  
{   
    overflow: visible !important;   
    border-width: 0px !important; 
	border-style:none none none; /*  used to remove the borders */
    background-color:transparent !important;
    
}

.RadDockZone
{
    padding: 0px 0px 0px  0px !Important;
}
