/*GridViewCSS Glass Black Style*/

.GridViewStyle
{
    font-family: Arial, Sans-Serif;
    font-size: small;
    table-layout: auto;
    border-collapse: collapse;
    border-top: #99BBE8 1px solid;
    border-left: #99BBE8 1px solid;
    border-right: #99BBE8 1px solid;
    width:100%;}

/*Header and Pager styles*/

.HeaderStyle
{
    background-image: url(../../images/extheader.jpg);
    background-position: left;
    background-repeat: repeat-x;
    height: 28px;
    line-height:28px;
    color:Black;}
/* color:#15428B; */
.HeaderStyle th
{
    padding: 0px;
    padding-left:5px;
    border-right:1px solid #D0D0D0;}
/*
.HeaderStyle a:link, a:visited
{
    text-decoration: none;
    display: block;
    text-align: left;
    font-weight: normal;
    padding-top: 25px;
    padding-bottom: 9px;
    padding-right: 5px;
    padding-left: 5px;
}
*/
.GridViewStyle tbody .HeaderStyle tr:hover th
{
    background-color:Red;
    background-image: url(../../images/extheader.jpg);
    background-repeat:repeat-x;}
/*RowStyles*/

.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/
{
    padding: 5px;
    border-right: solid 1px #99BBE8;}

.RowStyle td
{
    background-color: #FAFAFA;
    border-bottom:1px solid #EDEDED;
    border-top:1px solid #EDEDED;}
.RowStyle a
{
    padding:0;
    border:0;
    margin:0;}
.AltRowStyle td
{
    background-color: #ffffff;}
.SelectedRowStyle td
{
    background:url(../../images/row-sel.jpg);}
.SelectedRowStyle 
{
    font-weight:bold;}
.SelectedRowStyle a
{
    font-weight:normal;}

.FooterStyle
{   
    margin:auto;
    background-image:url(../../images/extfooger.jpg);
    background-position:left top;
    background-repeat:repeat-x;
    height:30px;
    border-top:1px solid #99BBE8;
    border-left:1px solid #99BBE8;
    border-right:1px solid #99BBE8;
    border-bottom:1px solid #99BBE8;}




.GridViewStyle1
{
    font-family: Arial, Sans-Serif;
    font-size: small;
    table-layout: auto;
    border-collapse: collapse;
    width:100%;}

.GridViewStyle1 td span
{ color:#666;  text-align:right; float:right;}
.HeaderStyle1
{
    background-image: url(../../images/extheader.jpg);
    background-position: left;
    background-repeat: repeat-x;
    height: 28px;
    line-height:28px;
    color:Black;}

.HeaderStyle1 th
{
    padding: 0px;}

.GridViewStyle1 tbody .HeaderStyle tr:hover th
{
    background-color:Red;
    background-image: url(../../images/extheader.jpg);
    background-repeat:repeat-x;}
/*RowStyles*/

.RowStyle1 td, .AltRowStyle1 td, .SelectedRowStyle1 td, .EditRowStyle1 td /*Common Styles*/
{
    padding: 5px;}

.RowStyle1 td
{
    
    border-bottom:1px solid #EDEDED;}
.RowStyle1 a
{
    padding:0;
    border:0;
    margin:0;}

.FooterStyle1
{}



.btnBlack
{ 
    line-height: 22px; 
    height: 22px;
    background-position: top center;
    background-image:url(../../images/btnblackbg.jpg);
    background-repeat:repeat-x;
    border:0;
    font-family: Verdana;
    font-size: 11px;
    padding:0px;
    margin:5px;
    color: white;
    width:80px;}
/**/

.accordionHeader, .accordionHeaderSelected { color:Black; height: 24px; line-height: 24px; background-image: url(../../images/normal.jpg); background-repeat: no-repeat; background-position:right top; text-indent: 22px; cursor: pointer;}
.accordionContent {}
.accordionContent ul { margin:0px;}
.accordionContent ul li { height: 24px; line-height: 24px; background-image: url(../../images/ligarybg.jpg); background-repeat:repeat-y; background-position:left top;}
.accordionContent ul li a{ color:Black; width:100%;text-indent: 28px; display:block;}
.accordionContent ul li a:hover{ background:url(../../images/liahoverbg.jpg) repeat-x left top; text-decoration:none;}
.accordionHeaderSelected { background-image: url(../../images/selected.jpg);}