﻿/*
    These styles control the appearance of Panel controls.

	Refer to td_viewing_colour_scheme.css for colours.

    Sample code not used can be found at the end of this document.
*/

/* GridView Filtering -------------------------------------------------- */

div.td_panel_gridview_filter { /* This will render as a div */
	background-color: white;
	border: 1px solid #CFCFCF;
	border-radius: 2px;
	height: 200px;
	padding: 5px 10px 5px 5px;
	text-align: left;
}

/* Screen Partitioning -------------------------------------------------- */

div.td_panel_screen_partition { /* div */
	background-color: white;
}

div.td_panel_screen_partition table td {
}

div.td_panel_screen_partition_transparent { /* div */
	background-color: transparent;
}

div.td_panel_screen_partition_white {
	/* This is used in td_report_criteria_selection.ascx */
	background-color: white;
	min-width: 1024px;
}

/* end --------------------------------------------------  */