/* Container CSS */
/********************************************************************/
.dtContainer							{ padding: 0 0 20px 0; }
.dtContainerBG							{ background-color: #fff; }
.grContainer .dtContainerBG				{ background-color: #d7d7d7; }
.dtContent								{ padding: 20px; text-align: left; }
h2.dtHeader,
h2.dtHeader .dtTitle						{ font-size: 26px; line-height: 32px; font-weight: bold; color: #fff; }
.dtFooter								{ text-align: right; }
a.SkinObject,
a.SkinObject:link						{ display: inline-block; *display: inline; *zoom: 1; padding: 0 6px; }

/* Default CSS */
/********************************************************************/
h2.dtHeader								{ background: #383838; padding: 6px 20px; text-shadow: 1px 1px 1px #181818; }

/* Blue Theme CSS */
/********************************************************************/
.blueTheme h2.dtHeader					{ background: #1257cd; text-shadow: 1px 1px 1px #00276a; }

/* Red Theme CSS */
/********************************************************************/
.redTheme h2.dtHeader					{ background: #cd1212; text-shadow: 1px 1px 1px #640000; }

/* Green Theme CSS */
/********************************************************************/
.greenTheme h2.dtHeader					{ background: #08b300; text-shadow: 1px 1px 1px #045100; }