﻿body {
    color:#000000;
    font-family:arial,verdana,sans-serif;
    font-size:small;
}    
.alternatingrowstyle{
    background-color:#ffffff;
}
.headerstyle{
    background-color:#386DA9;
    height:35px;
	color:white;
}
.headerstyle th {
    border:1px solid #CCCCCC;
    text-align:center;
}  
.headerstyle a {
    color:white;
}    
.sortalternatingrowstyle{
    background-color:#e5e5e5
}
.sortrowstyle{
    background-color:#f0f0f0
}
.sortascheaderstyle{
    background:#c5c5c5 url("images/gridimages/sort_asc.gif") no-repeat scroll right center;
    padding-left:5px;
}
.sortdescheaderstyle{
    background:#c5c5c5 url("images/gridimages/sort_desc.gif") no-repeat scroll right center;
    padding-left:5px;
}   
.pagerstyle{
    color:#444444;
    background-color:#abcd3b;
    font-size:x-small;
    text-align:right;
} 
.pagerstyle select{
    font-size:x-small;
}  
.previous{
    background:transparent url("../images/gridimages/previous.gif") no-repeat scroll center;
    height:1.3em;
    width:16px;
}
.next{
    background:transparent url("../images/gridimages/next.gif") no-repeat scroll center;
    height:1.3em;	
    width:16px;
}  
.gotopage{
    font-size:x-small;
    width:20px;
}


