/*------------------------------------------------------------------*/
/* CandGWeb.css - Common CSS definitions for C&G Web site           */
/*------------------------------------------------------------------*/
/* 2003-08-16 GLR - Removed unused definitions                      */
/* 2012-07-20 GLR - Misc updates                                    */
/* 2014-09-19 GLR - Add rounded corner box definition               */
/*------------------------------------------------------------------*/

BODY         { font-family:      Arial,Verdana,Helvetica;
               font-size:        10pt;
               background-color: #FFFFFF;
               }
DT           { font-family:      Arial,Verdana,Helvetica;
               font-weight:      bold;
               }
H1           { font-family:      Arial,Verdana,Helvetica;
               font-size:        16pt;
               color:            #0F2C90;
               }
H2           { font-family:      Arial,Verdana,Helvetica;
               font-size:        14pt;
               color:            #0F2C90;
               }
H3           { font-family:      Arial,Verdana,Helvetica;
               font-size:        12pt;
               color:            #0F2C90;
               }
H4           { font-family:      Arial,Verdana,Helvetica;
               font-size:        12pt;
               }
H5           { font-family:      Arial,Verdana,Helvetica;
               font-size:        12pt;
               }
STRONG       { font-family:      Arial,Verdana,Helvetica;
               font-size:        10pt;
               }
TD           { font-family:      Arial,Verdana,Helvetica;
               font-size:        10pt;
               }
PRE, TT      { font-family:      Courier;
               font-size:        10pt;
               }

A:link       { text-decoration:  none;
               color:            #0000FF;
               }
A:visited    { text-decoration:  none;
               color:            #2020FF;
               }
A:active     { text-decoration:  none;
               color:            #FF0099;
               }
A:hover      { text-decoration:  underline;
               font-style:       italic;
               color:            #0000FF;
               }
DIV.RBox     { border:           2px solid;
	             border-radius:    15px;
	             background:       #DDEAF1;
	             box-shadow:       7px 7px 5px #888888;
	             padding:          12px;
	             }
UL.bul       { list-style: url(images/bul.gif) square;
               }
TD.pkghdr    { color:            black;
               background-color: #CDDCE3;
               font-size:        12pt;
               font-weight:      bold;
               }
TD.pkgdetail { color:            black;
               background-color: #DDEAF1;
               }


.con         { color:            #000000;
               font-weight:      bold;
               }
.connoc      { font-weight:      bold;
               }
.editon      { color:            black;
               background-color: cyan;
               }
.editoff     { color:            black;
               background-color: #EEEEEE;
               border:           1px solid #25314B;
               }
.emphasis    { font-weight:      bold;
	             font-size:        12pt;
	             color:            red;
	             }
.errtext     { text-align:       left;
               font-size:        14pt;
               font-weight:      bold;
               color:            #FF0000;
               }
.footdate    { font-size:        8pt;
               }
.footfeed    { font-size:        8pt;
               }
.footpromo   { font-size:        8pt;
               font-weight:      normal;
               color:            #000000;
               }
.hdr1        { font-size:        16pt;
               font-weight:      bold;
               color:            #0F2C90;
               }
.hdr2        { font-size:        14pt;
               font-weight:      bold;
               color:            #0F2C90;
               }
.hdr3        { font-size:        12pt;
               font-weight:      bold;
               color:            #0F2C90;
               }
.infotext    { font-size:        8pt;
               font-style:       italic;
               }
.masthead    { font-size:        24pt;
               color:            #FFFFFF;
               }
.navdate     { font-size:        10pt;
               color:            #FFFFFF;
               }
.nodehere    { color:            red;
               background-color: yellow;
               }
.nodenothere {
               }
.tagline     { font-size:        14pt;
               font-style:       italic;
               color:            #FFFFFF;
               }
.titlepage   { font-size:        20pt;
               color:            #0F2C90;
               font-weight:      bold;
               font-style:       italic;
               }
