﻿/*----- 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 td
{
   color: Navy;
   background-color: Transparent;
   text-align: left;
   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: 12px;
   height: 16px;
   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 td
{
   font-size: 11px;
   border-left: solid 1px Navy;
   border-right: solid 1px Navy;
   padding: 2px 3px 2px 3px;
}

.aspStdGridView-AltRow td
{
   background-color: #edeff2;   
   font-size: 11px;
   border-left: solid 1px Navy;
   border-right: solid 1px Navy;
   padding: 2px 3px 2px 3px;
}

.aspStdGridView-PrintAltRow td
{
   background-color: #b1ecb5;   
   font-size: 11px;
   border-left: solid 1px Navy;
   border-right: solid 1px Navy;
   padding: 2px 3px 2px 3px;
}


.aspStdGridView-SelRow td
{
   font-size: 11px;
   color: Blue;
   border-left: solid 1px Navy;
   border-right: solid 1px Navy;
   border-bottom: dotted 1px Navy;
   border-top: dotted 1px Navy;
   padding: 2px 3px 2px 3px;   
}

.aspStdGridView-EditRow td
{
   /*padding: 0px;*/
   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
{
   font-size: 11px;
   padding: 0px;
   background-color: Navy;
   color: White;
}

.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;
}
