@CHARSET "ISO-8859-1";

@IMPORT url("category.css");
@IMPORT url("videolist.css");
@IMPORT url("videoplayer.css");
@IMPORT url("uploadvideo.css");
@IMPORT url("addvideo.css");
@IMPORT url("glowtabs.css");

#videomainbody {
	float:left;
	position:relative;
	margin-top:0px;
	margin-bottom:10px;
	color:#FFFFFF !important;
}

#videomainbody a {
	color:#FFFFFF !important;
}


#videoright-column {
	display:none;
/*	float:left;
	margin-right:0;
	width:160px;
	border-left:1px dotted #CCCCCC;
	overflow:hidden;
	padding-left:10px;
*/}

#videomiddle-column {
float:left;
margin-left:10px;
width:100%;
}

#videoleft-column {
display:none;
/*	float:left;
	margin-left:0;
	width:160px;
	border-right:1px dotted #CCCCCC;
	overflow:hidden;
	padding-right:10px;
*/}

#jomtube-module-box {
	margin-top: 10px;
}

#jomtube-module-title {
	border: 1px solid #c1c1c1;
	background-color: #dcdddc;
	padding:4px 3px 3px 5px;
	text-decoration:none;
	font-size:125%;
	font-weight:bold;
}

#jomtube-module-content {
	padding:5px;	
}

#disclaimer-module {
	padding-top:15px;	
}


.clearL {
clear:left;
}

.clearboth {
clear:both;
}

.clearfix {
clear:both;
}