@charset "UTF-8";
/* CSS Document */

/* adapted Styles - Topics */
/* ? Same as Videos and Start ? */

table {
    border-collapse:collapse;
}

table.topics caption img {
    display:none;
}

table.topics caption{
    color:white;
    font-size:15px;
    font-weight:bold;
    text-align:left;
    margin-bottom:20px;
}
tr.topic_content {
    border:1px solid transparent;
}
tr.topic_content:hover {
    background-color:#3B3B3B;
    border:1px solid #333333;
}

th {
    display:none;
}
td {
    padding: 5px 5px 10px 5px;
    font-size: 0.9em;
    vertical-align: top;
    font-family: Arial, Helvetica, sans-serif;
    color:#dddddd;
}
td a {
    color:#dddddd;
}
td hr {
    height:1px;
    background-color:#565656;
    /*border-color:black;*/
    border-style:solid;
    border-width:0px;
}
h2 {
    font-size: 10px;
    margin: 0px;
    padding: 0px 0px 0px 0em;
    display: inline-block;
    color:white;
}



/*
#leftcontent {
	color: #000000;
	width: 43em;
	margin-right: -24em;
	border-right: 24em solid #B4B4B4;
	padding-right: 4em;
	padding-bottom: 4em;
	padding-left: 4em;
}
#rightcontent {
	padding: 1em 2em 2em;	
	width: 20em;
	background: #B4B4B4;
}
.topics {
	background-color: #b4b4b4;
	padding-top: 2px;
}
.darkInfoBar {
	border-right: 0.08em solid #000000;
}

/* adapted Styles - Only Topics ? */
/*
h2 {
	font-size: 1em;
	margin: 0px;
	padding: 0px 0px 0px 0em;
	display: inline-block;
}
#leftcontent h1 {
	color: #000000;
	font-size: 1.4em;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 0px;
}

/* Special Styles - Topics Only */
/*
#categories {
	background: #b4b4b4;
	padding: 1em 1em 2.5em;
	line-height: 2em;
} 
.shadowSpacer {
	width: 30em;
}

table {
	width:  41.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 1.5px;
}
td {
	padding: 0.5em;
	font-size: 0.9em;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
}

th {
	text-align: left;
	display: none;
}
#categories {
	line-height: 2em;
	padding-bottom: 3em;
	padding-left: 1em;
}
#channels {
	line-height: 2em;
	padding-bottom: 3em;
	padding-left: 1em;
}
#go {
	position: relative;
	float: right;
}
#rightcontent li {
	color: #333;
	margin-left: -2em;

}
#rightcontent h3 {
	font-size: 1.3em;
}

*/
