
 /* tei-oucs.css */

 body                       {
                              background-color: white      ;
                              padding-right:    1em        ;
                              padding-left:     1em        ;
                              font-family:      verdana,sans-serif
                            }

 h2.tocWords                {
                              font-size:        1.44em     ;
                              color:            #00FF00
                            }

 p.blockquote               {
                              margin-left:      2em        ;
                              color:            black      ;
                            }

 ul.fancy                   { list-style-image: url("/images/goldball.gif") }

 ul.toc-1                   { margin-left: 0em }


 /* tables */

 .label                     {
                              font-weight:      bold       ;
                              background-color: #AAAAAA    ;
                            }

 .divlabel                  {
                              font-size:        large      ;
                              padding-top:      10pt       ;
                              font-weight:      bold       ;
                              background-color: #AAAA00    ;
                            }

 tr.label td                {
                              font-weight:      bold       ;
                              background-color: #AAAAAA    ;
                            }


 td.header                  {
                             font-weight: bold   ;
                            }

 th                         { font-weight: bold  ; }


/* page breaks */

.pagenumber		    { padding-top: .5em  ;  
			      padding-bottom: .5em  ; }

 /* non-underlined links */

 a.nolink:visited           {
                              color:            #000080    ;
                              text-decoration:  none       ;
                            }

 a.nolink:link              {
                              text-decoration:  none       ;
                              color:            #000080    ;
                            }


 /* table of contents */

 ul.toc                     { list-style: none;   }
 li.toc                     { list-style: none; }


 /* Frame look */

 .framemenu                 {
                              font-family:      sans-serif ;
                              background-color: #0000a5    ;
                              padding-right:    0em        ;
                              padding-left:     0em        ;
                              color:            #90CCF4    ;
                            }

 .framemenutitle            {
                              font-family:      sans-serif ;
                              color:            #90CCF4    ;
                              font-weight:      bold       ;
                              font-size:        1.10em     ;
                            }

 .address                   {
                              font-size:        70%        ;
                              font-style:       normal
                            }

 .linktext                  {
                              font-family:      sans-serif ;
                              color:            #90CCF4    ;
                              font-weight:      bold
                            }

 .framestdlink              {
                              color:            red        ;
                              font-size:        90%        ;
                              font-weight:      bold       ;
                            }

 a.frametoc-this:visited,
 a.frametoc-this:link       {
                              font-size:        77%        ;
                              color:            #000066    ;
                              font-weight:      bold       ;
                            }


 a.frametoc:visited,
 a.frametoc:link,
 a.framestdlink:visited,
 a.framestdlink:link        {
                              font-size: 77%;
                              font-weight: bold;
                              text-decoration: none;
                              color:  #000066;
                            }

 a.frametoc-this:visited,
 a.frametoc-this:link       {
                              font-size: 77%;
                              text-decoration: none;
                              color:  #ff00ff;
                            }

 a.frametoc-sub:visited,
 a.frametoc-sub:link        {
                              text-decoration: none;
                              color:  #0000ff;
                              font-size: 77%;
                            }

 a.framelogo                { }

 tr.summaryline             {border-color: red; }


 /* page table */

 body.pagetable             {
                              background-color: #90CCF4;
                              color:      #000066;
                            }

 td.maintext p              {
                              font-family: sans-serif;
                            }

 td.maintext                {
                              background-color: white;
                              font-family: verdana,sans-serif;
                              color:      black;
                              padding:      6pt;
                            }

 h1.maintitle               {
                              font-family:      sans-serif ;
                              font-size: 	1.3em	   ;	 			
			      background-color: white      ;
                              color:            #336699    ;
                              font-weight:      bold       ;
                              padding:          6pt        ;
                            }

 h2.maintitle               {
                              font-family:      sans-serif ;
                              background-color: white      ;
                              color:            #F00000    ;
                              font-weight:      bold       ;
                              padding:          6pt        ;
                            }

 h2.subtitle                {
                              font-family:      verdana,sans-serif;
                              color:            red        ;
                              font-weight:      bold       ;
                            }

 h2.institution  	    {
                              font-size:        1.0em     ;
                              font-family:      verdana,sans-serif;
                              color:            #117700    ;
                              font-weight:      normal     ;
                            }
span.institution  			{
                              font-size:        1.1em     ;
                              font-family:      verdana,sans-serif;
                              color:            #117700    ;
                              font-weight:      normal     ;
                            }
 h2.department              {
                              font-size:        1.33em     ;
                              font-family:      verdana,sans-serif;
                              color:            #117700    ;
                              font-weight:      normal     ;
                            }

 h2.header                  {
                              font-size:        1.33em     ;
                              font-family:      verdana,sans-serif;
                              color:            #F0F000    ;
                              font-weight:      normal     ;
                            }

/* cjones added to remove bullets from list items. Create class for simple lists if need bullets for ul */
/* cjones added list styles to conform to CDL guidelines (01/2005)
/* cjjones added simple list style to create unnumbered/unmarked lists */

ul                     	   { list-style-type: disc;   }

ol.upperalpha	           { list-style-type: upper-alpha; }

ol.loweralpha	           { list-style-type: lower-alpha; }

ol.arabic		   { list-style-type: decimal; }

ol.decimal		   { list-style-type: decimal; }

ol.supplied		   { list-style-type: none }
	
ol.simple		   { list-style-type: none;  )	

ul.simple		   { list-style-type: none;  )	

ul.supplied		   { list-style-type: none;  )	

li.supplied		   { list-style-type: * }	

/* li.decimal		   { list-style-type: decimal; } */	

ol			{ list-style: lower-alpha;  )	 


/* other stuff */

 div.footer                 {
                              text-align:       center     ;
                            }

 div.epigraph               {
                             text-align:        center     ;
                            }

 /* code variants */

 code.Button                {
                              font-family:      monospace  ;
                              color:            red        ;
                              font-weight:      bold       ;
                              background-color: rgb(75%,75%,75%)
                            }

 code.Value                 {
                              font-family: monospace;
                              color: green;
                            }


 code.Code                  {
                              font-family: monospace;
                              color: red;
                            }

 code.Field                 {
                              font-family: monospace;
                              color: red;
                            }

 code.Filespec              {
                              font-family: monospace;
                              color: red;
                            }

 code.Input                 {
                             font-family: monospace;
                             color: green;
                            }

 code.Key                   {
                              font-family: monospace;
                              text-decoration: underline;
                              color: green;
                            }

 code.Link                  {
                              font-family: monospace;
                              color: green;
                              text-decoration: underline;
                            }

 code.Menu                  {
                              font-family: monospace;
                              color: red;
                            }

 code.Keyword               {
                              font-family: monospace;
                              color: blue;
                            }

 code.Output                {
                              font-family: monospace;
                              color: red;
                            }

 code.Screen                {
                              padding-top: 3mm;
                              padding-left: 4pt;
                              padding-bottom: 2pt;
                              display: block;
                              margin-top: 12pt;
                              margin-bottom: 12pt;
                              white-space: pre;
                              background-color: #FFCC99;
                            }

 code.Program               {
                              padding-top: 3mm;
                              padding-left: 4pt;
                              padding-bottom: 2pt;
                              display: block;
                              margin-top: 12pt;
                              margin-bottom: 12pt;
                              white-space: pre;
                            }

 .green                     {
                              color: green;
                            }


 .red                       {
                              color: red;
                            }


 /* for AxKit PerForm package */

 .form_error                {
                              color: red;
                              font-weight: bold;
                            }

