﻿/*

	terrafirma1.0 by nodethirtythree design
	http://www.nodethirtythree.com

    Moddad av BjJa

*/

*
{
padding: 0px;
margin: 0px;
}

body {
    /*background: #F9F9F7 url('images/a1.gif') repeat-x;*/
    background: #EDF1F2;
    font-size: 0.7em /*11px;*/;
    font-family: "trebuchet ms", helvetica, sans-serif;
    /*color: #8C8C73;*/
    color: #333;
    line-height: 18px;
}

a
{
color: #000;
text-decoration: underline;
}

a:hover
{
text-decoration: none;
}

a[disabled] {
	cursor: not-allowed;
	opacity: 0.5;
	text-decoration: none;
}

h1
{
	font-size: x-large;
	padding-bottom: 0.5em;
	padding-top: 8px;
}

h2
{
	font-size: large;
	padding-bottom: 0.5em;
}

sup
{
font-size: 0.5em;
}


p
{
margin-bottom: 14px;
text-align: justify;
}

img.picA
{
position: relative;
top: -2px;
background: url('images/a47.gif') no-repeat;
width: 76px;
height: 74px;
padding: 8px;
}

img.picB
{
position: relative;
top: -2px;
background: url('images/a26.gif') no-repeat;
width: 146px;
height: 75px;
padding: 7px;
}

img.floatleft
{
float: left;
margin: 0px 14px 3px 0px;
}

ul
{
	list-style: none;
}

ul.linklist
{
    list-style: none; 
}

ul.linklist li
{
/*border-top: solid 1px #EEEEEE;
padding-top: 5px;*/
margin: 2px 0px 0px 0px;
}

ul.linklist li.first
{
border-top: 0px;
margin-top: 0px;
padding-top: 0px;
}

/* För AJAX Controlkit Calendar. Om padding är satt i CSS på TD så skiter sig allt om inte detta är med...*/
.ajaxcalendar .ajax__calendar_container
{
    border: 1px solid #646464;
    background-color: #FEFEFE;
    color: black;
}


.ajaxcalendar .ajax__calendar_container td
{
	background-color: #FEFEFE;
    padding: 0px;
}
/* Slut AJAX Control*/


#upbg
{
position: absolute;
top: 0px;
left: 0px;
background-image:url('images/upbg.gif') no-repeat;
width: 747px;
height: 264px;
z-index: -1;
}

#outer
{
position: relative;
width: 747px;
margin: 0 auto;
/*background: #fff url('images/abg.gif') repeat-y;*/
background:#FFF
}

#inner
{
position: relative;
padding: 13px 30px 13px 30px;
z-index: 2;
}

#header
{
position: absolute;
background: #FF7800 url('images/a8.gif') repeat-x;
width: 222px;
height: 92px;
color: #fff;
}

#header span
{
font-weight: normal;
}

#header h1
{
position: absolute;
font-size: 23px;
letter-spacing: -1px;
top: 30px;
height: 92px;
}

#header h2
{
position: absolute;
font-size: 10px;
font-weight: normal;
color: #FCE2CA;
top: 51px;
}

#header sup
{
color: #FCE2CA;
}

#splash
{
position: absolute;
/*right: 30px;*/
background: #EAEAE2;
background-image: url('../images/vis/header.png');
background-repeat: no-repeat;
width: 687px;
height: 92px;
}

#subsplash
{
	visibility:hidden;
}

/* meny på logga in sida */
#menu
{
    /*border-radius: 0.8em;
	-webkit-border-radius: 1.0em;
	-moz-border-radius: 1.0em;
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
        */
}

#menu a
{
    display: inline;
    line-height: 52px;
    padding-left: 3px;
    background-color: transparent;
    background-repeat: repeat-x;
    padding: 8px 12px 8px 12px;
    font-size: 12px;
    color: #96abbb;
    font-weight: bold;
    text-decoration:none;    
}

/* wrapper för hela menyn */
#meny {
    background: #444;
    /*background-image: url('menu_bg.png'); */
    width: 687px;
    height: 50px;
    padding: 18px 0px 0px -10px;
    margin: 60px 0px 10px 0px;
    /*border-radius: 0.6em;
    -webkit-border-radius: 0.6em;
	-moz-border-radius: 0.6em;*/
    /* Bootstrap may change size - use static size here. */
    font-size: 11.2px;
    line-height: 18px;
}

#dropdown, #dropdown ul li:hover, #dropdown li a
{
    /*background-color: #333;*/
}

#dropdown {
	float: left;	
 	margin: 0;
 	padding: 0;
}

#dropdown li 
{    
 	float: left;
 	list-style: none;
 	margin-right: 0.25em;
 	padding: 6px 15px 0px 10px;	
 	position: relative;
 	height:15px; 	
}

/* huvudalternativen */
    #dropdown li a {
        text-decoration: none;
        color: #fff; /* #96abbb; */
    }

/* logga ut alternativet */
#dropdown a {
 	text-decoration:none;
	color: #FFF;
	margin-top: 15px;
}

/*Hela dropdown menyn */
#dropdown ul 	
{
    filter: Alpha(opacity=95);
    opacity: 0.93;
    background-color: #fff;    
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 22px;
    left: 0px;
    z-index: 500;
    -webkit-border-radius: 0.6em;
    -moz-border-radius: 0.6em;
    border-radius: 0.6em;
    border-left: 1px solid #bbb;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ccc;
}

/* subalternativen */
#dropdown ul li a
{
    white-space: nowrap;
    margin: 0px;
    color: #000;
}

/* hover på subalt */FF7800
#dropdown ul li a:hover
{
    /*background-color:#FFF; */
    color:#111;   
    text-decoration:underline;
}

#dropdown li:hover > ul {
 	display: block; 	
}

#dropdown li ul li:last-child
{
    margin-bottom: 0.5em;
   	-webkit-border-bottom-left-radius: 0.5em;
	-moz-border-radius-bottomleft: 0.5em;
	-webkit-border-bottom-right-radius: 0.5em;
	-moz-border-radius-bottomright: 0.5em;
	border-bottom-left-radius:0.5em;
	border-bottom-right-radius:0.5em;
}


#secondarycontent
{
	position: relative;
	width: 188px;
	float: right;
	margin-right: 18px;
}

#secondarycontent h3
{
position: relative;
top: 4px;
font-size: 16px;
line-height: 25px;
color: #656551;
letter-spacing: -1px;
/*background: url('images/a22.gif') bottom repeat-x;*/
/*padding: 0px 0px 5px 0px;*/
margin-bottom: 5px;
}

#secondarycontent .content
{
padding: 0px 10px 0px 10px;
margin-bottom: 20px;
}

#primarycontent {
    position: relative;
    width: 480px;
    float: left;
    margin-left: 40px;
    margin-top: 20px;
}

#primarycontent h3
{
position: relative;
top: 4px;
font-size: 18px;
line-height: 25px;
color: #656551;
letter-spacing: -1px;
/*background: url('images/a22.gif') bottom repeat-x;*/
/*padding: 0px 0px 10px 15px;*/
margin-bottom: 5px;
}

#primarycontent .content
{
padding: 0px 15px 0px 15px;
margin-bottom: 20px;
}

#primarycontent .post
{
margin-bottom: 30px;
}

#primarycontent .post .header
{
position: relative;
}

#primarycontent .post .date
{
position: absolute;
right: 15px;
top: 0px;
line-height: 35px;
color: #AFAFA4;
font-weight: bold;
}

#primarycontent .post .content
{
margin-bottom: 0px;
}

#primarycontent .post .footer
{
position: relative;
top: -10px;
background: url('images/a33.gif') repeat-x;
height: 64px;
}

#primarycontent .post .footer ul
{
list-style: none;
position: absolute;
right: 15px;
bottom: 15px;
}

#primarycontent .post .footer ul li
{
display: inline;
line-height: 14px;
padding-left: 17px;
margin-left: 25px;
background-repeat: no-repeat;
background-position: 0px 2px;
}

#primarycontent .post .footer ul li.printerfriendly
{
background-image: url('images/a41.gif');
}

#primarycontent .post .footer ul li.comments
{
background-image: url('images/a36.gif');
}

#primarycontent .post .footer ul li.readmore
{
background-image: url('images/a38.gif');
}

#primarycontent_split_left
{
position: relative;
width: 230px;
float: left;
}

#primarycontent_split_right
{
position: relative;
width: 230px;
float: right;
}

#footer
{
position: relative;
clear: both;
height: 66px;
text-align: center;
line-height: 66px;
background-image: url('images/a50.gif');
color: #A8A88D;
}

#footer a
{
color: #8C8C73;
}

#footerimg
{
	position:absolute;
	left:520px;
	top:7px;
}

table
{
	border-style: none;
}

table.shops
{
	width: 100%;
}

/* sönder 
th
{
	text-ali

adding: 0px 6px 0px 5px;
}
*/

td.shops
{
	width: 206px;
	padding: 4px 8px 4px 0px;
	border-bottom: solid 1px;
}

div.shops
{
	margin: 3px 0px 3px 0px;
}

.shopname
{
	font-weight: bold;
	text-decoration: underline;
}

.smalltitle
{
	font-weight: bold;
	text-decoration: underline;
}

div.inline
{
	display: inline;
}
select {
	color:  #000;
}

.loginTextBox
{
    Width:150px;
    margin-bottom: 3px;
}

.loginCheckBox
{
    margin-left: 10px;
    padding-top: 5px;
    text-indent: 0em;
    text-align: left;    
}

table.spacedCells th, table.spacedCells td {
    padding-left: 10px;
    padding-right: 10px;
}

/* Remove left padding from the first column */
table.spacedCells td:first-child,
table.spacedCells th:first-child {
    padding-left: 0;
}

/* Remove right padding from the last column */
table.spacedCells td:last-child,
table.spacedCells th:last-child {
    padding-right: 0;
}

table.radioButtonList
 {    
      width: 650px;
 }

table.radioButtonList input
 {    
      float: left;
 }

 table.radioButtonList label
 {    
      margin-left: 20px;
      display: block;
 }

th.searchMemberTableHeader{
  min-width: 75px;
}

#previewMessage {
    border: 1px solid darkgray;
    padding: 2px;
    color: black;
    background-color: #EEE;
}

[data-warn="true"] {
    color: red;
    font-weight: bolder;
    font-size: larger;
}