PartialFundingRow
{
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #faebd7;
}

  .CalcScreenOpaque
{
	z-index: 999;
	filter: alpha(opacity=50);
	position: absolute;
	background-color: #696969;
	opacity: .50;
}
  .CalcScreenTransparent
{
	filter: alpha(opacity=0);
	background-color: transparent;
	opacity: 100;
}
  
  .TransparentCalc
{
	border-right: #000000 10px solid;
	border-top: #000000 10px solid;
	display: block;
	z-index: 1000;
	filter: alpha(opacity=100);
	border-left: #000000 10px solid;
	width: 500px;
	color: white;
	border-bottom: #000000 10px solid;
	position: absolute;
	height: 400px;
	background-color: #ffffff;
	opacity: 100;
}

.HelpPanel
{
	border-right: lightgrey 1px;
	padding-right: 5px;
	border-top: lightgrey 1px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 5px;
	border-left: lightgrey 1px;
	color: black;
	line-height: 12px;
	padding-top: 5px;
	border-bottom: lightgrey 1px;
	font-family: Verdana, Helvetica, sans-serif;
	position: relative;
	text-align: left;
}
.RightAlign
{
	text-align: right;
}

.FormMajorTopic
{
	background-color: #c0c0c0;
	text-indent: 0px;
}

.FormPanel1
{
	border-right: lightgrey 1px;
	border-top: lightgrey 1px;
	font-weight: normal;
	font-size: 11px;
	border-left: lightgrey 1px;
	color: black;
	line-height: 12px;
	border-bottom: lightgrey 1px;
	font-family: Verdana, Helvetica, sans-serif;
}
.FormPanel1Indent
{
	border-right: lightgrey 1px;
	border-top: lightgrey 1px;
	font-weight: normal;
	font-size: 11px;
	left: 20px;
	border-left: lightgrey 1px;
	color: black;
	line-height: 12px;
	border-bottom: lightgrey 1px;
	font-family: Verdana, Helvetica, sans-serif;
	position: relative;
}

.FormError
{
	border-right: gray 1px inset;
	padding-right: 5px;
	border-top: gray 1px inset;
	display: block;
	padding-left: 5px;
	font-weight: bold;
	font-size: 11px;
	left: 10px;
	padding-bottom: 5px;
	margin: 5px;
	overflow: visible;
	border-left: gray 1px inset;
	color: red;
	line-height: normal;
	padding-top: 5px;
	border-bottom: gray 1px inset;
	font-family: Verdana, Helvetica, sans-serif;
	top: 10px;
	background-color: #ffff00;
	text-align: left;
}

.FormErrorBig1
{
	border-right: gray 1px inset;
	padding-right: 0px;
	border-top: gray 1px inset;
	padding-left: 0px;
	font-weight: bold;
	font-size: 13px;
	left: 10px;
	padding-bottom: 0px;
	margin: 0px;
	overflow: visible;
	border-left: gray 1px inset;
	color: red;
	padding-top: 0px;
	border-bottom: gray 1px inset;
	font-family: Verdana, Helvetica, sans-serif;
	position: static;
	top: 10px;
	height: 10px;
	background-color: #ffff00;
	text-align: left;
}

.NormalTiny
{
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 12px;
    color: Black;
}
.NormalTinyBold
{
	font-weight: bold;
	font-size: 10px;
	color: black;
	line-height: 10px;
	font-family: Verdana, Helvetica, sans-serif;
}
.NormalTinyTableHeading
{
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 12px;
    color: black;
}
.NormalTinyTableHeadingBold
{
	font-weight: bold;
	font-size: 10px;
	color: darkred;
	line-height: 10px;
	font-family: Verdana, Helvetica, sans-serif;
}
.NormalTinyRight
{
	font-weight: normal;
	font-size: 9px;
	color: black;
	line-height: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: right;
}

/* PAGE BACKGROUNDS */

/* (obsolete) background color for the header at the top of the page  */
.HeadBg {
    background-color: white;
}

/* background color for the Toolbar at the top of the page  #cc3300 */
.ToolbarBg
{
	background-color: #cfdfde;
}
/* background color for the Toolbar Images at the top-left and top-right of the page #002063 */
.ToolbarImageBg
{
	background-color: #07689a;
}
/* background color for the Sidebar at the left side of the page  */
.SidebarBg
{
	background-color:#cfdfde;
}


/* background color for the content part of the pages */
Body
{
    background-color: white;
}


.TrainToolbarBg
{
	background-color: white;
}

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color:black
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: #cc3300;
    border-color: black;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:#002063;
    font-weight: bold;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    text-decoration:none;
    font-weight: bold;
    color:Blue;
}

/* text style for the Data Entry tabs */
.DataEntryTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:gainsboro;
    text-decoration:none;
    font-weight: bold; 
    background-color: #cc3300;
    border-color: black;
    
}


/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#07689a;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#07689a;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover
{
	color: #000000;
	text-decoration: underline;
}

/* Same for Data Entry Tabs */
A.DataEntryTabs:link    {
    text-decoration:    none;
    color:#07689a;
}

A.DataEntryTabs:visited {
    text-decoration:    none;
    color:#07689a;
}

A.DataEntryTabs:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.DataEntryTabs:hover   {
    text-decoration:    underline;
    color:#000000;
}


    
/* text style for the site links (at extreme top-right of header) */
.SiteLink
{
	font-weight: bold;
	font-size: 11px;
	color: #07689a;
	font-family: Verdana, Helvetica, sans-serif;
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:#07689a;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#07689a;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:#000000;
}

/* style for separator between site links */
.Accent
{
    color: white;
    font-weight:    bold;
}

.Bullet1Sm
{
	padding-right: 3px;
	padding-left: 3px;
	font-size: 11px;
	padding-bottom: 3px;
	margin: 3em;
	color: maroon;
	padding-top: 0px;
	font-family: verdana, Arial, Helvetica, Sans-Serif;
	list-style-type: square;
	text-align: left;
}

.Bullet1Med
{
	padding-right: 3px;
	padding-left: 3px;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 3px;
	margin: 3em;
	color: black;
	padding-top: 0px;
	font-family: verdana, Arial, Helvetica, Sans-Serif;
	list-style-type: square;
	text-align: left;
}

.Bullet1Lg
{
	padding-right: 3px;
	padding-left: 3px;
	font-weight: normal;
	font-size: 14px;
	padding-bottom: 3px;
	margin: 4em;
	color: black;
	padding-top: 0px;
	font-family: verdana, Arial, Helvetica, Sans-Serif;
	list-style-type: square;
	text-align: left;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

.AboutPageNormal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px; 
    color: Black;
}
/* PORTAL SIDEBAR SPECIFIC STYLES */
/* ------------------------------- */
/* text style used for most text rendered by modules */
.SideBarNormal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px; 
    color: Black;
}
/* hyperlink style for SideBarNormal links */
A.SideBarNormal:link {
    text-decoration:    none;
    color:#07689a;
}

A.SideBarNormal:visited  {
    text-decoration:    none;
    color:#07689a;
}

A.SideBarNormal:active   {
    text-decoration:    none;
    color:darkred;
}

A.SideBarNormal:hover    {
    text-decoration:    underline;
    color:#000000;
}
/* style of item titles on side toolbar control */
.SideBarSubHead
{
	font-weight: bold;
	font-size: 13px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
}

/* hyperlink style for SideBarSubHead links */
A.SideBarSubHead:link {
    text-decoration:    none;
    color:#07689a;
}

A.SideBarSubHead:visited  {
    text-decoration:    none;
    color:#07689a;
}

A.SideBarSubHead:active   {
    text-decoration:    none;
    color:darkred;
}

A.SideBarSubHead:hover    {
    text-decoration:    underline;
    color:#000000;
}

.SideBarMainCategory
{
	font-weight: bold;
	font-size: 14px;
	left: 10px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
}
.SideBarProposalType
{
	border-top-width: 1px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 10px;
	left: 5px;
	padding-bottom: 5px;
	color: black;
	border-top-color: black;
	padding-top: 5px;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: gainsboro;
}

.SideBarNewPlanType
{
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
}

.SideBarProposalName
{
	padding-left: 5px;
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #ffffff;
}
.SideBarSelectedItem
{
	background-color: #ffffcc;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

.StateChange
{
	border-right: gray 1px inset;
	padding-right: 2px;
	border-top: gray 1px inset;
	padding-left: 2px;
	font-weight: normal;
	font-size: 9px;
	padding-bottom: 2px;
	border-left: gray 1px inset;
	color: black;
	padding-top: 0px;
	border-bottom: gray 1px inset;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #ffffcc;
}
.StateChange:hover
{
	color: black;
}

.TrainTitle
{
	font-weight: bold;
	font-size: 25px;
	font-family: Verdana, Helvetica, sans-serif;
}

.TrainTitle2
{
	font-weight: normal;
	font-size: 22px;
	font-family: Verdana, Helvetica, sans-serif;
	color: darkred;
}

.TrainNormal
{
	font-weight: normal;
	list-style-position: outside;
	font-size: 13px;
	color: black;
	line-height: 13pt;
	font-family: Verdana, Helvetica, sans-serif;
}

.TrainCodeQuote
{
	font-weight: normal;
	list-style-position: outside;
	font-size: 13px;
	color: black;
	line-height: 13pt;
	font-family: 'Courier New' , Monospace, Helvetica, sans-serif;
}

.TrainBullet1
{
	list-style: circle url(../../images/fwd.gif) outside;
	font-weight: bold;
	font-size: 12px;
	color: black;
	line-height: 11pt;
	font-family: Verdana, Helvetica, sans-serif;
}

.TrainBullet2
{
	font-weight: normal;
	font-size: 11px;
	color: black;
	line-height: 10pt;
	font-family: Verdana, Helvetica, sans-serif;
	list-style-type: decimal;
}

.TrainSmall
{
	font-weight: normal;
	font-size: 11px;
	color: black;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.TrainHead
{
	border-right: 1px solid;
	padding-right: 0px;
	border-top: 1px solid;
	margin-top: 0px;
	padding-left: 3px;
	font-weight: bold;
	font-size: 13px;
	left: 10px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	margin-left: 0px;
	border-left: 1px solid;
	width: 184px;
	color: darkred;
	line-height: normal;
	padding-top: 3px;
	border-bottom: 1px solid;
	font-family: Verdana, Helvetica, sans-serif;
	position: relative;
	background-color: gainsboro;
	text-align: left;
}
.TrainSubHead1
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	margin-top: 0px;
	font-weight: bold;
	font-size: 11px;
	left: 30px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	border-left: white 1px solid;
	width: 184px;
	color: black;
	text-indent: 0px;
	line-height: 11pt;
	padding-top: 3px;
	border-bottom: white 1px solid;
	font-family: Verdana, Helvetica, sans-serif;
	list-style-type: none;
	position: relative;
	background-color: whitesmoke;
}
.TrainSubHead2
{
	font-weight: normal;
	font-size: 11px;
	color: black;
	line-height: 13px;
	font-family: Verdana, Helvetica, sans-serif;
	list-style-type: disc;
	position: static;
}
.TrainContentPanel
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	margin-top: 0px;
	font-weight: bold;
	font-size: 11px;
	left: 20px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	border-left: white 1px solid;
	width: 184px;
	color: black;
	text-indent: 0px;
	line-height: 11pt;
	padding-top: 3px;
	border-bottom: white 1px solid;
	font-family: Verdana, Helvetica, sans-serif;
	list-style-type: none;
	position: relative;
	background-color: whitesmoke;
}

/* big subhead */
.SubHead1
{
	font-weight: bold;
	font-size: 15px;
	color: darkred;
	line-height: normal;
	font-family: Verdana, Helvetica, sans-serif;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
}
.SubHead2
{
	font-weight: bold;
	font-size: 14px;
	color: darkred;
	font-family: Verdana, Helvetica, sans-serif;
}

/* style of required item titles on edit and admin pages */
.ReqSubHead
{
	font-weight: bold;
	font-size: 11px;
	color: darkred;
	font-style: italic;
	font-family: Verdana, Helvetica, sans-serif;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px; 
    color: Black;
}
.NormalTiny
{
	font-size: 9px;
	font-family: Verdana, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 10px; 
    color: Black;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* Disabled link styles */


.DisabledLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: mediumaquamarine;
}

A.DisabledLink:link {
	color: mediumaquamarine;
}

A.DisabledLink:visited {
    color:  mediumaquamarine;
}

A.DisabledLink:hover {
	color:  mediumaquamarine;
	text-decoration:    underline;
}

A.DisabledLink:active {
	color: mediumaquamarine;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}
/* Used on EditXXX.aspx pages for action buttons like Save, Cancel, Delete */
.EditButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}

    
/* background color for alternating grid row backgrounds  */
.GridAltRowBg
{
	background-color: #cfdfde;
}


/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

A:link
{
	color: darkslateblue;
	text-decoration: none;
}

A:visited
{
	color: darkslateblue;
	text-decoration: none;
}

A:hover {
    text-decoration:    underline;
    color:  #000000;
}

A:active
{
	color: darkslateblue;
	text-decoration: none;
}


SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

.panelPadding
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

table.genericform
{
	border-right: gray 0px;
	padding-right: 0px;
	border-top: gray 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: gray 0px;
	padding-top: 0px;
	border-bottom: gray 0px;
	border-collapse: collapse;
	background-color: transparent;
}

table.genericform th
{
	border-right: gray 4px;
	padding-right: 0px;
	border-top: gray 4px;
	padding-left: 0px;
	padding-bottom: 0px;
	border-left: gray 4px;
	padding-top: 0px;
	border-bottom: gray 4px;
	background-color: transparent;
}

table.genericform td
{
	border-right: gray 4px;
	padding-right: 0px;
	border-top: gray 4px;
	padding-left: 0px;
	padding-bottom: 0px;
	border-left: gray 4px;
	padding-top: 0px;
	border-bottom: gray 4px;
	background-color: transparent;
}

/* DHTML popup tooltip style - MUST have the pound sign (#) in front of the name to work correctly!*/
#dhtmltooltip
{
	border-right: black 2px solid;
	padding-right: 2px;
	border-top: black 2px solid;
	padding-left: 2px;
	font-weight: normal;
	font-size: 9px;
	z-index: 100;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	visibility: hidden;
	padding-bottom: 2px;
	border-left: black 2px solid;
	width: 300px;
	color: darkred;
	padding-top: 2px;
	border-bottom: black 2px solid;
	font-family: Verdana, Helvetica, sans-serif;
	position: absolute;
	background-color: lightyellow;
}

.FormFieldSmallRightAlign
{
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
    font-weight: normal;
    color: Black;
	height: 18px;
	text-align: right;	
}

.FormFieldSmallCenterAlign
{
	font-weight: normal;
	font-size: 11px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	height: 18px;
	text-align: center;
}
.TinyTable
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	font-size: 9px;
	font-family: Verdana, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 10px;
    color: Black;
}
.MWB_SubTotal
{
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 5px;
	width: 415px;
	color: dimgray;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	height: 20px;
}
.MWB_HelpLink
{
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}

.GridLink
{
	font-weight: normal;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

.GridLinkOn
{
	font-weight: normal;
	font-size: 9px;
	color: black;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	background-color: yellow;
}

.EditCensusGrid
{
	border-right: #a9a9a9 1px solid;
	border-top: #a9a9a9 1px solid;
	font-size: 10px;
	border-left: #a9a9a9 1px solid;
	color: #000099;
	border-bottom: #a9a9a9 1px solid;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	border-collapse: collapse;
	background-color: white;
	text-align: left;
}

.EditCensusGridTitle
{
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 3px;
	color: #ffffff;
	padding-top: 3px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	background-color: #000000;
}
.EditCensusGridTable
{
	border-collapse: collapse;
	background-color: black;
}


.ReCalcLink
{
	font-weight: normal;
	font-size: 12px;
	background-image: none;
	color: black;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

.ReAssignLink
{
	font-weight: normal;
	font-size: 10px;
	background-image: none;
	color: black;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	background-color: #c0c0c0;
}

.CensusGrid_DE
{
	border-right: #a9a9a9 1px solid;
	border-top: #a9a9a9 1px solid;
	font-size: 10px;
	border-left: #a9a9a9 1px solid;
	color: black;
	border-bottom: #a9a9a9 1px solid;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	border-collapse: collapse;
	background-color: floralwhite;
	text-align: left;
}
.CensusGrid_DE_Header
{
	font-size: 18px;
}
.CensusEditGrid
{
	margin: 5px 15px;
	overflow: auto;
	width: 650px;
	height: 70px;
	background-color: white;
}
.CensusAgeEditGrid
{
	margin: 5px 15px;
	overflow: auto;
	width: 650px;
	height: auto;
	background-color: white;
}
.CensusEditSelectedRow
{
	border-right: black thin solid;
	border-top: black thin solid;
	font-size: 14px;
	border-left: black thin solid;
	border-bottom: black thin solid;
	position: relative;
	background-color: #ffffff;
		overflow: auto;
	width: 650px;
}
.CensusEditSummary
{
	font-weight: bold;
	font-size: 14px;
	color: #8b0000;
	font-family: Verdana, Helvetica, sans-serif;
}
.CensusAgeEditSummary
{
	font-weight: bold;
	font-size: 14px;
	color: #8b0000;
	font-family: Verdana, Helvetica, sans-serif;
}


