﻿.TxtOverFlow
{
	/*width:99%;	*/
	text-overflow:ellipsis;
	overflow:hidden;
	white-space: nowrap;
}
.TableOverFlow
{
table-layout:fixed
}
.TableOverFlow td
{
	text-overflow:ellipsis;
	overflow:hidden;
	white-space: nowrap;
	padding:2px
}
.TableOverFlow:a
{
	text-decoration: none;
	color:Black;
}
.TableOverFlow:a:visited
{
	text-decoration: none;
	color:Black;
}
.TableOverFlow:A:hover
{
	text-decoration: underline;
	color: #ff5555;
}
.TableOverFlowBase
{	
	border:0px solid gold;
	border-collapse:collapse;
	margin:0 auto 0px 0px;
	text-align:center;	
	width:95%;
	table-layout:fixed;
	color:Black;
}
.TableOverFlowBase td
{
	text-overflow:ellipsis;
	overflow:hidden;
	white-space: nowrap;	
	border:0px solid black;	
	padding:0;
	color:Black;
	
}

.TableOverFlowBase:td:a:link
{	text-decoration: none;
	color:Black;
}
.TableOverFlowBase:td:a:visited
{	text-decoration: none;
	color:Black;
}
.TableOverFlowBase:td:a:hover
{
	text-decoration: underline;
	color: #ff5555;
}
.TableOverFlowBase:td:a
{	text-decoration: none;
	color:Black;
}
.TableOverFlowGridBackColor 
{ 
	table-layout:fixed;
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 2px; 
	FONT-SIZE: 12px; 
	LINE-HEIGHT: 20px; 
	BACKGROUND-COLOR: #ffffff; 
	BorderColor: Silver ;
	border:0px solid Silver;	
}
.TableOverFlowGridBackColor td
{	
	overflow:hidden;
	white-space: nowrap;	
	border:1px solid Silver;	
	padding:0;
	color:black;
	text-overflow:ellipsis;
	
}
.TableOverFlowGridBackColor:td:a:link
{	text-decoration: none;
	color:Black;
}
.TableOverFlowGridBackColor:td:a:visited
{	text-decoration: none;
	color:Black;
}
.TableOverFlowGridBackColor:td:a:hover
{
	text-decoration: underline;
	color: #ff5555;
}
.TableOverFlowGridBackColor:td:a
{	text-decoration: none;
	color:Black;
}
