/* HTML Stylesheet Script */
/* Autor - StarBucK */

@import url("header.css");
@import url("navi.css");
@import url("content.css");
@import url("footer.css");
@import url("watermarks.css");

body
{
	background-color: #000;
	background-image: url("../gfx/site-bg.jpg");
	background-repeat: repeat;
	background-position: top;
	background-attachment: fixed;
	background-size: 100% !important;
	overflow-x: hidden;
	overflow-y: scroll;
	font-size: 8pt;
	font-family: verdana;
	cursor: default;
	
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

a:active {text-decoration: none; color: #fff}
a:link {text-decoration: none; color: #fff; cursor: default}
a:visited{text-decoration: none; color: #fff}
a,a:link,a:visited{outline:none;}
* img{outline:none; pointer-events: none;}
* img a,* img a:link,* img a:visited{outline:none;}

input[type=button]::-moz-focus-inner {border: 1px dotted transparent;}

:root
{
  +--root-border-style: solid 1px #aaa;
  +--navi-button-style: solid 1px #aaa;
  +--copy-border-style: solid 1px #aaa;
}

#root
{
	float: left;
	margin-top: -3px;
   	margin-bottom: -1px;
	height: auto;
	width: 1024px;
}
		
	#ips
	{
		float: right;
		width: auto;
		height: auto;
		+margin: 50 0 0 -150;
		background-color: lightgrey;
		padding: 0px;
		
		+border:red 1px dotted;
		
		-webkit-border-radius:5px 5px 5px 5px;
		-moz-border-radius:5px 5px 5px 5px;
		-ms-border-radius:5px 5px 5px 5px;
		border-radius:5px 5px 5px 5px;
	}
	
		#ips table
		{
			width: auto;
			height: auto;
			+border: green 1px dashed;
		}
	
		#ips .name
		{
			width: auto;
			height: auto;
			+colspan: 0;
			text-align: right;
			padding: 0px 0px 0px 4px;
			+border: yellow 1px dotted;
		}
	
			#ips .name span
			{
				
			}
	
		#ips .middle
		{
			
			width: auto;
			height: auto;
			colspan: 0;
			text-align: center;
			+border: yellow 1px dotted;
		}
	
			#ips .middle span
			{
				
			}
	
		#ips .ip
		{
			width: auto;
			height: auto;
			colspan: 0;
			text-align: left;
			margin: 100px 0px 0px 0px;
			padding: 0px 4px 0px 4px;
			+border: yellow 1px dotted;
			
			-webkit-user-select:text;
			-moz-user-select:text;
			-ms-user-select:text;
			user-select:text;
		}
	
			#ips .ip span
			{
				
			}