﻿body {
	background:#000000 url('./Gfx/bg.jpg') no-repeat center top fixed;
	background-size:100%;
	color: #000000;
	margin: 0;
	font-family: Arial;
	font-weight: bold;
	width:100%;
	/*position:absolute;*/
}
img {
	border:none 0px;
}
a {
	color:#DD6633;
	text-decoration:none;
 }
a:hover {
	/*color#ff0000;*/
	text-shadow: 0 0 8px rgba(200, 00, 0, 1);
	text-decoration:underline;
	/*font-weight: bold;*/
}
iframe {
	display:none;
}
h1 {
	font-family:Arial;
	font-weight:normal;
	margin:0px;
}
table {
	margin:0px;
	padding:0px;
	text-align: left;
	color:#ffffff;
}
table.subfolder tr.selected {
	background:url('./Gfx/whiteTransparent.png');
}
tr,td {
	margin:0px;
	padding:0px;
	text-align: left;
}
th {
	font-weight:bold;
	/*color:#ffffff;*/
}


div .element {
	position:relative;
	display:block;
	width:100%;
	min-height:150px;
	padding-top:20px;
	padding-bottom:20px;
}

div .element:hover {
	background: rgba(200,0,0,0.8);
	color: #000000;
}
div #zoom {
	/*background-color:rgba(255,255,255,0.2);*/
	display:none;
	background:  url('./Gfx/whiteTransparent.png') repeat;
	z-index:1000;
	padding:10px;
	-moz-box-shadow: 0px 0px 21px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 21px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 21px rgba(0,0,0,0.5);
}
div #zoom  img {
	width:100%;
	height:100%;
	background:#ffffff;
	/*background:no-repeat center center;
	background-size:100%;*/
}
div.shareBtn {
	position:relative;
	width:50px;
	height:50px;
	/*border:1px solid #000000;*/
}
div.shareBtn:hover {
	margin-top:-10px;
}
div.fb {
	background:url("./Gfx/fbButton.png") no-repeat;
}
div.twitter {
	background:url("./Gfx/twitterButton.png") no-repeat;
}
div.iwiw {
	background:url("./Gfx/iwiwButton.png") no-repeat;
}
div.buzz {
	background:url("./Gfx/buzzButton.png") no-repeat;
}
div.gPlus {
	background:url("./Gfx/gPlusButton.png") no-repeat;
}
div.thumbler {
	background:url("./Gfx/thumblrButton.png") no-repeat;
}
div.header {
	background: url("./Gfx/blackTransparent.png") repeat;
	border-top-left-radius: 200px 85px;
	border-top-right-radius: 200px 85px;
	margin:0 auto;
	color:#dd9966;
	position:absolute;
	min-width:600px;
	left:200px;
	height:42px;
	top:20px;
	text-align:center;
	text-shadow:#995522 2px 3px 5px;
}

div.inner {
	width:550px;
	margin: 0 auto;
	/*margin:7px;*/
	font-family:Arial;
	font-size:17px;
	color:#ffffff;
	/*border:rgba(0,0,0,0.2) 1 solid;*/
	padding:25px;
	/*background:;*/
	/*background:#000015 rgba(0,0,0,0.5);*/
	background: url('./Gfx/blackTransparent.png') repeat;
	text-align:center;
	/*text-shadow:#000000 5px 5px 3px;*/
}
div.ViewCount {
	font-family:Arial;
	font-size:17px;
	color:#ffffff;
	padding:10px;
	background: url('./Gfx/blackTransparent.png') repeat;
	/*min-height:50px;*/
	padding: 10px 10px;
}
div.randomImg {
	position:relative;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	background: url("./Gfx/blackTransparent.png") repeat;
	padding: 10px;
	margin-top:60px;
}
div.forumComment {
	position:relative;
	background: url("./Gfx/blackTransparent.png") repeat;
	color: #ffffff;
	border-top-left-radius: 10px 20px;
	border-bottom-left-radius: 10px 20px;
	min-height:50px;
	padding: 10px 20px;
	margin:10px;
}
div.forumEditor {
	position:relative;
	background: url("./Gfx/blackTransparent.png") repeat;
	color:#ffffff;
	/*border-top-left-radius: 40px 10px;
	border-top-right-radius: 40px 10px;*/
	min-height:50px;
	padding: 20px 20px;
	/*margin:10px;*/
}
div.forumComment .head {
	background: rgba(200,0,0,0.8);
	/*border-top-left-radius: 10px 20px;*/
	min-height:12px;
	padding: 2px 20px;
}

div.successMsg {
	/*background:rgba(50,200,0,0.5);*/
	background: url('./Gfx/greenTransparent.png') repeat;
}
div.warningMsg {
	/*background:#661600 rgba(200,50,0,0.5);*/
	background: url('./Gfx/orangeTransparent.png') repeat;
}
div.errorMsg {
	/*background:rgba(255,0,0,0.5);*/
	background: url('./Gfx/redTransparent.png') repeat;
}
input[type="text"],input[type="password"],textarea,select {
	color:#000000;
	background:#ffdddd rgba(255,200,150,0.7);
	border:1 solid #000000;
}
input[type="submit"],button {
	color:#ffffff;
	text-shadow: 0px 0px 0px #ffffff;
	border:rgba(200,0,0,0.8) solid 1px;
	background: url('./Gfx/blackTransparent.png') repeat;
	padding-right:7px;
	/*-moz-box-shadow: 0px 0px 7px rgba(255,100,0,0.5),0px 0px 7px rgba(255,100,0,0.5) inset;
	-webkit-box-shadow: 0px 0px 7px rgba(255,100,0,0.5),0px 0px 7px rgba(255,100,0,0.5) inset;
	box-shadow: 0px 0px 7px rgba(255,100,0,0.5),0px 0px 7px rgba(255,100,0,0.5) inset;*/
}
input[type="submit"]:hover,button:hover {
	background: rgba(200,0,0,0.8);
	color: #000000;
	text-shadow: 0px 0px 2px #ff0000;
	
}