 /* ========================================
    CSS STYLES FOR SUMMIT POINT CONSULTING - HOME 
    v4.0, 02/2008
    ========================================
*/   


/* Page Header BEGINS */
/* ### background color for the header at the top of the page  */
.HeadBg {
	background-color: #002951 ;
	background-image: url(images/pinstripeBg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	border-bottom: 5px solid #FFFFFF ;
}
.bkg1  {
	background-color: ;
             padding-bottom:  0px ;
             width:  25% ;
}
.bkg2 {
	background-color: ;
             padding-bottom:  0px ;
}
.bkg3 {
             background-color: #002951 ;
} 

/* ### style for the text of the site title */
.SiteTitle {
             font-size: 20px;
             font-weight: bold;
             color: white ;
}

.Welcome { 
	font-size: 8pt ;
	font-weight: normal ;
	color:  white ; 
} 

/* ### text style for the site links (at extreme top-right of header) */
.SiteLink {
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 8pt ;
	font-weight: bold ;
}
td.SiteLink  {
             padding-right:  12px ;
}

/* ### hyperlink style for the site links */
A.SiteLink:link {
	text-decoration:  none ;
	color: white ;
}

A.SiteLink:visited  {
	text-decoration:  none ;
	color: white ;
}

A.SiteLink:hover    {
	text-decoration:  underline ;
	color:  white ;
}

/* ### style for separator between site links */
.Accent {
	color: #BBBBBB ;
	font-weight:  bold ;
}
#trAdmin td, #trAdmin select {
	font-size: 10px;
	white-space: nowrap;
}
#trAdmin A:link  {
	text-decoration:  underline ;
	color:  #002951 ;
	}
/* Page Header ENDS */

/* Page Background BEGINS */
/* ### background color for the content part of the pages; IMAGES in the background will display in module "design view" & should be defined in page template */
Body {
	background-color: #FFFFFF ;
}
table.mainTable {
	height: 400px ;
}
/* 3/4/04 Styles added to replace column spacing in default.aspx & give admins more flexibility (works in IE 6.0 & NN 7.1) */
/* ### LEFT Column Navigation - see also ".OtherPagesBg" & ".PageBg" for background colors */
#tdNavigation {
	background-color: white ;
	border-right: 0px solid #DDDDDD ;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* ### LEFT Column */
#tdLeftPane {
	background-color: white ;
	border-right: 0px solid #DDDDDD ;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* ### LEFT Column Content - "padding" adjusts spacing between columns & around content */
#LeftPane {
	border-right: 0px solid #DDDDDD ;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 170px;
}
/* ### MIDDLE Column - "padding" adjusts spacing between columns & around content */
#ContentPane {
	background-image: url(/uploads/Home_Page-Editable%20Part2.jpg);
	background-position: left bottom ;
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height:  ; /* 380px */
}
/* ### td#ContentPane br - added to remove white spacing at bottom */
td#ContentPane br {
	display: none ;
}
/* ### RIGHT Column - "padding" adjusts spacing between columns & around content */
#RightPane {
	background-color: ;
	border-left: 0px solid #DDDDDD ;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
/* Page Background ENDS */

/* Main Site Navigation BEGINS - for Left & Top, Left Only or Top Only navigation styles */
#Header_trNav {
	background-color: #002951 ;
	background-image: url(images/pinstripeBg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 0px;
}

#Header_phNav {
                background-color: black;
}
.staticLinks TD {
	background-color: #C5C5C4 ;
	border-left: 2px solid #002951;
	border-top: 1px solid #002951;
	padding: 3px ;
	padding-left: 10px ;
	padding-right: 10px ;
	text-align: center;
	white-space: nowrap;
	width: 12.5% ;
	font-size: 10px;
	font-weight: bold;
}
.staticLinks a:link, .staticLinks a:visited {
	color: #002951;
             text-decoration: none;
}
 .staticLinks a:hover {
	text-decoration: underline;
             color: #002951;
}
td.staticLinksLeft  {
	border-left: 0px solid #002951;
}
/* ### background/border colors for the selected page */
.PageBg {
	background-color: #00234B ;
	border-color: #00234B ;
}
/* ### background/border colors for the unselected pages */
.OtherPagesBg {
	background-color: #00234B ;
	border-color: #00234B ;
}
/* ### text style for the selected page */
.SelectedPage {
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 9pt ;
	font-weight: normal ;
	padding-top: 2px ;
	padding-bottom: 2px ;
}
/* ### text style for the selected page */
a.SelectedPage:link {
	text-decoration:  none ;
	color: #FFFFFF ;
}
a.SelectedPage:visited {
	text-decoration:  none ;
	color: #FFFFFF ;
}
a.SelectedPage:hover {
	text-decoration:  underline ;
	color: #FFFFFF ;
}
/* ### 12/20/02 added SubLinks */
/* ### text style for the selected page SUB LINKS*/
.SubLinks {
	font-weight: normal ;
	margin-left: 15px ;
}
/* ### text style for the unselected pages */
.OtherPages {
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 9pt ;
	text-decoration:  none ;
	font-weight: normal ;
	padding-top: 2px ;
	padding-bottom: 2px ;
}
/* ### hyperlink styles of the unselected pages */
A.OtherPages:link    {
	text-decoration:  none ;
	color: #FFFFFF ;
}
A.OtherPages:visited {
	text-decoration:  none ;
	color: #FFFFFF ;
}
A.OtherPages:hover   {
	text-decoration:  underline ;
	color: #FFFFFF ;
}
/* Main Site Navigation ENDS */

/* Main Site Navigation BEGINS (Top DROPDOWN or Left FLYOUT styles only) */
/* ### Menu FONT */
.MI, .MIO, .SMI, .SMIO, table.MI td, table.MIO td, table.SMI td, table.SMIO td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
} 
td.tdNav {
             border-top: 1px solid #E3E11C ;
             background-color; #002951 ;
}
.tdNav table {
             width: 100%;
}
/* ### "Menu Item" - 1st level main navigation */
.MI  {
	background-color: #00234B ;
	font-weight: bold;
	text-align: center;
	color: white;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: hand;
	height: 33px;
}
/* ### "Menu Item Over" - 1st level main navigation - OnMouseOver */
.MIO {
	background-color: #00234B ; 
             border: 0px ;
	font-weight: bold;
	text-align: center;
	color: white;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: hand;
	height: 33px ;
}
/* ### "Sub Menu Item" - 1st level of subnavigation for 1st row of main navigation  */
.SMI  {
	background-color: #E2E2E2 ;
	color: #002951; 
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 3px;
	cursor: hand;
	border: 1px;
	border-top: 1px;
	border-right: 1px;
	border-left-color: #C5C5C4;
	border-bottom-color: #C5C5C4;
	border-top-color: #C5C5C4;
	border-right-color: #C5C5C4;
	border-style: solid; 
}
/* ### "Sub Menu Item Over" - 1st level of subnavigation for 1st row of main navigation - OnMouseOver*/
.SMIO  {
	background-color: #C5C5C4;	
	color: #666666 ;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 3px;
	cursor:hand;
	border: 1px;
	border-top: 1px;
	border-right: 1px;
	border-left-color: #C5C5C4 ;
	border-bottom-color: #C5C5C4 ;
	border-top-color: #C5C5C4 ;
	border-right-color: #C5C5C4 ;
	border-style: solid; 
}
/* LEFT end of ".MI" & ".MIO" buttons */
.nl {
	padding: 0px ;
	cursor: hand ;
	width: 1px ;
}
/* RIGHT end of ".MI" & ".MIO" buttons */
.nr {
	padding: 0px ;
	cursor: hand ;
	width: 0px ;
}
/* 2nd level Flydown / Flyout arrow  */
.snr  {
	background-image: url(images/arrow_right.gif) ;
	background-repeat: no-repeat ;
	background-position: center center;
	width: 8px;
}
/* Main Site Navigation ENDS (Top DROPDOWN or Left FLYOUT styles only) */

/* Login Box Text BEGINS */
.AccountLogin {
	color: Black ;
}
/* ### Signin & Register links - to override the default link settings */
a:link.AccountLogin, a:visited.AccountLogin, a:hover.AccountLogin {
	color: #002951 ;
	text-decoration:  underline ;
}
/* Login Box Text ENDS */

/* ### Page Footer styles BEGIN */
.Footer {
	background-color: #FFFFFF; 
	height: ;
}
.Footer td {
	padding-left: 15px; 
	padding-right: 15px;
}
.Footer td, 
.FooterNew {
	background-color: #002951;
}
.Footer td, 
.FooterNew td {
	color: white;
	font-size: 9px;
}
a.FooterNew:link,
a.FooterNew:visited {
	color: white;
	text-decoration: underline;
}
a.FooterNew:hover {
	color: white;
	text-decoration: none;
}
/* ### Page Footer styles END */


/* GENERAL */
/* ### style for module titles */
.contentTable, #HeadImageBg {
	background-color: #FFFFFF ;
	background-image: url(images/pinstripeBg.jpg);
	background-repeat: repeat-y;
	background-position: right; 
}
.Head   {
	font-family:  Georgia, Verdana, Arial, Helvetica, sans-serif ;
	font-size:  18pt ;
	font-weight:  bold ;
	color: #002951 ;
}

/* ### style of subtitles on content-edit and admin pages */
.SubHead    {
	font-size:   ;
	font-weight:  bold ;
	color: #002951 ;
}

/* ### module title style used instead of "Head" for compact rendering by QuickLinks modules, Timeoff Admin, Admin pg */
.SubSubHead {
	font-size: 10pt ;
	font-weight: bold ;
	color: black ;
}

/* ### text style used for most text rendered by modules */
.Normal, P, LI, TD, TH, .Message, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Times New Roman" ;
	font-size: 10pt ;
}
input, textarea, select {
	background-color: #FFFFFF ;
}
/* ### Error Message style */
.NormalRed {
	font-weight: bold ;
	color: red ;
}
.NormalBold {
	font-weight: bold ;
}

TFOOT, THEAD    {
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size:   ;
	color: #002951 ;
}

/* ### text style for command links used for editing content and site admininstration */
.CommandButton     {
	font-size: 11px ;
}
    
/* ### hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	text-decoration:  underline ;
	color: #002951 ;
}

A.CommandButton:visited  {
	text-decoration:  underline ;
	color: #002951 ;
}

A.CommandButton:hover    {
	text-decoration:  underline ;
	color: #666666 ;
}

/* ### content links: We normally use the underline (some exceptions are Main Navigation */
A:link  {
	text-decoration:  underline ;
	color:  #002951 ;
}

A:visited   {
	text-decoration:  underline ;
	color:  #002951 ;
}

A:hover {
	text-decoration:  underline ;
	color:  #666666 ;
}

BLOCKQUOTE, PRE {
	font-family:  Lucida Console, monospace ;
}

/* ### UN-Ordered list styles */
UL LI   {
	list-style-type:  square ;
}

UL LI LI    {
	list-style-type:  disc ;
}

UL LI LI LI {
	list-style-type:  circle ;
}
/* ### Ordered list styles */
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: #DDDDDD ;
	height:  1pt ;
	text-align:  left;
}
.pnlContent {
	text-align: left;
	padding-bottom: 0px;
}
.row0  {
             font-weight:bold;
             background-color: #EEEEEE ;
             vertical-align:  bottom ;
}
/* table data ODD # rows */
.row1 {
	background-color: #FFFFFF ;
}
/* table data EVEN # rows */
.row2 {
	background-color: #EEEEEE ;
}
.tbright {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-align: right;    
}


/* MODULE-SPECIFIC */
/* MODULE:  Announcements, Events, Same Page Bookmarks - style of item titles  */
.ItemTitle    {
	font-weight:  bold ;
	color:  #002951 ;
}
/* MODULE:  "Bread Crumbs" text link styles BEGIN */
.BreadCrumbs {
	font-size:   ;
}    

A.BreadCrumbs:link {
	color:  ;
}
A.BreadCrumbs:visited  {
	color:  ;
}
A.BreadCrumbs:hover    {
	color:  ;
}
/* MODULE:  "Bread Crumbs" text link styles END */

/* MODULE:  "Custom Tables" text link styles BEGIN */
.CTHeader {
	font-size:  ;
	font-weight: bold ;
	background: white ;
}

tr.CTItem td, tr.CTAlternating td, tr.CTSelected td {
	font-size: ;
}

.CTItem  {
	background: white ;
	color: black ;
}

.CTAlternating {
	background: #eeeeee ;
	color: black ;
}
/* MODULE:  "Custom Tables" text link styles END */

/* MODULE:  "Date/Time" styles BEGIN */
.datetime {
	font-size:  ;
	color: #002951 ;
	font-weight:  ;
	line-height:  ;
}
/* MODULE:  "Date/Time" styles END */

/* MODULE:   "Event" , "Child" & "Master" Calendar styles BEGIN */
/* ### CalendarTitle class - Calendar title bar formatting */
.CalendarTitle td {
	font-size:  10pt ;
	color: #002951 ;
	font-weight: bold ;
}
 /* ### CalendarText class - will override all other font styles defined in DayStyle, TodayDayStyle, SelectedDayStyle */
.CalendarText {
	font-size: 10px ;
	color: #002951 ;
}
 /* ### DayHeaderStyle class - for Day-Of-The-Week labels (Mon, Tues, etc.) */
.DayHeaderStyle {
	color: WHITE ;
	font-weight: bold ;
	background:  black ;
}
/* ### TodayDayStyle class - used when today is NOT the selected date regardless of which month is displayed */
.TodayDayStyle { 
	font-size: 11px ;
	background:  #DDDDDD ;
}
/* ### DayStyle class - used when date for this month is NOT the selected date */
.DayStyle { 
	font-size: 11px ;
	background:  white ;
}
/* ### SelectedDayStyle class - used when day for this month IS the selected date, background color is not defined here */
.SelectedDayStyle { 
	font-size: 11px ;
	font-weight: bold ;
}
/* ### WeekendDayStyle class - define background color to override the "Calendar" style for Weekend days  */
.WeekendDayStyle {
	font-size: 11px ;
	background:  #DDDDDD ;
}
/* ### OtherMonthDayStyle class - define background color to differentiate non-current months from current month */
.OtherMonthDayStyle { 
	font-size: 11px ;
	background:  #eeeeee ;
}
/* MODULE:   "Event" , "Child" & "Master" Calendar styles END */

/* MODULE:  Links-Dropdown styles BEGIN */
.DDLLinksTitle {
	font-family: ;
	font-size: ;
	font-weight: bold;
	color: #002951 ;
}
/* MODULE:  Links-Dropdown styles END */

/* MODULE:  "Mail Center" styles BEGIN */
/* ### Mail Center Modal Popup styles BEGIN ### */
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:500px;
}
.text, .text td {
	font-size:11px;
	color:#333333;
}	
.button, button {
	border:1px solid #D5D5D5;
	border-bottom: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	font-family: Verdana, Arial;
	font-size:9px;
	font-weight:bold;
	color:#666666;
	background-position:top;
	background-color:white;
	height:18px;
	width:60px;
	vertical-align: middle;
}
.ContextMenuPanel {
	border: 1px solid #868686;
	z-index: 1000;
	background: repeat-y 0 0 #FAFAFA;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 11px;
	width: 150px;
}
.ContextMenuBreak {
	margin:1px 1px 1px 32px;
	padding:0;
	height:1px;
	overflow:hidden;
	display:block;
	border-top: 1px solid #C5C5C5;	
}
a.ContextMenuItem {
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;	
	padding: 2px 9px 2px 16px;
	white-space: nowrap;
	font-weight: normal;
	font-size: 8pt;
}
a.ContextMenuItem-Selected {
	font-weight: bold;
}
a.ContextMenuItem:hover {
	background-color: #FFE6A0;
	color: #000000;
	border: 1px solid #D2B47A;
	padding: 1px 9px 1px 15px;
}
.dropImage {
    background-color: #FAFAFA;
    position: relative;
    vertical-align: bottom;
}
/* ### Mail Center Modal Popup styles END ### */

/* ### Mail Center Popup styles BEGIN ### */
.popupControl {
	background-color: #EEEEEE; 
	position: static;
	visibility: hidden;
	text-align: left;
	/*display: none;*/
	border-style: solid;
	border-color: #233040;
	border-width: 2px;
	padding: 15px 5px 5px 5px;
	width: 300px;
}
/* ### Mail Center Popup styles END ### */

/* ### Mail Center Modules styles BEGIN ### */
.grdName {
	white-space:nowrap; 
	background-color: LightGrey; 
	font-weight: bold;
	border: none 0px black;
	width: 100%;
}
.grdListName {
	white-space:nowrap; 
	font-weight: bold;
	border: none 0px black;
	width: 100%;
}
.grdListDel {
	white-space:nowrap; 
	vertical-align:middle;
	font-weight: bold;
	width: 13px;
	border: none 0px black;
}
.grdDel {
	white-space:nowrap; 
	vertical-align:middle;
	font-weight: bold;
	width: 13px;
	border: none 0px black;
	background-color: LightGrey; 
}
A.viewEmail:link, A.viewEmail:visited, A.viewEmail:hover  {
	text-decoration: none;
	font-size: 10pt;
	font-weight: normal;
}
A.viewContact:link, A.viewContact:visited, A.viewContact:hover  {
	text-decoration: none;
	font-size: 10pt;
	font-weight: normal;
}
.emailCenter {
	white-space:nowrap;
	text-decoration: none;
	color: Black;
	width: 100%;
}
.emailSubject {
	 color: #003399;
	text-decoration: underline;
}
.emailDelete {
	white-space:nowrap; 
	vertical-align:middle;
	width: 13px;
}
table.vEmail td {
	border-bottom: solid 1px #eae9e1;
	white-space:nowrap; 
	text-decoration: none;
	font-weight: normal;
	border: none 0px #FFFFFF;
	padding: 0 0 0 0;
	cursor: hand;
	margin: 0 0 0 0;
}
table.vContact td {
	border-bottom: solid 1px #eae9e1;
	white-space:nowrap; 
	text-decoration: none;
	font-weight: normal;
	border: none 0px #FFFFFF;
	padding: 1 1 1 1;
	cursor: hand;
	margin: 1 1 1 1;
}
table.vList td {
	border-bottom: solid 1px #eae9e1;
	white-space:nowrap; 
	text-decoration: none;
	font-weight: normal;
	border: none 0px #FFFFFF;
	padding: 1 1 1 1;
	cursor: hand;
	margin: 1 1 1 1;
}
.cntTitle {
	white-space:nowrap; 
	vertical-align:top;
	font-weight: bold;
	font-size: 11px;
}
.cntTxt {
	vertical-align:top;
	font-weight: normal;
	color: #808080;
	font-size: 11px;
}
#divPane2 {
	position: relative;
	z-index: 1;
}
#divPane3 {
	position: relative;
	z-index: 1;
}
#progressDiv {
	background-color: #E0E0E0;
	filter: alpha(opacity=50);
	moz-opacity:.50;
	opacity:.50;
	height: 95%;
	width: 95%;
	position: absolute;
	z-index: 2;
}
#progressDiv2 {
	height: 100px;
	color: #000;
	font-weight:bold;
	width:200px;
	background-color: white;
	vertical-align:middle;
	text-align:center;
	top: 25%;
	left: 20%;
	position: absolute;
	z-index: 3;
}
table.mailTable {
	background: #c3daf9;
	height: 300px;
}
table.mailTable td.cell {
	border: solid 1px #002d96;
	vertical-align: top;
	background: #FFFFFF;
}
div.cellHeader {
	height: 28px;
	background: #033893 repeat-x;
	cursor: default;
}
div.cellHeader div {
	color: #fff;
	font: bold 16px Arial, Verdana, Sans-serif;
	padding-top: 4px;
	margin-left: 2px;
}
.wrapCell {
	font-size: 1px;
}
/*#MessageBody {
	border: solid 1px #000;
	background: #fff;
	font: normal 11px Arial, Verdana, Sans-serif;
	height: 95%;
	padding: 4px;
	overflow: auto;
}*/
table.messagesGrid {
	font: normal 11px Arial, Verdana, Sans-serif;
	color: #000;
}
table.messagesGrid td {
	border-bottom: solid 1px #eae9e1;
}
table.messagesGrid td span {
	color: #808080;
}
tr.gridHeader {
	background: #ece9d8;
	font: normal 11px Arial, Verdana, Sans-serif;
	padding: 3px 0px;
}
tr.gridHeader td {
	border-bottom: solid 3px #d2cfbe;
	border-top: solid 1px #d4d0c8;
	cursor: default;
}
/* ### Mail Center Module styles END ### */
/* MODULE:  "Mail Center" styles END */

/* MODULE:  "Search" page styles BEGIN */
/* ### "hightlight" class will format the word(s) searched in the search results */
.highlight {
	font-weight : bold;
	color : Black;
}

A.resultLink:link  {
    color:   ;
}

A.resultLink:visited   {
	color:  ;
}

A.resultLink:hover {
	color:  ;
}

.resultTitle {
	font-weight : bold;
}

.resultType {
	color : Silver;
}

.resultNone {
	color : Red;
}
/* MODULE:  "Search" page styles END */

/* MODULE:   "XML Data Grid" styles BEGIN */
/* ## Data Grid "Row styles" BEGIN ## */
/* ## HEADER & FOOTER rows  -  NOTE - the class "DGtableHeader" includes formatting for the sortable column header (anchor/link) inside the Header row, both are needed */
.DGtableHeader, .DGtableHeader a {
	background:  #002951 ;
	font-size:  11pt ;
	font-style:  normal ;
	font-weight:  bold ;
	color:  white ; 
	vertical-align: bottom ;
}
.DGtableFooter {
	background:  #002951 ;
}

/* ### DATA rows - can be formatted so that ever other row uses different formatting */
.DGrowOdd {
	background:  #EEEEEE ; 
	vertical-align: top ;
}
.DGrowEven {
	background:  white ; 
	vertical-align: top ;
}
/* ## Data Grid "Row styles" END ## */

/* ### Data Grid "Cell TEMPLATE" styles BEGIN - Use these classes if  you wish to override the "Row Styles" above with different styles per column ### */
/* ### STEP 1:  Copy the ".DG#filename" class (including the brackets and everything in between) to the "Cell Styles" section(below)  */
/* ### STEP 2:  Modify the # sign to correspond to the columns in the Data Grid:  0 = first column, 1 = second column, etc.  */
/* ### STEP 3:  Modify the word "filename" in the class to match the actual filename for the Data Grid  */
/* ### STEP 4:  Modify the other properties in the class as desired  */
/* ### STEP 5:  Do  Steps 1-4 for each column formatting you wish to override in your Data Grid  */
.DG#filename {
	font-size: 8pt ;
	color: Black ;
	text-align: left ;
	background-color:  ;
	width: 75px ;
}
/* ### Data Grid "Cell TEMPLATE" styles END ### */
/* ### Data Grid custom (per data grid file) "Cell styles" BEGIN ### */
/* ### Data Grid custom (per data grid file) "Cell" styles END ### */
/* MODULE:   "XML Data Grid" styles END*/












































