.componentheading, .contentpaneopen .contentheading, table.data-grid caption {
	color: #424346;
	font-size: 18px;
	padding: 0 0 20px 0;
}
.contentpaneopen p {
	line-height: 16px;
	padding: 0 0 15px;
}
.contentpaneopen table.shift td {
	padding: 20px 0 0;
	vertical-align: top;
}
.contentpaneopen table.shift td p {
	padding: 0 0 10px;
}
.contentpaneopen td.readon {
	padding-bottom: 15px;
}
.contentpaneopen table.normal td img {
	margin-right: 20px;
}
table.data-grid {
	border: 1px solid #d6d6d6;
}
table.data-grid td, table.data-grid th {
	border-left: 1px solid #d6d6d6;
	padding: 6px 10px;
}
table.data-grid tr.odd td {
	background-color: #ececed;
}
table.data-grid th {
	background: url(../images/bg_table_th.gif) repeat-x left top;
	color: #424346;
	font-weight: normal;
}
table.data-grid caption {
	padding: 10px 0;
	text-align: left;
}

/* frontpage */
/*************/
.c.frontpage {
	padding: 0 103px 70px 83px; 
}
table.blog.frontpage .contentheading {
	padding-bottom: 0px;
}
table.blog.frontpage td.full_length {
	padding-right: 265px;
	padding-top: 40px;
}
table.blog.frontpage .contentpaneopen p {
	/* line-height: 14px; */
	padding-top: 12px;
	padding-bottom: 0;
}
table.blog.frontpage .article_column {
	padding: 0 25px;
	width: 30%;
}
table.blog.frontpage .article_column {
	border-left: 1px dotted #696d6c;
}
table.blog.frontpage .article_column.first_column {
	background: url(../../../images/pictures/laugh.jpg) no-repeat left top;
	border-left: none;
	height: 209px;
	padding-left: 157px; /* width of background + 25px */
}
table.blog.frontpage td span.article_separator {
	display: none;
}

/* tabs */
/********/
.tabs {
	display: block;
	overflow: hidden;
	margin-bottom: 25px;
}
.tabs a {
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin-right: 25px;
	text-decoration: underline;
	white-space: nowrap;
}
.tabs a.active,
.tabs a:hover {
	text-decoration: none;
}
.tabs a.active {
	color: #ca0201;
	cursor: default;
}
.tabsheets {
	padding-bottom: 15px;
}
.tabsheets div.inactive {
	display: none;
}
.tabsheets div.active {
	display: block;
}
