#RegionFooter .Copyright
{
	float: left;
	padding: 10px 0 0 15px;
	color: #fff;
}
.PageHeaderLogo
{
	display: inline;
	float: left;
	width: 104px;
	height: 101px;
	background: #eee url(/Images/Backgrounds/bg_sitelogo.jpg) no-repeat top left;
}
.PageHeaderLogo img 
{
	margin: 11px 0 0 21px;
}/******************************************************
/* FRAMEWORK STATICS
/******************************************************/
#TopMenuMainMenuContainer /* B�r f� ett b�ttre namn.. */
{
    margin:-30px auto 0 auto;width:880px;padding-left:100px;
}
body 
{
	background-color: #069;
}

form 
{
	display: block;
	margin: 0;
	padding: 0;
}
.PageArea 
{
	/*text-align: center;*/
	margin: 0;
	padding: 0;
}
#HeaderArea
{
	height: 101px;
	background: transparent url(/Images/Backgrounds/bg_siteheader.gif) repeat-x top left;
}
#ContentArea 
{
	background-color: #fff;
}
#FooterArea
{
	height: 65px;
	background: transparent url(/Images/Backgrounds/bg_sitefooter.gif) repeat-x top left;
}
.SiteHeading 
{
	float: left;
	padding-left: 13px;
	line-height: 65px;
	color: #fff;
	font-size: 1.50em;
	text-decoration: none;
}

.SiteHeading a
{
	color: #fff;
	text-decoration: none;
}
/******************************************************
/* REGIONS
/******************************************************/
#RegionHeader
{
	width: 994px;
	text-align: left;
	margin: 0 auto;
}
#RegionMenu
{
	clear: both;
	width: 980px;
	text-align: left;
	padding-top: 7px;
	margin: 0 auto;
}
#RegionMenu #MainMenuContainer 
{
	background: #fff url(/Images/Backgrounds/bg_mainmenu.gif) repeat-x bottom left;
}
#RegionPage
{
	clear: both;
	width: 980px;
	text-align: left;
	margin: 0 auto;
	padding: 6px 0 16px 0;
	/*background: url(/Images/Backgrounds/bg_page.gif) repeat-x top left;*/
}

#RegionHelp
{
	text-align: right;
	border-left: 1px solid #ccc;
}
#RegionContent
{
	border-left: 1px solid #ccc;
}

#RegionFooter
{
	clear: both;
	width: 980px;
	text-align: left;
	margin: 0 auto;
}

#showFavorites
{
 cursor:pointer;
}

.deleteFavorite
{
	display:none;
	
}

#favoritesList li
{
	margin-left:15px;
	display:none;
	cursor:pointer;
	margin-right:15px;
}
#favoritesList li a
{
	color:#333;
	margin-left:20px;
	text-decoration:none;
}
#favoritesList li img
{
	float:right;
	cursor:pointer;
	padding:5px;
}
#favoritesList
{
	display:none;
	text-align:left;
	width:382px;
	height:160px;
	overflow:auto;
	position: absolute;
	background: #fff;
	list-style:none;
    list-style-type:none;
    border:solid 1px #eee;
    z-index:9999;
}

#favoritesList li.header
{
	display:block;	
	color: #000;
}

.popup
{
	display: none;
    position: absolute;
      width: 200px;
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
    text-align:center;	
    z-index:100;
	
}/******************************************************
/* Base.css
/* This stylesheet contains the default styling 
/* of html elements and general classes used 
/* throughout the project.
/*
/* Don't add control, framework, template 
/* or contentblock specific classes to this file! 
/*****************************************************/

:root
{
	overflow-y: scroll;
}

body, form, h1, h2, h3, h4, h5, h6, h6, p, img, blockquote, ul, ol, li, dl, dt, dd 
{
	margin: 0;
	padding: 0;
}

html, body, td, th
{
	color: #333; /*;*/
	font-family: Arial,Helvetica,Sans-serif; /*;*/
}

html
{
	font-size: small;
}

body
{
	font-size: 85%;
	line-height: 1.455; /*;*/
}

form
{
}

p
{
	margin-bottom: 15px; /*10px;*/
}

.ingress
{
	font-weight: bold;
	margin-bottom: 15px /*10px;*/
}

.category
{
	color: #666;
	text-transform: uppercase;
	font-size: .9em;
}

.toUpper
{
	text-transform:uppercase;
}

/******************************************************
/* Headings
/*****************************************************/
h1, h2, h3, h4, h5, h6
{
	margin-bottom: .3em;
}

h1
{
	color: #000; /*##f90;*/
	font-size: 180%;
}

h2
{
	color: #000; /*##f90;*/
	font-size: 140%;
}

h3
{
	color: #000; /*##333;*/
	font-size: 110%;
	text-transform: uppercase;
}

h4, h5, h6
{
	font-size: 100%;
}

h5, h6
{
	font-weight: normal;
	font-style: italic;
}

/*********************************
/ Links 
/********************************/
a
{
	color: #666; /*#06a;*/
}

a:hover
{
	color: #000; /*#09f;*/
}

a.imgLink
{
	display: block;
	line-height: 0;
}

.toUpperLink
{
	text-transform:uppercase;
	color: #666; /*#06a;*/
	font-family:Arial;
	text-decoration:none;
	font-weight:bold;	
	font-size:90%;
}

/*********************************
/ Lists 
/********************************/
ul
{
	list-style-image: url(/Images/Icons/ListBullet.gif);
	margin-left: 16px;
	margin-bottom: 15px; /*10px;*/
}

ol
{
	margin-bottom: 15px; /*10px;*/
	margin-left: 20px;
}

* html ol
{
	margin-left: 25px;
}

li
{
	margin: 0 0 .3em;
	vertical-align: middle;
}

dl
{
	margin-bottom: 15px; /*10px;*/
}

dt
{
	font-weight: bold;
	margin-bottom: .3em;
	clear: both;
}

dd
{
	margin-bottom: 15px; /*10px;*/
}

/******************************************************
/* Images
/*****************************************************/
img
{
	border: 0;
}

img.blockImage
{
	display: block;
	line-height: 0;
}

img.leftAligned
{
	float: left;
}

img.rightAligned
{
	float: right;
}


/******************************************************
/* Separators
/*****************************************************/
hr
{
	clear: both;
	display: block;
	border-width: 0;
	height: 1px;
	color: #ccc; /*;*/
	background-color: #ccc; /*;*/
	margin: 10px 0;
}

/******************************************************
/* pre-tag for documents...
/*****************************************************/
pre
{
	font-family: monospace;
}

/******************************************************
/* Float container fix
/*****************************************************/
.fc:after
{
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 0;
}

.fc {display:inline-block;} 
/* Hide from IE Mac \*/ 
.fc {display:block;} 
/* End hide from IE Mac */ 

* html .fc
{
	height: 1px;
}body 
{
	background-color: #fff;
	padding: 5px;
	font-size: 80%;
}

/*
h1
{
	EditMenuName: Page heading (H1);
}
*/

h2
{
	EditMenuName: Function heading;
}

h3
{
	EditMenuName: Sub heading (H3);
}

h4
{
	EditMenuName: List heading (H4);
}

h5
{
	EditMenuName: List heading (H5);
}

p
{
	EditMenuName: Normal;
}

p.ingress
{
	EditMenuName: Ingress;
}

img.blockImage
{
	EditMenuName: Block image;
}

img.leftAligned
{
	EditMenuName: Left aligned;
}

img.rightAligned
{
	EditMenuName: Right aligned;
}

.tabLookAlike
{
	padding: 2px 18px;
	border: 1px solid black;
}

.SiteHeading 
{
	line-height: 30px;
}
.leftAlign
{
	float: left;
}
.rightAlign
{
	float: right;
}
.plainHeading
{
	height: 38px;
	padding-top: 22px;
}#HeaderArea,
#FooterArea,
.PageHeaderLogo
{
	background:none;
}

.SiteHeading,
#RegionFooter .Copyright
{
	color:#000;
}

#HeaderArea
{
	height:auto;
}

.SiteHeading,
.PageHeaderLogo
{
	float:none;
}
