﻿/* GridView Styles  */
.gridview_header, .gridview_header td
{
    background-repeat: repeat-x;  
    background-image: url('images/grad-blue2.gif');
    height:28px;
}
.gridview_header, .gridview_header td, .gridview_header a, .gridview_header a:link, .gridview_header a:visited, .gridview_header a:hover, gridview_header a:active
{
    font-weight: bold;
    COLOR: white;    
    text-decoration: none;
}
.gridview_header a:hover
{
	text-decoration: underline;
}
.gridview_header a:active
{
	text-decoration: underline;
}


.gridview_footer
{
    background-color: #eee;   
    text-align: right; 
    border-top-width:medium;
    border-top-color: Navy;
      
}

/* #f9f9f9   */
.alternatingrowstyle
{
    background-color: #f9f9f9;
}
.headerstyle{
    background-color:#e5e5e5;
    height:28px;
}
.headerstyle th {
    border:1px solid #bbbbbb;
    padding-left:5px;
    text-align:left;
}  
.headerstyle a {
    color:black;
}    
.sortalternatingrowstyle{
    background-color:#e5e5e5
}
.sortrowstyle{
    background-color:#f0f0f0
}
.sortascheaderstyle{
    background: url(images/sort_asc.gif) no-repeat scroll right center;
    padding-left:5px;
}
.sortdescheaderstyle{
    background: url(images/sort_desc.gif) no-repeat scroll right center;
    padding-left:5px;
}   
.sortascheaderstyleright{
    background: url(images/sort_asc.gif) no-repeat scroll left center;
    padding-left:5px;
}
.sortdescheaderstyleright{
    background: url(images/sort_desc.gif) no-repeat scroll left center;
    padding-left:5px;
}  
.pagerstyle{
    color:#444444;
    background-color:#e5e5e5;
    font-size:x-small;
    text-align:right;
} 
.pagerstyle select{
    font-size:x-small;
}  
.previous
{
    background-image: url('images/next.gif');
    background-repeat:no-repeat;    
    height: 1.3em;
    width: 30px;
}
.next
{
    background-image: url('images/next.gif');
    background-repeat:no-repeat;    
    height: 1.3em;
    width: 30px;
}  
.gotopage{
    font-size:x-small;
    width:20px;
}


/* Search GridView Styles height:20px;  */

.button_infobox
{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 8px;
    padding-top: 8px;      
    background-color: #f5f5f5;    
    margin-bottom:10px;
}


#infobox
{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 8px;
    padding-top: 8px;      
    background-color: #f5f5f5;    
    margin-bottom:10px;
}

#infobox #searchcontainer
{
    float: right;
}
#infobox #sortcontainer
{
    float: left;    
}
#infobox #sortcontainer #sort
{
    width: 200px;
}

