.InfoTable
{
	background-color: #eeeeff;
	border-right: black 1px dotted;
	border-top: black 1px dotted;
	border-left: black 1px dotted;
	border-bottom: black 1px dotted;
}
.TableHeader
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 12pt;
	font-weight:bold;
	background:#CCC;
}
.TableHeaderSmall
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 9pt;
	font-weight:bold;
	background:#CCC;
}
.Button
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 8pt;
	font-weight:bold;
}
.ButtonSmall
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 7pt;
	font-weight:bold;
}
.Label
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight:bold;
}
.LabelSmall
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 8pt;
	font-weight:bold;
}
.TextBox
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 10pt;
}
.TextBoxRight
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 10pt;
	text-align:right;
}
.TextBoxCenter
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 10pt;
	text-align: center;
}
.TextBoxSmall
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 8pt;
}
.TextBoxRightSmall
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 8pt;
	text-align:right;
}
A:link	{	
	 font-family: Tahoma, Arial, Sans-Serif;
	font-size: 10pt;	
	font-weight: bold;
	color: #33f;
	}	
A:visited	{	
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;	
	color: #33f;
	}	
A:active	{	
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;	
	color: #33f;
	}	
A:hover	{	
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;	
	color: White;
	background-color:#33f;
	}
.LinkSmall:link
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 8pt;	
	font-weight: bold;
	color: #33f;
}
.LinkSmall:visited
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;	
	color: #33f;
}
.LinkSmall:active
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;	
	color: #33f;
}
.LinkSmall:hover
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;	
	color: White;
	background-color:#33f;
}
.ProjectTab:link
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	color: black;
}
.ProjectTab:visited
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;	
	color: Black;
	}
.ProjectTab:active
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;	
	color: Black;
	}
.ProjectTab:hover
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;	
	color: White;
	background-color: Black;
	}
.ProjectSelectedTab
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;	
	color: Black;

}
.ErrorSmall 
{
	font-family: Verdana, Arial;
	font-weight:bold;
	color: #C00;
	font-size: 10pt;
}
.ErrorTiny
{
	font-family: Verdana, Arial;
	font-weight:bold;
	color: #C00;
	font-size: 8pt;
}
.ReadOnly 
{
	color: Black;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 10pt;	
}






body 
{
	font-family: Calibri, Tahoma, Arial, Sans-Serif;
	font-size: 1em;	
	margin: 0px;
	background-image: url(../images/bg_nav.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

h1
{
	font-size: 16px;
	color: #666;
	border-bottom: 1px solid #CCC;
}

h2
{
	font-size: 14px;
	color: #444;
}

h3
{
	font-size: 14px;
	color: #333;
	border-bottom: 1px solid #CCC;
}
fieldset 
{
	margin-top: 10px;
}

input, select
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 10pt;	
}
legend
{
	font-size: 12px;
	color: #33F;
	font-weight: bold;
	margin-bottom: 10px;
}
table 
{
	border: none;	
}

th 
{
	border: none;
}
#navbar 
{
	margin: 0px;
	width: 150px;
	position: fixed;
	top: 0px;
	left: 0px;
	text-align: center;
	float: left;
}
#contentMain 
{
	margin: 15px;
	margin-left: 175px;
	position: absolute;
	top: 15px;
	left: 0px;
}
#siteMap 
{
	margin: 15px;
	margin-left: 165px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#openingText 
{
	color: #333;
	width: 75%;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
}
.budgetColumn 
{
	text-align: right;
	font-size: 1em;
}
.fieldLogin 
{
	font-family: Courier New, Courier, monospace;
}
.fieldName 
{
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
	vertical-align: top;
}
.fieldDate 
{
	width: 75px;
}
.funding 
{
	text-align: right;
}
.gvRow, .gvRowAlt
{
	font-size: 0.9em;
	padding: 5px;
	padding-top: 10px;
}
.gvRowAlt
{
	background-color:#EEE;
}
.navItem, .navItemOn
{
	text-decoration: none;
	color: #FFF;
	cursor:pointer;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 11px;
}
.navItemOn
{
	background-color: #666;
	color: #FFC;
}
.totalGrid 
{
	border-top: 3px double #666;
	padding-top: 5px;
	margin-top: 5px;
}
.currentNode
{
	text-decoration: none;
}
