/**************************************************************************
* HIGH LEVEL ELEMENTS
***************************************************************************/

/* The encompassing Table, holds the monthtitle, dayofweektitles and
* daynumber Cells
*/
.selectquery  {
	border:5px solid #033EC6;
	border-spacing:3px;
	background:#DFEFFF;
	vertical-align:top;
}


/**************************************************************************
* TITLE CELL ELEMENTS
***************************************************************************/

/* The Cells used for the Column Headers
*/
.selectqueryheaders {
	border:2px solid #033EC6;
	background:#ffffff;
	text-align:center;
	font-weight:bold;
	font-style:italic;
}

/* The Cells that make up each row
*/
.selectqueryrow {
	border:1px;
	background:#ffffff;
	padding:0px;
}

/* The Cells that make up each individual entry
*/
.selectquerycell {
	font-size:10pt;
}
