/* Container CSS */
/********************************************************************/
.dtContainer												{ padding: 0 0 12px 0; }
.dtContainer h2.head											{ font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 24px; text-transform: uppercase; 
															padding: 12px 18px; position: relative; color: #fff; font-weight: bold;}
.dtContainer .dtContent										{ background: #fff; padding: 12px; }
.dtContainer h2.head:after									{ content:""; position: absolute; bottom: -10px; left: 12px; margin: 0; width: 0; height: 0;
															border-bottom: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; 
															z-index: 1;  }

/*BLUE*/
.LittleLeague-Blue .dtContainer h2.head						{ background: #2934b4;}
.LittleLeague-Blue .dtContainer h2.head:after				{ border-top: 10px solid #2934b4;}

/*GREEN*/
.LittleLeague-Green .dtContainer h2.head						{ background: #00964e;}
.LittleLeague-Green .dtContainer h2.head:after				{ border-top: 10px solid #00964e;}

/*ORANGE*/
.LittleLeague-Orange .dtContainer h2.head					{ background: #f57921;}
.LittleLeague-Orange .dtContainer h2.head:after				{ border-top: 10px solid #f57921;}

/*ORANGE*/
.LittleLeague-Purple .dtContainer h2.head					{ background: #594199;}
.LittleLeague-Purple .dtContainer h2.head:after				{ border-top: 10px solid #594199;}

/*RED*/
.LittleLeague-Red .dtContainer h2.head						{ background: #d41b21;}
.LittleLeague-Red .dtContainer h2.head:after					{ border-top: 10px solid #d41b21;}

/*SILVER*/
.LittleLeague-Silver .dtContainer h2.head					{ background: #999999;}
.LittleLeague-Silver .dtContainer h2.head:after				{ border-top: 10px solid #999999;}

/*YELLOW*/
.LittleLeague-Yellow .dtContainer h2.head					{ background: #feb800 ;}
.LittleLeague-Yellow .dtContainer h2.head:after				{ border-top: 10px solid #feb800; }