body {

	background-color: #FFFFFF;

	color: #000000;

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;

	font-size: .7em;

	margin: 0;

	padding: 0;

}



a:link { color: #0000CC; }

a:visited {	color: #000099; }

a:hover, a:active { color: #CC0000; }

form { margin: 0; padding: 0; }

input { font-size: 1em; }

textarea { font-size: 1em; }

button { font-size: 1em; }

img { border: none; }

label { font-weight: bold; }

th, td { text-align: left; }





/* Channels */

.heritage-channel-container {

	margin-bottom: 15px;

	position: relative;

}



.heritage-channel-titlebar {

	background-color: #999999;

	position: relative;

	border-bottom: 2px solid #666;

	background-repeat: no-repeat;

}



.heritage-channel-titlebar table {

	background-position: top right;

	background-repeat: no-repeat;

}



.heritage-channel-icon {

	position: absolute;

	top: 2px;

	left: 3px;

	z-index: 3;

}



.heritage-channel-icon img {

	font-size: 24px;

	height: 1em;

	width: 1em;

	z-index: 3;

}



.heritage-channel-title-text {

	padding: 5px 0 3px 2.5em;

	font-size: 1.1em;

	font-weight: bold;

	vertical-align: bottom;

	color: #FFFFFF;

}



.heritage-channel-no-icon {

	padding: 5px 0 3px 7px;

}



.heritage-channel-buttons {

	padding: 3px 3px 1px 3px;

	text-align: right;

	vertical-align: middle;

}



.heritage-channel-buttons a {

	padding-left: 3px;

}



.heritage-channel-buttons img {

	font-size: 16px;

	height: 1em;

	width: 1em;

}



.heritage-channel-content {

	background-color: #FFF;

	/* padding: 5px; */

	border-left: 1px solid #CCC;

	border-right: 1px solid #CCC;

	border-bottom: 1px solid #CCC;

}



.heritage-channel-rendered-content {

	width: 100%;

}



.heritage-channel-border-tl {

	background-image: url(../images/grey/channel_tl.gif);

	height: 4px;

	overflow: hidden;

	background-repeat: no-repeat;

	position: relative;

	width: 100%;

	z-index: 2;

	margin-bottom: -4px;

}



.heritage-channel-border-tr {

	background-image: url(../images/grey/channel_tr.gif);

	height: 4px;

	overflow: hidden;

	background-repeat: no-repeat;

	background-position: top right;

	width: 100%;

}



.heritage-channel-no-titlebar {

	margin-top: -4px;

	border-top: 1px solid #CCC;

}



.heritage-channel-no-border {

	border:none;

}



.heritage-channel-border-bl {

	background-image: url(../images/grey/channel_bl.gif);

	height: 4px;

	overflow: hidden;

	background-repeat: no-repeat;

	position: relative;

	top: -4px;

	width: 100%;

	z-index: 2;

}



.heritage-channel-border-br {

	background-image: url(../images/grey/channel_br.gif);

	height: 4px;

	overflow: hidden;

	background-repeat: no-repeat;

	background-position: top right;

	width: 100%;

}



.heritage-content-main-table {

	padding: 7px;

}