/* 
===========================================================
Global styles 
===========================================================
*/
body
{
	font-family: Arial Narrow;
	background-color: #cccc99;
	color:Black;
}


select
{
   font-family:Arial Narrow; 
   color:Black;
   background-color:White;	
}

A:link 
{
  font-family:Arial Narrow; 
  font-size :11pt;
  color: Blue;
}

A:visited
{
  font-family:Arial Narrow; 
  font-size :11pt;
  color: Purple;
}

.mbf_SectionHeading
{
	font-family: Arial, Verdana, Helvetica, Geneva, Sans-Serif;
	font-size: 12pt;
	color: White;
	background-color: #003399;
}

.SortText
{
   font-family:Arial Narrow; 
   font-size:11pt;
   font-weight: normal;
   color:Blue;
}
.ErrorText
{
   font-family:Arial Narrow; 
   font-size:11pt;
   font-weight:bold;
   color:Red;
}

Input.Button 
{
	font-family:Arial Narrow; 
	font-size: 11pt; 
	background-color: #999; 
	color: #fff; 
	font-weight: bold; 
	border-top: outset 1px #9D9D9D; 
	border-right: outset 1px #7E7E7E; 
	border-bottom: outset 1px #7E7E7E;	
	border-left: outset 2px #9D9D9D; /* hide from nn4 */  /*/*/ padding: 1px; margin-top:4px; margin-bottom: 4px; /* show */}

.red {color:#993333;}

.ReadOnlyData {font-family: Arial Narrow; font-size:11pt; font-style:normal;font-weight:bold; line-height:17pt; color:Black}

.required {font-family: Arial Narrow; font-size:10pt; font-style: normal; line-height:17px; color:#333}

.ProcessStep {font-family: Arial Narrow; font-size:11pt; font-style:italic;  font-weight:bold; line-height:17px; color:Black}	
.NAVTABactive { background-color:#ffffcc; font-family: Arial Narrow; font-size:11pt; font-style:italic;  font-weight:normal; line-height:17px; color:Black}
.NAVTABtable {background-color: #999999; font-family: Arial Narrow; font-size:11pt; font-style:italic;  font-weight:normal; line-height:17px; color:Black}


.ProcessDescription {font-family: Arial Narrow; font-weight:normal; font-size:11pt; font-style:normal; line-height:17px; color:Black}	

.Hidden

{
	color: #cccc99;
}
/* 
===========================================================
Page Template Specific styles 
===========================================================
*/
Table.PageTemplateTable
{
	font-family:Arial Narrow; 
	font-size : 11pt;
}
Table.PageTemplateTable TD.PageHeader
{
	font-size : 11pt;
	font-weight: bold;
	padding-bottom : 5px;
}
Table.PageTemplateTable TD.PageSubHeader
{
	color : #000099;	
	font-size: 11pt;
	padding : 5px 10px 5px 10px;
}
Table.PageTemplateTable TD.PageContent
{
	font-size : 11pt;	
	padding : 10px 5px 10px 5px;
}
Table.PageTemplateTable TD.PageFooter
{
	padding : 5px;
	border-top: solid 1px #000;
}

/* 
===========================================================
Datagrid Specific styles
===========================================================
*/
Table.DataGrid
{
	border-color : #330000;
	border-collapse:collapse;
	width: 100%;
	color: black;
	font-size: 11pt;
	background-color: #E7E7B9;
}
Table.DataGrid TR TD
{
	border-color : #330000;
	padding-left: 10px;
	padding-right : 10px;
	vertical-align: top;
}

Table.DataGrid TR.Header, Table.DataGrid TR.Header A
{
	background-color : #003399;
	color: White;
}


Table.DataGrid TR.Header TD
{
	background-color : #993333;
	vertical-align : bottom;
}

Table.DataGrid TR.Header Select
{
	background-color : #993333;
	color: White;	
}


A.DataGridCommand:link, A.DataGridCommand:visited, A.DataGridCommand:active, A.DataGridCommand:hover
{
	color : #993333;
	font-weight : bold;
}

Table.DataGrid TR.Pager, Table.DataGrid TR.Pager A, Table.DataGrid TR.Pager TD
{
	background-color : #bbbb88;
}

Table.DataGrid TR.Pager Select
{
	background-color : #bbbb88;
	color: Black;	
}

Table.DataGrid TR.AltItem, Table.DataGrid TR.AltItem TD
{
	background-color : #DDDDA5;
}

Table.DataGrid TR.HighlightItem, Table.DataGrid TR.HighlightItem TD
{
	background-color : #DDDDDD;
}



/* 
===========================================================
Form Specific styles
===========================================================
*/

Table.ZoomSteps
{
	font-size: 11pt;
}

Table.Form
{
	font-size: 11pt;
}

Table.Form TR TD
{
	background-color: #E7E7B9;
}

Table.Form TR TD.NoColor, Table.Form TR.NoColor TD
{
	background-color: Transparent;	
}

TD.Label
{
	font-family:Arial Narrow;
	font-size: 11pt;
	vertical-align: top;
	text-align:right;
}

TD.RedLabel
{
	font-size: 11pt;
	font-weight: bold;
	vertical-align: top;
	background-color: #993333;
	color: #ffffff;
}
TD.Banner
{
	font-size: 11pt;
	font-weight: bold;
	vertical-align: top;
	background-color: #003399;
	color: White;
}
TD.BlueLabel
{
	font-size: 11pt;
	vertical-align: top;
	color: #0033ff;
	text-align:left;
}

Label.BlueLabel
{
	font-size: 11pt;
	vertical-align: top;
	color: #0033ff;
}

TD.ForeRedLabel
{
	font-family:Arial Narrow;
	font-size: 11pt;
	font-weight: bold;
	vertical-align: top;
	color:  #993333;
}

.SubFormHeader
{
   font-size:14pt;
   font-family:Arial Narrow;
   font-weight:bold;
   color:White;
}

.PropertyText
{
   font-size:10pt;
   font-weight:bold;
   color:Black;
   text-align:right;
   background-color:Black;
}

.PropertyHeader
{  font-family:Arial Narrow;
   font-size:11pt;
   font-weight:bold;
   color:White;
   text-align:center;
   background-color:#003399;
}
.PropertyValueRow
{
   font-family:Arial Narrow;
   font-size:11pt;
   font-weight:bold;
   color:black;
   text-align:left;
   background-color:#ffffcc;
}
.PropertyValueText
{
   font-family:Arial Narrow;
   font-size:11pt;
   font-weight:bold;
   color:Blue;
   text-align:left;
   background-color:#ffffcc;
}
.PropertyValueTextChanged
{
   font-family:Arial Narrow;
   font-size:11pt;
   font-weight:bold;
   color:Blue;
   text-align:left;
   background-color:#ffff00;
}

.ReleaseDetailHeader
{
	background-color : #993333;
	color: #ffffff;
}
.TextBox
{
  font-family: Arial Narrow;
  font-size:11px;
  background-color:White;
  color:Black;	
}
.RadioButton
{
  font-family: Arial Narrow;
  font-size:11pt;
  background-color:White;
  color:Black;
}

.TraceInfo
{
   font-size:8pt;
   font-weight:bold;
   color:Red;
}


