/* Container Styles for CLContainer - Created January 13, 2008
--------------------------------------------------------------*/   

/** Container Styles **/
#cl-header { display:none; }
#cl-footer { /* hides DNN footer in View (regular) mode while allowing edit buttons to be visible in Edit mode */
	height:1px; 
	position:relative; 
	top:-20px; 
	}
	
/** General Category List Styles **/
.category-column {
	width:210px;
	float:left;
	margin:0 0 0 25px;
	margin:0 0 0 20px;
	}
	
#cat-column-one { margin:0; }

	.category-list, .category-list-bottom {
		background:transparent url(/Portals/4Checks/Skins/4Checks/images/global/dotted-divider.gif) left bottom repeat-x;
		padding:0 0 1px 0;
		margin:0 0 15px 0;
		}
		
	.category-list-bottom { background:none; }
		
		.category-list h2, .category-list-bottom h2 {
			color:#25527e;
			font-size:17px;
			font-weight:bold;
			}
			
		.category-list ul, .category-list-bottom ul {
			margin:15px 0 0 10px;
			}
			
			.category-list li, .category-list-bottom li {
				margin:0 0 12px 0;
				}
			
			.category-list a, .category-list-bottom a {
				font-size:1.1em;
				text-decoration:none;
				color:#25527e;
				}
				
			.category-list a:hover, .category-list-bottom a:hover {
				text-decoration:underline;
				color:#2d86e2;
				}
				
				.category-list span, .category-list-bottom span {
					font-size:10px;
					color:#999;
					}