/*
 * Stylesheet för @tt slöjda.
 * Copyright 2005-2009 Mikael Degerfält
 */
body
{
	background-color: #d0d0d0;
	font-size: 10pt;
	font-family: "Arial", sans-serif;
	color: #111;
	margin: 0px;
	padding: 0px;
}

td{font-size:10pt;}
.tree{border:1px solid red;margin-left:10px;}

div.logo
{
	height: 86px;
	margin: 0px;
	padding: 0px;
	background-image: url('/slojda/logobg.gif');
	background-repeat: repeat-x;
	border-bottom: 1px solid #888;
	margin-bottom: 13px; 
}

span.heart{	position: relative; left: 34px; top: 12px; float: left;}
span.slojda{position:relative;left:90px;top:6px;}
div.main{margin:0px 15px 10px 155px;}

/* List items */
.even{background-color:#ccc;}
.odd{background-color:#eee;}

div.odd { padding:3px;}
div.even { padding:3px;}


/* Status colors */
.pending { color: #770; }
.denied { color: #700; }
.granted { color: #070; }

span.required{color:red;}

li.jagvill {font-size: 14pt;text-align: left;}

.comment{
	background-color: #ddd;
	border: 1px solid #777;
	padding: 4px 5px 4px 10px;
}

//.ram { border: 1px solid #777; padding: 0px; padding-right:1px; }

.thumbnailview {text-align: center;	margin: 10px 4px 14px 4px;}
div.alsterdisplay{text-align: left;margin: 0px 0px 0px 0px;}

.alstertitle
{
	font-size: 12pt;
	padding: 2px 5px 1px 10px;
	margin-bottom: 3px;
	background-color: #bbb;
	text-align: left;
}

.bildtext
{
	text-align: left;
	margin-bottom: 4px;
	display: block;
}

/************/
div.login{ font-size: 8pt;}
div.meny{
	overflow: hidden;
	border: 1px solid #777;
	background-color: #ddd;
	width: 140px;
	top: 100px;
	left: 10px;
	position: absolute;
}

div.box{
	border: 1px solid #777;
	background-color: #ddd;
}

.boxtitle {
	font-weight: bold;
	font-size: 9pt;
	background-color: #bbb;
	padding: 0.1em 0.2em 0.2em 0.3em;
}

.boxtext, div.box p{
	padding: 0.15em 0.5em 0.7em 0.5em;
	margin: 0em;
}

.glipa{ margin-bottom:1em; }
.big { font-size: 18pt; }
.hidden { display: none;}

/* nyhetslayout */
div.newsitem
{
	background-color: #eee;
	margin: 10px 5px 5px 10px;
	padding: 0.5em 0.5em 1.2em 0.7em;
}

div.newstitle{font-size: 12pt;font-weight: bold;}
div.newsdate{font-size: 8pt;font-style: italic;}
div.newsbody{padding-top: 0.7em;}

/* Länkar */
a, .link  { color: Blue; text-decoration: underline; font-weight: normal; }
a:visited { color: Darkblue; }
a:active  { color: Blue; }
a:hover   { color: Red; }

/* Omdömen */
div.omdome{ border: 1px solid #777; padding: 5px; background: white; margin: 3px 8px 8px 4px; }
.o{display:none;}