﻿/* Set the font size for both values */
div.small_drop_down 
{
   font-size:9px;
}

/* Common sizing for the top and bottom divs */
div.small_drop_down div
{
   text-align:center;
   width: 26px;
   height: 17px;
   padding-left:0px;
   padding-top:1px;
}

/* The top div when the bottom div is hidden */
div.small_drop_down div.small_drop_down_top_off
{
   background-color:Transparent;
   background-image: url(../Images/SmallDropDown/top_off.gif);
   background-repeat: no-repeat;
   background-position: 2px top;
}

/* The top div when the bottom div is shown */
div.small_drop_down div.small_drop_down_top_on
{
   background-color:Transparent;
   background-image: url(../Images/SmallDropDown/top_on.gif);
   background-repeat:no-repeat;
   background-position: 2px top;
   height: 16px;
}

/* The bottom div */
div.small_drop_down div.small_drop_down_bot
{
   background-color:Transparent;
   background-image: url(../Images/SmallDropDown/bottom.gif);
   background-repeat:no-repeat;
   background-position: 2px top;
}

/* Common link color */
div.small_drop_down a
{
   color: #3b607e; 
}

/* Positioning of the arrow icon for the first value */
div.small_drop_down a img
{
   position:relative;
   top:-1px;
}

@media print
{
   div.small_drop_down a img
   {
      display: none;
   }
}
