﻿/* pager */
table.pager 
{
    background-color: #888;/* #bfdbff; #E8EBEE; */
    border: solid 1px #0F3A14;
}

table.pager td 
{
    padding: 3px;
    vertical-align: middle;
}
/* end pager */

/* buttons */
a.btnRight 
{
    display: block;
    width: 6px;
    height: 12px;
    background-image: url(_images/icon_next.gif);
    background-position: center;
    background-repeat: no-repeat;
}

a.btnLeft 
{
    display: block;
    width: 6px;
    height: 12px;
    background-image: url(_images/icon_back.gif);
    background-position: center;
    background-repeat: no-repeat;
}

a.btnUp
{
    display: block;
    width: 12px;
    height: 6px;
    background-image: url(_images/icon_up.gif);
    background-position: center;
    background-repeat: no-repeat;
}

a.btnDown
{
    display: block;
    width: 12px;
    height: 6px;
    background-image: url(_images/icon_down.gif);
    background-position: center;
    background-repeat: no-repeat;
}

a.btnEdit
{
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(_images/icon_edit.gif);
    background-position: center;
    background-repeat: no-repeat;
}

a.btnDelete
{
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(_images/icon_delete.gif);
    background-position: center;
    background-repeat: no-repeat;
}
/* end buttons*/

div#actionbar
{
  background-color: #bfdbff; /* #7f9db9;  */
  height: 20px;
  width:100%;
  overflow:hidden;
}
table#actionbar
{ 
  height: 20px;
}

/* td#printwindow, td#showhelp */
td.actionbar
{
  width:60px;
  height: 20px;
  cursor:default;
  background: transparent url(_images/print.gif) no-repeat top left;  	
}

td#showhelp
{
  background: transparent url(_images/help.gif) no-repeat top left;	
}
td#printwindow 
{
  background: transparent url(_images/print.gif) no-repeat top left;  	  
}
td#printwindow pre, td#showhelp pre 
{
  text-align:right;
}

td.roundedTopLeft{
    width:18px;   
    height:18px;      
    background: transparent url(_images/top_left.png) no-repeat top left;  	  
}    

td.roundedTop {
    height:18px;   
    background: transparent url(_images/top.png) repeat top left;  	  
}
td.roundedLeft {
    width:18px;   
    background: transparent url(_images/left.png) repeat top left;  	  
}
td.roundedMiddle {
    background: transparent url(_images/middle.png) repeat top left;  	  
}
td.roundedRight {
    width:18px;   
    background: transparent url(_images/right.png) repeat top left;  	  
}

td.roundedTopRight {
    width:18px;
    height:18px;      
    background: transparent url(_images/top_right.png) no-repeat top left;  	  
}

td.roundedBottomLeft {
    width:18px;
    height:18px;      
    background: transparent url(_images/bottom_left.png) no-repeat top left;  	  
}
td.roundedBottom {
    height:18px;      
    background: transparent url(_images/bottom.png) repeat top left;  	    
}
td.roundedBottomRight {
    width:18px;
    height:18px;      
    background: transparent url(_images/bottom_right.png) no-repeat top left;  	    
}

tr.tabstrip td  
{
    height:19px;       
/*  	background: transparent url(_Images/BtnMedium.gif) no-repeat; */
  	cursor:default;
}
td#dummy
{
  width:100%;
  cursor:default;  
  background: transparent;
}  
div.OkCancel {
 text-align:right;
}  

.PageView
{
 background-color:#ffffff;
 height:auto !important;
}
.MultiPage
{
 border: white 1px solid; 
}

div.Filter 
{
  background-color: White;
}

div.Filter span
{
  vertical-align: middle;
}

div.Filter input
{
  vertical-align: middle;
}

div.Filter td
{
  vertical-align: middle;
}


td.FilterButton
{
  width:90px;
}
