body {
	height: 100%;
	padding: 10px;
    font:	12px/1.0 Verdana, Arial, Helvetica, sans-serif;
    color: #ddd;
    background: #000;
    background-image: url(../img/sitebackground.jpg);
    background-attachment: fixed;
    background-repeat:repeat-y;
 }
 table {
 	width: 100%;
 }
 td{
 	vertical-align: top;
 }
/* unvisited link */
a:link {
	color:#ddd;
}
/* visited link */
a:visited {
	color:#ddd;
}
/* mouse over link */
a:hover {
	color:#fff;
}
/* selected link */
a:active {
	color:#ddd;
}

h1, h2, h3 ,h4{
 	font-variant: small-caps;
 	padding-bottom: 5px;
}
h1 {
	font-size:	28px;
}
h2 {
	font-size:	18px;
}
h3 {
	font-size:	14px;
}
h4 {
	font-size:	12px;
}
select {
	background-image: url(../img/bg-trans.png);
	border: 2px solid #222;
	display: block;
	width: 100px;
	color: #ddd;
}
option {
	background:#555;
}
input{
	display: block;
}
label {
	display: block;
	padding: 5px 0px 2px 0px;
}

textarea {
	background-color: #333;
	font: 12px/1.0 Verdana, Arial, Helvetica, sans-serif;
	border: 2px solid #999;
	color: #ddd;
}

.cLabel {
	display: block;
	color: #fff;
	padding: 5px 0px 2px 0px;
}
.cInput {
	background-color: #333;
	border: 2px solid #999;
	padding: 2px;
	width: 381px;
	color: #ddd;
}
.cButton {
	float: left;
	background-color: #333;
	border: 2px solid #999;
	padding: 2px;
	cursor:pointer;
	color: #fff;
	width: 192px;
	margin: 7px 5px 10px 0px;
}
.first_comment_row {
	background-image: url(../img/bg-trans.png);
	border-top: 1px solid #aaa;
}
.cCell {
	padding: 6px;
}
.cDelete {
	cursor: pointer;
	text-align: right;
	color: red;
}
/* Header div */
.pHead {
	width: 590px;
	height: 40px;
	padding: 5px;
	background-image: url(../img/bg-trans.png);
}
/* Top image */
.pImg {
	float: right;
	padding-left: 5px;
	width: 50px;
	height: 50px;
}
.rDate {
	font-style: italic;
	color: #999;
}
/* Embeded images */
.rImg {
	float: right;
	border: 2px solid #aaa;
	margin: 5px;
	cursor:pointer;
}
.lImg {
	float: left;
	border: 2px solid #aaa;
	margin: 5px;
	cursor:pointer;
}
/* Gallery images */
.gImg {
	float: left;
	border: none;
	cursor:pointer;
	opacity:0.6;
	filter:alpha(opacity=60);
}
.gImgOver {
	float: left;
	border: none;
	cursor:pointer;
}
.cImg {
	border: 2px solid #fff;
	cursor:pointer;
}
.rContent {
	padding-bottom: 10px;
	padding-left: 10px;
	vertical-align: top;
	display: block;
}
.rHeader {
	background-image: url(../img/bg-trans.png);
}
.rSign {
	float: right;
	padding-bottom: 10px;
	font-style: italic;
}
.siteComment {
	float: right;
	padding-bottom: 20px;
}
/* For the image viewer*/
.viewPort {
	background-image: url(../img/bg-trans.png);
	position: absolute;
	left: 0px;
	z-index: 10;
	height: 100%;
	width: 100%;
}

.imageFrame {
	/* På www.Darkane.com så ska php bildhanteringen vara uppe och snurra 
	height: 500px;
	----------------------------------------------------------*/
	left: 50%;
    top: 50%;
    /* halva bild höjden */
	margin-top: -250px;
	/* ----------------- */
	margin-left: 0px;
	position: absolute;
	z-index: 9;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	border: 6px solid #fff;
}

.imageSplash {
	left: 50%;
    top: 50%;
    /* halva bild höjden */
	margin-top: -400px;
	/* ----------------- */
	margin-left: -160px;
	position: absolute;
	z-index: 10;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	border: 6px solid #fff;
}

/* For the comment view */
.close {
	text-align: right;
	cursor: pointer;
	padding: 4px;
}

.listHead {
	padding: 4px;
	text-align: left;
}

.textFrame {
	background-image: url(../img/bg-trans.png);
	color: #fff;
	max-height: 400px;
	width: 400px;
	overflow:auto;
	left: 50%;
    top: 50%;
    /* halva höjden */
	margin-top: -200px;
	/* ----------------- */
	margin-left: -200px;
	position: absolute;
	z-index: 9;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 6px solid #ddd;
	padding: 5px;
}
/*Menu*/
.menuItem {
	
	float: left;
	margin: 0px 0px 0px 20px;
	cursor:pointer;
}
.selectedItem {
	float: left;
	margin: 0px 0px 0px 20px;
	cursor:pointer;
    color: #777;
}
/* Shop item style */
.shopHeader{
	padding: 10px;
}
.itemDataCell{
	padding-left: 10px;
}
.itemHeader{
	font-weight: bold;
	float: left;
	margin: 0px 0px 0px 0px;
}
.itemComment{
	margin-top: 10px;
}
.itemData{
	float: right;
	padding: 5px;
	background-image: url(../img/bg-trans.png);
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 3px solid #555;
}

#galleriList{
	float: left;
	overflow: hidden;
	white-space: nowrap;
	height: 100%;
	width: 25%;
}
#galleriViewer{
	float: left;
	height: 100%;
	width: 75%;

}
#linkContent{
	position:absolute;
	bottom:10px;
	right: 0px;
	width: 90%;
}
#jl{
	position:absolute;
	bottom:100px;
	right: 20px;
}
#pw{
	position:absolute;
	top:80px;
	left: 50px;
}
#cm{
	position:absolute;
	top:300px;
	left: 5px;
}
#ki{
	position:absolute;
	bottom:200px;
	right: 250px;
}
#lm{
	position:absolute;
	top:120px;
	left: 240px;
}
#ct{
	position:absolute;
	bottom:300px;
	right: 55px;
	color: #555;
}
