﻿/* controls the fonts, size and default text colour for the page */
body
{
    font-family: Arial, Sans-Serif;
    color: #858585;
    background-color: #E1E1E1;
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px)
{
    .bodyContnet
    {
        position: relative;
        right: 17%;
        background-color: #FFFFFF;
        border-color: #000000;
        border: solid;
        width: 140%;
    }
}
.bodyContnet
{
    background-color: #FFFFFF;
    border-color: #000000;
    border: 1px solid;
}

.secondBorder {        
    color:#858585;
    border-color: #858585;
}

.headSpace
{
    background:-webkit-gradient(linear, left top, left bottom, from(#E1E1E1), to(#858585)); /* Saf4+, Chrome */
    background: -webkit-gradient(linear, left top, left bottom, from(#E1E1E1), to(#858585)); /* Saf4+, Chrome */
    background:-moz-linear-gradient(bottom, #E1E1E1, #858585); /* FF3.6+ */
    background:-ms-linear-gradient(bottom, #E1E1E1, #858585); /* IE10 */
    background :-o-linear-gradient(bottom, #E1E1E1, #858585); /* Opera 11.10+ */
    background:linear-gradient(bottom, #E1E1E1, #858585); /* W3C */
    border-color: #858585;
    color: #fff;
}

/* specify the location of your logo, background colour of the header and bottom border of the header */
.logoSpace
{
    background-image: url('/skins/default/generic-logo-100px.png'); /* fallback */
}

/* specify color of info bar under header */
.infoBar
{
    color:#FFFFFF;
    background-color: #858585;
}

hr
{
    border-color: #858585;
}

/* specify the location of your logo, background colour of the header and bottom border of the header */
.footer
{
    background: none;
    background-color:#858585;
}