﻿ .datagrid table { border-collapse: collapse; text-align: left;} 
 .datagrid {font: normal 12px/150% Times New Roman, Times, serif; width:500px; background: #fff; overflow: hidden; border: 1px solid #006699; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
 .datagrid table td, .datagrid table th { padding: 3px 10px; }
 .datagrid table thead th {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );background:-moz-linear-gradient( center top, #006699 5%, #00557F 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');background-color:#006699; color:#FFFFFF; font-size: 15px; font-weight: bold; border-left: 1px solid #0070A8; } 
 .datagrid table thead th:first-child { border: none; }
 .datagrid table tbody td { color: #00496B; border-left: 1px solid #E1EEF4;font-size: 12px;font-weight: normal; }
 .datagrid table tbody .alt td { background: #E1EEF4; color: #00496B; }
 .datagrid table tbody td:first-child { border-left: none; }
 .datagrid table tbody tr:last-child td { border-bottom: none; }
 body
 {
     font-weight:normal;color:Black;letter-spacing:0pt;word-spacing:2pt;font-size:13px;text-align:justify;font-family:georgia;line-height:1;
    padding-right:50px;
    padding-left:50px;
    
    }
    h1
    { font-weight:normal;color:Black;letter-spacing:0pt;word-spacing:2pt;font-size:16px;text-align:justify;font-family:georgia;line-height:1;
    padding-right:50px;
    padding-left:50px;
    font-weight:bold;  
    position:relative;
    left:120px;
    bottom:20px;
    display:block;
    
    }
    
    .CoLogoImg
    {
        position:relative;
        top:10px;
        display:block;
        
    }
    
/**********************IMG PAGING*************************
* Virtual Pagination script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/


/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/

.paginationstyle{ /*Style for demo pagination divs*/
/*width: 250px;*/
text-align: center;
padding: 2px 0;
margin: 30px 0;
position:absolute;
right:190px;
font-family:Times New Roman, Times, serif;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
color: navy;
background-color: white;
}

.paginationstyle a:hover, .paginationstyle a.selected{

border: 1px solid navy;
}

.paginationstyle a.disabled, .paginationstyle a.disabled:hover{ /*Style for "disabled" previous or next link*/
background-color: white;
cursor: default;
color: #DEDEDE;
border-color: transparent;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
border: 1px solid navy; 
}
.flatview a.selected
{
background:#2e6ab1;
color:#FFFFFF;
}


/****************************END IMG PAGING****************************************************/