﻿body {
}
A:link {text-decoration:none}
A:visited text-decoration: none}
A:hover {text-decoration: none}
      
.PopTable
 {
	background-color: #ffffff;
	border:CornflowerBlue thin outset;
}
.PopHeadCell
{
	color: #ffffff; 
	background-color: CornflowerBlue;
	padding: 4px 4px 4px 4px;
}

.PopBottomCell
{
	background-color: gainsboro;
	padding: 4px 4px 4px 4px;
}
.PopTableCell
{
	background-color: #ffffff;
	padding: 6px 6px 6px 6px;
	
}

.PopTableCellMsg
{
	color: Red;
}

.TableCellMenuLeft
{

}




.PageTable
 {
	background-color: #ffffff;
	border-top:CornflowerBlue thin outset;
	border-left:CornflowerBlue thin outset;
	border-right:CornflowerBlue thin outset;
	border-bottom:CornflowerBlue thin outset;
}
.PageHeadCell
{
	color: #ffffff; 
	background-color: CornflowerBlue;
}
.PageMenuCell
{
	color: #ffffff; 
	background-color: Silver;
}

.PageBottomCell
{
	background-color: gainsboro;
}
.PageTableCell
{
	background-color: #ffffff;
}

