﻿body
{
color: black;
font-family: Helvetica;
font-size:small;

}

#PageWidth {
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../Images/CSMBackground2.png);
    width: 960px;
    /*height:425px;
    overflow: auto; /*Removed when moving the scrollability to the child pages - 2014-03-07 - CT*/
    margin: 0px auto;
    padding: 5px;
}


#Header {
    background-image: url(../Images/csm_logobackground3.png);
    background-repeat: no-repeat;
    padding: 10px;
   
    margin: 0px auto;
    width: 940px;
   height:100px;
}


#Footer {
    background: #a9db80; /* Old browsers */
    background: -moz-linear-gradient(top, #a9db80 0%, #96c56f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9db80), color-stop(100%,#96c56f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a9db80 0%,#96c56f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a9db80 0%,#96c56f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a9db80 0%,#96c56f 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a9db80 0%,#96c56f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9db80', endColorstr='#96c56f',GradientType=0 ); /* IE6-9 */
    height: 35px;
    margin-top: 5px;
}

/*Added when moving the scrollable div for the content section to the child pages from the master pages. - 2014-03-07 - CT*/
#ContentScroll {
    height:* 425px;
    overflow: auto;*/
}

.Menu {
    padding: 10px;
    color: black;
    font-weight: bold;
    margin: 0px auto;
    width: 940px;
    text-decoration: none;
}




/*Styles for project search page - 2014-03-24 - CT*/
#SearchTable {
    width: 960px;
}

    #SearchTable #ScrollGridview {
        height: 360px;
        overflow: auto;
    }
