.acplats {
   width: 100%;
   padding: 0px; 
   cursor: pointer;
}

.acplats * {
   font-family: Arial, Helvetica, sans-serif;
   text-align: left;
   cursor: pointer;
}

.acplats > div { 
   overflow: hidden;
   padding: 5px 10px 2px 12px; 
}

.acplats > a { 
   overflow: hidden;
   padding: 5px 20px 5px 20px; 
}

.acplats > div:hover { 
   background: #f5f5f5;
}

.acplats > div:hover * {
   color: black;
}

.achead a, .nysachead a {
   color: white;
   font-size: 120%;
   font-weight: bold;
}

.nysachead {
   height: 36px; 
   background-color: rgb(46,49,146); 
   padding-top: 7px;
   border-radius: 9.66px 9.66px 0px 0px;
  -moz-border-radius: 9.66px 9.66px 0px 0px;
  -khtml-border-radius: 9.66px 9.66px 0px 0px;
   -webkit-border-radius: 9.66px 9.66px 0px 0px;
}

div.achead {
   height: 36px; 
   background-color: rgb(46,49,146); 
   padding-top: 7px;

   border-radius: 9.66px 9.66px 0px 0px;
  -moz-border-radius: 9.66px 9.66px 0px 0px;
  -khtml-border-radius: 9.66px 9.66px 0px 0px;
   -webkit-border-radius: 9.66px 9.66px 0px 0px;
}


.acbody * {
   font-size: 12px;
   color: #491351;
   text-align: left;
}

.acbodynys * {
   padding-top: 4px;
   padding-bottom: 4px;
}

.acbody {
   height: 56px;
   border-bottom: 1px solid white;
   background: #DDD; 
} 

.acbodynys {
/*   height: 26px; */
   border-bottom: 1px solid white;
   background: #DDD; 
} 

div.acfoot {
   height: 50px;
   padding: 0px;
   background: -moz-linear-gradient(top, #DDD 80%, rgb(46,49,146) 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(80%,#DDD), color-stop(100%,rgb(46,49,146)));
   background: -webkit-linear-gradient(top, #DDD 80%,rgb(46,49,146) 100%);
   background: -o-linear-gradient(top, #DDD 80%,rgb(46,49,146) 100%);
/*   background: -ms-linear-gradient(top, #DDD 80%,rgb(46,49,146) 100%); */
/*   background: linear-gradient(top, #DDD 80%,rgb(46,49,146) 100%);   */
/*   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DDD', endColorstr='rgb(46,49,146)',GradientType=0 ); */

   border-radius: 0px 0px 9.66px 9.66px;
  -moz-border-radius: 0px 0px 9.66px 9.66px;
  -khtml-border-radius: 0px 0px 9.66px 9.66px;
   -webkit-border-radius: 0px 0px 9.66px 9.66px;
}
