#fullcont
{
	display:table;
	width:960px;
	margin:0 auto;
}

#centercontentmain
{
	display:table;
	margin:5% auto 0.4em auto;
	cursor:default;
	text-align:center;
}

#centercontentmain h1
{
	font-size:2.5em;
	border-bottom:1px solid #ccc;
	padding-right:60px;
	padding-left:60px;
	color:#424242;
	margin-bottom:0.1em;
}

#centercontentmain p
{
	padding:0;
	margin:auto;
	color:#a0a0a0;
	font-size:0.6em;
}

#fullcont a
{
	text-align:left;
	padding-left:0.2em;
}

#results
{
	margin-top:10px;
	margin-bottom:50px;
}

#frontpagemessage
{
	border:1px dashed red;
}

.icon
{
	display: inline-block;
	width: 24px;
	height: 24px;
	opacity:0.5;
}

#streamtypecog
{
	cursor:pointer;
	transition:0.1s opacity linear;;
}

#streamtypecog:hover
{
	opacity:0.6;
}

.contextmenu
{
	display:none;
	position:absolute;
	border:1px solid #ccc;
	background-color:white;
	list-style:none;
	padding:10px 5px 10px 5px;
	z-index:10000;
}

.contextmenu li
{
	font-size:0.85em;
}

.contextmenu li > span
{
	display:block;
	margin:0;
	padding:0 25px;
	text-decoration:none;
	line-height:25px;
	cursor:pointer;
}

.contextmenu li > span:hover
{
	background-color:#3b3b3b;
	color:white;
}

.contextmenuitemselected
{
	background-color:#3b3b3b;
	color:white;
}

#livenowdiv p
{
	margin:-1em 0 1em 0;
	padding:0;
}

#streamfeed
{
	margin:0 auto;
	text-align:center;
	margin-top:1em;
}

#streamfeed a
{
	text-decoration:none;
	color:#16608c;
	font-weight:600;
}

#streamfeed a:hover
{
	text-decoration:underline;
}

#streamfeed > div
{
	display:inline-block;
	vertical-align:top;
}

#streamfeed table
{
	border: 1px solid #d3d3d3;
	margin-top:-20px;
	border-collapse:collapse;
}

#streamfeed td:hover
{
	border-width:9px;
}

#streamfeed td
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	width:800px!important;
	text-align:left;

	display:block;
	padding:3px 5px;
	font-size:0.8em;

	transition:border-width 0.07s, padding-left 0.07s;
}

#streamfeed .streamtype_0
{
	border-left:3px solid #77b2b5;
}

#streamfeed .streamtype_1
{
	border-left:3px solid #57b589;
}

#streamfeed .streamtype_3
{
	border-left:3px solid #a976b5;
}

#streamfeed td:hover
{
	background-color:rgba(0,0,0, 0.050);
	padding-left:1em;
}

.feedtextsearch
{
	display:none;
	font-size:0.8em;
}

#streamfeed td:hover .feedtextsearch
{
	display:inline;
}

.smallfeedtext
{
	font-size:0.7em;
	opacity:0.7;
	text-transform:uppercase;
}

.feedtexttimeago
{
	vertical-align:top;
}

.feedtexttime
{
	float:right;
}

.feedtexttitle
{
	max-width:770px;
	padding:0;
	margin-top:0;
	margin-bottom:-1.0em;
	text-overflow:ellipsis;
	overflow:hidden;
}

.feedtextnameseperator
{
	opacity:0.6;
	padding-left:2px;
	padding-right:2px;
	font-weight:600;
	cursor:default;
}

.feedtextname
{
	font-weight:bold;
	font-size:1.1em;
}

#bottom
{
	border-bottom:1px solid #ccc;
	margin-top:2em;
	padding-left:0.3em;
	padding-bottom:0.2em;
	padding-top:0.2em;
	margin-bottom:30px;
	color:#666;
	clear:both;
}

#bottom p
{
	font-size:0.6em;
}

#truebottom
{
	text-align:center;
	margin-bottom:2em;
}

#truebottom a
{
	color:#000000;
	font-size:0.7em;
}

#message_box
{
	border:1px solid #ccc;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
}

#headtext
{
	display:inline-block;
	color:inherit;
	text-decoration:none;
}

.message_fail
{
	border-left:15px solid rgb(199, 84, 71)!important;
	display:inline-block;
	padding-left:10px;
}

.message_warning
{
	border-left:15px solid rgb(228, 224, 90) !important;
	display:inline-block;
	padding-left:10px;
}

.message_success
{
	border-left:15px solid rgb(129, 199, 96)!important;
	display:inline-block;
	padding-left:10px;
}

#searchcont
{
	padding:10px;
}

#message_header
{
	font-weight:lighter;
	padding-bottom:10px;
	width:100%;
	border-bottom:1px solid rgb(199, 199, 199);
}

#searchcont input[type="text"]
{
	border:1px solid #ddd;
	padding:0.5em;
}

#searchcont input[type="text"]:focus
{
	border:1px solid #888;
}

#searchcont input[type="button"]
{
	color:rgb(40, 40, 40);
	border:1px solid #ddd;
	display:inline-block;
	background:none;
	font-weight:400;
	padding:0.5em 1em 0.5em 1em;
}

#searchcont input[type="button"]:hover
{
	background-color:#eee;
}

#resultstable
{
	width:100%;
	display:table;
}

#resultstable td
{
	max-width: 350px;
	overflow: hidden;
}

#resultstable tbody,
#resultstable thead,
#resultstable tr,
#resultstable th,
#resultstable td
{
	padding:5px;
	border: 1px solid rgb(175, 175, 175);
}

.searchbox
{
	width:40%;
}

#searchbutton
{
	float:right;
}

#resultstable th
{
	cursor:pointer;
}

#resultstable th.headerSortUp,
#resultstable th.headerSortDown
{
	background-color: #eee;
}

#resultstable tbody > tr:nth-of-type(odd)
{
	background-color: rgb(247, 247, 247);
}

#resultstable tbody > tr:nth-of-type(even)
{

}

#resultstable tr:hover td
{
	background-color: rgb(235, 235, 235);
}