@import url(/Styles/imageClasses.css);

/********************************************************************
*																	*
* CamelCase notation is used for class selectors that would have	*
* been id selectors if WinForms hadn't been used.					*
*																	*
* Colors															*
*   Green      #a6ce39												*
*   Green-text #8da201												*
*                                                                   *
********************************************************************/

/************************/
/* GLOBAL               */
/************************/

body
{
	background-color: #9cc83d;
}

a 
{
	color: #8da201;
}

h3 a
{
	color:#8da201;
}

.Page 
{
	background: url(images/page_right_green.gif) repeat-y right top;/*#fff tillagt för reseplaneraren*/
}

.blob
{
/*	background: #709509 url(images/blobheader_right_green.gif) no-repeat top right;*/
	background: url(images/blobheader_right_green_ny.gif) no-repeat top right;
}

	.blob h2	
	{
		background: url(images/blobheader_left_green_ny.gif) no-repeat top left;
	}
	.blob div h2	
	{
		/*background: url(images/blobheader_left_green.gif) no-repeat top left;*/
		background: none;
	}

/************************/
/* HEADER               */
/************************/
.HeaderRegion
{
	background-image: url(images/page_top_green.gif);
}

.righttop
{
	background-image: url(images/page_top_green.gif);
}


/************************/
/* MAINMENUAREA         */
/************************/


.FooterArea,
.MainMenuArea 
{
	background: url(images/menu_background_gray.gif) top left no-repeat;
	-webkit-background-size: 80em 2.6em;
}
	
	
	.FooterArea .left,
	.MainMenuArea .left
	{
		background: url(images/menu_background_gray.gif) top right no-repeat;
		-webkit-background-size: 80em 2.6em;
	}
	

		
		.MainMenuArea li.unselected_first
		{
			/*background: url(images/menu_background_gray.gif) no-repeat top left;*/
			border-right: solid 1px #777777;
		}
		.MainMenuArea li.unselected_middle
		{
			/*background: url(images/menu_background_gray.gif) no-repeat top center;*/
			border-right: solid 1px #777777;
		}
		.MainMenuArea li.unselected_last
		{
			/*background: url(images/menu_background_gray.gif) no-repeat top center;*/
		}

		.MainMenuArea li.selected_first
		{
			background: url(images/menu_background_green.gif) no-repeat top left;
			border-right: solid 1px #777777;
			-webkit-background-size: 80em 2.6em;
		}
		.MainMenuArea li.selected_middle
		{
			background: url(images/menu_background_green.gif) no-repeat top center;
			border-right: solid 1px #777777;
			-webkit-background-size: 80em 2.6em;
		}
		.MainMenuArea li.selected_last
		{
			background: url(images/menu_background_green.gif) no-repeat top center;
			border-right: solid 1px #777777;
			-webkit-background-size: 80em 2.6em;
		}
		
/************************/
/* BOTTOM               */
/************************/

.Page .bottom
{
	background-image: url(images/page_bottom_green.gif);
}
	
	.Page .bottom div
	{
		background-image: url(images/page_bottom_green.gif);
	}

/*********************************************/
/* SubMenuArea, LeftColumn & RightColumnArea */
/*********************************************/

.SubMenuArea li span,
.SubMenuArea li a.selected,
.SubMenuArea li a.expanded
{
	background: url(images/submenu_arrow_selected_green.gif) no-repeat 10px center;
}

.SubMenuArea li a
{	
	background: url(images/submenu_arrow_green.gif) no-repeat 10px center;
	color:#8da201;
}	

.RightColumnArea .arrow
{			
	background: url(images/submenu_arrow_green.gif)  no-repeat left;		
}



/*************************/
/* CONTENTAREA           */
/*************************/




/**********************************/
/*  ListPage and Listing          */
/**********************************/


/*Listing RSS*/
a.ListTitleBold
{
	color: #8da201;
}

a.ListTitle
{
	text-decoration: none;
	color: #8da201;
	/*background-color: #F2F2F2;*/
}

/* ********* MultiList ********** */


	ul.multiList a
	{
		color: #8da201;

	}
	
/************** Listing ****************/
.prefiximage
{
	background: url(images/submenu_arrow_green.gif)  no-repeat center;	
}	
	
/**********************************/
/*  Forms                         */
/**********************************/

.VerticalCenteringStyle
{
	background: url(images/submenu_arrow_green.gif)  no-repeat center;	
}