* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: inherit;
	text-decoration: none;
	border: 0 none;
	outline: 0;
	color: #600;
	margin: 0;
	padding: 0;
}
body {
	padding: 5px;
	background-color: #F3F2E4;
	font-family: arial;
	font-size: small;
	color: #333;
}
p {
	color: #333;
}
h1 {
	color: #600;
	font-size: small;
	font-weight: 700;
}
hr {
	background-color: #C2C2C2;
	height: 1px;
	width: 100%;
	margin: 2px 0 1px;
}
img {
	display: block;
}
form {
	display: inline;
}
a:hover {
	background-color: #660000;
	color: #FFFFFF;
	text-decoration: none;
}
.margin {
	margin: 0 7px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.header {
	height: 46px;
	margin-bottom: 5px;
	padding: 0px;
}
.logo {
	width: auto;
	height: 46px;	
}
.crumbtrail {
	background-color:#C2C2C2;
	padding:8px 7px 5px;
}
.crumbtrail a {
	color:#454545;
	text-decoration:underline;
}
.promoText {
	padding: 5px;
	text-align: center;
}
.promoText p {
	color: #600;
	text-align: center;
}
.promoText a:active, .promoText a:visted, .promoText a:link, .featureContainer2 a {
	font-weight: 700;
}
.promoText a:hover {
	text-decoration: none;
	background-color: #660000;
	color: #FFFFFF;
}
.promoImage {
	margin-bottom: 5px;
}


.componentStatus a,.footer a {
color:#fff;
}

.componentHeader {
min-height:24px;
background-color:#d7d7d7;
background-image:url('images/comp_header_bg.png');
background-repeat:repeat-x;
border:solid #C2C2C2;
border-width:5px 0 1px;
}

.componentHeaderTitle {
float:left;
color:#600;
font-size:medium;
font-weight:700;
margin:6px 0 0 7px;
}

.componentHeaderEdit {
float:right;
display:block;
width:39px;
height:16px;
margin:4px 7px 0 0;
}

.featureContainer2 {
	height: 75px;
}
.featureContainer2 img {
	display: inline;
	float: left;
	padding: 0px 6px 0px 0px;
}
.featureContainer2 p, .featureContainer2 p a {
	font-weight: 700;
	margin: 4px 0px 0px 0px ;
}

.componentStatus {
color:#fff;
background-color:#954F4F;
border-width:0;
padding:7px 7px 3px;
}

.componentInfo {
background-color:#eee;
border:solid #fafafa;
border-width:1px 0 0;
padding:8px 7px 6px;
}

.componentInfo p {
display:inline;
font-weight:700;
color:#333;
padding:0 0 2px;
}

.bottomNav {
background-color:#888;
border:solid #C2C2C2;
color:#fff;
border-width:4px 0 0;
}

.bottomNav a {
font-weight:700;
color:#fff;
}

.bottomNav ul {
padding:7px 7px 0;
}

.bottomNav li {
list-style:none;
padding:0 0 4px;
}

.footer {
color:#fff;
background-color:#333;
border:solid #C2C2C2;
border-width:0;
}

.footer p {
font-weight:700;
color:#fff;
padding:7px;
}

.footer ul {
padding:0 7px 0 25px;
}

.footer li {
color:#fff;
padding:4px 0 0;
}

.plainList,.boldList,.bulletList {
padding:4px 0 2px;
}

.bulletList ul {
padding:2px 7px 2px 24px;
}

.boldList li {
list-style:none;
font-weight:700;
}

.plainList li {
list-style:none;
}

.bulletList li {
padding:1px 0 2px;
}

.bulletList li a:hover, .boldList li a:hover {
	background-color: #660000;
	color: #FFFFFF;
	text-decoration: none;
}

.featureList li {
border-top:solid 1px;
list-style:none;
border-color:#6b98ad;
}

.featureList li:first-child {
border:0;
}

.channelName {
float:left;
width:70px;
font-weight:700;
margin:1px 0;
}

.channelDesc {
float:left;
overflow:hidden;
margin:1px 0;
}

.plainList li,.boldList li {
padding:2px 7px;
}

/* Catalogue */
.CatContainer {
height: 100px;
/*border-bottom: 1px;
border-bottom-color:#660000;
border-bottom-style: solid;
border: solid #600;
border-width: 0 0 1px;*/
}
.CatContainer img {
display: inline;
float: left;
padding: 4px 0px 0px 0px;
}

.CatContainer p {
color: #600;
font-weight: 700;
padding: 4px 0px 0px 0px;
}
.catimg {
float:left;
width:60px;
margin:1px 0;
}

.cattext {
float:left;
overflow:hidden;
margin:1px 0;
}
/* Pagination */
.pagination	{
	display: inline;
	line-height: 25px;
}
.pagination a:link, .pagination a:visited {
	display: inline;
	line-height: 25px;
	background-color: #FFFFFF;
	color: #660000;
	font-size: 0.9em;
	padding: 2px 4px 2px 4px;
	margin: 0px 1px 0px 1px;
	font-weight: normal;
	border: 1px solid #CCCCCC;
}
.pagination a:hover {
	background-color: #e5e5e5;
	border: 1px solid #CCCCCC;
}
.paginationcurrent {
	display: inline;
	line-height: 25px;
	background-color: #e5e5e5;
	color: #660000;
	font-size: 90%;
	padding: 2px 4px 2px 4px;
	margin: 0px 1px 0px 1px;
	font-weight: normal;
	border: 1px solid #660000;
}