/* ================================
    CSS STYLES FOR PORTAL 
    v4.0, 01/2007
   ================================
*/


/* Page Header BEGINS */
/* ### background color for the header at the top of the page  */
.HeadBg  {
	background-color:  ; 
	background-image : url(images/headerTop.jpg);
	background-repeat : repeat-x; 
	background-position: 0px -16px ;
	margin-top:  ; 
	height: 98px ; 
}
#logo {
	margin-top: 1px ;
	margin-bottom: 0px ; 
	border: 0px solid yellow ;
}
/* ### style for the text of the site title */
.SiteTitle {
	font-family:  ;
	font-size: 20px;
	font-weight: bold;
	color: #000000 ;
}
#Header_WelcomeMessage { 
	font-size: 11px ;
	font-weight: normal ;
	color:  #000000 ; 
}
/* ### text style for the site links (at extreme top-right of header) */
.SiteLink td {
	font-size: 11px ;
	font-weight:  ;
	height: 23px ; 
	color: white ;
}
.SiteLink td.Left {
	background-image: url(images/dateBarLeft.jpg);
	background-repeat: no-repeat; 
	padding-left: 20px ;
}   
.SiteLink td.Right {
	background-image: url(images/dateBarRight.jpg);
	background-repeat: no-repeat;
	padding-right: 20px ;
	background-position : right;
} 

/* ### hyperlink style for the site links */
A.SiteLink:link, A.SiteLink:visited, A.SiteLink:hover  {
	text-decoration:  none ;
	color: #FFFFFF ;
}
A.SiteLink:hover    {
	text-decoration:  underline ;
}

/* ### style for separator between site links */
.Accent {
	color: #FFFFFF ;
	font-weight:  bold ;
}
#trAdmin td, #trAdmin select {
	font-size: 10pt;
	white-space: nowrap;
}
td.arrowButton  {
	padding: 5px ; padding-left: 18px ;
}
td.arrowButton, .arrowButton a:link, .arrowButton a:visited, .arrowButton a:hover {
	color: black;
	font-weight: bold;
	vertical-align: top;
	text-decoration: none; 
}
.arrowButton a {
	background-image: url(images/arrowButton.gif);
	background-repeat: no-repeat;
	background-position: 0; 
	padding-left: 25px;
	margin-right: 25px; 
	margin-left: 0px ;
	height: 20px;
}
table.waveBg  {
	background-image: url(images/waveBg.jpg);
	background-repeat: no-repeat;
	background-position: 7px -9px ; 
	vertical-align: top;
	margin-top: 0px; 
}
table.waveBg td  {
	margin-left: 11px; 
	padding-right: 10px;
}
div.mission  {
	margin-top: 0px ; 
}
.mission p {
	color: black;
	font-size: 11px ;
	margin-bottom: 6px ;
}
td.goldbarPhone {
	font-size: 11px ;
	color: black ;
}
td.goldbarPhone  {
	vertical-align: top ; padding-top: 5px ; text-align: right ;
	background-image:  url(images/goldbarBg.jpg) ;
	background-repeat: no-repeat;
	background-position: 7 0 ;
	height: 51px ; 
}
div.announcementText, .announcementText p {
	height: 70px; 
                width: 250px;  
	color: black;
	font-size: 11px;
	vertical-align: top;
	white-space: nowrap; 
                margin-left: 8px; 
                margin-bottom: 13px;
}
/* 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:  #FFF;
	background-repeat : repeat-x; 
	background-position: 0px 57px ;
/*	background-image : url(images/navBottom.jpg); */
}
table.mainTable {
	background-image: url(images/contentBorderLeft.jpg);
	background-repeat: repeat-y;
	background-position: 0px 20px ;
	margin-top: 5px ; 
	height: 100% important! ;
}
div.contentTable {
	height:  /*100%, 200px*/ ; 
}
td.content { 
	background-image: url(images/contentBorderRight.jpg);
	background-repeat: repeat-y;
	background-position: right 0px; 
	vertical-align: top ;
	padding-right: 0px;
}

/* 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: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	width: 170px;
}

/* ### LEFT Column */
#tdLeftPane {
	background-color:  ;
	border-right: 0px solid #DDDDDD ;
	padding-left: 6px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* ### LEFT Column Content - "padding" adjusts spacing between columns & around content */
#LeftPane {
	border-right: 0px solid #DDDDDD ;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 6px;
	padding-bottom: 10px;
}
/* ### MIDDLE Column - "padding" adjusts spacing between columns & around content */
td#ContentPane {
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 6px;
	padding-bottom: 10px; HEIGHT: 100% ;
}
/* ### RIGHT Column - "padding" adjusts spacing between columns & around content */
#RightPane {
	background-color:  ;
	border-left: 0px solid #DDDDDD ;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 10px;
}
/* Page Background ENDS */

/* Main Site Navigation BEGINS - for Left & Top, Left Only or Top Only navigation styles */
#Header_trNav {
	background-color:  ;	
	padding-left: 5px;	
	padding-right: 5px; height: 24px ; 
}
#Header_trNav table { /*text-align: center ;*/  float: center ;  }
/* ### background/border colors for the selected page */
.PageBg  {
	background-color:  ;
	background-image : url(images/navBg_s.gif);
	background-repeat : repeat-x; 
	background-position: top ; 
	border-color: white ;
	height: 22px ;
}

/* ### background/border colors for the unselected pages */
.OtherPagesBg {
	background-color: ;
	background-image : url(images/navBg.gif);
	background-repeat : repeat-x ;  
	background-position: top ; 
	border-color: white ;
	height: ;
}
div.OtherPagesBgLeft {
	background-image : url(images/navBgLeft.gif); 
	background-repeat : no-repeat ;	 
	background-position: left top ; 
}
div.OtherPagesBgRight {
	background-image : url(images/navBgRight.gif);
	background-repeat : no-repeat ;
	background-position: right top ; 
	padding-left: 11px ;padding-right: 11px ; height: 22px ; 
}
DIV.PagesBgLeft {
	background-image : url(images/navBgLeft_s.gif);
	background-repeat : no-repeat ;	
	background-position: left top ; 
}
DIV.PagesBgRight {
	background-image : url(images/navBgRight_s.gif);
	background-repeat : no-repeat ;
	background-position: right top ; 
	padding-left: 11px ;padding-right: 11px ; height: 22px ; 
}

/* ### text style for the selected page */
.SelectedPage, .OtherPages  {
	font-family: Arial, Verdana, Helvetica, sans-serif ;
	font-size: 9pt ;
	font-weight : bold;
	padding-top: 3px ;
	padding-bottom: 2px  ; 
	white-space : nowrap; height:  ; DISPLAY: ;
}
a.SelectedPage:link, a.SelectedPage:visited, a.SelectedPage:hover {
	text-decoration:  none ;
	color: #000000 ;
}

/* ### 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: Arial, Verdana, Helvetica, sans-serif ;
	font-size: 9pt ;
	text-decoration:  none ;
	font-weight : bold;
	padding-top: 2px ;
	padding-bottom: 2px ; 
	white-space : nowrap; height:  ;
}*/

/* ### hyperlink styles of the unselected pages */
A.OtherPages:link, A.OtherPages:visited, A.OtherPages:hover   {
	text-decoration:  none ;
	color: #000000 ;
}
/* 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: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
} 
/* ### "Menu Item" - 1st level main navigation */
.MI  {
	background-color: ;
	background-image: url(images/navBg.gif);
	background-repeat: repeat-x ;  
	background-position: 0 0 ; 
	color: #000000 ;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	cursor: hand;
	font-weight : bold;
}
/* ### "Menu Item Over" - 1st level main navigation - OnMouseOver */
.MIO {
	text-decoration: ;
	background-color: ;
	background-image: url(images/navBg_s.gif);
	background-repeat: repeat-x ;  
	background-position: 0 0 ; 
	color: #000000 ;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	cursor: hand;
	font-weight : bold;
}

/* ### "Sub Menu Item" - 1st level of subnavigation for 1st row of main navigation  */
.SMI  {
	background-color: #000000 ;
	color:#FFFFFF;
	padding-top: 1px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	cursor:hand;
	border: 1px;
	border-top: 1px;
	border-right: 1px;
	border-left-color: #000000;
	border-bottom-color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-style: solid; 
	FILTER: alpha(opacity=90);
}
/* ### "Sub Menu Item Over" - 1st level of subnavigation for 1st row of main navigation - OnMouseOver*/
.SMIO  {
	text-decoration:    ;
	background-color: white;	
	color: #000000 ;
	padding-top: 1px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	cursor:hand;
	border: 1px;
	border-top: 1px;
	border-right: 1px;
	border-left-color: #000000 ;
	border-bottom-color: #000000 ;
	border-top-color: #000000 ;
	border-right-color: #000000 ;
	border-style: solid; 
	FILTER: alpha(opacity=90); 
}

.MI .nl, .MIO .nl, .MI .nr, .MIO .nr  {
	padding: 0px ;
	cursor: hand ;
	width: 9px ;
	background-repeat: no-repeat ;
}
/* LEFT end of ".MI" & ".MIO" buttons */
.MI .nl {
	background-image : url(images/navBgLeft.gif);
	background-position: left 0px ;
}
.MIO .nl {
	background-image : url(images/navBgLeft_s.gif);
	background-position: left 0px ;
}

/* RIGHT end of ".MI" & ".MIO" buttons */
.MI .nr {
	background-image : url(images/navBgRight.gif);
	background-position: right 0px ; 
}
.MIO .nr {
	background-image : url(images/navBgRight_s.gif);
	background-position: right 0px ; 
}

.snr  {
	background-image: url(images/arrow_right.gif) ;
	background-repeat: no-repeat ;
	background-position: center right ;
}
/* Main Site Navigation ENDS (Top DROPDOWN or Left FLYOUT styles only) */

/* Login Box Text BEGINS */
.AccountLogin {
	color: Black ; background-color: white;
}
/* ### Signin & Register links - to override the default link settings */
a:link.AccountLogin, a:visited.AccountLogin, a:hover.AccountLogin {
	color: #0000FF ;
	text-decoration:  underline ;
}
/* Login Box Text ENDS */

/* Page Footer BEGINS */
td.Footer {
	background-color: white ; 
	vertical-align: top ; margin: 0px ; padding: 0px ;
}
.Footer td, .Footer p {
	font-size: 11px ;
}
.copyright  {
	margin: 5px ;
}
/* Page Footer ENDS */


/* ### GENERAL styles BEGIN */
/* ### style for module titles */
.Head   {
	font-family: Arial, Verdana, Helvetica, sans-serif ;
	font-size: 12px ;
	font-weight: bold  ;
	color: Gray;
}

/* ### style of subtitles on content-edit and admin pages */
.SubHead    {
	font-size:   ;
	font-weight:  bold ;
	color:  #000000 ;
}

/* ### 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: Arial, Verdana, Helvetica, sans-serif, "Times New Roman" ;
	font-size: 10pt ;
}
/* ### Error Message style */
.NormalRed {
	font-weight: bold ;
	color: red ;
}
.NormalBold {
	font-weight: bold ;
}
TFOOT, THEAD    {
	font-family: Arial, Verdana, Helvetica, sans-serif ;
	font-size:   ;
	color:  #000000 ;
}

/* ### 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, A.CommandButton:visited, A.CommandButton:hover   {
	text-decoration:  underline ;
	color: #0000FF ;
}
A.CommandButton:hover    {
	color: #BBBBBB ;
}
/* ### content links: We normally use the underline (some exceptions are Main Navigation */
A:link, A:visited, A:hover {
	text-decoration:  underline ;
	color:  #0000FF ;
}

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;
}

.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 ;
}
/* ### GENERAL styles END */


/* ### MODULE-SPECIFIC styles BEGIN */
/* MODULE:  Announcements, Events, Same Page Bookmarks - style of item titles  */
.ItemTitle {
	font-weight: bold;
	color: black;
}
/* MODULE:  "Bread Crumbs" text link styles BEGIN */
.BreadCrumbs {
	font-size:   ;
}    
A.BreadCrumbs:link, A.BreadCrumbs:visited, 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:  ;
	font-weight: bold ;
	line-height:  ;
}
/* MODULE:  "Date / Time" styles END */

/* MODULE:  "Dropdown Links" Title BEGINS */
.DDLLinksTitle {
	font-family: ;
	font-size: ;
	font-weight: bold;
	color: #000000 ;
}
/* "Dropdown Links" Title ENDS */

/* MODULE:  Calendar styles BEGIN */
/* ### MAIN Calendar classes - Large Monthly Calendar, Date Details and Search Results */
.CalendarMain, .DateDetail, .ItemDetail, .SearchResults {
	background: #555555 ;   /* border color */
	border: 1px solid black;
}
/* ### Calendars - Title bar formatting */
.CalendarMain .CalendarTitle td {
	background: ;
	font-size: 10pt ;
	color: #000066;
	font-weight: bold ;
}
/* Listing All Months and Small Calendar */
.CalendarMonths .CalendarTitle td, .CalendarSmall .CalendarTitle td {
	background: #eeeeee;
	font-size: 13px;
	color: black;
	font-weight: bold;
	border-bottom: 1px solid #BBBBBB;
}
/* MAIN Calendar title bar formatting */
.PreviousNext a {
	font-size: 10pt;
	color: black;
	font-weight: bold;
}
/* SMALL Calendar title bar formatting - listing all Months */
.CalendarSmall td.PreviousNext a, .CalendarMonths td.PreviousNext a {
	font-size: 12px;
	color: black;
	font-weight: bold;
}
/* ### MAIN Calendar details - DayHeaderStyle class - for Day-Of-The-Week labels (Mon, Tues, etc.) and other title bars */
.CalendarMain .DayHeaderStyle, .CalendarSmall .DayHeaderStyle, .DateDetail .row0, .ItemDetail .row0, .SearchResults .row0 {
	font-size: 12px ;
	color: white ;
	font-weight: bold ;
	background:  #000066 ;
}
/* ### MAIN Calendar Text class - will override all other font styles defined in DayStyle, TodayDayStyle, SelectedDayStyle */
.CalendarMain .TodayDayStyle, .CalendarMain .DayStyle, .CalendarMain .WeekendDayStyle {
	font-size: 10px;
	font-weight: bold;
	color: #000066;
}
.CalendarMain .CalendarText, .CalendarMain a:link.CalendarText, .CalendarMain a:visited.CalendarText, .Time {
	font-size: 10px ;
	color: #000066 ;
	text-decoration: none ;
}
.CalendarMain a:hover.CalendarText {
	text-decoration: underline;
}
.Time {
                font-size: 10px ;
                color: black ;
                text-transform: lowercase ;     /* uppercase */
}
/* ### DayStyle class - used when date for this month is NOT the selected date */
.CalendarMain .DayStyle, .CalendarSmall .DayStyle { 
	font-size: 11px ;
	background:  white ;
}
/* ### TodayDayStyle class - used when today is NOT the selected date regardless of which month is displayed */
.CalendarMain .TodayDayStyle, .CalendarSmall .TodayDayStyle { 
	font-size: 11px ;
	background:  #eeeeee ;
}
.CalendarSmall .TodayDayStyle {
	font-weight: bold ;
}
/* ### SelectedDayStyle class - used when day for this month IS the selected date, background color is not defined here */
.CalendarSmall .SelectedDayStyle { 
	font-size: 11px;
	font-weight: bold;
}
/* ### WeekendDayStyle class - define background color to override the "Calendar" style for Weekend days  */
.CalendarMain .WeekendDayStyle, .CalendarSmall .WeekendDayStyle {
	font-size: 11px ;
	background:  #cccccc ;
}
/* ### OtherMonthDayStyle class - define background color to differentiate non-current months from current month */
.CalendarMain .OtherMonthDayStyle, .CalendarSmall td.OtherMonthDayStyle { 
	font-size: 11px;
	color: black;
	background: #bbbbbb;
}
.CalendarSmall td, .DNavCalendar td {
	font-size: 11px ;
	height: 22px;
}
.CalendarSmall, .CalendarMonths {
	border: 1px solid #DDDDDD;
	padding-top: 0px;
}
.CalendarMonths td {
	font-size: ;
	font-weight: bold;
	background: white;
}
.CalendarDescription {
	font-size: 16px ;
	font-weight: bold ;
	font-style: italic ;
	color: #000066 ;
}
.DateDetail .ItemName, .SearchResults .ItemName {
	font-weight: bold ;
	color: ;
}
.DateDetail .CalendarName, .SearchResults .CalendarName {
	font-style: italic ;
}
.DateDetail td {
	font-size: ;
}
/* Date Detail ODD rows */
.DateDetail td.row1 {
	background-color: white;
}
/* Date Detail EVEN rows */
.DateDetail td.row2 {
	background-color: #EEEEEE ;
}
.ItemDetail td {
	font-size: ;
	background: white ;
}
.ItemDetail .DSubHead, .DSubHead {
	color: #000066 ;
	font-weight: bold ;
}
/* indent Date Details & Search Result details */
	div.DetailIndent {
	margin-left: 10px;
}
/* ### Calendar Search textbox  NOTE: This section has been commented out */
/*   .CalendarSearch {
	background: #EEEEEE ;
	border: 1px solid #DDDDDD ;
     }
     .CalendarSearch input.button {
	background: #888888 ;
	border: 1px solid black ;
	color: white ;
	font-weight: bold ;
     }
*/
/* ### Calendar Search Results */
.SearchResults .row0 td, .SearchResults .row1 td, .SearchResults .row2 td {
	font-size: 12px ;
	padding: 2px;
}
.SearchResults .row1 {
	color: black ;
	background: white ;
}
.SearchResults .row2 {
	color: black ;
	background: #EEEEEE ;
}
.SearchFooter {
	color: black ;
	background: #CCCCCC ;
}
/* hide extra cells in the Date Details table(s) */
.hidden {
	visibility: hidden ;
	display: none ;
}
/* MODULE:  Calendar styles END */

/* ### MODULE: "RSS Reader" START*/
.rssTitle {
	color: gray;
	font-size: 12px;
	font-weight: bold;
}
a.rssTitle:link {
	text-decoration: none;
	color: gray;
}
a.rssTitle:visited {
	text-decoration: none;
	color: gray;
}
a.rssTitle:hover {
	text-decoration: underline;
	color: gray;
}
.rssTop {
	border-top-style: ;
	border-top-width: ;
	border-top-color: ;
	background-color: #eeeeff;
}
.rssEditDiv {
	background-color: #eeeeff;
	font-size: 7pt ;
	font-weight: normal ;
}
/* ### MODULE: "RSS Reader" 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:  #000000 ;
	font-size:  11pt ;
	font-style:  normal ;
	font-weight:  bold ;
	color:  white ; 
	vertical-align: bottom ;
}
.DGtableFooter {
	background:  #000000 ;
}
/* ### 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*/








