body
{
	font-family: trebuchet ms;
	font-size: 12px;
	color: #616161;
	margin-top:0;
	line-height:15px;

}

.anchor{clear:both;}

a:link, a:visited, a:active
{
	family:trebuchet ms;

	color: #34445a;
	text-decoration:none;
	cursor:hand;
}



a:hover
{
	family:trebuchet ms;
	color: #34445a;
	text-decoration:underline;
}

a.title:link, a.title:visited, a.title:active
{
	font-family:trebuchet ms;
	font-size:12px;
	color: #34445a;
	text-decoration:none;
	cursor:hand;
	line-height:14px;
	font-weight:bold;
	letter-spacing:0px;
}

a.title:hover
{
	font-family:trebuchet ms;
	font-size: 12px;
	text-decoration:none;
	line-height:14px;
	font-weight:bold;
}

a.resize:link, a.resize:visited, a.resize:active
{
	font-family:trebuchet ms;
	font-size:11px;
	color: #9aa0ac;
	text-decoration:none;
	cursor:hand;
	letter-spacing:0px;
}

a.resize:hover
{
	family:trebuchet ms;
	font-size:11px;
	color: #9aa0ac;
	text-decoration:underline;
}



a.tahomavit:link, a.tahomavit:visited, a.tahomavit:active
{
	family:trebuchet ms;
	font-size:10px;
	line-height:12px;
	color: white;
	text-decoration:none;
	cursor:hand;
	font-family:tahoma;
}

a.tahomavit:hover
{
	family:trebuchet ms;
	font-size:10px;
	color: white;
	text-decoration:none;
	font-family:tahoma;
}

div.bbox
{
	RIGHT: 0px; 
	WIDTH: 150px; 
	BOTTOM: 0px; 
	POSITION: absolute; 
	HEIGHT: 50px; 
	BACKGROUND-COLOR: rgb(49,93,166); 
	filter:alpha(opacity=80); 
	-moz-opacity:0.8; 
	opacity:0.8; 
	-khtml-opacity:0.8;
}

td.rcol
{
	width:220px;
	vertical-align:top;
}

td.mcol
{
	width:10px;
}

td.lcol
{
	width:570px;
	vertical-align:top;
}

img.trafikupplysn
{
	margin-top:-4px;
	margin-left:-4px;
}

div.btext
{
	z-index:99999;
	RIGHT: -5px; 
	WIDTH: 150px; 
	BOTTOM: -5px; 
	POSITION: absolute; 
	HEIGHT: 55px; 
}

/* style the outer div to give it width */
.menu
{
	width:750px;
	height:30px;
	font-size:11px;
	font-color:red;
	background:red;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul 
{
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu ul ul 
{
	width:115px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li 
{
	float:left;
}

/*width:115px;*/
}
.menu ul ul li a
{
	padding-left:10px;
	width:105px;
}

* html .menu ul ul li a
{
	width:115px;
	w\idth:105px;
}

/* style the links for the top level */
.menu a, .menu a:visited 
{
	display:block;
	font-size:11px;
	text-decoration:none; 
	width:115px;
	height:20px;
	background:url(res/images/wax/menubg.gif) no-repeat;
	/*padding-left:10px;*/
	line-height:20px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited 
{
	/*
	width:150px;
	w\idth:139px;
	*/
	
	width:115px;
	/*w\idth:105px;*/
}

/*  not used begin  */
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited 
{
	background:#949e7c;
}

/* style the second level hover */
.menu ul ul a.drop:hover 
{
	background:#c9ba65;
}

.menu ul ul :hover > a.drop 
{
	background:#c9ba65;
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited 
{
	background:#e2dfa8;
}

/* style the third level hover */
.menu ul ul ul a:hover
{
	background:#b2ab9b;
}

.menu ul ul ul :hover > a 
{
	background:#b2ab9b;
}

/* NOT USED end */

/* style the table so that it takes no part in the layout - required for IE to work */

/*
.menu table 
{
	border-collapse:collapse; 
	border:0; 
	position:absolute; 
	left:0; 
	bottom:-1px;
}
*/

.menu table
{
	border-collapse:collapse;
	border:0;
	margin:0;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul 
{
	/*visibility:hidden;*/
	display:none;
	/*bottom:31px;*/
	/*left:0; */
	/*width:150px;*/
	width:115px;
}

/*
* html .menu ul ul 
{
	bottom:30px;
}
*/

/* not used begin */

/* position the third level flyout menu */

.menu ul ul ul
{
	left:150px; 
	bottom:0;
	width:150px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left 
{
	left:-150px;
}

/* not used end */

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited 
{
	/*background:#d4d8bd; */
	background:#f9f9f9;
	/*color:#000; */
	height:auto; 
	line-height:1em; 
	/*padding:5px 10px;*/
	padding:5px 0;
	/*width:129px*/
	/* yet another hack for IE5.5 */
}

/*
* html .menu ul ul a
{
	width:115px;
	w\idth:105px;
}
*/

/* style the top level hover */

.menu ul ul a:hover{
/*background:#f9f9f9;*/
background:url(res/images/wax/mouseoverbg.gif);
}
.menu a.title:hover{
    background:url(res/images/wax/menubg.gif) no-repeat top;    
}
/*
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#949e7c;
}

*/
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul
{
	display:block;
}

.rl{
    width:4px;
    float:left;
    background:url(res/images/wax/lcorner.gif) no-repeat;
}
.rr{
    width:4px;
    float:left;
    background:url(res/images/wax/rcorner.gif) no-repeat;
}

div.footer
{
	position:relative;
}

div.footer .left
{
	position:absolute;
	width:16px;
	height:17px;
	bottom:-35px;
	left:-9px;
	background:url(res/images/grundDesign/leftCorner.gif);
}

div.footer .right
{
	position:absolute;
	width:18px;
	height:19px;
	bottom:-36px;
	right:-13px;
	background:url(res/images/grundDesign/rightCorner.gif);	
}

a.testcss:link, 
{
	background:red;
}

img.left
{
	float:left;
	margin:5px 15px 10px 0px;
}

img.right
{
	float:right;
	margin:5px 0px 10px 10px;
}

img.btn
{

	height:15px;
	border:none;
	zoom:1;
	margin-left:5px;
}

div.sizebtns
{
	text-align:right;
	position:absolute;
	top:0px;
	height:15px;
	right:30px;
	width:350px;

	zoom:1;
}
.mapmiddle{
	BACKGROUND-COLOR: rgb(49,93,166); 
	filter:alpha(opacity=80); 
	-moz-opacity:0.8; 
	opacity:0.8; 
	-khtml-opacity:0.8;
	z-index:99999;

}
.mapsearch{
	background:#fff;
	z-index:100000;
	border:2px solid #315da6;
}
select{
	font-family:Tahoma;
	font-size:11px;
}


div.rosabox div.bne
{
	background-image:url(res/images/trafikavvikTopRight.gif);
}

div.rosabox div.bnw
{
	background-image:url(res/images/trafikavvikTopLeft.gif);
}

div.rosabox div.bpil
{
	background-image:url(res/images/grundDesign/rosapil.gif);
	width:16px;
	height:14px;
}



img.jultop
{
	position:absolute;
	top:0px;
	left:2px;
}

div.newstitle h1.rubrik1
{
	font-size:15px;
}

/*---------Prisdatabas-------------*/

.pricetablediv{
	border:solid #ccc 1px;
	background:#eee;
	padding:10px 0px 10px 10px;
	margin-bottom:10px;
}

.pricetablediv *{
	margin:0;
	padding:0;
}

.pricetablediv ul{
	list-style:none;
}

.pricetablelist{

	border:1px solid #ccc;
	height:200px;
	overflow:auto;
	background:#fff;
	width:190px;
	float:left;
	padding:5px !important;
}

.pricetabletill{
	height:200px;
	overflow:auto;
	width:74px;
	float:left;
}

.pricetabletill span{
	text-align:center;
	display:block;
	padding-top:100px !important;
}
.pricetable_a_start_active{
	background:lightblue;
}

.pricetable_a_dest_active{
	background:lightblue;
}

reicetableresult{

}


.pricetableheader{
	display:inline-block;
	height:25px;
	font-size:20px;
}

#res_start, #res_dest, .prisbox{
	white-space:nowrap;
	background:#fff;
	padding:5px 5px;
	width:170px;
	display:inline-block;
	border:solid 1px #ccc;
	color:#900;
	font-weight:bold;
	font-size:14px;
	overflow:hidden;
	vertical-align:top;
}

.prisbox{
	width:normal !important;
}

.pricetableresult{
	width:70px;
	vertical-align:top;
}

.pricetabletabell{
	float:right;
}

.pricetablediv .minitext{
	font-size:10px;
	display:inline-block;
}


/*---------Resultatsida-------------*/

	#sokresultat h2{font:bold 16px arial;}
	#sokresultat h3{font:13px arial;margin:0;}
	#resultwrapper{margin-top:20px;}
	.mini_resultbox{}
	.hidden_resultbox{display:none;}
	.resultbox{display:block;background:#ddedfa;padding:10px 5px;margin-bottom:10px;}
	.byte{color:#000;}
	.time{width:17px;height:17px;background:url(res/time.gif);float:left;margin-right:5px;}
	.bat{background:url(res/bat.gif) no-repeat 1px 1px;color:#36F;font-weight:bold;padding:0 0px 0 16px;}
	.resulttable{margin-top:5px;}
	.resulttable td{padding:10px;line-height:18px;font-size:12px;}
	.resulttable td td{padding:0px;line-height:auto;}
	#sokresultat strong{}
	.merinfo{font-weight:bold;float:right;padding-right:5px;text-align:right;font-size:11px;}
	.turnummer{float:right;font-size:11px;color:#999;}
	a.resalink{font-size:11px;display:inline-block;color:#4d6567;background: 0 2px no-repeat;padding-left:23px;height:20px;}
	a.resalink:hover{color:#375e7e;}
	 #rtipsa{background-image:url(res/tipsa.gif);}
	 #rtipsa:hover{background-image:url(res/tipsa^.gif);}
	 #rkarta{background-image:url(res/karta.gif);}
	 #rkarta:hover{background-image:url(res/karta^.gif);}
	 #rinfo{background-image:url(res/info.gif);}
	 #rinfo:hover{background-image:url(res/info^.gif);}
	 #rfavo{background-image:url(res/favo.gif);}
	 #rfavo:hover{background-image:url(res/favo^.gif);}
	 #rprint{background-image:url(res/print.gif);}
	 #rprint:hover{background-image:url(res/print^.gif);}
	 #rpdf{background-image:url(res/pdf.gif);}
	 #rpdf:hover{background-image:url(res/pdf^.gif);}
	 #rinfobat{background-image:url(res/ibat.gif);}
	 #rinfobat:hover{background-image:url(res/ibat^.gif);}
	 #klart{background-image:url(res/klart^.gif);}
	 #klart:hover{background-image:url(res/klart.gif);}
	.moTrigger{z-index:28;border-bottom:dotted 1px;} 
	.moTrigger:hover .mo{display:block;}
	.mo a{width:160px;display:block;}
	.mo{font:normal 11px arial;color:#000;z-index:9999;display:none;position:absolute;padding:3px;border:solid #69F 1px;background:#ddedfa;cursor:pointer}
