.lightTip                       { width: 150px; }
.lightTip .content              { width: 118px; padding: 10px; border: 6px solid #D6D6C6; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #ffffff; color: #020202; text-align: center;}
.lightTip .bottom               { height: 14px; background: url(../Media/notch-white.png) top center no-repeat; }
 
.yellowTip                      { width: 342px; }
.yellowTip .content             { width: 310px; padding: 10px; border: 6px solid #f9e98e; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #fbf7aa; color: #020202; }
.yellowTip .bottom              { height: 14px; background: url(../Media/notch-yellow.png) top center no-repeat; }
 
.orangeTip                      { width: 150px; }
.orangeTip .content             { width: 118px; padding: 10px; border: 1px solid #FB6806; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #FFF;   color: #6B6B5A; text-align: center; }
.orangeTip .bottom              { height: 14px; margin-top: -1px; background: url(../Media/notch-orange.png) top center no-repeat; }
 
.redTip                         { width: 150px; }
.redTip .content                { width: 118px; padding: 10px; border: 1px solid #BD1301; -moz-border-radius: 5px; -webkit-border-radius: 5px; 	background: url(../Media/RedGradBG.jpg) top repeat-x;  color: #FFFFFF;  text-align: center;}
.redTip .bottom                 { height: 14px; margin-top: -1px; background: url(../Media/notch-red.png) top center no-repeat; }
 
.greenTip                       { width: 342px; }
.greenTip .content              { width: 310px; padding: 10px; border: 6px solid #a9db66; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #cae8a2;  color: #020202; }
.greenTip .bottom               { height: 14px; background: url(../Media/notch-green.png) top center no-repeat; }
 
.blueTip                        { width: 342px; }
.blueTip .content               { width: 310px; padding: 10px; border: 6px solid #36a4d9; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #90d8f0; color: #020202; }
.blueTip .bottom                { height: 14px; background: url(../Media/notch-blue.png) top center no-repeat; }
 
.purpleTip                      { width: 342px; }
.purpleTip .content             { width: 310px; padding: 10px; border: 6px solid #8671de; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #a290f0; color: #020202; }
.purpleTip .bottom              { height: 14px; background: url(../Media/notch-purple.png) top center no-repeat; }
 
.darkTip                        { width: 342px; }
.darkTip .content               { width: 310px; padding: 10px; border: 6px solid #303030; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #505050; color: #f8f8f8; }
.darkTip .bottom                { height: 14px; background: url(../Media/notch-dark.png) top center no-repeat; }