﻿@media screen
{
	#SiteContainer
	{
		width: 100%;
		float: left;	
	}

	#HeaderContainer
	{
		width: 100%;
		height: 103px;
		float: left;
		background: #ffffff url(../images/OTILogo.jpg) no-repeat;
	}

	#LoginInfo
	{
		float: right;
	}	

	#MenuContainer
	{
		width: 100%;
		height: 34px;
		float: left;
		background: #ffffff url(../images/MenuNoHover.jpg) repeat-x;
	}

	#Wrapper
	{
		width: 100%;
		float: left;
		text-align: center;
	}

	#err
	{
		color: Red;
		font-size: large;
		clear: both;
		text-align: center;
	}

	#ContentContainer
	{
		width: 98%;
		min-height: 300px;
		float: left;
		margin-left: 10px;
		margin-right: 10px;
		text-align: left;
	}

	#FooterContainer
	{
		width: 100%;
		height: 50px;
		float: left;
		text-align: center;	
	}
	
	fieldset
	{		
	}
	
	td.search
	{
	}
	
	.NoPrint
	{
	}
}

@media print
{
	#SiteContainer
	{
		width: 100%;
		float: left;	
	}

	#HeaderContainer
	{
		width: 100%;
		height: 103px;
		float: left;
		background: #ffffff url(../images/OTILogo.jpg) no-repeat;
		display: none;
	}
	
	#LoginInfo
	{
		float: right;
		display: none;
	}	

	#MenuContainer
	{
		width: 100%;
		height: 34px;
		float: left;
		background: #ffffff url(../images/MenuNoHover.jpg) repeat-x;
		display: none;
	}

	#Wrapper
	{
		width: 100%;
		float: left;
		text-align: center;
	}

	#err
	{
		color: Red;
		font-size: large;
		clear: both;
		text-align: center;
	}

	#ContentContainer
	{
		width: 98%;
		min-height: 300px;
		float: left;
		margin-left: 10px;
		margin-right: 10px;
		text-align: left;
	}

	#FooterContainer
	{
		width: 100%;
		height: 50px;
		float: left;
		text-align: center;	
		display: none;
	}
	
	fieldset
	{		
	}
	
	td.search
	{
		display: none;
	}
	
	.NoPrint
	{
		display: none;
	}
}