﻿/*
    These styles control the appearance of the listboxes.

	Refer to td_viewing_colour_scheme.css for colours.

    Sample code not used can be found at the end of this document.
*/

/* General -------------------------------------------------- */

.td_listbox_mandatory,
.td_listbox_gridview_filter {
	background-color: #F4F4F4;
	border: 1px solid #CFCFCF;
	border-radius: 2px;
	color: #595959;
	font-family: "PT Sans", Arial, Helvetica, sans-serif, Verdana;
    font-size: 12px;
	height: 40px; /* Not sure why height 30px doesn't equate to the height of textboxes. */
	line-height: 32px;
	min-height: 40px;
	padding: 10px 10px 10px 10px; /* top right bottom left */
	text-align: left;
}

/* td_listbox_mandatory -------------------------------------------------- */

.td_listbox_mandatory {
	/* All defaults */
}

/* td_listbox_gridview_filter -------------------------------------------------- */

.td_listbox_gridview_filter {
    font-size: 10px;
	height: 48px;
	min-height: 0px;
	padding: 0px 0px 0px 0px; /* top right bottom left */
}

/* end --------------------------------------------------  */