﻿@charset "utf-8";
/*@import url("/includes/css/cf_window_blue2.css");*/
/* GRID */
	.x-grid3-row-table, .x-grid3-header-offset table, .x-grid3-row, .x-window-br, .x-window-b1  {
		width: 655px !important;
	}
	.x-grid3-row-over {
		background: none;
		border-color: #FFFFFF #EDEDED #EDEDED;
		cursor:pointer;
	}
	.x-grid3-col {
		text-align:left;
		border-bottom: 1px solid #CCCCCC;
		border-right: 1px solid #CCCCCC;
	}
	.x-grid3-row td {
		padding-left: 0;
		padding-right: 0;
	}
	
	/*this was causing un-even column widths in seminar display*/
	/*.x-grid3 table {
		table-layout:auto;
	}*/
	
	.x-grid3-cell-inner, .x-grid3-hd-inner {
		color:#000 !important;
	}
	.x-grid3-header {
		background: url("/includes/css/images/grid-grad_xd-hd.gif") repeat-x scroll 0 0 #EBEADB;
	}
/* GRID */

/* CFWINDOW */
	.windowonly table { 
		margin-left: auto;
		margin-right: auto;
	}
/* CFWINDOW */


.searchtd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

STRONG { font-weight:bold !important;
	
	}

SELECT.sem {
	margin:2px;
	color:#000000}
INPUT.sem {
	margin:2px;
	color:#000000}

SELECT.sem1 {
	margin:2px;
	color:#000000;
	font-size:0.8em;
 }
INPUT.sem1 {
	margin:2px;
	color:#000000;
	font-size:0.8em;}