﻿#popupContainer 
{
	background-color:  #226;
	border-color:  #000;
	border-style:  solid;
	border-width:  1px;
	color:  #fff;
	margin:  0;
	padding:  0;
	width:  460px;
	z-index:  1000;
}

#popupHandle 
{
	background-color:  Transparent;
	color:  #fff;
	padding:  3px 3px 1px 0;
}

#imgClose
{
	border:  none;
	float:  right;
	padding:  0;
}

#handleText 
{
	background-color:  Transparent;
	font-weight:  bold;
	color:  #fff;
	padding-left:  6px;
	text-align:  left;
}

#popupContentWrapper 
{
	background-color:  #ddf;
	border-color:  #000;
	border-style:  solid;
	border-width:  1px;
	color:  #000;
	margin:  1px;
}

#popupContent 
{
	height:  200px;
	overflow:  hidden;
	padding:  15px;
	text-align:  left;
}

#popupButtons 
{
	padding:  10px 0;
	text-align:  center;
}

#popupButtons input[type="button"] 
{
	padding:  2px 20px;
	width:  75px;
}

.tableCell 
{
	max-height:  20px;
	height:  20px;
	
	
}

#HelpTitle 
{
	text-align:  left;
	
	color:  Navy;
}

.helpPadding 
{
	padding:  10px;
	text-align:  left;
}

.helpClose 
{
	padding:  10px;
	text-align: center;
}