﻿
body
{
    height: 100%;
    margin: 0px 0px 0px 0px;
    font: 0.8em Calibri, Tahoma, Helvetica, Arial, sans-serif; /* text-align:center; */
    padding: 0px 0px 0px;
    background-color: #dcded3;
}

h1
{
    font-family: 'Calibri' , 'Lucinda Sans Unicode' , 'Lucida Sans' , 'Trebuchet MS';
    font-size: 1.3em;
    font-weight: bold;
    text-align: left;
    padding: 2px;
    color: #ff9900;
    border-bottom: 1px dotted #CCC;
}

#entryContentLeft { display : none }

#entryContentMiddle { display : none }

#entryContentRight { display : none }

#logotop { display : none }

.Grid /* put a silver border around the whole grid*/
{
    font-family: Calibri, Tahoma, sans-serif;
    width: 100%;
    border-right: silver 1px solid;
    border-top: silver 1px solid;
    border-left: silver 1px solid;
    border-bottom: silver 1px solid;
}
.Grid td
{
    font-family: Calibri, Tahoma, sans-serif;
    font-size: 0.9em;
    margin: 2px 2px 2px 2px;
    padding: 2px 2px 2px 2px;
    text-align: left;
    }

.GridHeader
{
    background-color: #0066ff;
    color: #ffffff;
    font-size: 0.9em;
    font-weight: bold;
    height:16px;
    background-image: url(Images/bg_gridheader.jpg);
    background-repeat: repeat-x;
}

.GridHeader a 
{
    text-decoration: none;
    color: Gray;
    display:block;
}
.GridHeader a:hover 
{
    text-decoration: underline;
}

.GridHeader_Asc_Sort
{
    background-image: url(Images/sort_asc.gif);     
    background-color: #8dbdd8;    
    background-repeat: no-repeat;
    background-position: center left;       
}
    
.GridHeader_Dsc_Sort
{
    background-image: url(Images/sort_desc.gif);     
    background-color: #8dbdd8;    
    background-repeat: no-repeat;
    background-position: center left;       
}

.GridItem, GridAltItem 
{
    font-size: 1.0em;
}

.GridItem /* set the alternating row colours */
{
    background-color: #aecfff;
}
.GridAltItem
{
    background-color: #fff;
}
.GridFooter
{
    font-weight: bold;
    background-color: #FFFFFF;
}
.GridPager
{
    background-image: url(Images/bg_gridheader.jpg);
    background-color: #0066FF;
    text-align: center;
    font-weight: bold;
    color: white;
    height: 16px;



.bottombutton { display : none }

