body {
	background: #000 url('http://www.thisisant.com/templates/images/body-bg.jpg') top left repeat-x;
	overflow-x:hidden;
}
table {
	background: #fff;
}
table.main {
	position: relative;
	top: -10px;
}
td,th,input,select {
	font-size: 10px;
	font-family: tahoma, arial;
   font-weight: normal;
}
fieldset {
	border: 1px solid #BFBFBF;
	padding: 10px;
	margin-bottom: 5px;
	
}
h3 {
	font-size: 11px;
	font-weight: bold;
}
legend {
	color: black;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 6px;
}
.ChannelContainer {
	/*
	float: left;
	width: 200px;
	height: 400px;
	margin: 3px;
	padding: 7px;
	border: 1px solid #BFBFBF;
	*/
	border-bottom: 1px #B2B2B2 solid;
}
.ChannelTitle {
	color: white;
	background-color: black;
	padding: 3px;
	margin-bottom: 5px;
}

/* FOR TABS */
.tbody {
	clear: left;
	width: 100%;
	border-bottom: 1px #B2B2B2 solid;
}
.mtab {
	margin-right: 0px;
	padding: 4px 8px;
	height:auto;
	border-top: 1px #B2B2B2 solid;
	border-right: 1px #B2B2B2 solid;
	border-left: 1px #B2B2B2 solid;
	background-color: #FFFFFF;
}
.mtabs span a {
	text-decoration: none;
	color: #000000;
}
.mtabs span a:hover {
	text-decoration: underline;
}
.mtabs div {
	float: left;
	margin-right: 2px;
	border-top: 1px solid #B7B7B7;
	border-left: 1px solid #B7B7B7;
	border-right: 1px solid #B7B7B7;
	padding: 4px 0;
}
.mtabs span {
	margin: 0;
	padding: 0;
	background-color: #F5F5F5;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 0;
	border-bottom: 0;
}
.mtabs span A {
	background-color: #F5F5F5;
	padding-bottom: 4px;
	padding-left: 9px;
	padding-right: 10px;
	padding-top: 3px; 
}
.mtabs span.selected A {
	background-color: #FFFFFF;
	padding-bottom: 4px;
	padding-left: 9px;
	padding-right: 10px;
	padding-top: 3px; 
}
.mtabs div span.selected {
	background-color: #FFFFFF;
	font-weight: bold;
    padding-bottom: 6px;
    position: relative;
	z-index: 1;
}
.mtabs div span a:hover {
	background-color: #EFEFFF;
}
