/* 
    Document   : dataTable
    Created on : Mar 2, 2011, 5:38:59 PM
    Author     : root
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
.dtform{

    background-color: #C4CBCE;
    text-align: inherit;


}
.datatable {
    border: 2px solid olive;
    font: bold;
    font-size: 9px;
    
    -webkit-border-radius: 5px;
    border: 1px solid #000;
    padding: 5px;
}

.datatable thead th {
    background-color: #dfdfdf;
    border-bottom: 1px solid olive;
    padding: 5px;
    
    -webkit-border-radius: 5px;
    border: 1px solid #000;
    padding: 9px;
}

.row-odd td {
    padding: 5px;
    background-color:white;
    
}

.row-even td {
    padding: 5px;
  /*  background-color: #dff4ff; */
    background-color: lightyellow;
    
}
/*#B5D5E6*/
/*
.btnnext{
    display:block;
    float:left;
    margin:0 3px 0 0px;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    background-repeat: no-repeat; 
    background-position: 5px 50%; 
    background-image: url('/webBase/resources/img/buttons/pagination_next.png');
    width:38px;
    overflow:visible;
    padding:5px 5px 5px 38px; 
    line-height:4px;
    color:#529214;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    
        -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -border-radius: 3px;    
}

.btnnext:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.btnnext:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
 
}*/

.btnprev
{
    margin:0 0 0 5px;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;    
    cursor:pointer;
    background-repeat: no-repeat; 
    background-position: 50% 50%; 
    background-image: url('/webBase/resources/img/buttons/pagination_prev.png');
    overflow:visible;
    padding:2px 9px 2px 9px;
    height: 20px;
    background-color:#f5f5f5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For I E 5.5 - 7 */
    
    
    
    -webkit-border-radius: 5px;
    -border-radius: 5px; 

}

.btnprev:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.btnprev:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}


.btnnext
{
    margin:0 0 0 5px;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;    
    cursor:pointer;
    background-repeat: no-repeat; 
    background-position: 50% 50%; 
    background-image: url('/webBase/resources/img/buttons/pagination_next.png');
    overflow:visible;
    padding:2px 9px 2px 9px;
    height: 20px;
    background-color:#f5f5f5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For I E 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    
    
    -webkit-border-radius: 5px;
    -border-radius: 5px; 

}

.btnnext:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.btnnext:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

.btnstop
{
    margin:0 0 0 5px;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;    
    cursor:pointer;
    background-repeat: no-repeat; 
    background-position: 50% 50%; 
    background-image: url('/webBase/resources/img/buttons/close.png');
    overflow:visible;
    padding:2px 9px 2px 9px;
    height: 20px;
    background-color:#f5f5f5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For I E 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    
    
    -webkit-border-radius: 5px;
    -border-radius: 5px; 

}

.btnstop:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.btnstop:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}
/*
.btnstop
{
    background-image: url('/webBase/resources/img/buttons/close.png');
    background-repeat: no-repeat;
    width: 41px;
    height: 41px;
    
    -webkit-border-radius: 5px;
     border: 1px solid #000;
     padding: 10px;
     font: bold;
    font-size: 12px;
    font-family: sans-serif;

}
*/