/* Default CSS Stylesheet for a new Web Application project */

@media screen
{
	
	DIV#divPanel
	{
		 left: 237px; top: 220px; text-align: center; width: 75%; position: absolute;
		
	}

	TABLE.tblScheduleTable
	{
		background-color:white;
		border-style:solid;
		border-color:Black;
		border-width:thin;
		
	}
	TD.tdScheduleTable
	{
		border-style:solid;
		border-color:Black;
		border-width:medium;
	}
	img.floatRight
	{
		float:right;
		margin-left:30px;
	}
	img.floatLeft
	{
		float:Left;
		margin-right:30px;
	}
	.tblInfoTable TR TD
	{		
		
		padding:2px 7px 2px 7px;
	}
	P
	{
		text-align:justify;
	}
	P#Copyright
	{
		text-align:center;
		font-size:x-small;
	}
	UL
	{
		list-style-type:disc;
		text-align:left;
	}
	H4
	{
		
		text-decoration:underline;
	}
}

@media print
{
	DIV#HideMenuDiv
	{
		visibility:hidden;
		
	}
	
	DIV#divPanel
	{
		
		position:absolute;
		top:220px;left:1px;
		height:200%; width:98%;
	}
	
	.BodyText
	{
		font-size:10pt;
	}
	LI
	{
		font-size:10pt;
	}
	.Link 
	{
		text-decoration:underline;
		color:Blue;
	}
	#locPanel
	{
		width:100%;
	}
	
	#SchedDiv
	{
		width:7in;
	}	
	TABLE#tblNavPanel
	{
		display:none;
	}
	TABLE.tblScheduleTable
	{
		font-size:xx-small;
		background-color:White;
		border-style:none;
	}
	TD.tdScheduleTable
	{
		
		font-size:xx-small;
		width:5in;
		border-style:none;
	}
	TD.tdScheduleTable TR TD
	{
		font-size:xx-small;
		
	}
	img.floatRight
	{
		float:right;
		margin-left:30px;
	}
	img.floatLeft
	{
		float:Left;
		margin-right:30px;
	}
	
	
	TABLE#CentreTable
	{
		width:100%;
	}
	TABLE.QuestionnaireTable
	{
		width:99%;
		
	}
	TABLE
	{
		font-size:10pt;
		width:100%;
	}
	FONT
	{
		font-size:10pt;
	}
	
}