#recent_searches {
	width: 75%;
	font-size: 7pt;
}

#container {
	text-align: left; /*IE fix*/
	position: relative;
    width: 1000px;
    height: 100%;
	text-align: center;
	margin: 0 auto;

}
#content {
	text-align: left;
    margin: 0px;
    /*height: 100%;*/
	width: 100%;
	background: #fff;
	padding: 3px;
	border: 1px solid #ccc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#header {
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}
#logo i {
	position: absolute;
	top: 0px;
	right: 25px;
	color: #666;
}


#footer {
}

html, body {
	margin: 0px;
	padding: 0px;
	/*background: #fff;*/
	background-color: #fdfdfd;
	color: #000;
	font: small sans-serif;
	text-align: center; /*IE fix*/
}

/* common classes */
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left-half {
	margin: 5px 0px 10px 0px;
	display: inline;
	width: 47%;
	float: left;
	clear: left;
}
.right-half {
	margin: 5px 0px 10px 0px;
	display: inline;
	width: 47%;
	float: right;
	clear: right;
}
.wide {
	width: 100%;
	clear: both;
}
/* end */

/* text */
p.large {
	font-size: larger;
	font-weight: bold;
	color: #666;
	margin: 1em;

}
small {
	font-size: x-small;
	color: #666;
}
/* end text */


/* search cloud */
.cloud {
	text-align: center;
	font-size: small;
}

/* torrent status */
/*table.ex_conf_box {
	background: #e7e7e7;
	border: black solid 1px;
}

table.ex_conf_box th {
	border-bottom: #a5a2a5 solid 1px;
}

table.ex_conf_box th.title {
	border-left: #a5a2a5 solid 1px;
	border-right: #a5a2a5 solid 1px;
	padding-left: 10px;
	text-align: left;
	color: #4c4242;
	background: url("/imgages/ecb_title.gif") repeat;
}

table.ex_conf_box a {
	text-decoration: none;
	background: #e7e7e7;
}*/

.tor-status {
	background: #e7e7e7;
	border: black solid 1px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 5px 15px 5px 15px;
	font-size: medium;
	font-weight: bold;
	text-align: center;

/*	font-size: large;
	font-weight: bold;
	color: #fff;
	background-color: #069f00;
	padding: 5px 15px 5px 15px;
	border: 2px solid #ccc;
	text-align: center;
	text-decoration: none;*/
}

.tor-status-close {
	display: inline;
	background: #e7e7e7;
	border: black solid 1px;
	color: white;
}

.tor-last-message {
	-moz-border-radius: 6px;
	border: 1px solid #ccc;
	padding: 10px;
	margin-top: 5px;
}

/* end torrent status */


/* torrent box in list of torrents */

.tor-box {
	border: 1px solid #ccc;
   	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
   	padding: 7px;
	margin: 7px;
}

.tor-box-num {
	float: left;
	padding: 0px 3px 0px 3px;
	margin-right: 5px;
	border: 1px solid #ccc;
   	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: xx-large;
	font-weight: bold;
	color: #ccc;
}

.tor-box-link {
	float: right;
}

.tor-box h2 {
	display: inline;
}

/* end torrent box */

/* Tabs */
ul.menu {
	clear: both;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
	border-bottom: 1px solid #CCC;
	padding-bottom: 3px;
	padding-top: 8px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 15px;
	z-index: 2;
	font-weight: bold;
	font-size: 11px;
}

ul.menu-top {
	text-align: center;
	border-bottom: none;
}

ul.menu li {
	display: inline;
	margin-right: 2px;
}

ul.menu li h1, ul.menu li h2 {
	display: inline;
}

ul.menu li a {
	padding: 3px;
	border: 1px solid #CCC;
   	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	margin: 0px;
	color: #666;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	background: #E7E7E7;
	display: inline;
}

ul.menu li a.selected {
	background: #FFF;
	border-bottom: 1px solid #FFF;
	color: #666;
}

ul.menu li a:hover {
	background: #FFF;
	text-decoration: underline;
	color: #000;
}
/* End tabs */

.hr {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 1px;
	overflow: hidden;
	border-top: 2px solid #f65077;
	border-bottom: 3px solid #4FA3DA;
}

hr {
	background: #bbb;
	border: 1px solid #bbb;
	width: 100%;
}

img {
	border: none;
}

input, input.file {
	font-weight: bold;
	color: #666;
	border: 1px solid #bbb;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	border: 1px solid #666;
}

input.text, textarea, file {
	border: 1px solid #bbb;
	color: #666;
	background: #fff;
	font-weight: bold;
	padding: 3px;
}

td.sel_item:hover {
	border: 1px solid #666;
}

input[type="submit"], input[type="button"], input[type="file"] {
	background: #e7e7e7;
	padding: 3px;
	color: #676767;
	padding-left: 5px;
	padding-right: 5px;
}
input[type="submit"]:hover, input[type="button"]:hover {
	background: #FFF;
	text-decoration: underline;
	color: #000;
}

fieldset {
	background: #fff;
	border: 1px solid #bbb;
   	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: left;
	padding: 10px;
	width: auto;
	margin-bottom: 10px;
}

/*fieldset:hover {
	border: 1px solid #666;
}*/

legend, b, strong, th {
	font-weight: bold;
	color: #666;
}
legend {
	border: 1px solid #bbb;
   	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	margin: 0px;
	padding-left: 4px;
	padding-right: 4px;
	background: #edeff1;
	color: #666;
}

div.window {
	overflow-y : auto;
	overflow-x : hidden;
}

caption {
	font-weight: bold;
/*	font: normal;*/
	color: #666;
}

ul.filelist li {
	color: #666;
}

li.faq {
	margin: 1em;
}
li.faq b {
	display: block;
}

h1,h2,h3,h4 {
	text-align: center;
	color: #666;
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	font-weight: normal;

}

.label_form {
	text-align: right;
}

a {
	color: #238bce;	
}
a:hover {
	background-color: #238bce;	
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 2px 2px 0px 2px;	
	-webkit-border-radius: 2px 2px 0px 2px;
}
img.link:hover {
	background-color: #fff;	
}

.nav_link {
	font-weight: bold;
	text-decoration: none;
	/*color: #fff;*/
}

/* DMCA link and button */
a.dmca {
	color: red;
}
a.dmca:hover {
	color: #fff;
	background: red;
}
a.button-dmca {
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
	background: #ff6666;
	color: white;
	border: 2px solid #ccc;
	-moz-border-radius: 6px;	
	-webkit-border-radius: 6px;
	padding: 5px 10px 5px 10px;
	position: absolute;
	right: 0px;
	top: 100px;
}
a.button-dmca:hover {
	text-decoration: underline;
	background-color: #238bce;	
	color: #fff;
}

/* end DMCA */



/*
.nav_link:hover {
	background-color: #fff;	
	color: #4096ee;
}
*/
.link-bar {
	color: #666;
}

.motto {
	color: #757575;
	margin-left: 25px;
}


table.progress {
/*	background-color: #f9f9f9;*/
}

td.progressbar {
}

div.progressbar_cont {
	margin-left: 6%;
	height: 15px;
	border: 1px solid #bbb;
	text-align: left;
}

div.progressbar {
	height: 15px;
	background-color: #fff;
	background-image: url(/images/pbar.gif);
	background-repeat: repeat-x;
	width: 0%;
	color: black;
	text-align: center;
	font-weight: bold;
}

.tor-box .sub-title {
	margin-left: 6%;
}

div.stats {
	width: 80%;
}

fieldset.advsettings {
	width: 100%;
	margin-top: 10px;
}

/* Vert menu*/
div.vertmenu {
	margin: 0px;
	padding: 0px;
	position: absolute;
	border-top: 1px solid #CCC;
	text-align: left;
	font-weight: bold;
	font-size: 11px;	
}

div.vertmenu div {
	padding: 3px;
	border: 1px solid #CCC;
	border-top: 0px;
	margin: 0px;
	color: #676767;
	padding-left: 5px;
	padding-right: 5px;
	background: #E7E7E7;
}

div.vertmenu div.hover {
	background: #FFF;
	color: #000;
	cursor: pointer;
}

/* end vert menu*/


/* Extend confirm message box*/
table.ex_conf_box {
	background: #e7e7e7;
	border: black solid 1px;
}

table.ex_conf_box th {
	border-bottom: #a5a2a5 solid 1px;
}

table.ex_conf_box th.title {
	border-left: #a5a2a5 solid 1px;
	border-right: #a5a2a5 solid 1px;
	padding-left: 10px;
	text-align: left;
	color: #4c4242;
	background: url("/images/ecb_title.gif") repeat;
}

table.ex_conf_box a {
	text-decoration: none;
	background: #e7e7e7;
}

#ol {
	background-image: url("/images/overlay.png");
}

/*table.ex_conf_box span.double_border {
	padding: 0px;
	margin: 0px;
	border: #a5a2a5 solid 1px;
	height: 100%;
}
table.ex_conf_box td.left_border {
	padding-left: 5px;
}
table.ex_conf_box td.right_border {
	padding-left: 17px;
}*/
/* End extend confirm message box*/

div.user_body {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 10px;
}

div.main_tab_body {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	width: 100%;
}

/*  PAGING
*  ---------------------------------------------------------------*/
.pages {
	background: url("/images/pagenav_bg.gif") no-repeat center top;
	padding: 20px 0 10px 0;
	margin: 20px 0 10px 0;
	clear: left;
	font-size: larger;
	text-align: center;
}

.pages a, .pages span {
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	border: 1px solid #fff;
	background: #fff;
}

.pages span.current {
	border: 1px solid #2E6AB1;
	font-weight: bold;
	background: #30659E;
	color: #fff;
}

.pages a {
	border: 1px solid #9AAFE5;
	text-decoration: none;
}

.pages a:hover {
	color: #1c5c9a;
	border-color: #6398CD;
	background: #ecf2f8;
}

.pages a.nextprev {
	font-weight: bold;
}

.pages span.nextprev {
	color: #666;
}

.pages span.nextprev {
	border: 1px solid #ddd;
	color: #999;
}

.t-comboList {
	margin: 0;
	padding: 0;
}

.t-comboList a {
	display: block;
	background-color:#FBFFFF;
	border-bottom: solid 1px #456A9F;
	border-left: solid 1px #456A9F;
	border-right: solid 1px #456A9F;
	padding: 2px;
	text-decoration: none;
	font-size: 10px;
	color: #4B6BA4;
}

.t-comboList a:link, .t-comboList a:active, .t-comboList a:visited {
	color: #4B6BA4;
}

.t-comboList a:hover {
	background: #456A9F;
	color: #ffffff;
}

/*  EOT
*  ---------------------------------------------------------------*/

/* -------- Item --------*/
div.item {
	background: url(/images/notice5.gif) no-repeat;
	padding: 10px;
}

div.item h1 {
	margin: 0px 0px 0.4em 0px;
	font-size: 1.1em;
	text-align: left;
}

div.item div.str_item {
	padding-top: 0.2em;
}

td.item_num {
	font-size: 1.1em;
	vertical-align: top;
	padding-top: 1em;
}

div.item_head {
	background: url(/images/notice_res.gif) repeat-x;
	background-position : top;
	padding-top: 1px;
	padding-right: 25px;
	padding-bottom: 10px;
}

div.item_head h2{
	font-size: 12px;
	text-align: right;
}

div.item_head h1{
	font-size: 16px;
	font-weight: bold;
}

div.item div.sub-title {
/*	font-size: normal;*/
	color: #AAA;
	margin-bottom: 1.5em;
	text-align: left;
}
/* ----------------End Item ---------------*/

/* ----------------Nice Table-------------*/
div.table {
	background: #FFF;
	margin-top: 0px;
	padding-top: 0px;
}

div.table table tr td {
	background: #F9F9F9;
	border: 1px solid #CCC;
	padding: 6px;
}

div.table table tr td h3 {
	margin: 0px;
	font-size: 14px;
}
	  
div.table table tr td.second {
	background: #F9F9F9;
	border: 1px solid #EEE;
}
	  
div.table table tr td.second img {
	border: 1px solid #333;
}
	  
div.table table tr th {
	background: #F3F3F3;
	border: 1px solid #CCC;
	padding: 4px;
	font-size: 15px;
}

/*-----------------End table--------------*/

div.rep_time {
	padding-top: 5px;
	text-align: right;
	font-size: 10px;
} 

/* messages */

.warning {
	color: red;
}

.warning_box {
	border: 1px solid red;
	background: #FFFF66;	
	padding: 15px;
}

.notice-box {
	border: 1px solid red;
	background: #FFFF66;	
	padding: 15px;
	text-align: center;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
}

.message {
	padding: 10px;
	border: 2px solid #ddd;
	background-color: #eee;
	color: #222;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
}
.notice {
	background: #FFF6BF;
	color: #817134;
	border-color: #FFD324;
}
.success {
	background: #E6EFC2;
	color: #529214;
	border-color: #C6D880;
}
.error {
	background: #FBE3E4;
	color: #D12F19;
	border-color: #FBC2C4;
}

/* end messages */


table.section {
	border: 1px solid #CCC;
	margin-bottom: 15px;
}
table.section caption {
	background: #E7E7E7;
	border: 1px solid #CCC;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-bottom: none;
}


table.spreadsheet {
	border: 1px solid #CCC;
	margin-bottom: 15px;
	empty-cells: show;
	border-collapse: collapse;
}
table.spreadsheet caption {
	background: #E7E7E7;
	border: 1px solid #CCC;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-bottom: none;
}
table.spreadsheet th.name {
	background: #E7E7E7;
	border-collapse: collapse;
	text-align: center;
}
table.spreadsheet td,th {
	border: 1px solid #CCC;
	padding: 3px;
}

table.spreadsheet tr:hover {
	border: 1px solid black;
	outline: #CCC solid 1px;
}	

/*--------------- Stats table ----------------*/
table.stats {
	text-align: left;
	font-family: Arial,sans-serif;
	border: 1px solid #BBB;
}

table.stats caption {
	font-size: 14px;
	padding-bottom: 5px;
	color: #444;
}

table.stats tr {
	font-size: 12px;
	width: 210px;
	font-size: 11px;
	border-top: 1px solid #FFF;	
}
table.stats tr.header {
	background: url(/images/h1.gif) bottom repeat-x #F0EEEE;
}
table.stats tr.cells {
	background: url(/images/dotted.gif) repeat-x bottom;
}
table.stats th {
	font-size: 12px;
	color: #000;
	padding: 5px;
	padding-left: 7px;
	margin: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	text-align: center;
}
table.stats td {
	padding: 2px;
	padding-left: 0px;
	padding-bottom: 7px;
	padding-top: 7px;
	margin-left: 7px;
	text-align: center;
}
/*--------------- End table ------------------*/

/*
ul.menu li a {
	padding: 3px;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	background: #E7E7E7;
	display: inline;
}

ul.menu li a.selected {
}*/

ul.props li {
	padding-bottom: 4px;
}

/* comments */
ol.comments {
}
ol.comments li h3 {
	margin: 0px;
}
ol.comments li {
	margin-top: 3px;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px;
}

/* end comments */

/* forms & buttons */
form.large input {
	font-size: large;
	font-weight: bold;
	color: #666;
	margin-bottom: 1em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.button-large { /*, input[type="submit"].button-large, input[type="button"].button-large, input[type="file"].button-large {*/
	font-size: large;
	font-weight: bold;
	color: #fff;
	background-color: #069f00;
	padding: 5px 15px 5px 15px;
	border: 2px solid #ccc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position: relative;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
.button-large:hover { /*, input[type="submit"].button-large:hover, input[type="button"].button-large:hover, input[type="file"].button-large:hover { */
	text-decoration: underline;
	background-color: #238bce;	
	color: #fff;
}

/* FF wants this */
.button-large, input[type="submit"].button-large, input[type="button"].button-large, input[type="file"].button-large {
	text-decoration: none;
	background-color: #069f00;
	color: #fff;
}
/* FF wants this */
.button-large:hover , input[type="submit"].button-large:hover, input[type="button"].button-large:hover, input[type="file"].button-large:hover {
	text-decoration: underline;
	background-color: #238bce;
	color: #fff;
}

#free_download {
	font-size: smaller;
}

/* end forms & buttons */

label {
	float: left;
	width: 200px;
	text-align: right;
	margin: 3px;
}
input, textarea {
	float: left;
	width: 200px;
	margin: 3px;
}


h2.video-title {
	font-size: 1.5em;
}

td.video-id, td.video-screenshot, td.video-description, td.video-views, td.video-status {
	 border-bottom: 1px dashed #CCCCCC;
}
td.video-header {
	background-color: #EEEEEE;
}

#video-container {
  text-align: center;
}

input[name="openid_identifier"] {
	display: inline;
	float: none;
	width: 100px;
	background-image: url(http://wiki.openid.net/layout/common/images/openid-logo-small.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

#redirect-message {
	position: absolute;
	top:250px;
	background: #fff;
	padding: 3px;
	border: 1px solid #ccc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	left: 50%;
	width: 350px;
	margin-left: -175px;
	padding: 25px;
}
#redirect-message form {
	border: none;
	display: none;
}
textarea[name="post-content"] {
	width: 50%;
	float: none;
	display: block;
	height: 150px;
}

