/* Border Colour around the Container */
.Green_Pill_Master { background-color: #c9efdc; border: #1a771c 1px solid;    padding: 5px; }

/* Container Title Formatting */
.Green_Pill_Title { font-family: Tahoma; font-size: 12px; color: #ffcf15;  /* Change Title Color HERE */ font-weight: bolder; } 
.Green_Pill01 { background: url(GreenPix/PillGrn_01.gif) no-repeat; height: 20px; }

/* Change Class in ASCX file to get the rounded corners*/
.Green_Pill02 { background: url(GreenPix/PillGrn_02.gif) repeat-x; height: 20px; border-right: #1a771c 1px solid;  border-top: #CFDDEF 1px solid;  border-left: #1a771c 1px solid; margin-top: 5px; }

/* Change Class in ASCX file to get the rounded corners*/
.Green_Pill03 { background: url(GreenPix/PillGrn_03.gif) no-repeat; height: 20px; }



