/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	FONT-SIZE: 8pt;
	margin: 0px 0px 0px 0px;
}
TD
{
  FONT-FAMILY: Verdana, Helvetica, sans-serif;
  FONT-SIZE: 8pt;
}
.LnkStd 
{
	text-decoration: underline; 
	color:#215DC6;
	font-size:8pt;
	font-family:Verdana;
}
.LnkStd:hover 
{
	text-decoration: underline;
	color:red;
	font-size:8pt;
	font-family:Verdana;
}
.LnkStd:visited:hover 
{
	text-decoration: underline;
	color:red;
	font-size:8pt;
	font-family:Verdana;
}
.LnkStd:visited 
{
	text-decoration: underline;
	color:#215DC6;
	font-size:8pt;
	font-family:Verdana;
}
.btnStd
{
	background-image: url('_Images/btnUp.gif');				
	font-family: Verdana, Arial;
	text-align: center;
	text-decoration: none;
	color: Black;
	font-size: 10px;
	border-style: outset;
	border-color: #CBD4FB;
	border-width: thin;
	height: 22px;
	padding: 2px 10px 2px 10px;
	cursor: pointer;
	cursor: hand;
}
.btnStd:hover
{
	background-image: url('_Images/btnOver.gif');
	font-family: Verdana, Arial;
	text-align: center;
	text-decoration: none;
	color: Black;
	font-size: 10px;
	border-style: inset;
	border-color: #CBD4FB;
	border-width: thin;
	height: 22px;
	padding: 2px 10px 2px 10px;
	cursor: pointer;
	cursor: hand;
}
.ExecItemDtlTitle 
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
}
.sortLbl 
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 8pt; 
	COLOR: #414456;
}
.ddList 
{
	FONT-SIZE: 8pt; 
	FONT-FAMILY: Verdana;
}
.sortTbl 
{
	border: solid 1px #7C809C;
	WIDTH: 100%;
	BACKGROUND-COLOR: #f1fdce;
}
.CellPadd 
{
	padding: 2px 2px 2px 2px;
	VERTICAL-ALIGN: top;
}
.CellPaddHdr 
{
	border: solid 1px #B6B8C9;
	padding: 5px 5px 5px 5px;
	FONT-WEIGHT: bold; 
	VERTICAL-ALIGN: top; 			
	BACKGROUND-IMAGE: URL('Reports/_images/analyze_BG.jpg');
	color:Black;
}