
/* DCB Containers  */



/* Basic */

td.ctr-actions {padding: 0 0 1px 0;}
td.ctr-title {padding: 5px 0 0px 0;}
td.ctr-title .Head {font-family: "times new roman", serif; font-size: 19px; font-weight: normal; white-space: nowrap; color: #2e5aaa;}
td.ctr-content {padding: 4px 0 0 0;}
td.ctr-admin {padding: 8px 0 0 0; text-align: right; font-size: 0px;}
td.ctr-admin img {margin-left: 5px;}
td.basic-ctr, td.basic-ctr-ul {padding-bottom: 20px;}



/* DCB colored containers - base styles */

td.ctr-header-row {height: 33px;}
td.ctr-header-actions {padding: 0; width: 1px; background: transparent;}
td.ctr-color-title {padding: 0px 10px 0 10px; background: transparent;}
td.ctr-color-title .Head {color: #fff; font-size: 12px; font-weight: bold;}
td.ctr-color-content {background: url(ctr-body-bg-grey.gif) top repeat-x #e9e9e9; border-top: 1px solid #fff; padding: 8px 10px 4px 10px;}
td.ctr-color-admin {padding: 2px 2px 5px 0px; text-align: right; font-size: 0; background: #e9e9e9;}
td.ctr-color-admin img {margin-left: 5px;}


/* DCB colored containers - color variations */

/* red */
table.ctr-redctr {margin-bottom: 20px;}
table.ctr-redctr td.ctr-header-row {background: url(header-bg-red.gif) top repeat-x #8e0f15;}

/* grey */
table.ctr-greyctr {margin-bottom: 20px;}
table.ctr-greyctr td.ctr-color-title .Head {color: #333;}
table.ctr-greyctr td.ctr-header-row {background: url(header-bg-grey.gif) top repeat-x #acacac;}

/* blue */
table.ctr-bluectr {margin-bottom: 20px;}
table.ctr-bluectr td.ctr-header-row {background: url(header-bg-blue.gif) top repeat-x #1d3b8a;}

