@CHARSET "ISO-8859-1";

@IMPORT url("category.css")/*tpa=http://nguyenkhoinguyen.com/en/components/com_jomtube/assets/styles/solar_sentinel_lightgray/css/category.css*/;
@IMPORT url("videolist.css")/*tpa=http://nguyenkhoinguyen.com/en/components/com_jomtube/assets/styles/solar_sentinel_lightgray/css/videolist.css*/;
@IMPORT url("videoplayer.css")/*tpa=http://nguyenkhoinguyen.com/en/components/com_jomtube/assets/styles/solar_sentinel_lightgray/css/videoplayer.css*/;
@IMPORT url("uploadvideo.css")/*tpa=http://nguyenkhoinguyen.com/en/components/com_jomtube/assets/styles/solar_sentinel_lightgray/css/uploadvideo.css*/;
@IMPORT url("addvideo.css")/*tpa=http://nguyenkhoinguyen.com/en/components/com_jomtube/assets/styles/solar_sentinel_lightgray/css/addvideo.css*/;
@IMPORT url("glowtabs.css")/*tpa=http://nguyenkhoinguyen.com/en/components/com_jomtube/assets/styles/solar_sentinel_lightgray/css/glowtabs.css*/;

#videomainbody {
	float:left;
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
}

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

#videomiddle-column {
	float:left;
	width:550px;
	margin-left:10px;	
	margin:right:5px;
}

#videoleft-column {
	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;
}