﻿body, form, html
{
	height: 100%;
}
/*
.authorList div
{
	border: solid 1px #0f0;
}
*/
body
{
	background-color: #fff;
	margin: 0;
}
img
{
	border: 0px;
}
p
{
	margin: 0;
	line-height: 140%;
}
a
{
	color: #8e4a0c;
}
ul.nobullets
{
	list-style: none;
	margin: 0;
	margin-top: 7px;
	margin-bottom: 14px;
	padding: 0;
	padding-left: .2em;
}
/* IDS */
#headerWrapper
{
	width: 950px;
	height: 172px;
}

#menuContent
{
	background-color: #efee7f;
	width: 100%;
	height: 22px;
}

#menusubContent
{
	background-color: #ff7a00;
	height: 22px;
	width: 100%;
}
/* **************************************************************************************
   *** Två kolumner i bredd, 50% vardera.
   ************************************************************************************** */
#oneColumnLayout #column1
{
	left: 7px;
	position: absolute;
	top: 172px;
	width: 943px;
}

/* **************************************************************************************
   *** Två kolumner i bredd, 50% vardera.
   ************************************************************************************** */
#twoColumnLayout #column1
{
	left: 7px;
	position: absolute;
	top: 172px;
	width: 468px;
}

#twoColumnLayout #column2
{
	left: 482px;
	position: absolute;
	top: 172px;
	width: 468px;
}

/* **************************************************************************************
   *** Tre kolumner i bredd.
   ************************************************************************************** */
/*#threeColumnLayout div{border:solid 1px #f00;}*/

#threeColumnLayout #column1
{
	left: 0px;
	position: absolute;
	top: 172px;
	width: 250px;
}

#threeColumnLayout #column2
{
	left: 250px;
	position: absolute;
	top: 172px;
	width: 450px;
}


#threeColumnLayout #column3
{
	left: 700px;
	position: absolute;
	top: 172px;
	width: 250px;
}

/* **************************************************************************************
   *** Tre kolumner i bredd anpassad för startsidan.
   ************************************************************************************** */
/*#threeColumnLayoutStartpage div{border:solid 1px #f00;}*/

#threeColumnLayoutStartpage #column1
{
	left: 0px;
	position: absolute;
	top: 401px;
	width: 250px;
}

#threeColumnLayoutStartpage #column2
{
	left: 250px;
	position: absolute;
	top: 401px;
	width: 450px;
}


#threeColumnLayoutStartpage #column3
{
	left: 700px;
	position: absolute;
	top: 401px;
	width: 250px;
}

#usernotice
{
	position: absolute;
	top: 25px;
	left: 598px;
	width: 350px;
	text-align: right;
}
#usernotice p
{
	font-size: 0.75em;
	font-weight: bold;
	line-height: 2em;
}
#usernotice p strong
{
	color: #8e4a0c;
}
#usernotice a:link, #usernotice a:visited, #usernotice a:active
{
	text-decoration: none;
	font-weight: bold;
	color: #92a0a2;
}
.authorList img
{
	float: left;
	margin: 0 7px 7px 0;
}
.authorList .authorItem
{
	background-color: #f9f9f9;
	border: solid 1px #cecece;
	padding: 7px;
	display: table;
}
.authorList .authorText
{
	margin-left: 90px;
	width: 360px;
}

.bigFriendList img
{
	float: left;
	margin: 0 7px 7px 0;
}
.bigFriendList .itmItem
{
	background-color: #f9f9f9;
	border: solid 1px #cecece;
	padding: 7px;
	display: table;
}
.bigFriendList .itmText
{
	margin-left: 90px;
	width: 360px;
}

.smallFriendList img
{
	float: left;
	margin: 0 7px 7px 0;
}
.smallFriendList .itmItem
{
	padding: 7px;
	display: table;
}
.smallFriendList .itmText
{
	margin-left: 90px;
}


.miniFriendList img
{
	float: left;
	margin: 0 2px 2px 0;
}
.miniFriendList .itmItem
{
	padding: 0;
	display: table;
	font-size: 0.8em;
}
.miniFriendList .itmText
{
	margin-left: 78px;
}

/* classes */
.greenyellow
{
	background-color: #f0ee7f;
}
.lightyellow
{
	background-color: #ffffd8;
}
.beige
{
	background-color: #e4e4bc;
}
.darkgray
{
	background-color: #6d6d76;
}
.darkgrayfade
{
	background-image: url(../Images/darkgrayfade.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.gray
{
	background-color: #dfdfdf;
}
.grayborder
{
	border: solid 1px #ccc;
}
.lightgray
{
	background-color: #ebebeb;
}
.whitegray
{
	background-color: #f7f7f7;
}
.grayfade468
{
	background: url(../Images/lightgrayfade468.jpg) repeat-x left top;
}
.grayfade950
{
	background: url(../Images/lightgrayfade950.jpg) no-repeat left top;
}
/* Vitt tema för mörk bakgrund */
.white
{
	color: #fff;
}
.white a
{
	color: #fff;
	text-decoration: underline;
}
.white a:hover
{
	text-decoration: none;
}
/* Padding */
.normalpadding
{
	padding: 5px;
}
.extrapadding
{
	padding: 5px 0px 5px 15px;
}
.maxpadding
{
	padding: 25px;
}
.topmargin
{
	margin-top: 7px;
}
.leftmargin
{
	margin-left: 7px;
}
.rightmargin
{
	margin-right: 7px;
}
.bottommargin
{
	margin-bottom: 7px;
}
.leftrightpadding
{
	padding: 0 7px 0 7px;
}
.leftpadding10
{
	padding-left: 10px;
}
.leftpadding20
{
	padding-left: 20px;
}
.rightpadding10
{
	padding-right: 10px;
}
.floatright
{
	float: right;
}
.floatleft
{
	float: left;
}
.alignright
{
	text-align: right;
}
.poem
{
	/*padding: 0 5px 0 5px;*/
	line-height: 200%;
	font-size: 0.73em;
	margin-bottom: 0;
}
.grayborder
{
	border: solid 1px #ccc;
}
.grayrounded458
{
	background-image: url(../Images/roundedborder458.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
.grayroundedbottom458
{
	background-image: url(../Images/rounderborderbottom458.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}
/* För startsidan */
.imageContainer
{
	float: left;
	width: 115px;
	display: inline;
}
.textContainer
{
	margin-left: 125px;
	padding: 0 0 0 4px;
}
div.hrclear
{
	height: 1px;
	margin: 8px auto 8px auto;
	clear: both;
}
div.hrclear hr
{
	display: none;
}
div.hr
{
	height: 1px;
	background: url(../Images/hrBg.gif) repeat-x;
	margin: 8px auto 8px auto;
	clear: both;
}
div.hr hr
{
	display: none;
}
#sales ol
{
	padding-left: 1em;
	margin-left: .8em;
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 0;
}
#sales ol li
{
	margin-left: .4em;
}
.salestopbg
{
	background: url(../Images/bgtoplist.jpg) top left;
}

input.txt
{
	width: 180px;
	border: 1px solid #cccccc;
}

.twoColWrapper
{
	border: solid 1px #cccccc;
	width: 400px;
}

.twoColWrapper .col1
{
	float: left;
	width: 185px;
}
.twoColWrapper .col2
{
	margin-left: 195px;
}

#userimage
{
	width: 250px;
	text-align: center;
}

.td1
{
	text-align: left;
	vertical-align: middle;
	padding: 0 0 0 15px;
	height: 21px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 0.8em;
}
.td2
{
	text-align: left;
	vertical-align: middle;
	width: 70px;
	height: 21px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 0.8em;
}
/*
.itemWrapper
{
	width: 250px;
	height: 100px;
}
.imageContainer
{
	float: left;
	width: 80px;
}
.textContainer
{
	margin-left: 125px;
	padding: 0 0 0 4px;
}
*/

/* Vänner */
.listimage
{
	float: left;
	margin: 5px 5px 5px 0;
}

.listtext
{
	clear: right;
	margin-left: 65px;
	font-size: 0.85em;
}

.smallForumItem
{
	background-color: #e9e671;
}
.smallForumItemAlternate
{
}
.forumYellowBg
{
	background-color: #f0ee7f;
}

.minheight400
{
	float: left;
	width: 1px;
	height: 400px;
}

.minheight600
{
	float: left;
	width: 1px;
	height: 600px;
}
.bordercolor
{
	border: solid 1px #00f;
}

.clearboth
{
	clear: both;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}

/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}

ul.horizontal
{
	display: inline;
}

ul.horizontal li
{
	display: block;
	float: left;
	margin-right: 5px;
}
