@charset "utf-8";


  
 .styled-select {
   width: 150px;
   height: 30px;
   font-size:13px;
   overflow: hidden;
   background: url('Images/Arrowhead-Down-01.png') no-repeat right #F6F1DB;
   border: 2px solid #7d6754;
   border-radius: 5px;
   }

   .styled-select select {
   background: transparent;
   width: 180px;
   padding: 3px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 30px;
   -webkit-appearance: none;
   font-family:Andalus;
   color:#7d6754;
   }
   .myGridClass {
  width: 50%;
  /*this will be the color of the odd row*/
  background-color: #fff;
  margin: 5px 0 10px 0;
  border: solid 1px #525252;
  border-collapse:collapse;
}

/*data elements*/
.myGridClass td {
  padding: 2px;
  border: solid 1px #c1c1c1;
  color: #717171;
}

/*header elements*/
.myGridClass th {
  padding: 4px 2px;
  color: #fff;
  background: #424242;
  border-left: solid 1px #525252;
  font-size: 0.7em;
}

/*his will be the color of even row*/
.myGridClass .myAltRowClass { background: #fcfcfc repeat-x top; }

/*and finally, we style the pager on the bottom*/
.myGridClass .myPagerClass { background: #424242; }

.myGridClass .myPagerClass table { margin: 5px 0; }

.myGridClass .myPagerClass td {
  border-width: 0;
  padding: 0 6px;
  border-left: solid 1px #666;
  font-weight: bold;
  color: #fff;
  line-height: 10px;
}

.myGridClass .myPagerClass a { color: #666; text-decoration: none; }

.myGridClass .myPagerClass a:hover { color: #000; text-decoration: none; } 

GridViewStyle {border:0.5px solid;font-family:Arial, sans-serif; table-layout:auto; font-size:13px;}
.GridViewStyle tr th
{
    padding-left: 10px;
    padding-right: 10px;
}
/*Header*/
.HeaderStyle {border:0.5px, solid; background-color:#938ede;white-space:nowrap;}

 
.HeaderStyle th {color:#333; text-align:left;white-space:nowrap; }
/*Row*/
tr.RowStyle{background-color:#ffffff;white-space:nowrap;text-align:left;}
 
tr.AlternatingRowStyle {background-color:#7fefae;white-space:nowrap;text-align:left;}
 
tr.RowStyle:hover {cursor:pointer; background-color:#f69542;white-space:nowrap;text-align:left;}
 
tr.AlternatingRowStyle:hover {cursor:pointer; background-color:#f69542;white-space:nowrap;text-align:left;}
/*Footer*/
.FooterStyle {background-color:#938ede; height:25px;white-space:nowrap;}
/*Pager*/
.PagerStyle table { margin:auto;border:none;white-space:nowrap;}
 
tr.PagerStyle {text-align:center; background-color:#ddd;white-space:nowrap;}
 
.PagerStyle table td {border:1px; padding:5px;white-space:nowrap;}
 
.PagerStyle a {border:1px solid #fff; padding:2px 5px 2px 5px; color:#333; text-decoration:none;white-space:nowrap;}