﻿/*----- aspGridView --------------------------------------------------*/
.aspGridView
{
   font-size: 11px;
   border: solid 1px Navy;
}

.aspGridView input
{
   border: solid 1px Navy;
   color: Navy;
   width: 97%;
   font-size: 11px;
}

.aspGridView select
{
   font-size: 11px;
}

.aspGridView tr td
{
   vertical-align: top;
}

.aspGridView-Row
{
   background-color: #c2d5e1;
   color: Navy;   
}

.aspGridView-AltRow
{
   background-color: #abc3d2;
   color: Navy;   
}

.aspGridView-SelRow
{
   background-color: Navy;
   color: White;   
}

.aspGridView-EditRow
{
}

.aspGridView-Pager
{
   color: Navy;
   background-color: Transparent;
}
.aspGridView-Pager tr td
{
   border-top: solid 1px Navy;
}

.aspGridView-Header
{
   color: White;
   background: Navy url(../../Images/MtscItemHeaderBg_Airy.jpg) repeat-x;
   font-weight: bold;
}
.aspGridView-Header th
{
   border-bottom: solid 1px Navy;   
}

.aspGridView-Footer
{
   background-color: #dee8e8;  
   width: 97%;
   font-size: 11px;
   border-top: solid 1px Navy;
}

.aspGridView a:link
{
   text-decoration: underline;
   color: Blue;
}
.aspGridView a:visited
{
   color: Blue;
   text-decoration: underline;
}
.aspGridView a:hover
{
   text-decoration: underline;
   color: Yellow;
}
.aspGridView a:active
{
   color: Blue;
   text-decoration: underline;
}

.aspGridView-SelRow a:visited
{
   text-decoration: underline;
   color: Aqua;
}
.aspGridView-SelRow a:link
{
   text-decoration: underline;
   color: Aqua;
}
.aspGridView-SelRow a:hover
{
   text-decoration: underline;
   color: Yellow;
}
.aspGridView-SelRow a:active
{
   text-decoration: underline;
   color: Aqua;
}


/*----- aspSimpleGridView ------*/


.aspSimpleGridView td
{
   font-size: 11px;
}


/*----- aspStdGridView --------------------------------------------------*/
.aspStdGridView
{
   background-color: #e3e5e9;
   font-size: 11px;
   border: solid 1px Navy;
   width: 100%;
}

.aspStdGridView-Header
{
   color: White;
   background: Navy url(../../Images/MtscItemHeaderBg_Airy.jpg) repeat-x;
   font-weight: bold;
}

.aspStdGridView-Header th
{
   border: solid 1px Navy;   
   /*font-size: 11px;*/
   /*padding: 0px 2px 0px 2px;*/
}

.aspStdGridView-Header th a:visited
{
   text-decoration: underline;
   color: White;
}

.aspStdGridView-Header th a:link
{
   text-decoration: underline;
   color: White;
}

.aspStdGridView-Header th a:hover
{
   text-decoration: underline;
   color: Yellow;
}

.aspStdGridView-Header th a:active
{
   text-decoration: underline;
   color: White;
}

.aspStdGridView-Row { background-color: #e3e5e9; color:navy; }
.aspStdGridView-Row td
{
   font-size: 11px;
   border-left: solid 1px Navy;
   border-right: solid 1px Navy;
   padding: 2px 3px 2px 3px;
}

.aspStdGridView-AltRow { background-color: #edeff2; color:navy; }
.aspStdGridView-AltRow td
{
   font-size: 11px;
   border-left: solid 1px Navy;
   border-right: solid 1px Navy;
   padding: 2px 3px 2px 3px;
}

.aspStdGridView-PrintAltRow { background-color: #b1ecb5; color:navy; }
.aspStdGridView-PrintAltRow td
{
   font-size: 11px;
   border-left: solid 1px Navy;
   border-right: solid 1px Navy;
   padding: 2px 3px 2px 3px;
}

.aspStdGridView-SelRow { background-color:#d4e6e7; color:navy;}
.aspStdGridView-SelRow td
{
   font-size: 11px;
   border-top: dotted 1px Navy;
   border-bottom: dotted 1px Navy;
   border-left: solid 1px Navy;
   border-right: solid 1px Navy;
   padding: 2px 3px 2px 3px;   
}

.aspStdGridView-EditRow td
{
   font-size: 11px;
   padding: 1px 2px 1px 2px;
   background-color: Navy;   
   color: White;
}

.aspStdGridView-EditRow td input
{
   color: Navy;
   font-size: 11px;
   margin: 0px;
   width: 100%;
}

.aspStdGridView-EditRow td select
{
   color: Navy;
   font-size: 11px;
   margin: 0px;
}

.aspStdGridView-EditRow td a:visited
{
   text-decoration: underline;
   color: Aqua;
}

.aspStdGridView-EditRow td a:link
{
   text-decoration: underline;
   color: Aqua;
}

.aspStdGridView-EditRow td a:hover
{
   text-decoration: underline;
   color: Yellow;
}

.aspStdGridView-EditRow td a:active
{
   text-decoration: underline;
   color: Aqua;
}

.aspStdGridView-Footer td
{
   border-top: solid 1px Navy;
   font-size: 11px;
   font-weight: bold;
   padding: 2px 3px 2px 3px;
   background-color: Transparent;
   color: Navy;
}

.aspStdGridView-Footer input
{
   color: Navy;
   font-size: 11px;
   margin: 0px;
   width: 97%;
}

.aspStdGridView-Footer td select
{
   color: Navy;
   font-size: 11px;
   margin: 0px;
}

.aspStdGridView-Footer td a:visited
{
   text-decoration: underline;
   color: Aqua;
}

.aspStdGridView-Footer td a:link
{
   text-decoration: underline;
   color: Aqua;
}

.aspStdGridView-Footer td a:hover
{
   text-decoration: underline;
   color: Yellow;
}

.aspStdGridView-Footer td a:active
{
   text-decoration: underline;
   color: Aqua;
}

.aspStdGridView-Pager td
{
   font-size: 11px;
   border-top: solid 1px Navy;
}

/*----- aspStdGridViewPrint ---------------------------------------------*/

.aspStdGridViewPrint {font-size: 11px;}
.aspStdGridViewPrint-Header {background: transparent;}
.aspStdGridViewPrint-Header th {white-space:nowrap; font-weight: bold; color:white; background-color:navy; text-align:left; border:solid 1px black;}
.aspStdGridViewPrint-Row td {vertical-align:top;white-space:nowrap; background-color:Silver; border:solid 1px black;}

.aspStdGridViewPrint2 {font-size: 11px;}
.aspStdGridViewPrint2-Header {background: transparent;}
.aspStdGridViewPrint2-Header th {white-space:nowrap; font-weight: bold; color:white; background-color:navy; border:none;}
.aspStdGridViewPrint2-Row td {white-space:nowrap; background-color:Silver; border:none;}

