@charset "utf-8";
/* CSS Document */

/*CSS Reference for the Home Page*/
@import url("/static/css/home.css");
/*CSS Reference for the Video List Page*/
@import url("/static/css/videolist.css");
/*CSS Reference for the User List Page*/
@import url("/static/css/userlist.css");
/*CSS Reference for the Navigation Box*/
@import url("/static/css/navbar.css");
/*CSS Reference for the Video Page*/
@import url("/static/css/video.css");
/*CSS Reference for the Users Page*/
@import url("/static/css/user.css");
/*CSS Warning*/
@import url("/static/css/warning.css");
/*CSS Reference for Video Page Tabbed Box*/
@import url("/static/css/SpryTabbedPanels.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
}
a {
	color: #005ac3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
br.clearright {
	clear:right;
}
br.clearleft, .clearleft {
	clear:left;
}
br.clearfloat {
	clear:both;
}
h1 {
	font-size: 18px;
	color: #000;
	letter-spacing: -1px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
h3 {
	font-size: 14px;
	color: #005ac3;
	letter-spacing: -1px;
	margin: 0px;
	padding: 5px 0px;
}
h6 {
	font-size: 11px;
	color: #005ac3;
	margin: 0px;
	padding: 0px;
}
input, select, textarea {
	color: #005ac3;
	border: 1px solid #aaa;
	font-size: 11px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
form {
	margin: 0px;
	padding: 0px;
	display: inline;
}
div#header {
	width: 880px;
	margin: 0px auto;
	position: relative;
	background-image: url(/static/images/pornyo_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div#header .barrier {
	margin-top:20px;
}
div#header .navtd {
	margin: 70px 0px 0px 0px;
	position: relative;
	display: block;
	float: right;
}
div#header .navtd ul {
	margin: 0px;
	padding: 0;
	list-style-type: none;
	width: auto;
}
div#header .navtd ul li {
	display: block;
	float: left;
	margin: 0 0 0 1px;
	text-align: center;
}
div#header .navtd ul li a {
	display: block;
	width: 90px;
	float: left;
	text-decoration: none;
	padding: 4px;
	border-top: 1px solid #1063c2;
	border-left: 1px solid #1063c2;
	border-right: 1px solid #1063c2;
	font-weight: bold;
}
div#header .navtd ul li a:hover {
	color: #fff;
	background-color: #1063c2;
}
div#search {
	color: #ffffff;
	font-size: 11px;
	clear:right;
	padding: 5px;
	background-color: #1063c2;
}
div#search table {
	
}
div#search table .jump {
	padding-left: 30px;
}
div.login {
	width: 150px;
	right:0px;
	top: 0px;
	position:absolute;
	z-index: 100;
}
div#othertemplate {
	width: 880px;
	padding: 0px;
	margin: 15px auto;
	position: relative;
}
div.page-top {
	border-bottom: 1px solid #ededed;
	padding: 3px 0px;
	text-align: right;
	font-size: 11px;
}
div.page-top a {
	text-decoration: underline;
}
div.page-bot {
	border-top: 1px solid #ededed;
	padding: 3px 0px;
	text-align: right;
	font-size: 11px;
}
div.page-bot a {
	text-decoration: underline;
}
div#footer {
	width: 880px;
	margin: 0px auto;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	background-color: #ededed;
	padding: 10px 0px;
	font-size: 10px;
}
div#footer p {
	padding: 3px 10px;
	margin: 0px;
}
div#categories {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 165px;
}
div#categories a {
	display: block;
}
div#categories a:hover {
	font-weight: bold;
	text-decoration: none;
}
div#contentarea, div#profilecontent {
	margin-left: 170px;
	border: 1px solid #ededed;
	min-height: 650px;
	padding: 10px;
}
div#loginsection {
	border: 1px solid #aaa;
	background-color: #ededed;
	padding: 10px;
	width: 300px;
}
.uploadnav a {
	color: #ffffff;
	font-weight: bold;
}
.uploadnav a:hover {
}
.fix0r {
	width: 99%;
}


.floatyleftyuserinterests {
	float: left;
	width: 50%;
}

.advusersearch {
	font-size: 12px;
}
#advsearchdiv {
	border: 1px solid #aaa;
	background-color: #ededed;
	padding: 10px;
}
.grey {
	border: 1px solid #aaa;
	background-color: #ededed;
	padding: 10px;
}
.greymarg {
	border: 1px solid #aaa;
	background-color: #ededed;
	padding: 10px;
	margin-bottom: 10px;
}
.black {
	font-weight: bold;
	color: #000;
}


.thumb_select_upload {
	float: left;
	width: 30%;
	text-align:center;
}
