﻿/* InsuranceManager.css
 *
 * Contains only CSS definitions for a particular page
 *  Ex: .MyStyle or #MyElementId
 *  NOT: Body, Fieldset, Table, etc.
 *
 * Notes:
 *     - Please use pt for font-sizes instead of px.
 *       For more info, go to http://www.bigbaer.com/css_tutorials/css_font_size.htm
 *
 *
 */

#CtlInsuranceGridContainer
{
	height: 100px; 
	overflow-x: hidden; 
	overflow-y: scroll; 
	background-color: White; 
	margin-bottom: 5px;
}
