/*dumont.css - style sheet for Dumont Chess Mates */

/*In Nav 4.5, tables *break* css inheritance...so we added TH, TD above*/
/*to circumvent tables' reliance on inheritance                        */

/*In IE 4 the BODY style font cascades down to the TD cells as expected*/

BODY, TD, TH, P, H3,H4, UL { font-family : Arial, sans-serif, Geneva;}

H3, H4 {color : #000099}
UL { font-size:x-small; text-align:left }

/* Standard Text Font */
td.text {font-family: tahoma; font-size: 12px; font-weight: normal; color: #000000}
td.redtext {font-family: tahoma; font-size: 12px; font-weight: normal; color: Red}
td.largetext {font-family: tahoma; font-size: 20px; font-weight: normal; color: #000000}

/* Use these for the pairings tables */
TD.pairtitle {font-weight: bold;font-size : medium;text-align : center; color : #330066; }
TD.pairings  {font-size : x-small;text-align : left; color : #330066; }
TD.pairingsR  {font-size : x-small;text-align : right; color : #330066; }
TH.pairings {font-weight: bold;font-size : small;text-align : left; color : #330066; }

/* Use these for the Field-Name Headings in tables */
TD.fieldnameL {font-size : x-small;text-align : left;  background:#330066; color : White; }
TD.fieldnameC {font-size : x-small;text-align : center;  background:#330066; color : White; }
TD.fieldnameR {font-size : x-small;text-align : right;  background:#330066; color : White; }

/* Use these for the Field-Name Headings in tables  - these have a gray background*/
TD.frmfieldnameL {font-size : x-small;text-align : left;  background:#EEEEEE; color : Black; }
TD.frmfieldnameC {font-size : x-small;text-align : center;  background:#EEEEEE; color : Black; }
TD.frmfieldnameR {font-size : x-small;text-align : right;  background:#EEEEEE; color : Black; }

/* Use these for the data elements in tables */
TD.datacellL  {font-size : x-small; text-align:left}
TD.datacellC  {font-size : x-small; text-align:center}
TD.datacellR  {font-size : x-small; text-align:right}

TD.boldfrmfieldnameL {font-weight: bold; font-size : 10pt;text-align : left;  background:#EEEEEE; color : Black; }
TD.boldfrmfieldnameC {font-weight: bold; font-size : 10pt;text-align : center;  background:#EEEEEE; color : Black; }
TD.boldfrmfieldnameR {font-weight: bold; font-size : 10pt;text-align : right;  background:#EEEEEE; color : Black; }

/* Class for Netscape 4.x with red background, Netscape cannot parse class and style within a cell when document.write is used */
TD.frmfieldnameredL {font-weight:bold;font-size:x-small;text-align:left;background:#FF3030;color:Black;}
/* Class for Netscape 4.x with blue background, Netscape cannot parse class and style within a cell when document.write is used */
TD.frmfieldnameblueL {font-weight:bold;font-size:x-small;text-align:left;background:#1E90FF;color:Black;}

TD.boldfieldnameL{font-size : 10pt;text-align : left;  background:#FFFFFF; color : Black; font-weight:bold;}
TD.boldfieldnameC {font-size : 10pt;text-align : center;  background:#FFFFFF; color : Black; font-weight:bold;}
TD.boldfieldnameR {font-size : 10pt;text-align : right;  background:#FFFFFF; color : Black; font-weight:bold;}


TD.highlight {background-color: yellow;}

.contents  {font-size : x-small; font-family : Geneva, Arial, sans-serif;}

.footer  {font-size : xx-small; font-family : Geneva, Arial, sans-serif;}
.status {font-weight : bold; font-size : small; font-family : Geneva, Arial, sans-serif;}

SPAN.ModuleText {color : #000000; font-weight : bold; font-size : medium; font-family : Geneva, Arial, sans-serif; }
SPAN.SubModuleText {color : #9999FF; font-weight : bold; font-size : medium; font-family : Geneva, Arial, sans-serif; }
SPAN.CurrModuleText {color : #9999FF; font-weight : bold; font-size : medium; font-family : Geneva, Arial, sans-serif; }
SPAN.TableTitle {COLOR: #9999FF; font-weight : bold; FONT-SIZE: medium; font-family : Geneva, Arial, sans-serif; }
SPAN.SubTableTitle {COLOR: #6600CC; font-weight : bold; FONT-SIZE: medium; font-family : Geneva, Arial, sans-serif;  }
SPAN.TitleText {color : #000000; font-weight : bold; font-size : small; font-family : Geneva, Arial, sans-serif; }
SPAN.Center {align: center}

PRE.Code {background: #ffffcc; color : #cc0000; font-size : small;}

EM {font-family : Geneva, Arial, sans-serif; font-weight: bold; font-size : small; font-style: normal; background: #ffffcc; }

/* Use these for the Field-Name Headings in tables */
TD.purpleTitleBarL {font-size : x-small;text-align : left;  background:#CCCCFF; color : Black; }
TD.purpleTitleBarC {font-size : x-small;text-align : center;  background:#CCCCFF; color : White; }
TD.purpleTitleBarR {font-size : x-small;text-align : right;  background:#CCCCFF; color : Black; }

TD.boldfieldnameL2{font-size : 10pt;text-align : left;  background:#EEEEEE; color : Black; font-weight:bold;}
