﻿.previous
{
	margin:10px 0 10px 0;
}
/*False select object*/
#selSearch
{
	height:54px;
	width:181px;
	margin:0 0 0 0;
	z-index:300 !important;
	overflow:visible;
	position:relative;
}
a#aSelValue
{
	height:16px;
	width:104px;
	background-color:Transparent;
	text-decoration:none;
	float:right;
	background-image:url('/images/selsearch.png');
	background-repeat:no-repeat;
	padding:3px 0 0 5px;
	display:inline;
	margin:35px 7px 0 0;
	overflow:hidden;
}
#aSelValue:focus{outline:none; text-decoration:underline;}
/*Eftersom FF lägger till automagiskt vilket blir konstigt när det "är en select"*/
/*La till underline istället om nu någon tabbar runt istället för att klicka*/

.leftselect{display:inline; float:left; margin:38px 0 0 5px;}
#selSearch #divSelect
{
	visibility:visible;
	height:auto;
	width:200px;
	border-style:outset;
	border-color:#caddeb;
	border-width:3px;
	z-index:1000 !important;
	background-color:White;
	/*float:left;*/
	text-align:left;
	margin:0px 0px 0px 0px;
	position:absolute;
	bottom:16px;
	left:60px;
	padding:5px 0 5px 0;
}
#divSelect .selAnchor
{	
	cursor:pointer;
	margin:5px 2px 2px 2px;
	font-size:13px;
	text-decoration:none;
	float:left;
	width:194px;
}
.selAnchor:hover
{
	text-decoration:none;
	background-color:#dce9fa;
}
/*End false select object*/
#blue { margin-bottom:10px; }

/*Searchfields*/
.divSearchfield
{	
	width:181px;
	height:20px;
	float:left;
	margin:10px 0 0 0;
	
}
.searchfield
{
	width:79px;
	height:17px;
	border:solid 0px black;
	
	overflow:hidden;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background-color:Transparent;
}
.innerdivfield
{
	background-image:url('/images/searchfield.png');
	background-repeat:no-repeat;
	width:79px;
	height:17px;
	margin:0 7px 0 0;
	padding:0 10px 0 5px;
	float:right;
}
.left{display:inline; float:left; margin:0 0 0 5px;}

/*End Searchfields*/

.txtSign
{
	font-style:italic;
	margin:10px 0 10px 0 !important;
	font-size:12px !important;
}
#content H2
{
	margin:1px 1px 1px 1px;
	font-family:Verdana;
	font-size:18px;
	font-weight:normal;
	color:#333333 !important;
}
#content H1
{
	margin:1px 1px 1px 1px;
	font-family:Verdana;
	font-weight:bold;
	font-size:11px;
	color:#333333 !important;
}
#content P
{
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    LINE-HEIGHT: 120%;
    margin:1px 1px 1px 1px;
}
.divquest
{
	margin:10px 0 0 5px;
}

.question
{
	background-image:url('/images/pil.png');
	background-repeat:no-repeat;
	background-position:center center;
	font-size:1.3em;
}
.open{background-image:url('/images/piln.png') !important;}/*Overrides above*/


#stepbtns
{
	width:100%; 
	border:solid 1px white; /*Fixar FF-Bugg där innehållet nedanför denna div tabbas in - Fråga inte jag vet ej*/
	height:auto; 
	min-height:15px; /*Tillfällig lösning på FF-strul, orkar inte slänga in en clear-div*/
}
#stepbtns a{margin:0 3px 0 2px;}
#stepleft{ float:left;}
#divtot{}
#stepright{float:right;}

/*Calendar*/
.heading1
{
	color: #313936;
	font-weight: bold;
	font-size: 12px; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.normaltext
{
    COLOR: #313936;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    LINE-HEIGHT: 120%;
    margin:0 3px 0 3px;
}
.textfield
{
 font-family: Georgia, Times New Roman, Arial, Verdana, serif;
 font-size:12px;
 font-weight:bold;
 margin:10px 0 10px 0;
 
}
 .button
{
/* font-family: Georgia, Times New Roman, Arial, Verdana, serif;
 font-size:12px;
 height:20px;
 color:#555859;
 font-weight:bold;
 border:solid 0px black;*/
 margin:0 55px 0 55px;
}
.calendarwrap
{
	width:350px; 
	height:270px; 
	margin-left:auto; 
	margin-right:auto;
	background-image:url('/images/qboxtop.png') !important;
	background-repeat:no-repeat;
	padding:5px 0 0 0;
	text-align:center !important;
}
#calbody
{
	text-align:center; 
	vertical-align:middle; 
	width:350px; 
	height:270px; 
	overflow:hidden;
	background-color:White;
}
.calhead{ width:100%; height:15px;}
.calto{float:right; margin-right:10px; text-align:center; background-color:#F3ECE1; width:157px;}
.calfrom{float:left; margin-left:10px; text-align:center; background-color:#F3ECE1; width:157px;}

/*End calendar*/
