html, body {
	background-color:	#F7F7F7;
	padding:		0;
	margin:			0;
	width:			100%;
	font-size:		12px;
	font-family:	Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
table#details {
	width:			100%;
	max-width: 		780px;
}
h1 {
	font-size:		20px;
	color:			#C25523;
	font-weight:	normal;
	text-align:		center;
}
h2 {
	font-size: 		18px;
	color:			#5F5F5F;
	font-weight:	normal;
}
h2 a {
	color:				#1783D1;
	text-decoration:	none;
}
h2 a:hover {
	text-decoration:	underline;
}

a {
	color: #1783D1;
}

a:hover { 
 color: #F68618;
}

.right {position: absolute; right: 50px;}
.left {position: absolute; left: 30px;}
.leftkat {position: absolute; left: 120px;}

tr.backgr {
	height:				30px;
	background-image:	url("/s/menu-tr.gif");
	background-repeat:	repeat-x;
	color:				#F68618;
	font-weight:		bold;
}

tr.backgr td {
	padding:	0 3px 7px;
}

#all {
	margin:			5px;
	padding:		0;
}
#up {
	width:		100%;
	height:		73px;
}

ul#menu { width: 100%; height: 39px; background: #F7F7F7 url("/s/menu-bg.gif") top left repeat-x; font-size: 1.2em; font-family: "Lucida Grande", Verdana, sans-serif; font-weight: bold; list-style-type: none; margin: 0; padding: 0; }
ul#menu li { display:inline; margin: 0; }
ul#menu li a { height: 30px; color: #C25523; text-decoration: none; display: block; float: left; padding: 8px 15px 0; }
ul#menu li a:hover { color: #FFF; background: #FFF url("/s/current-bg.gif") top left repeat-x; padding: 8px 15px 0; }
#menu .logout { float: right; }

/* sidebar menu */

#navcontainer
{
background: #f0e7d7;
width: 240px;
margin: 0 auto;
padding: 0;
font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
font-size:14px;
font-weight: bold;
text-decoration:none;
text-align: center;
}

#reklama
{
margin: 5px;
padding: 0;
font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
font-size:14px;
text-align: left;
}

ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0;
width: 100%;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 0.3em 0 0.3em 4.5em;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #777;
text-decoration: none;
background: #f7f2ea;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #f0e7d7;
color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #800000;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}

/* end sidebar menu */

#download {
	font-size:			22px;
	padding:			3px;
	margin:				5px;
	border:				solid 1px #8BA7CD;
	background-color:	#EFF3FB;
}

#download .d_small {
  font-size:	12px;
  padding:		3px;
  margin:	5px;
}

#goog {
  margin: 0 10px 15px 5px;
}

input, textarea {
	border:			1px solid #4C89C2;
}

td.up {
	text-align:	right;
}

#rss {
	float:	right;
	margin:	3px;
}

img {
	border: none;
}

td {
	font-size:			12px;
}

div#index tr.dark{
	background-color:		#D5DAE0;
	font-weight: 			bold;
}

div#index tr a {
	text-decoration:		none;
	color:					#000000;
}
div#index tr a:hover {
	text-decoration:	underline;
}
div#index tr.tum {
	background-color:		#EEF3F5;
}
div#index tr:hover {
	background-color:	#D5DAE0;
}
#downgif {
	margin:			5px;
}
.blue {
	color: blue;
}
.green {
	color: #008000;
}
.red {
	color: #8B0000;
}

table#files {
	border-collapse: collapse;
}
table#files td {
	padding:	1px;
	border:		1px dashed black;
}
div.comment {
	width:				70%;
	margin:				5px;
	padding:			5px;
	border: 			1px dotted black;
	background-color:		#EFF3FF;
}
span.x {
	float:		right;
	cursor: 	pointer;
}
span.beforex {
	float:		left;
}
div#ws {
	width:				100%;
}
div#ws div#content {
	position:			absolute;
	left:				255px;
	right:				5px;
}
div#ws div#sidebar {
	left: 				5px;
	width:				240px;
	position:			absolute;
}
div#ws div#sidebar div.sideblock {
	width:				100%;
	text-align:			center;
	border:				3px double #A9B8C2;
	border-style:		double;
	margin-top:			5px;
}
div#ws div#sidebar div.sideblock a {
	text-decoration:		none;
}
div#ws div#sidebar div.sideblock a:hover {
	text-decoration:		underline;
}
div#search input#in {
	font-size:		13px;
	color: 			#000;
	background-color: 	#fff;
	border: 		1px solid #000;
}
div#search input#sub {
	font-size:		15px;
	background-color: 	#e3eeff;
	border: 		1px solid #000;
}
div#down {
	width:				100%;
	padding-top:	 	1%;
	font-size:			10px;
	color:				#7F7F7F;
	text-align:			justify;
}
div#down a {
	color:				#0F0F89;
	text-decoration:	none;
}
div#down a:hover {
	color:              #F68618;
	text-decoration: underline;
}
div#redpeers {
	border:				1px solid red;
	padding:			5px;
	background-color:	#FEF1E1;
	margin:			    5px;
	text-align:			justify;
	font-size:			10px;
}

#warning {
	font-weight:		bold;
	color:			    #777777;
	border:				solid 1px red;
	margin:				5px;
	padding:			5px;
	background-color:	#F7F2EA;
}

#advcat {
	text-align:			center;
	color:			    #777777;	
	padding:			5px 5px 3px;
	margin:				5px;
	border:				solid 1px #FDD99C;
	background-color:	#f7f2ea;	
}

div.emule {
	margin:				5px;
	border:				solid 1px #01AF00;
	padding:			3px;
	background-color:	#EFFFEF;
}

div.emule a {
	color:				#187F17;
	font-size:			22px;
}

div.emule a:hover { 
 color: #F68618;
}

div#logo {
	float:				left;
	margin-left:	5px;
}

div#vote4us {
	float:				left;
	margin-left:			5px;
	margin-top:			1px;
}

div#bannerh {
	float:				right;
}

td.header {
	font-weight: bold;
	margin: 5px;
}

span.button {
	cursor: pointer;
}

#torrentproblems {
	text-align:			justify;
	font-size:			16px;	
	padding:			5px;
	margin:				5px;
	border:				double 3px Silver;
	background-color:	#f7f2ea;	
}

/* c = comments start */
.c_h {
	background-color:	#BFD0FF;
}
.c_t {
	background-color:	#F2F2F2;
}

.c_h_tech {
	background-color:	#BFFFC3;
}
.c_t_tech {
	background-color:	#F2F2F2;
}

.c_h_a {
	background-color:	#FF6F75;
}
.c_t_a {
	background-color:	#F2F2F2;
}

/* comments end */

.quote{
background: #E5E5E5 url("/s/quote1.gif") top left no-repeat;
border: 1px solid silver;
}

blockquote {
margin:0;
padding:5px 20px;
background:url("/s/quote2.gif") bottom right no-repeat;
}

.code {
	width:				90%;
	padding:			5px;
	margin:				5px;
	border:				1px solid gray;
	background-color:	#EBEBEB;
}

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;
	background: #5970B2;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #49A3FF}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

#sddm div a
{	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEBD8;
	color: #2875DE;
	font: 11px arial}

#sddm div a:hover

{	background: #49A3FF;
	color: #FFF}
	
/* [hide] start */
.hidewrap
{
  margin-left: 10px;
	margin:	5px;
	z-index: 100;
}
.hidehead 
{
	color: #2469CB;
	font-weight: bold;
	padding: 3px;
	padding-left: 15px;
  background-image: url(http://opensharing.org/s/icon_plus.gif); 
	background-repeat: no-repeat;
	background-position: 1px 6px;
	cursor:	pointer;
}
.hidebody
{  
	padding: 3px;
	display: none;
	background-color: #F5F5F5;
}
.hidearea
{
	display: none;
}
/* [hide] end */

/* liScroll style declarations */
.tickercontainer { /* the outer div with the black border */
border: 1px solid silver;
background: #fff; 
width: 100%; 
height: 27px; 
margin: 0; 
padding: 0
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 3px;
width: 98%;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 500px;
font: bold Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #fff;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #1783D1;
font: bold Verdana;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 5px 0 0;
} 