body 
{
    /*background:repeat-x top center #FFFFFF;
    background-position: center;*/
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px; /* 62.5% Sets default font size to 10px */
	color:#333333;
}

* {
	margin:0;
	padding:0;
	}
	
h1 
{
	font-family:Arial Black, Helvetica, sans-serif;
    font-size:24px;
    color:#006699; /* blå?*/
    margin-bottom:10px;
    font-weight: bold;
    }
    
.h1_start 
{
	font-family:Arial Black, Helvetica, sans-serif;
	font-size:24px;
	color:#FFFFFF; /* blå?*/
	/*font-family: Georgia, 'Times New Roman', serif;
    margin-bottom:10px;
    font-weight: bold;*/
	}
    
h2 
{
    font-size:16px;
    color:#006699;
    padding:5px 0px 5px 0px;
    /*margin-top:5px;
    margin-bottom:10px;*/
    }

/*var används denna?*/       
.h2_contentbox 
{
	color:#FFFFFF;
	padding:5px 0px 5px 0px;
	}   
	
.h2-presentation
{
	font-size:16px;
    color:#006699;
    padding:10px 0px 2px 0px;
    margin: 0px 0px 5px 0px;
    border-bottom: solid 1px #999999; 
	width="100%";
	} 
     
h3 
{
    font-size:16px;
    color:#333333;
    padding:10px 0px 5px 0px;
    font-weight: bold;
    /*margin-bottom:10px;    */
    }
    
h4 
{
    font-size:13px;
    color:#333333;
    padding:5px 0px 5px 0px;
    font-weight: bold;
    /*margin-bottom:10px;    */
    }
	
p {
	font-size:12px;
	margin-bottom:10px;
	}
	
ul {	
	padding: 0px 5px 5px 18px;
	list-style-position: outside;
	/*list-style-image: url('images/lm-li.gif')*/
	}
	
ol {	
	padding: 0px 5px 5px 18px;
	list-style-position: outside
	/*list-style-image: url('images/lm-li.gif')*/
	}	

li
{
	padding: 0px 5px 0px 0px;
	/*list-style-type: disc*/
	list-style-image: url('images/bullet-round.gif')
	/*list-style-position: inside;*/
	}	
	
.p_bg 
{
	color:#FFFFFF;	
	font-size:12px;
	}
	
ul.p_bg 
{
	padding: 0px 5px 5px 18px;
	list-style-position: outside;
	}	
	
li.p_bg 
{
	padding: 0px 5px 0px 0px;
	/*list-style-position: inside;*/
	list-style-image: url('images/bullet-round-white.gif')
	}	
		
.p_bg a:hover 
{
	color:#FFFFFF;
	text-decoration: underline;
	font-size:12px;
	}
	
		
A {
	color: #006699;
	text-decoration: none;
	font-size:12px;
}

A:hover {
	color: #006699;
	text-decoration: underline;
	font-size:12px;
}

/*används i footer section*/
.white_small
{
	color: #FFFFFF;
	text-decoration: none;
	font-size:11px;
	}

a:hover.white_small
{
	color: #FFFFFF;
	text-decoration: underline;
	font-size:11px;
	}


.warning
{
	color: #FF0000; 
	font-size:12px;
	}
	
/*används till tabeller med border, och bakgrundfärg*/
.list_table {
	width:100%;  
	/*border:solid 1px #666666; */
}
	
.list_table th {
	background-color:#FFCC66;
	color:#FFFFFF;
	padding:2px 2px 2px 5px;
	/*font-size:12px;*/
	}	
	
.list_table td {
	background-color:#FFFFFF;
	padding:2px 2px 2px 5px;
	/*font-size:12px;*/
	}		
	
.list_table2 {
	width:100%;  
	/*border:solid 1px #666666; */
}
	
.list_table2 th {
	background-color:#FFCC66;
	color:#000000;
	padding:2px 2px 2px 5px;
	font-weight: bold;
	text-align:left;
	/*font-size:12px;*/
	}	
	
.list_table2 td {
	background-color:#FFFFFF;
	padding:2px 2px 2px 5px;
	/*font-size:12px;*/
	}		
	
	

	
/*används till iconbilder*/
.icon {
		padding: 0px 5px 0px 0px;

}

/*Används av hantverkare i samband med matchade jobb*/
/*2010-03-25: kan behöva anpassas för att följa vår nya stilmall*/
.jobb {
	color: #666666;
	text-decoration: none;
	font-size:11px;
}
:visited.jobb {
	color: #0066CC;
	text-decoration: none;
	font-size:11px;
}
:hover.jobb {
	color: #FF9900;
	text-decoration: none;
	font-size:11px;
}

/* Menu START =======================================*/

	.menu
	{
		position: absolute;
		visibility: hidden; /*gäller för lagret*/
		background-color: none;
		layer-background-color: none;
		z-index: 110;
		width: auto;
		white-space: nowrap;
	}
	
	.menuTitle /*Styr menytitelns div-tagg/ placering */
	{
		/*width: 90px;*/
		position: absolute;
		top: 100px;
		/*font-size: 10px;*/
		/*font-family: verdana;*/
		border-width: 0px 0px;
		background-color: none;
		z-index: 100;
		/*padding: 0px 10px 0px 10px;*/
		margin: 0px;
		white-space: nowrap;
	}
	
	:hover.menuTitle
	{
		background-color: none;
	}
	.menuBar /*gäller för menytext i huvudmenyn*/
	{
		color: #333333;
		font-size:16px;
		font-weight: bold;
		padding: 0px 10px 0px 8px;
		/*padding-left: 2px;*/
		text-decoration: none;
		outline: none;
		display: block;
		white-space: nowrap;
	}
	a:hover.menuBar
	{
		color: #333333;
		font-size:16px;
		text-decoration: underline;
		background-color: none;
	}

	.menuItems
	{
		/* bakgrundsfärg på menyn, linjen hade ccc! */
		position: absolute;
		left: -10px;
		top: 24px;
		z-index: 111;
		/*background-color:#FFB441;
		layer-background-color: #ffffff;
		border: solid #FFB441;*
		border-width: 0px 0px 0px 0px; position: absolute; bottom: 0px; padding: 5px 0px 0px 5px; /*Om vi önskar linjefärg*/ 
		background:url(images/bg_submenu.png) no-repeat bottom left;
		width:250px;
		padding: 0px;
		margin: 0px;
	}

	.menuItem /*submeny */
	{
		/* width: 100%; -- is needed for Win IE but looks bad in Safari */
		color: #333333;
		font-size:14px;
		font-weight: none;
		text-decoration: none;
		border: 0px;
		border-top: 1px solid #666666;	/*#FFB441;*/
		display: block;
		outline: none;
		padding: 3px 3px 3px 10px;
		margin: 8px;
	}
	
	a:hover.menuItem
	{
		color: #333333;
		font-size:14px;
		background-color: none;
		text-decoration: underline;
	}
		
	a:active.menuItem
	{
		text-decoration: none;
		background-color: none;
	}	
	
	
	/* tänkt att användat tillsammans med ett script för att ändra .png filer i IE6 till transparenta bakgrundbilder, http://www.realstudio.se/blog/2009/09/05/png-hack-css/
	img 
	{
		behavior: url(/js/pngHack.htc);
	}
	*/
	
	/*############ tillfälligt under övergång till ny stilmall från gamla ################*/
	
/*rubriker i samband med texter*/
.rubrik1{font-family: Arial Black, Verdana, Arial, sans-serif; color:#006699; font-size:22px; font-weight: bold;}

.rubrik2{font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size:14px; font-weight: bold;}

.rubrik3{font-family: Verdana, Arial, Helvetica, sans-serif; color:#006699; font-size:11px; font-weight: bold;}

.rubrik4{font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size:11px; font-weight: bold;}
/*behövs denna?*/


.text{font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size:11px;}

.text1{font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size:10px;}

.text2{font-family: Verdana, Arial, Helvetica, sans-serif; color: #666666; font-size:12px;}

.text3{font-family: Arial, Verdana, Helvetica, sans-serif;color: #FFFFFF; font-size:14px; font-weight: bold; font-style: italic; text-decoration: none;}

:hover.text3 {
	color: #FFFFFF;
	text-decoration: none;
	font-size:14px;
}


.text6{font-family: Verdana, Arial, Helvetica, sans-serif;color: #FFFFFF; font-size:11px; font-weight: bold;}	
	
	/* ########### Slut gamla stilmall #######################*/
	
/* =======================================*/



/* Structure */

.wrapper
{
    margin: 0px 0px 0px 10px; /* auto*/
    width: 1219px;
    /*font-size: 1.20em;*/
    }

#wrapper-header 
{
    width: 100%;
    height:125px;
    background:url(images/bg_top.gif) repeat-x top; /*övre del är orange och undre är senap*/  
    /*background-color:#FF9900; 
    border: 1px solid #000000;*/
    }
    
/*    
#wrapper-menu 
{
    width: 100%;
    height:auto;    
    background-color:#FFB441;  
    }
 */
        
#wrapper-content 
{
    width: 100%;
    height:auto;
    background-color: #ffffff;
    }

#wrapper-footer 
{
    clear: both;
    margin: 0px 0px 0px 5px; 
    width: 100%;
    height:220px;
    background-color: #006599;
    }

#header {
	height:125px;
	/*background-color:#FF9900;*/
	width:100%;
	background:url(images/background_top3.jpg) no-repeat top;
	}
	
/*#menu_kund {
	position: Absolute;
	top: 65px;
	height:60px;
	width: 1200px;*/
	/*background:url(images/menubar_kund.png) no-repeat top;*/
/*	padding: 0px;
	}	
	
#menu_hantv {
	vertical-align: bottom;
	height:60px;
	background:url(images/menubar_hantv.png) no-repeat top;
	padding:0px;
	}	*/

/*#############################*/	
#flik_kund_active
{
	position: absolute; 
	left: 600px; 
	top: 68px;
	width:158px;
	background:url(images/flik_kund_active.png) no-repeat top;
	}
	
#flik_hantv_passive
{
	position: absolute; 
	left: 760px; 
	top: 68px;
	width:158px;
	background:url(images/flik_hantv_passive.png) no-repeat top;
	}	
	
#flik_kund_passive
{
	position: absolute; 
	left: 600px; 
	top: 68px;
	width:158px;
	background:url(images/flik_kund_passive.png) no-repeat top;
	}

#flik_hantv_active
{
	position: absolute; 
	left: 760px; 
	top: 68px;
	width:158px;
	background:url(images/flik_hantv_active.png) no-repeat top;
	}	
/*#############################*/	

#menu {
	height:30px;
	line-height:30px;
	/*background-color:#FFB444; */
	/*background:url(images/menu_bg2.jpg) repeat-x top; center*/
	padding:0px;
	}
	
	
#sidebar {
	float:right;
	width:344px;
	min-height:700px;
	font-family:Arial, Helvetica, sans-serif;
    font-size:9px;
    color:#666666;
    background-color:#FFFFFF;
	margin:5px 0px 5px 0px;
	/*margin-left:10px;
	border: 1px solid #000000;*/
	}
	
	/*används inte*/
	#sidebar-top  
	{
	    height:14px;
	    padding:0px 0px 0px 5px;
	    font-family:Arial, Helvetica, sans-serif;
	    font-size:9px;
	    color:#666666;
	    background-color:#FFFFFF;
	    }
	    
	    
#content {
	float:left;
	width:865px;
	min-height:400px;
	padding:0px 5px 5px 5px;
	/*margin: 3px 0px 0px 0px;
	border: 1px solid #000000;*/
	}
	
/*	Används inte */
#footer {
	/*clear:both;*/
    margin: 0px 0px 0px 15px; /* auto*/
    width: 1215px;
	height:220px;
	/*background-color:#006599;
	background:url(images/bg-footer.jpg) no-repeat; */
	}



/* Menu 

#menu ul {
	list-style-type:none;
	font-size:14px
	}
#menu li {
	float:left;
	}
#menu li a {
	padding:0 10px;
	display:block;
	text-decoration:none;
	font-weight: bold;
	color:#333333;
	margin-right:2px;*/
	}
/*#menu li a:hover {
	background:url(images/bg-menu-hover.png) no-repeat center center;
	}	*/
	
	
/* Footer */

#footer-valid {
	float:left;
	padding: 0px 0px 0px 5px;
	cursor:default; /*??*/
	}
#footer-valid a {
	color:#ffffff;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#ffffff;
	text-decoration:underline;
	}
	
/* content */

#start_top {
	width:850px;
	min-height:100px;
	margin: 0px 0px 5px 0px;
	position:relative;
	/*background:url(images/Intro_image.png) no-repeat;*/
	}	
	
	#start_top_intro 
	{
	    width:839px;
        height:147px;
        padding: 25px 10px 5px 10px;
	    background:url(images/123_start.jpg) no-repeat;
	    /*border: solid 1px #000000;*/
	    }
	
	#start_top_content
	{
	    width: 830px;
        height:auto;
        /*position: absolute; 
	    bottom: 0px;*/
	    background:url(images/top_content_toon.jpg) no-repeat;
	    background-position:right top;
	    }
	    
    #start_top_content_form 
    {
        }	
    
    
    #start_top_content_quickform 
    {
        Float:left;
        }	    
        
#content_left_column 
{
    float:left;
    margin: 14px 0px 0px 0px;
    width:275px;
    min-height:300px;
    /*border:solid 1px #000000;*/
    }
    
    #content_left_column h2 
    {
        color:#fff;
        font-size:16px; 
        /*padding-top:2px;*/
        padding:4px 0px 0px 0px;
        }
        
            
#content_main 
{
    float:left;
    margin: 14px 0px 0px 5px;
    width:580px;  
    min-height:300px;
    /*border:solid 1px #000000;*/
    }
	    
#content_middle {
    width:850px;
    margin: 0px 0px 5px 0px;
	
    }
    
    #content_middle_left 
    {
        float:left;
        width:470px;
	    margin: 0px 5px 5px 5px;
	    
    }
        #last_request
        {
            Width:470px;
            margin: 0px 0px 5px 0px;
            
        }
    
    #content_middle_right 
    {
        float:left;
        width:355px;
	    margin: 0px 5px 5px  5px;
	    
    }
    
    #content_middle_right h2 
    {
        color:#fff;
        /*padding-top:2px;*/
        padding:4px 0px 8px 0px;
        }
    
    #content_middle_right p 
    {
        font-size:12px;
        padding:5px 0px 5px 0px;
        }
   
   /* Image button */
	div.myButton input {
	background:url(/images/butt-search-ftg.png) no-repeat;
	cursor:pointer;
	width: 68px;
	height: 44px;
	border: none;
	margin: 5px 0px 5px 0px;
	}
	
	div.myButton1 input {
	background:url(/images/butt-skapa-DFF.png) no-repeat;
	cursor:pointer;
	width: 257px;
	height: 34px;
	border: none;
	margin: 5px 0px 5px 0px;
	}
	
	div.myButton-radron input {
	background:url(/images/butt-radronssvartalista.png) no-repeat;
	cursor:pointer;
	width: 203px;
	height: 34px;
	border: none;
	margin: 5px 0px 5px 0px;
	}
	
		
	div.resultbox
	{
	/*background:url(/images/ftgsearch_result_top.png) no-repeat;	*/
	background-color:#FFFFFF;
	width:265px;
	overflow:auto;
	margin: 0px 0px 0px -6px;
	/*border: 1px solid #000000;*/
	}
	
	/*#########################*/
	table.result-table 
	{
	width:100%;
	background-color: #FFFFFF;
	/*border:1px solid #666666;*/
	border-collapse: collapse;
	border-spacing: 0px;
	/*padding:2px 5px 2px 5px;*/
	}
	
	td.header-table
	{
	/*border:1px solid #666666;*/
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	}
	
	td.E8E8E8
	{
	background-color: #E8E8E8;
	/*border: 1px #000000 solid;*/
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	}
	
	td.DDDDDD
	{
	background-color: #DDDDDD;
	/*border: 1px #000000 solid;*/
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	}
	
	td.transp
	{
	/*background-color: #FFFFFF;
	border: 1px #000000 solid;*/
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	}
	
	td.transp1
	{
	background:url(/images/ftg-result-active.png) repeat-x;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	}
	/*#########################*/
	
	/*###### Navigeringsfält för sök hantverkare ###################*/
	
	div.nav-first
	{
		Float: left;
		height:30px;
		width:30px;
		margin: 0px 5px 0px 5px;
		background:url(images/nav-arrow-first.png) no-repeat;
		/*border: 1px #000000 solid;*/
		
		}
	
	div.nav-last
	{
		Float: right;
		height:30px;
		width:30px;
		margin: 0px 5px 0px 5px;
		background:url(images/nav-arrow-last.png) no-repeat;
		}
	
	div.nav-prev
	{
		Float: left;
		height:30px;
		width:221px;
		margin: 0px 5px 0px 5px;
		/*padding-top: 3px;
		padding-left: 34px;*/
		line-height:30px;
		background:url(images/nav-arrow-prev-field.png) no-repeat;
		
		}
	
	div.nav-next
	{
		Float: right;
		text-align:right;
		height:30px;
		width:221px;
		margin: 0px 5px 0px 5px;
		/*padding-top: 3px;
		padding-right: 34px;*/
		line-height:30px;
		background:url(images/nav-arrow-next-field.png) no-repeat;
		/*border: 1px #000000 solid;*/
		
		}
	
	
	/*#########################*/
	td.pickCompany
	{
		background:url(/images/okgreen-mark-comp.png) no-repeat;
		padding:0px 0px 0px 10px;
		}
		
	
	
/*Lista för cfacts */
ul.cfacts 
	{
		padding: 0px 5px 5px 23px;
		list-style-position: outside;
	}

li.cfacts 
	{
		padding: 0px 5px 0px 0px;
		list-style-image: url('/images/add.png')
	}




/*slut lista för cfacts */

/*meny för hantverkarnas presentationer*/
/*denna används inte */
.ftg-menu
{
    background-position: url('/images/line-ftg-menu.gif') repeat-x;
    background: url('/images/line-ftg-menu.gif');
    width: 100%;
    height: 32px;
    z-index: 100;
    margin: 0px 0px 0px 0px;

}


.ftg-flik-on 
{
    background: url('/images/ftg-menu-on.png') no-repeat;
    width: 115px;
    height: 32px;
    float:left;
    margin: 0px 2px 0px 2px;
    /*padding: 0px 0px 0px 0px;*/
    text-align: center;
    /*font-size: 12px;
    font-weight: bold;
    color: #333333;*/
    }


.ftg-flik-off
{
    background: url('/images/ftg-menu-off.png') no-repeat;
    width: 115px;
    height: 32px;
    float: left;
    margin: 0px 2px 0px 2px;
    text-align: center;
   /* font-size: 12px;
    font-weight: bold;
    color: #333333;*/
}

.ftg-flik
{
	font-size: 13px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
    text-align: center;
    Line-height:32px;
    }

a:hover.ftg-flik
{
	font-size: 13px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
    text-align: center;
    Line-height:32px;
    }


/*SLUT meny för hantverkarnas presentationer*/
 
/* Box elements */

    /*formbox*/
    .formbox_tr
    {
        height:100%;
        overflow:hidden;
        background:url('images/formbox_tr.jpg') top right no-repeat
        }

    .formbox_tl
    {
        background:url('images/formbox_tl.jpg') top left no-repeat;
        height:100%;
        overflow:hidden
        }

    .formbox_bl
    {
        background:url('images/formbox_bl.gif') bottom left no-repeat;
        height:100%;
        overflow:hidden
        }

    .formbox_br
    {
        background:url('images/formbox_br.gif') bottom right no-repeat;
        height:100%;
        overflow:hidden;
        padding:5px 10px 10px 10px
        }
        
    /*content_blue*/
    .content_blue_tr
    {
        height:100%;
        overflow:hidden;
        background:url('images/content_blue_tr.png') top right no-repeat
        }

    .content_blue_tl
    {
        background:url('images/content_blue_tl.png') top left no-repeat;
        height:100%;
        overflow:hidden
        }

    .content_blue_bl
    {
        background:url('images/content_blue_bl.png') bottom left no-repeat;
        height:100%;
        overflow:hidden
        }

    .content_blue_br
    {
        background:url('images/content_blue_br.png') bottom right no-repeat;
        height:100%;
        overflow:hidden;
        padding:5px 10px 10px 10px
        }        

    /*contentbox_grey*/
    .contentbox_grey_tr
    {
        height:100%;
        overflow:hidden;
        background:url('images/contentbox_grey_tr.png') top right no-repeat
        }

    .contentbox_grey_tl
    {
        background:url('images/contentbox_grey_tl.png') top left no-repeat;
        height:100%;
        overflow:hidden
        }

    .contentbox_grey_bl
    {
        background:url('images/contentbox_grey_bl.png') bottom left no-repeat;
        height:100%;
        overflow:hidden
        }

    .contentbox_grey_br
    {
        background:url('images/contentbox_grey_br.png') bottom right no-repeat;
        height:100%;
        overflow:hidden;
        padding:5px 10px 10px 10px
        }
        
 	/* variant av contentbox med skarpare hörn */
 	    .contentbox_grey_bl_edge
    {
        background:url('images/contentbox_grey_bl_edge.png') bottom left no-repeat;
        height:100%;
        overflow:hidden
        }

    .contentbox_grey_br_edge
    {
        background:url('images/contentbox_grey_br_edge.png') bottom right no-repeat;
        height:100%;
        overflow:hidden;
        padding:5px 10px 10px 10px;
        }
        
        
        
        
    /*contentbox_blue*/
    
    /*content-findent*/
    
    .content-findent-tr
    {
        height:100%;
        /*min-height:650px;*/
        overflow:hidden;
    	background:url('/images/content-findent-tr.png') top right no-repeat;
        }

    .content-findent-tl
    {
        background:url('/images/content-findent-tl.png') top left no-repeat;
        height:100%;
        /*min-height:650px;*/
        overflow:hidden
        }

    .content-findent-bl
    {
        background:url('/images/content-findent-bl.png') bottom left no-repeat;
        height:100%;
        overflow:hidden
        }

    .content-findent-br
    {
        background:url('/images/content-findent-br.png') bottom right no-repeat;
        height:100%;
        min-height:660px;
        overflow:hidden;
        padding:5px 5px 5px 5px;
        }
    
    
    /* slut content-findent*/
    
    /* används inte */
    .contentbox_blue_tr
    {
        height:100%;
        overflow:hidden;
        background:url('images/contentbox_blue_tr.png') top right no-repeat
        }

    .contentbox_blue_tl
    {
        background:url('images/contentbox_blue_tl.png') top left no-repeat;
        height:100%;
        overflow:hidden
        }

    .contentbox_blue_bl
    {
        background:url('images/contentbox_blue_bl.png') bottom left no-repeat;
        height:100%;
        overflow:hidden
        }

    .contentbox_blue_br
    {
        background:url('images/contentbox_blue_br.png') bottom right no-repeat;
        height:100%;
        overflow:hidden;
        padding:5px 10px 10px 10px
        }    

/* ---------->>> jtip - popup <<<---------------------------------------------------------------*/

#JT_arrow_left{
	/*background-image: url(../images/arrow_left.gif);*/
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:500;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	/*background-image: url(../images/arrow_right.gif);*/
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}

/* ---------->>> Slut jtip <<<---------------------------------------------------------------*/

/* ---------->>> Formulärmallar<<<---------------------------------------------------------------*/
.FormClass
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	background-color:White;
	border-color:#666666;
	border-style:solid;
	border-width:1px;
	color: #000000;
	/*width: 140px;*/
}


/* table midblock START */

.mid{
	color:#006699; 
	font-size:12px; 
	font-weight: bold;
	padding: 5px;
}

td.midblock {
	font-size:12px; /* 62.5% Sets default font size to 10px */
	color:#333333;
	border:1px solid #006699;
	padding: 5px;
}
	
td.midblock_b {
	color: #333333;
	font-size: 12px;
	border: solid #666666;
	border-width: 1px 1px 1px 1px;
	padding: 5px;
}

td.midblock_ftguppg {
	color: #333333;
	font-size: 11px;
	border: solid #666666;
	border-width: 1px 1px 1px 1px;
	padding: 1px;
}

td.midblock_ftg {
	color: #333333;
	font-size: 11px;
	border: solid #666666;
	border-width: 0px 1px 1px 1px;
	padding: 3px;
}
/* table midblock END */

/*Scrollbox Start */

.scrollbox {
border: 1px solid #999999;
overflow: auto;
scrollbar-face-color: #ffffff; 
scrollbar-highlight-color: #ffffff; 
scrollbar-shadow-color: #ffffff;
scrollbar-3dlight-color: #999999;
scrollbar-arrow-color: #cccccc; 
scrollbar-track-color: #ffffff;
scrollbar-darkshadow-color: #999999;
}


/*Scrollbox end */


/*====== TILL FORMULÄR MED INFOTEXT =====*/
fieldset, label {
	border: 0;

}


form p { position: relative; margin: 5px 0;}
form p label { position: absolute; top: 0; left: 0;}
form p br {display: none;}

/*Kan troligen bytas mot FormClass*/
form fieldset p input,
form fieldset p textarea {

	font-weight:normal;
	background-color:White;
	border-color:#666666;
	border-style:solid;
	border-width:1px;
	color: #000000;
	width: 472px;
	
	
	padding: 2px;
}

form fieldset p label {
	width: 460px;
	display: block;
	margin: 2px 5px 5px 6px;
	padding: 0;
	color: #999;
}
				
/*====== TILL FORMULÄR MED INFOTEXT =====*/



/* hackande för IE6*/
/*
*html #menu_kund {
	height:60px;
	background:url(images/menubar_kund.gif) no-repeat top;
	padding:0px;
	}	
	
*html #menu_hantv {
	height:60px;
	background:url(images/menubar_hantv.gif) no-repeat top;
	padding:0px;
	}	
*/



/*#############################*/	
*html #flik_kund_active
{
	position: absolute; 
	left: 600px; 
	top: 68px;
	width:158px;
	background:url(images/flik_kund_active.gif) no-repeat top;
	}
	
*html #flik_hantv_passive
{
	position: absolute; 
	left: 760px; 
	top: 68px;
	width:158px;
	background:url(images/flik_hantv_passive.gif) no-repeat top;
	}	
	
*html #flik_kund_passive
{
	position: absolute; 
	left: 600px; 
	top: 68px;
	width:158px;
	background:url(images/flik_kund_passive.gif) no-repeat top;
	}

*html #flik_hantv_active
{
	position: absolute; 
	left: 760px; 
	top: 68px;
	width:158px;
	background:url(images/flik_hantv_active.gif) no-repeat top;
	}	
/*#############################*/	
	
*html.menuItems {
	background:url(images/bg_submenu.gif) no-repeat bottom left;
	}

*html.contentbox_grey_tr
    {
        height:100%;
        overflow:hidden;
        background:url('images/contentbox_grey_tr.gif') top right no-repeat
        }

*html.contentbox_grey_tl
    {
        background:url('images/contentbox_grey_tl.gif') top left no-repeat;
        height:100%;
        overflow:hidden
        }

*html.contentbox_grey_bl
    {
        background:url('images/contentbox_grey_bl.gif') bottom left no-repeat;
        height:100%;
        overflow:hidden
        }

*html.contentbox_grey_br
    {
        background:url('images/contentbox_grey_br.gif') bottom right no-repeat;
        height:100%;
        overflow:hidden;
        padding:5px 10px 10px 10px
        }
    
/* contentbox med skarpare nederhörn*/
*html.contentbox_grey_bl_edge
    {
        background:url('images/contentbox_grey_bl_edge.gif') bottom left no-repeat;
        height:100%;
        overflow:hidden
        }

*html.contentbox_grey_br_edge
    {
        background:url('images/contentbox_grey_br_edge.gif') bottom right no-repeat;
        height:100%;
        overflow:hidden;
        padding:5px 10px 10px 10px
        }    
        
    /*contentbox_blue*/
*html.contentbox_blue_tr
    {
        height:100%;
        overflow:hidden;
        background:url('images/contentbox_blue_tr.gif') top right no-repeat
        }

*html.contentbox_blue_tl
    {
        background:url('images/contentbox_blue_tl.gif') top left no-repeat;
        height:100%;
        overflow:hidden
        }

*html.contentbox_blue_bl
    {
        background:url('images/contentbox_blue_bl.gif') bottom left no-repeat;
        height:100%;
        overflow:hidden
        }

*html.contentbox_blue_br
    {
        background:url('images/contentbox_blue_br.gif') bottom right no-repeat;
        height:100%;
        overflow:hidden;
        padding:5px 10px 10px 10px
        }    
        
	/*content-findent*/
    
    *html.content-findent-tr
    {
        height:100%;
        overflow:hidden;
        background:url('/images/content-findent-tr.gif') top right no-repeat
        }

    *html.content-findent-tl
    {
        background:url('/images/content-findent-tl.gif') top left no-repeat;
        height:100%;
        overflow:hidden
        }

    *html.content-findent-bl
    {
        background:url('/images/content-findent-bl.gif') bottom left no-repeat;
        height:100%;
        overflow:hidden
        }

    *html.content-findent-br
    {
        background:url('/images/content-findent-br.gif') bottom right no-repeat;
        height:100%;
        overflow:hidden;
        padding:5px 5px 5px 5px;
        }
        
        
        

*html.li.cfacts 
	{
		padding: 0px 5px 0px 0px;
		list-style-image: url('/images/add.gif')
	}
	
	/* Image button */
	*html.div.myButton input {
	background:url(/images/butt-search-ftg.gif) no-repeat;
	cursor:pointer;
	width: 68px;
	height: 44px;
	border: none;
	margin: 5px 0px 5px 0px;
	}
	
	*html.div.myButton1 input {
	background:url(/images/butt-skapa-DFF.gif) no-repeat;
	cursor:pointer;
	width: 257px;
	height: 34px;
	border: none;
	margin: 5px 0px 5px 0px;
	}
	
	*html.div.myButton-radron input {
	background:url(/images/butt-radronssvartalista.gif) no-repeat;
	cursor:pointer;
	width: 203px;
	height: 34px;
	border: none;
	margin: 5px 0px 5px 0px;
	}
	
	
/* sluthackat*/
