﻿body
{
	font-size: 10pt;
	width: 100%;
	font-family: Verdana;
	height: 100%;
	background-color: white;
}

.divMain
{
	width: 800px;
	font-family: Verdana;
	height: 100%;
	background-color: white;
	position:relative;
	top: 0px;		
}

.appHeader
{
	font: 10px verdana,arial,helvetica, "sans-serif";
	color: black;
	background-color: white;
	border: 0px;
}

.dlgHeader
{
	font: bold 10px verdana,arial,helvetica, "sans-serif";
	color: black;
	background-color: white;
	border: 0px;
}

.divDlg
{
	width: 600px;
	font-family: Verdana;
	height: 100%;
	background-color: white;
	position:relative;
	top: 0px;		
}

.pageHeader
{
	font: 12px verdana,arial,helvetica, "sans-serif";
	background: #2767B0;
	color: #FFF;
	width: 800px;
	height: 20px;
	position: relative;
	top: 0px;
	bottom: 0px;
}

.sectionHeader
{
	font: bold 12px verdana,arial,helvetica, "sans-serif";
	background-color: #507CD1;
	color: white;
	text-align: left;
	width: 790px;
	height: 20px;
	position: relative;
	top: 0px;
}

.subSectionHeader		
{
	FONT: 12px verdana,arial,helvetica,"sans-serif";
	COLOR: black;

	text-align:left;
	height: 20px;
}

.tableHeader		
{
	FONT: bold 10px verdana,arial,helvetica,"sans-serif";
	COLOR: #FFFFFF;
	BACKGROUND-COLOR: #2767B0;
	text-align:left;
}

.tableHeader1		
{
	FONT: bold 10px verdana,arial,helvetica,"sans-serif";
	COLOR: black;
	text-align:left;
}

.tableVGrid
{
	border-right: gray thin solid;
	border-top: gray thin solid;
	border-left: gray thin solid;
	border-bottom: gray thin solid;
}

#tabnav
	{
		height: 20px;
		margin: 0;
		padding-left: 10px;
	}

#tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}


  	 	
#tabnav p
	{
		float: left;
		background: #f3f3f3;
		font-size: 12px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #ccc;
		border-bottom: 1px solid #f3f3f3;
		text-decoration: none;
		color: #666;
/*		cursor: pointer; */
	}

#tabnav li.selected p
	{
		border-bottom: 1px solid #2767B0;
		background: #2767B0;
		color: #FFF;
/*		cursor: pointer;  */
	}

	ul.disc {list-style-type: disc}
	ul.circle {list-style-type: circle}
	ul.square {list-style-type: square}
	ul.none {list-style-type: none}


#tabnav a
	{
		float: left;
		background: #f3f3f3;
		font-size: 12px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #ccc;
		border-bottom: 1px solid #f3f3f3;
		text-decoration: none;
		color: #666;
/*		cursor: pointer;  */
	}

#tabnav li.selected a
	{
		border-bottom: 1px solid #2767B0;
		background: #2767B0;
		color: #FFF;
/*		cursor: pointer; */
	}
/*
#tabnav a:hover
{
	background: #0099ff;
	color: #FFF;
	font: bold;
	cursor: pointer;
}

*/
	table.display		
	{
	
		border:0px;
		width:800px;
	}

	#bftablezebra  
	{
		text-align:right;
		white-space:nowrap;
		border-top:1px solid #D7DEEE;	
		width:800px;
	}

	#bftablezebra tr td 
	{
		padding:4px 6px 4px 6px;
	}


 .headerLink
{
	color:blue;
}

.headerLink:hover
{
	color:red;
	font:bold;
}

.scrollableBox 
{            
	border: 0px solid #ccc;            
	height: 220px;                
	width: 795px;                        
	overflow: auto;                        
	margin: 0em 0;        
}
