/* @override 
	http://lanstrafiken.se/template2010/styles/lanstrafiken.css
	http://dev.happyuser.se/ltm/html-ramverk-alt-factum/css/lanstrafiken.css
	http://www.lanstrafiken.se/template2010/styles/lanstrafiken.css
	http://www.vl.se/template2010/styles/lanstrafiken.css
*/

@import url(lanstrafiken-framework.css);

/* @group img */

.img-top
{
	margin-bottom: .5em;
}

.img-left
{
	float: left;
	margin-right: .5em;
	margin-bottom: .5em;
}

.img-right
{
	float: right;
	margin-left: .5em;
	margin-bottom: .5em;
}

/* @end */

/* @group forms */

form fieldset
{
	border: none;
}

	.xform form fieldset
	{
		border: none;
		padding: 0;
		margin: .5em 0;
	}
	
/* @end */

iframe
{
	margin-top: 1em;
}

/* @group .error */

.error #content-wrapper
{
	margin-top: 2em;
}

.error #content-container
{
	float: left;
	margin-left: 3em;
}

.error h1
{
	color: #b5483d;
}

.error .actions
{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 2em;
	padding: 0;
	margin-left: 0;
}

	.error .actions li
	{
		clear: left;
	}

		.error .actions li.error-1,
		.error .actions li.error-2,
		.error .actions li.error-3
		{
			list-style: none;
			margin-bottom: 1em;
			padding-left: 2em;
		}
		
			.error .actions .error-1
			{
				background: url(../img/error/error-1.png) no-repeat 0 .1em;
			}

			.error .actions .error-2
			{
				background: url(../img/error/error-2.png) no-repeat 0 .1em;
			}

			.error .actions .error-3
			{
				background: url(../img/error/error-3.png) no-repeat 0 .1em;
			}

	.error .actions ul
	{
		margin: 0;
		padding: 0;
		overflow: hidden;
	}

	.error .actions ul li
	{
		float: left;
		width: 30%;
		margin-bottom: 0;
		margin-right: 2%;
		clear: none;
		list-style: none;
	}
	
		.error .actions ul ul
		{
			overflow: hidden;
		}
	
		.error .actions ul ul li
		{
			float: none;
			width: 100%;
			list-style: none;
			margin: 0;
			padding: 0;
			font-weight: normal;
		}
		
	.error-3 strong,
	.error-3 b
	{
		white-space: nowrap;
	}
	
	.error .logos img
	{
		margin-right: 1em;
	}

/* @end */



/* @group #sub-nav */

#sub-nav
{
	padding-top: 0;
	position: absolute;
	top: 8.25em! important;
	left: 1.5em;
}

	#sub-nav .meta
	{
		margin-left: 0 !important;
		padding-left: 0 !important;
	}

#sub-nav ul
{
	width: 100%;
	border-color: #bfdee7;
}

	#sub-nav li
	{
		font-weight: bold;
		border-right: 2px solid black;
		padding: 0 1em 0 1em !important;
		font-size: 11px;
	}

		#sub-nav li.selected
		{
			border-bottom: 3px solid #007e9f;
			padding-bottom: 1.4em !important;
			border-right: none;
			padding-right: 0 !important;
		}

	#sub-nav a
	{
		color: #000;
		letter-spacing: 0;
		padding: 0 !important;
		line-height: 1 !important;
		text-transform: none;
		text-decoration: none;
	}
	
	#sub-nav a:hover
	{
		color: #fff;
		border-bottom-color: #bfdee7;
	}
	

	#sub-nav .selected a
	{
		color: #000;
		font-weight: bold;
		border-right: 2px solid black;
		padding-right: 1em !important;
		display: block;
	}

/* @end */



/* @group #sub-sub-nav */

#sub-sub-nav
{
	border-top: 2px solid #eaeaea;
	margin-top: 0;
}

	#sub-sub-nav ul
	{
		width: 100%;
	}

		#sub-sub-nav li
		{
			float: none;
			padding: .1667em 1em;
		}
			#sub-sub-nav ul li
			{
				border-top: 1px solid #f1f1f1;
				padding: .1667em .3333em .1667em 1em;
			}
	
	#sub-sub-nav li.odd
	{
	}
	
		#sub-sub-nav li a
		{
			text-decoration: none;
			padding-right: 3.3333em;
			padding: .5em;
		}

		#sub-sub-nav li a:hover
		{
			background: transparent url(../img/dots-3-small.png) no-repeat right 50%;
			text-decoration: underline;
		}
	
			#sub-sub-nav .selected a
			{
				background: transparent url(../img/dots-3-reverse-small.png) no-repeat right 50%;
				color: #575757;
			}

				#sub-sub-nav li li a
				{
					padding: .25em;
					color: ;
				}
				
				#sub-sub-nav .selected li a
				{
					background-image: none;
					color: #007994;
				}

	
		#sub-nav #site-search
		{
			position: absolute;
			right: .5em;
			top: .5em;
			z-index: 1000;
		}
			#sub-nav #site-search input
			{
				font-size: 1em;
			}

			#sub-nav #site-search .input-text
			{
				border: 1px solid #cdd;
				line-height: 1.6;
			}

			#sub-nav #site-search .input-button
			{
				background: #004759 url(../img/fade-shiny-ltm1.png) repeat-x 0 10%;
				color: #fff;
				border: 1px solid #166f86;
				padding-left: .75em;
				padding-right: .75em;
			}

/* @end */

#site-search
{
	padding: 0 0 0;
	margin-bottom: .5em;
}

	#site-search form
	{
		padding: 0;
	}

	#site-search input
	{
		margin-top: 0;
	}

	#site-search input.input-text
	{
		width: 12.5em;
	}

		#site-search input.input-button
		{
			background: #004759 url(../img/fade-shiny-ltm1.png) repeat-x 0 10%;
			color: #fff;
			border: 1px solid #166f86;
			padding: .25em .5em;
		}

/* @group #content-container */


.start #content-container
{
	float: left;
}

	.start .companies
	{
		margin: 2.5em auto !important;
		width: 80%;
	}

	.start .companies li
	{
		float: left;
		margin: 0 auto 1em !important;
		width: 33%;
		text-align: center;
	}

		.start .companies li span
		{
			display: block;
			line-height: 1.6;
		}

	.start .companies li img
	{
		width: 150px !important;
	}


/* @group table */

table
{
	margin: 0 0 0 0;
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid #D7D6D7;
}

	.sitemap table,
	.xform table
	{
		border: none;
	}

table th.c1
{
	width: 35%;	
}

table caption,
table caption.normal
{
	text-align: left;
	font-weight: bold;
	padding-bottom: .5em;
}

table tr
{
	border-bottom: 1px solid #D7D6D7;
}

	table tr:hover
	{
		background: #fcfcfc;
	}

	tr:nth-child(even)
	{
	  background: #f8f8f8;
	}

		.xform tr:nth-child(even),
		.sitemap tr:nth-child(even)
		{
			background: #fff;
		}

	
		tr:nth-child(odd):hover
		{
			background: #fcfcfc;
		}
		tr:nth-child(even):hover
		{
			background: #f0f0f0;
		}

			.sitemap tr:nth-child(odd):hover
			{
				background: #fff;
			}
				.xform table tr:hover,
				.sitemap table table tr:hover
				{
					background: #fcfcfc;
				}

			.sitemap tr:nth-child(even):hover
			{
				background: #fff;
			}


	.sitemap table tr,
	.xform table tr
	{
		border-bottom: none;
	}

	
td,
th 
{
	line-height: 2;
	padding: 0 .5em;
}

	th
	{
		font-weight: normal;
		vertical-align: middle;
		line-height: 1.25;
		padding: .5em .5em;
		color: #72a217;
		font-family: "Trebuchet MS", sans-serif;
		text-align: left;
	}
	
		th .normal,
		th .th
		{
			color: #72a217;
			font-weight: bold !important;
		}
	
	table thead th
	{
		background: #eee url(../img/fade-shiny-ltm1.png) repeat-x 0 0;
		color: #fff;
		font-size: 1.5em;
		font-weight: normal;
		text-indent: -.15em;
		border: 1px solid #D7D6D7;
		border-left: none;
		border-right: none;
		padding: .25em .5em;
	}	

	table tbody td
	{
		border-bottom: 1px solid #ccc;
	}

		.sitemap table tbody td,
		.xform table tbody td
		{
			border: none;
			padding: 0;
			line-height: 1.5;
		}


tfoot tr
{
	background: #f1f1f1;
	border-top: 2px solid #e5e5e5;
}

	tfoot th, 
	tfoot td 
	{
		line-height: 1.9;
	}

table.lines
{

}


/* @end */
		

/* @end */

#extra-content
{
	float: left;
}

#info
{
	float: left;
	width: 18em;
}

	#info h1
	{
		font-size: 1.2em;
		font-weight: normal;
		color: #000;
		line-height: 2;
		text-transform: uppercase;
		letter-spacing: .1em;
	}

/* @group disturbances */

#disturbances
{
	background: #f2f1f0;
	border: 1px solid #ececec;
	padding: 1em;

	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
}

	#info #disturbances ul 
	{
		list-style: none;
		padding: 0;
		margin: 0;
	}

	#info #disturbances li
	{
		margin-bottom: .5em;
	}
	
		#info #disturbances span.time
		{
			display: block;
		}
		
		#info #disturbances a
		{
			display: block;
		}

/* @end */

/* @group #main-area */

.start #content-container
{
	float: left;
	margin-left: .5em;
}

#main-area
{
	margin-left: 1em;
	float: left;
}

	.start #main-area
	{
		margin: 0;
	}

		body.start #main-area
		{
			margin-left: 1em;
			float: left;
			width: 38.333em;
		}
		
		body.common #main-area,
		body.webbsida #main-area
		{
			width: 58.333333333333333em;
		}
		
		.start #main-area.x9
		{
			width: 58.333333333333333em;
			float: none;
		}

	.start #main-area h2
	{
		font-weight: bold;
		font-size: 1.167em;
		margin-top: 0;
		margin-bottom: .25em;
	}

	.start #main-area li h2
	{
		font-size: 1.25em;
	}

	.start #main-area ul
	{
		list-style: none;
		padding: 0;
		margin: 1em 0;
	}

		.start #main-area ul li
		{
			margin-bottom: 1em;
			overflow: hidden;
		}

		.start #main-area ul li p
		{
			margin: 0;
		}
		
/* @end */






/* @group travel-planner */

#travel-planner
{
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	border-radius: .5em;
	
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;

	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;

	border-top-left-radius: 0;	
	border-top-right-radius: 0;	
}

#travel-planner a
{
	color: #e9e9e9;
}

#travel-planner ul
{
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
	background: #fff;

	-webkit-box-shadow:  -2px 0 0 rgba(0,0,0,.2);
	-moz-box-shadow: -2px 0 0 rgba(0,0,0,.2);
	box-shadow: -2px 0 0 rgba(0,0,0,.2);
	
}

	#travel-planner li
	{
		float: left;
		margin-right: .125em;
		background: #6e6e6e url(../img/reseplanerare.png);
	}
	
	#travel-planner li a
	{
		text-decoration: none;
		display: block;
		border-bottom: 1px solid #fff;
		color: #e9e9e9;
		background: -webkit-gradient(linear, left top, left bottom, from(#534e49), to(transparent));
		padding: .25em .5em;
	}

	
		#travel-planner li.ui-state-active a
		{
			background: url(../img/skugga-24.png) 60% top no-repeat;
			border-bottom: 1px solid #333;
		}
		
		#travel-planner li#lt-tab,
		#travel-planner li#FrameworkBus_travelplanner_liLanstrafiken,
		#travel-planner li#lilanstrafiken
		{
			border-top: 3px solid #555;
			border-left: 3px solid #555;
		}

		#travel-planner li#tim-tab,
		#travel-planner li#limalardalen,
		#travel-planner li#FrameworkBus_travelplanner_liTim
		{
			border-top: 3px solid #555;
		}

			.start #travel-planner li#tim-tab,
			.start #travel-planner li#FrameworkBus_travelplanner_liTim
			{
				border-left: 3px solid #555;
			}

			.sormland #travel-planner li#tim-tab,
			.vastmanland #travel-planner li#tim-tab,
			.orebro #travel-planner li#tim-tab,
			.sormland #travel-planner li#FrameworkBus_travelplanner_liTim,
			.vastmanland #travel-planner li#FrameworkBus_travelplanner_liTim,
			.orebro #travel-planner li#FrameworkBus_travelplanner_liTim
			{
				border-left: none;
			}

		#travel-planner li#resrobot-tab,
		#travel-planner li#FrameworkBus_travelplanner_liResrobot
		{
			border-top: 3px solid #555;
			border-right: 3px solid #555;
			-moz-border-radius-topright: .5em;
			-webkit-border-top-right-radius: .75em;
			border-radius-top-right: .5em;
		}
	

#travel-planner .container
{
	position: relative;

	min-height: 272px;
	color: #fff;
	
	margin-bottom: 1em;

	color: #e9e9e9;
	border: solid 3px #555;
	background: #212121 url(../img/reseplanerare.png);

	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.5);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,.5);
	box-shadow: 0 2px 4px rgba(0,0,0,.5);

	border-top: none;
	-moz-border-radius: .75em;
	-webkit-border-radius: .75em;
	border-radius: .75em;

	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-moz-border-radius-topright: .75em;
	-webkit-border-top-right-radius: .75em;
	border-top-right-radius: .75em;
	
}

	#travel-planner #tim
	{
		min-height: 21.75em;
	}


	#travel-planner form,
	#travel-planner .form
	{
		padding: .75em 1em 0 1em;
		background: url(../img/skugga-24.png) right top no-repeat;
		margin-bottom: 0;
	}
	
		#travel-planner input.input-text
		{
			width: 95%;
			line-height: 1.5;
			padding: 0em 0;
		}
		
		#travel-planner .time
		{
			margin-top: 1em;
		}

			#travel-planner .time span
			{
				display: inline;
			}

			#travel-planner .time input.input-text
			{
				width: 3em;
			}

			#travel-planner select.depart
			{
				width: 12em;
				line-height: 1.5;
				margin-bottom: .25em;
			}
	
			#travel-planner select.day
			{
				width: 8em;
				line-height: 1.5;
			}
		
		#travel-planner input.input-button
		{
			background: #004759 url(../img/fade-shiny-ltm1.png) repeat-x 0 10%;
			color: #fff;
			border: 1px solid #166f86;
			float: left;
		}
		


	#travel-planner h1,
	#travel-planner h2
	{
		text-transform: uppercase !important;
		text-align: center;
		line-height: 1;
		margin: 0;
	}

	#travel-planner h1
	{
		color: #fff;
		font-size: 1.2em;
		font-weight: bold;
		letter-spacing: .1em;
		margin: .5em 0 0;
	}

	#travel-planner h2
	{
		color: #fff;
		font-size: 1em;
		font-weight: normal;
		margin-top: .5em;
	}

	#travel-planner label
	{
		display: block;
	}
	
		#travel-planner .time label
		{
			display: inline;
		}
	
	#travel-planner .clock
	{
		display: inline;
	}
	
	#travel-planner fieldset
	{
		border: none;
		padding: .75em 0 0 0;
	}

	.ui-tabs-hide
	{
		display: none;
	}

	div.from,
	div.to,
	div.time,
	div.advanced-search
	{
		margin-bottom: 1em;		
	}
	
	.advanced-search
	{
		margin-top: 1em;
	}
	
	.reseplanerar-logo
	{
		position: absolute;
		bottom: 1em;
		right: 1em;
	}

/* @end */

/* @group search-results */

#main-area .search .time
{
	display: block;
	color: #999;
}

.search fieldset
{
	padding: 1em;
	padding-bottom: 0;
	border: 1px solid #ececec;
	overflow: hidden;
	margin: .5em 0 1em;
	background: #fafafa;
}

.search div.categories
{
	display: inline;	
}

.search div.categories strong
{
	display: none;
}

#main-area .search p
{
	margin-top: 0em;
}


/* @end */



	
#splash
{
	color: #fff;
	margin-bottom: .5em;
}

#extra
{
	margin-left: 60.833em;
	margin-right: 1em;
}



/* @group functions */

.functions
{
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	overflow: hidden;
}

	.functions ul,
	.start #main-area .functions ul
	{
		padding: .5em 1em;
		margin: 0;
		list-style: none;
		overflow: hidden;
		font-size: .9em;
	}
	
	.start  #main-area .functions ul li,
	.functions ul li
	{
		float: left;
		margin-right: 1em;
		line-height: 2;
		margin-bottom: 0;
	}
	
	.functions a
	{
		padding-left: 2em;
		display: block;
		text-decoration: none;
	}
	
		.functions ul li.sign-language-function a
		{
			background: url(../img/sign-language.png) no-repeat;
		}

		.functions ul li.print-function a
		{
			background: url(../img/print-icon.png) no-repeat 0 50%;
		}
		
		div.sign-language
		{
			display: none;
			background: #fff url(../img/fade-gray-white.png) repeat-x 0 -30px;
			padding: .5em;
			border: 1px solid #f1f1f1;

			padding: .75em 1em .75em;
			overflow: hidden;
			font-size: 1em;
		}

/* @end */


.introduction
{
	font-weight: bold;
}

	.start #main-area p.introduction
	{
		font-size: 1.4em !important;
	}

.imagetext 
{
	font-style: italic; 
	font-size: .85em;
}

.red
{
	color: #C00;
}

/* @group customer-service */

.customer-service
{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.customer-service li
{
/*	float: left;
	width: 23em; */
	margin-right: 1em;
	padding-top: 1em;
	padding-left: 4em;
	background-image: url(../img/customer-service.png);
	background-repeat: no-repeat;
	background-position: left 0.5em;
	margin-bottom: 1em;
	overflow: hidden;
}



	.customer-service .traffic-questions
	{
		background-image: url(../img/customer-question.png);
	}
	.customer-service .traffic-email
	{
		background-image: url(../img/customer-email.png);
	}
	.customer-service .traffic-information
	{
		background-image: url(../img/customer-phone.png);
	}

	.customer-service .traffic-center
	{
		background-image: url(../img/customer-customerservice.png);
		clear: both;
		width: auto;
		margin-right: 0;
		float: none;
	}
	
	.customer-service h2
	{
		color: #0079a6;
		margin: 0;
	}


/* @end */


