﻿/*
   Historical Select Control Class
*/


div.id_historical{
	background:#F5F6F1;
}

div.id_historical h3{
	color:#22485E;
}

div.id_historical select{
	margin-bottom:6px;
}

div.id_historical p.error{
	color:Red;
}

div.id_historical input.id_year{
   margin-bottom:10px;
   width:65px;
   padding-left:5px;
   border:1px solid #a5a5a5;
   vertical-align:middle;
}

div.id_historical select 
{
   font-size: 10px;
}

div.id_historical input
{
   margin-right:5px;
   margin-bottom:5px;
}

@media print
{
   div.id_historical
   {
      display: none;
   }
}
