/*
Easily.co.uk stylesheet.
The styles here are intended to be applicable mainly to the overall page layout.
For styles relating to the templated areas and menus, see menus.css;
For styles relating to the main content area, see body.css;
For styles relating to the legacy pages using the old code, see styles.css (and others)
*/

img {border:0px;}
table {border-spacing:0px;}
body,td,th
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;    /*default body text font size*/
}
body
{
    background-color: #FFFFFF;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background: url(/images/easilybg.gif) repeat-x 0 0;
    text-align: left;
}
body.design {background-color:#FFFFFF; background-image:none; margin:4px;}    /*override for the cms so it looks like the content section*/

h1 {font-size:18px;}
h2 {font-size:16px;}
h3 {font-size:14px;}
h4 {font-size:12px;}
h5 {font-size:10px;}
h6 {font-size:8px;}

.tabelboxed{
    border-style: solid;
    border-width: 2px;
    border-color: #000;
}

.nobordertdth{
    border-style: none;
}
