/*
Medium Blue  #008BD0  (0,120,201)  Sky Blue    #62BEE7    Light Blue       #CEEAF4  
Medium Green #4BA227   (61,155,53) Grass Green #92BD11    Light Pea Green  #D2D600
Orange       #E87603   Gold        #FFD600    Yellow           #FBE700
(Other Colors)
Corporate Blue 		#002551
Putty/Light Brown 	#C5BAA9
(Grays 5=Darkest, 1=Lightest)
Gray 5 #9B9B9B (128,128,128)
Gray 4 #B0B0B0
Gray 3 #C5C5C5
Gray 2 #D9D9D9
Gray 1 #ECECEC

Alternate Text (near-black): #262626
Link #0076cc
*/


.box-light
{
    background: whitesmoke;
    border: dashed 3px #CEEAF4;
    padding:7px;
    margin-bottom:7px;    
}

.box62BEE7
{
    background: #62BEE7 url('./boxtops62BEE7.gif') repeat-x;
    border: solid 2px #62BEE7;
}
.box4BA227 
{
    background: #4BA227 url('./boxtops4BA227.gif') repeat-x;
    border: solid 2px #4BA227;
}
.box008BD0
{
    background: #008BD0 url('./boxtops008BD0.gif') repeat-x;
    border: solid 2px #008BD0;
}
.boxE87603
{
    background: #E87603 url('./boxtopsE87603.gif') repeat-x;
    border: solid 2px #E87603;
}
.boxFFD600
{
    background: #FFD600 url('./boxtopsFFD600.gif') repeat-x;
    border: solid 2px #FFD600;
}
.box9B9B9B
{
    background: #9B9B9B url('./boxtops9B9B9B.gif') repeat-x;
    border: solid 2px #9B9B9B;
}
.boxCEEAF4 /*white to lightest blue grad*/
{
    background: #CEEAF4 url('./boxtopsCEEAF4.gif') repeat-x;
    border: solid 2px #CEEAF4;
}

.box92BD11 /*yellow to lime green grad*/
{
    background: #92BD11 url('./boxtops92BD11.gif') repeat-x;
    border: solid 2px #92BD11;
}

.boxCEEAF4, .box9B9B9B, .boxFFD600, .boxE87603, .box008BD0, .box4BA227, .box62BEE7, .box92BD11
{
    padding: 5px;
    margin-bottom: 5px;
}
/*.boxCEEAF4 a, .box92BD11 a, .box62BEE7 a, .boxFFD600 a, .boxE87603 a, .box008BD0 a, .box4BA227 a, .boxCEEAF4 a:hover, .box92BD11 a:hover, .box62BEE7 a:hover, .boxFFD600 a:hover, .boxE87603 a:hover, .box008BD0 a:hover, .box4BA227 a:hover
{
    text-decoration: underline !important;
}*/

.box9B9B9B h3, .box92BD11 h3, .boxFFD600 h3, .boxE87603 h3, .box008BD0 h3, .box4BA227 h3
{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.box9B9B9B, .box92BD11, .boxE87603, .box008BD0, .box4BA227, .boxE87603 a, .box008BD0 a, .box4BA227 a, .box008BD0 a:link, .box62BEE7 a:link
{
    color: #fff !important;
}

.boxCEEAF4 h3, box62BEE7 h3, .boxFFD600 h3
{
    color: #262626;
    font-size: 18px;
    font-weight: bold;
}
.boxCEEAF4, .box62BEE7, .boxFFD600, .box62BEE7 a, .boxFFD600 a
{
    color: #262626 !important;
}

.boxCEEAF4 a:link,
.boxCEEAF4 a:hover,
.boxCEEAF4 a:active,
.boxCEEAF4 a {
	color: #262626 !important;
}

.expandItemContentDivInside  a:visited, 
.expandItemContentDivInside  a:hover, 
.expandItemContentDivInside  a:active, 
.expandItemContentDivInside  a
