





































	.sectionHeader {
		height: 44px; line-height: 44px;
		border-bottom: 1px solid #99c1e3;
		}

		.sectionHeader h2 {
			font-size: 1.2em;
			font-weight: bold !important;
			color: #0063B9;
			text-transform: uppercase;
			padding-left: 20px;
			}
			
			.leftpane .sectionHeader h2 {
				padding-left: 15px;
				}

	div.leftpane div.contentpane {
		height:383px;
		}

	div.leftpane table.articleList {
		border-collapse: collapse;
		border: 0;
		}

	div.leftpane table.articleList td {
		padding-top: 10px;
		}
		
		div.leftpane table.articleList h3 {
			font-weight: bold; font-size: 12px;
			text-transform: uppercase;
			}

		div.leftpane table.articleList a {
			display: block; margin: 0; padding: 0 0 0 12px;
			height: 12px; line-height: 12px;
			text-decoration: none; color: #919191;
			background: transparent left top no-repeat url(http://www.capestorm.co.za/site/assets/images//icons/arrow-right.png);
			}

		div.leftpane table.articleList a:hover {
			background-position: 0 -12px; color: #666666;
			}

		div.leftpane table.articleList a.active {
			background-position: 0 -24px;
			color: #0063b9 !important;
			}

div.contentpane table th
{
   color: #0063B9;
   font-weight: bold;

}
div.contentpane table input, div.contentpane table textarea
{
    border: 1px solid #000;
}
div.contentpane table, div.contentpane table textarea
{
    width: 100%;
}
div.contentpane table textarea
{
    height: 120px;
}


