﻿/* Start - property For Print */
.DisplayNone
{
	display: none;
}

.Display
{
	display: block;
}

.NormalNonVisibleAndPrintVisible
{
	display: block;
}

.PrintOnlyShow
{
	display: block;
}



.PrintFalse
{
	display: none;
}


.ScrolleAble
{
	overflow: hidden;
}
.divScroll , .divScrollFixed
{
	padding-left:10px;
	width:100%;
	height:auto;
	padding-right:8px;
}
.tableBorder, .tableBorder TD
{
	border: gray 1px solid;
	
	
	
	
}
.MainContent
{
	width:100%;	
}

/* End - property For Print */

td.topheader_l{
	height: 64px;
	width: 10px;
	background-image: url('../../SiteImages/general/topheader.gif');
	background-position:  top left;	
}

td.topheader_r{
	height: 64px;
	width: 10px;
	background-image: url('../../SiteImages/general/topheader.gif');
	background-position:  top right;	
}

td.topheader_c{
	height: 64px;	
	background-image: url('../../SiteImages/general/topheader.gif');
	background-position:  top center;	
}
.MainContentHightAndWidth
{
	width: 100%; height: 98%;
}