
/*==========================================*/
/*  Container styles for Ristken DNN        */
/*==========================================*/

/*==========================================*/
/*  Feature containers                      */
/*==========================================*/

.red-ctr, .gray-ctr {margin-bottom: 20px;}
.red-ctr td.ctr-01 {width: 10px; background: url(ctr-01.gif) top left no-repeat;}
.gray-ctr td.ctr-01 {width: 10px; background: url(ctr-01-gy.gif) top left no-repeat;}
.red-ctr .ctr-actions {background: url(ctr-02.gif) repeat-x; padding-top: 8px; width: 1px;}
.gray-ctr .ctr-actions {background: url(ctr-02-gy.gif) repeat-x; padding-top: 8px; width: 1px;}
.red-ctr .ctr-title {background: url(ctr-02.gif) repeat-x; padding-top: 8px;}
.gray-ctr .ctr-title {background: url(ctr-02-gy.gif) repeat-x; padding-top: 8px;}
.red-ctr td.ctr-title .Head, .gray-ctr td.ctr-title .Head {color: #fff; font-size: 12px; font-weight: bold;}
.red-ctr td.ctr-03 {width: 10px; background: url(ctr-03.gif) top left no-repeat;}
.gray-ctr td.ctr-03 {width: 10px; background: url(ctr-03-gy.gif) top left no-repeat;}
.red-ctr .ctr-content, .gray-ctr .ctr-content  {padding: 8px 10px 2px 10px; background: url(ctr-05.gif) bottom repeat-x #fff; border-left: 1px solid #ddd; border-right: 1px solid #ddd;}
.red-ctr .ctr-admin, .gray-ctr .ctr-admin {background: #f3f3f3; border-left: 1px solid #ddd; border-right: 1px solid #ddd; padding: 5px 0 0 10px;}
.ctr-07 {width: 10px; height: 10px; background: url(ctr-07.gif) no-repeat;}
.ctr-08 {height: 10px; background: url(ctr-08.gif) repeat-x;}
.ctr-09 {width: 10px; height: 10px; background: url(ctr-09.gif) no-repeat;}


/*==========================================*/
/*  Basic container                         */
/*==========================================*/

td.basic-ctr {padding: 0px 0px 15px 0px;}
td.ctr-actions {width: 1px; white-space: nowrap; padding: 0;}
td.ctr-title {white-space: nowrap;}
td.ctr-title .Head {font-family: "trebuchet ms", arial, sans-serif; font-size: 13px; font-weight: bold; color: #333;}
td.ctr-content {padding: 12px 0 0 0px;}
td.ctr-admin {padding: 12px 0 0 0px; text-align: left;}
