@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color:#000000;
}

#center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	width: 730px;
	text-align: left;
	position: relative;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

#center_userprofile {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	width: 730px;
    min-height: 450px;
    _height: 450px;
	text-align: left;
	position: relative;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

#all {
	width: 750px;
	position: relative;
	margin: auto;
}

#userDetails {
	width: 600px;
	position:absolute;
	left: 150px;
}

#userList {
	width: 600px;
	position:absolute;
	left: -8px;
}

#tableUserList {
    width: 98%;
    border-collapse: collapse;
    border-spacing: 2px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#tableUserList2 {
    padding: 2px;
    vertical-align: top;
    text-align: center;
    color: white;
}

#userProfile {
	width: 150px;
	position:absolute;
}

#tira {
	background-color: #34081C;
	height: 20px;
	width: 550px;
	padding: 3px;
	margin: 0px;
}

#tiraFull {
	background-color: #34081C;
	height: 20px;
	width: 740px;
	padding: 3px;
	margin: 0px;
}

#bottom {
	text-align:right;
	height: 50px;
}

#likesDislikes {
	
}

a {
	color:#999999;
	text-decoration:none;
}

a:hover {
	color:#CCCCCC;
	text-decoration:underline;	
}

.videoa,
.videoa:visited,
.videoa.active {
    color: #000000;
    text-decoration: underline;
}

.videoa:hover {
    color: #000000;
    text-decoration: none;
}

ol.commentlist {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style:none;
	padding:0 0 0 0;
	margin:0 0 0 0;
	border-bottom:#ccc 1px solid;
}

.commentlist li {
	border-top:#ccc 1px solid;
	margin:0 0 0 0;
}

.commentlist li:hover {
	border-top:#ccc 5px solid;
	margin:0 0 0 0;
}

.commentlist p {
	line-height:20px;
	margin:0 0 0 0;
}

.userSearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #BA1F6C;
	font-weight:bold;
}

.pHeader {
	color: #B7005B;
	font-size: 12px;
}

.defaultParagraph {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 14;
	font-weight: bold;
}

.clear {
    clear: both;
}

