﻿body {
}


.details-view
{
   padding: 0;
   margin: 0;
   border: 1px solid #333;
   font-family: "Verdana, Arial,Helvetica, sans-serif" ;   
   font-size:12px !important; /* 0.9em;    */
}

.details-view tr.header
{
   color: white;
   background-color:#555862;/*727483 BEB397 727D83 727D83;/*423C39 555E62 #837872;  #DECEAB; #CDB47E;ada69c
 555E62(gray-greenshades, 556260,595562,556259,)*/
   height: 25px;
   vertical-align: middle;
   text-align: left;   
   font-weight: bold;
   font-family: "Verdana, Arial,Helvetica, sans-serif" ;  
   font-size: 12px !important; 
}

.details-view tr.normal
{
   color: #423c39; /*#333333;*/
   background-color: #F7F6F3 ;
   height: 25px;
   vertical-align: bottom ;
   text-align: left;
   text-decoration:none;
   font-family: "Verdana, Arial,Helvetica, sans-serif" ;  
    font-size: 4px !important; 
}

.details-view tr.alternate
{
   color: #423c39; /*#CDB47E;*/
   background-color: White;
   height: 25px;
   vertical-align: bottom ;
   text-align: left;
   text-decoration:none;
   font-size: 4px !important; 
}
.details-view tr.normal:hover, .grid-view tr.alternate:hover
{
   /* background-color: #E2DED6;*/
  color:#423c39;/* #333333;*/
   text-align: left;
   text-decoration:none;
   font-size: 4px !important; 
}

.details-view a:Link
{
	 text-align: left;	  
   text-decoration:underline;
}
.details-view a:Visited
{
	 text-align: left;	 
   text-decoration:underline;
}
.details-view a:Hover
{
	 text-align: left;
	  /*color: #333333;*/
   text-decoration: underline;
}
