/* ------ Text items -------- */
/*EditMenuName: Heading 1;*/
/************************/
/* GLOBAL               */
/************************/

/* The path for the images is: C:\EPiServer\Sites\HiQEpi5\Templates\Public\Styles\Glossy\images */

html,body {height:100%} /* you need this to allow for 100% on any other elements */
body
{
	text-align: center;
	color: #666;
	background: #a6a6a6 url(images/hiq_bg.gif) repeat-y;
	background-position: center;
	font-size: 11px;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body form
{
	text-align: left;
	overflow: hidden;
	background-color: #fff;
	width: 920px;
	margin: 0px auto;
}

#Page
{
	position: relative;
}

a
{
	color: #006699;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/* Rubriker */
h1, h2, h3, h4
{
	font-weight: bold;
	font-family: verdana, helvetica, arial, verdana, sans-serif;
	line-height: 1.3em;
	color: #555;
}

h1
{
	font-size: 18px;
	editmenuname: Heading 1;
}

h2
{
	font-size: 13px;
	margin: 6px 0 0 0;
	editmenuname: Heading 2;
}

h3
{
	font-size: 13px;
	margin: 6px 0 0 0;
	editmenuname: Heading 3;
}

h5
{
    margin: 0;
    padding: 2px 2px 2px 8px;
    background-color: #DDDDDD;
    color: #666666;
    font-weight: normal;
    font-size: 10px;
    line-height: 1.2em;
    editmenuname: Heading 5;
}

/* generell formatering */
p
{
	margin: 0 0 1em 0;
	padding: 0;
    editmenuname: P;
}

.boldText
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #666666;
    font-weight: bold;
}

.introduction
{
	font-style: italic;
	editmenuname: Introduction;
}

hr
{
    height: 1px;
    margin: 0.5em 0;
    padding: 0;
    background-color: #C0C0C0;
    border: 0;
}

hr.clear
{
	clear: both;
}

ul
{
	padding: 0;
	margin: 1.5em;
}

fieldset
{
	margin: 0 0 1em 0;
	padding: 1em;
}

.hidden
{
	display: none;
}

.error
{
	color: Red;
}

.button
{
	border: 1px solid black;
	color: White;
	background: black url(images/buttonBg.png) repeat-x;
}

table
{
	font-size: 1em;
	border-collapse: collapse;
}

th
{
	text-align: left;
}

/************************/
/* HEADER               */
/************************/
#Header
{
	/*border: thin dashed Fuchsia;*/
}

#Logotype
{
	margin: 2px 0px 10px 5px;
}

#Banner
{
	/*border: thin dashed #FF0000;*/
	height: 150px;
}

#Functions
{
	position: absolute;
	top: 6px;
	right: 185px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.6em;
}

#Functions li
{
	display: block;
	height: 1.6em;
	float: left;
	border-left: 1px solid #dee1e3;
	padding: 0 1em;
	overflow: visible;
}

#Functions li.first
{
	border-left: 0;
}

#Functions li a
{
	display: block;
	color: #3b3d41;
	text-decoration: none;
	float: left;
	padding-left: 2em;
}

#Functions a:hover
{
	color: Black;
	text-decoration: underline;
}

a.loginButton
{
	background: url(images/ButtonLogin.png) no-repeat;
}

a.logoutButton
{
	background: url(images/ButtonLogin.png) no-repeat;
}

a.rssButton
{
	background: url(images/ButtonRss.png) no-repeat;
}

a.sitemapButton
{
	background: url(images/ButtonSitemap.png) no-repeat;
}

a.languageButton, input.languageButton
{
	background: url(images/buttonLanguage.png) no-repeat;
}

input.languageButton
{
	width: 20px;
	float: left;
	height: 1.6em;
}

select.languageButton
{
	font-size: 1em;
}

/************************/
/* MAINMENUAREA         */
/************************/
#MainMenuArea
{
	position: relative;
	height: 35px;
	background: #eaeaea url(images/menu_bg.gif) repeat-x;
	background-position: bottom;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #aaa;
	line-height: 15px;
	clear: both;
	overflow: hidden;
	font-size: 11px;
	margin-top: 0px;
}

#MainMenuArea ul
{
	width: 100%;
	margin: 0;
	padding: 0px;
	background-color: #eaeaea;
	list-style-type: none;
	float: left;
}

#MainMenuArea li
{
	background-position: right top;
	display: block;
	float: left;
	margin: 0px 0px 2px 0px;
	padding: 0px 3px 0px 0px;
	height: 18px;
	background: url(images/hiqMenubgDiv.gif) no-repeat right top;
}

#MainMenuArea li.selected a
{
	display: block;
	color: #FFF;
	padding: 2px 16px 3px 16px;
	background-color: #006699;
}

#MainMenuArea li a
{
	display: block;
	padding: 2px 16px 3px 16px;
	text-decoration: none;
	color: #666666;
	background-color: #eaeaea;
}
#MainMenuArea li.unselected a:hover
{
	color: #000;
	background-color: #dddddd;
	padding: 2px 16px 3px 16px;
}

/*************************/
/* QUICKSEARCH           */
/*************************/
.QuickSearchArea
{
	position: absolute;
	right: -8px;
	margin: 6px 8px 0px 0px;
	top: 0px;
}

input.quickSearchField
{
	border: 1px solid Black;
	float: left;
	margin: 0px 2px 0px 0px;
	width: 11em;
}

.quickSearchButton
{
	background: url(images/MainMenuSearchButton.png) no-repeat top left;
	width: 23px;
	height: 21px;
	display: block;
	float: left;
}

/*************************/
/* STAGEAREA             */
/*************************/
#StageArea
{
	width: 100%;
	padding: 0.5em 0 1.5em 0;
	overflow: hidden;
}
#StageArea img
{
	border: 0px;
}
/*************************/
/* BREADCRUMBS           */
/*************************/
#BreadCrumbsArea
{
	position: absolute;
	left: 2px;
	font-size: 0.8em;
	font-family: Verdana, Arial, helvetica, Sans-Serif;
	line-height: 2.5em;
	top: 243px;
}

#BreadCrumbsArea a
{
	color: #3e3e3e;
	text-decoration: none;
}

#BreadCrumbsArea a:hover
{
	text-decoration: underline;
}

/*************************/
/* SUBMENUAREA           */
/*************************/
#SubMenuArea
{
	width: 215px;
	padding-top: 15px;
	padding-bottom: 2em;
	float: left;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #666;
	font-size: 10px;
}

#SubMenuArea a
{
	color: #3e3e3e;
	background-color: #eeeeee;
}

#SubMenuArea a:hover
{
	background-color: #0066a0;
	text-decoration: none;
	color: white;
}
#SubMenuArea ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: 1em;
}

#SubMenuArea ul ul
{
	margin: 0 0 0.6em 1.5em;
	border: 0;
}

#SubMenuArea li
{
}

#SubMenuArea li a, #SubMenuArea li span
{
	display: block;
	padding: 0.5em 0.5em 0.5em 12px;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}

#SubMenuArea li span
{
	background-image: url(images/SubMenuSelected.png);
	background-repeat: no-repeat;
	background-position: 0.5em 0.5em;
	background-color: #dddddd;
}

#SubMenuArea li li span
{
	background-position: 0.7em 0.2em;
}

#SubMenuArea li li a, #SubMenuArea li li span
{
	padding: 2px 0px 2px 15px;
}

#SubMenuArea li li
{
	border-bottom-color: #ddd;
}

#SubMenuArea li li span
{
	font-weight: bold;
}

#SubMenuArea li li li
{
}

/*************************/
/* CONTENTAREA           */
/*************************/
#MainContentArea
{
	/* IE 6 doesn't support min-height so the height is set instead, */ /* relying on that it will expand beyond it if needed */
	height: 20em;
	min-height: 20em;
	margin-top: 15px;
	width: 705px;
	float: left;
}

/* IE 6 doesn't understand the > selector and ignores it */
html > body #MainContentArea
{
	height: auto;
}

#MainBodyArea
{
	width: 490px;
	overflow: hidden;
	float: left;
}

#MainBodyArea #MainBody
{
	padding: 0px 20px 10px 20px;
}

#MainBodyArea .pageList
{
	padding: 0;
}

#MainBodyArea .pageList ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#SecondaryBodyArea
{
	width: 215px;
	overflow: hidden;
	float: left;
	font-size: 10px;
}

#SecondaryBodyArea #SecondaryBody
{
	margin: 0px;
}

/*************************/
/* STARTPAGE             */
/*************************/
#StageArea.StartPage
{
	position: relative;
	background-image: none;
	width: 100%;
	padding-bottom: 0;
	overflow: hidden;
}

#StageArea.StartPage #ImageArea
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 150px;
	clear: both;
	border-bottom: 0.6em solid #ffffff;
}

#StageArea.StartPage #SecondaryBodyArea
{
	position: absolute;
	top: 0em;
	right: 0em;
	width: 17em;
	height: 18em;
	padding: 2em;
	color: White;
	overflow: hidden;
}

#StageArea.StartPage .pageList
{
	border: 0;
	padding: 0;
	margin: 0;
}

#StageArea.StartPage ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#StageArea.StartPage #MainContentArea
{
	height: auto;
	width: 100%;
	min-height: 0;
	padding: 1em 0;
	margin: 0;
	background-image: none;
	overflow: hidden;
}

#StageArea.StartPage #MainBodyArea
{
	float: left;
	width: 23em;
	padding: 0 2em 0 1.5em;
	border: 0;
	overflow: hidden;
}

#StageArea.StartPage #NewsArea
{
	float: left;
	width: 15.5em;
	padding: 0 1em 1em 1em;
	overflow: hidden;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
}

#StageArea.StartPage #NewsArea li, #StageArea.StartPage #EventsArea li
{
	margin: 0.5em 0;
}

#StageArea.StartPage #EventsArea
{
	float: left;
	width: 15.5em;
	padding: 0 1em;
	overflow: hidden;
}

/*************************/
/* LOGIN PAGE            */
/*************************/
.loginArea
{
	width: 100%;
}

.loginArea label
{
	display: block;
	line-height: 1em;
	width: 35%;
}

.loginArea input
{
	margin: 0.3em 0 1em 0;
}

/*************************/
/* REGISTER PAGE         */
/*************************/
.registerArea
{
	width: 100%;
}

.registerArea label
{
	display: block;
	line-height: 1em;
}

.registerArea input
{
	margin: 0.3em 0 1em 0;
}

/*************************/
/* SUBSCRIPTION PAGE     */
/*************************/
.subscriptionArea
{
	width: 100%;
}

.subscriptionArea label.topLabel
{
	display: block;
	line-height: 1em;
}

.subscriptionArea input, .subscriptionArea select
{
	margin: 0.3em 0 1.5em 0;
}

.subscriptionListArea input
{
	margin: 0 0.3em 0 0;
}

.subscriptionListArea td
{
	vertical-align: text-bottom;
	padding: 0.3em 0;
}

/*************************/
/* SEARCH PAGE           */
/*************************/
#ResultArea
{
	padding-top: 2em;
}

#ResultArea ol
{
	margin: 0;
	padding-left: 2em;
}

#ResultArea li
{
	margin: 0;
	padding: 0;
}

input.searchText
{
	width: 75%;
}

/*************************/
/* SITEMAP PAGE          */
/*************************/
#SiteMap ul
{
	margin: 0;
	padding: 0.2em 0;
}

#SiteMap ul ul
{
	padding: 0;
	margin-left: 0.5em;
}

#SiteMap li
{
	margin: 0 0 0.5em 0;
	padding: 0;
	list-style: none;
	font-size: 1.3em;
}
#SiteMap li a
{
	text-decoration: none;
}

#SiteMap li li
{
	margin: 0.2em 0;
	padding-left: 1em;
	background: url(images/SiteMapBullet.png) no-repeat;
	font-size: 0.7em;
}

#SiteMap li li a
{
	text-decoration: underline;
}

#SiteMap li li li
{
	font-size: 1em;
}

/*************************/
/* DOCUMENTS             */
/*************************/
#MainBody.documentList ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#MainBody.documentList li
{
	clear: both;
}

#MainBody.documentList .download
{
	float: right;
}

#MainBody.documentList a
{
	padding: 0 0 2px 20px;
}

a.bmpExtension
{
	background: url(images/extensions/bmp.gif) no-repeat;
	padding: 0 0 2px 20px;
	line-height: 2em;
}
a.docExtension, a.docxExtension
{
	background: url(images/extensions/doc.gif) no-repeat;
	padding: 0 0 2px 20px;
	line-height: 2em;
}
a.gifExtension
{
	background: url(images/extensions/gif.gif) no-repeat;
	padding: 0 0 2px 20px;
	line-height: 2em;
}
a.htmExtension, a.htmlExtension
{
	background: url(images/extensions/htm.gif) no-repeat;
	padding: 0 0 2px 20px;
	line-height: 2em;
}
a.jpgExtension, a.jpegExtension
{
	background: url(images/extensions/jpg.gif) no-repeat;
	padding: 0 0 2px 20px;
	line-height: 2em;
}
a.mp3Extension
{
	background: url(images/extensions/mp3.gif) no-repeat;
	padding: 0 0 2px 20px;
	line-height: 2em;
}
a.mpgExtension
{
	background: url(images/extensions/mpg.gif) no-repeat;
	padding: 0 0 2px 20px;
	line-height: 2em;
}
a.pdfExtension
{
	background: url(images/extensions/pdf.gif) no-repeat;
	padding: 0 0 2px 20px;
	line-height: 2em;
}
a.pngExtension
{
	background: url(images/extensions/png.gif) no-repeat;
	padding: 0 0 2px 20px;
	line-height: 2em;
}
a.pptExtension, a.pptxExtension
{
	background: url(images/extensions/ppt.gif) no-repeat;
	padding: 0 0 2px 20px;
	line-height: 2em;
}
a.tifExtension, a.tiffExtension
{
	background: url(images/extensions/tif.gif) no-repeat;
	padding: 0 0 2px 20px;
	line-height: 2em;
}
a.txtExtension
{
	background: url(images/extensions/txt.gif) no-repeat;
	padding: 0 0 2px 20px;
	line-height: 2em;
}
a.wavExtension
{
	background: url(images/extensions/wav.gif) no-repeat;
	padding: 0 0 2px 20px;
	line-height: 2em;
}
a.xlsExtension, a.xlsxExtension
{
	background: url(images/extensions/xls.gif) no-repeat;
	padding: 0 0 2px 20px;
	line-height: 2em;
}
a.zipExtension
{
	background: url(images/extensions/zip.gif) no-repeat;
	padding: 0 0 2px 20px;
	line-height: 2em;
}

/*************************/
/* PAGELIST              */
/*************************/
.pageList ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.pageList li
{
	padding-bottom: 0.2em;
	list-style-type: none;
}

.pageList h2
{
	margin: 0;
}

/*************************/
/* FORMS                 */
/*************************/
.xForm
{
}

.xForm h2
{
	padding: 1em 0;
	margin: 0;
}

.xForm legend
{
	color: Black;
}

.xForm input
{
	float: left;
}

.xForm .heading
{
	font-weight: bold;
	font-size: 1em;
	padding: 0;
	margin: 0.4em 0em;
}

.xForm #id_matrix
{
	width: 100%;
	margin: 0;
	padding: 0;
}

.xForm #id_matrix td
{
	border: 0;
	margin: 0;
	padding: 0.2em 0;
}

span.xformvalidator
{
	color: Red;
}

.xForm .options
{
	float: left;
}

.xForm label
{
	margin-right: 0.5em;
	float: left;
}

#id_matrix br
{
	clear: both;
}

.thankyoumessage
{
	padding: 1em 0;
	margin: 0;
	font-weight: bold;
}
/*************************/
/* FOOTERAREA            */
/*************************/
#FooterArea
{
	overflow: visible;
	margin: 0 -0.5em;
	clear: both;
	background-color: #fff;
	font-family: Verdana, Arial, Sans-Serif;
	border-top: 1px solid #eee;
}

#Footer
{
	height: 30px;
}
#FooterArea ul
{
	margin: 8px 0 0 0;
	padding: 0;
	list-style-type: none;
	float: right;
}

#FooterArea ul li
{
	display: block;
	float: left;
	color: #666;
	border-left: solid 1px White;
	padding: 0 0.8em;
	font-size: 0.8em;
}

#FooterArea ul li.first
{
	border: 0;
}

#FooterArea a
{
	text-decoration: none;
}

#FooterArea a:hover
{
	text-decoration: underline;
}

/**********************************/
/*    Table classes for content   */
/**********************************/
table.classic
{
	border-collapse: collapse;
	border: solid 0.1em #777777;
	editmenuname: Classic;
}

table.classic th
{
	border: solid 0.1em #777777;
	background-color: #DADADA;
	padding: 0.4em;
}

table.classic td
{
	border: solid 0.1em #777777;
	padding: 0.2em 0.4em;
}

table.color
{
	border-collapse: collapse;
	border: solid 0.1em #275569;
}

table.color th
{
	border: solid 0.1em #275569;
	background-color: #4495b9;
	color: White;
	padding: 0.4em;
}

table.color td
{
	border: solid 0.1em #275569;
	padding: 0.2em 0.4em;
}

th.highlighted, td.highlighted
{
	editmenuname: Highlighted;
}

table.classic th.highlighted
{
	background-color: #AAAAAA;
}

table.classic td.highlighted
{
	background-color: #F0F0F0;
}

table.color th.highlighted
{
	background-color: #377995;
}

table.color td.highlighted
{
	background-color: #d1e6ef;
}

th.leftalignedcontent, td.leftalignedcontent
{
	text-align: left;
	editmenuname: Left aligned;
}

th.rightalignedcontent, td.rightalignedcontent
{
	text-align: right;
	editmenuname: Right aligned;
}

/**********************************/
/*   Image  classes for content    */
/**********************************/
img.topleftfloatingimage
{
	margin-right: 1em;
	margin-bottom: 1em;
	float: left;
	editmenuname: Top left;
}

#circularMenu
{
	list-style: none;
	position: relative;
	width: 260px;
	height: 300px;
	background: #fff url(/upload/HiQ/cMenu/background3.gif) no-repeat;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0 auto;
}

#circularMenu li
{
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
}
#circularMenu li.home
{
	left: 120px;
	top: 4px;
	background: url(/upload/HiQ/cMenu/mobile.png) no-repeat center center;
}
#circularMenu li.chat
{
	left: 225px;
	top: 64px;
	background: url(/upload/HiQ/cMenu/com.png) no-repeat center center;
}
#circularMenu li.upload
{
	left: 14px;
	top: 65px;
	background: url(/upload/HiQ/cMenu/simulation.png) no-repeat center center;
}

#circularMenu li.shop
{
	left: 220px;
	top: 175px;
	background: url(/upload/HiQ/cMenu/console.png) no-repeat center center;
}
#circularMenu li.search
{
	left: 16px;
	top: 169px;
	background: url(/upload/HiQ/cMenu/busin.png) no-repeat center center;
}
#circularMenu li.delivery
{
	left: 120px;
	top: 225px;
	background: url(/upload/HiQ/cMenu/car.gif) no-repeat center center;
}

#circularMenu li a b
{
	display: none;
}
#circularMenu li a
{
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
}

#circularMenu li a:hover
{
	text-decoration: none;
	font-family: georgia, serif;
}
#circularMenu li a:hover b
{
	position: absolute;
	display: block;
	width: 100px;
	height: 120px;
	font-size: 16px;
	color: #63352c;
	background: #fff;
}
#circularMenu li a:hover b span
{
	display: block;
	font-size: 12px;
	color: #888;
	font-weight: normal;
	margin-top: 15px;
}

#circularMenu li.home a:hover b
{
	left: -22px;
	top: 90px;
}
#circularMenu li.chat a:hover b
{
	left: -122px;
	top: 32px;
}
#circularMenu li.upload a:hover b
{
	left: 83px;
	top: 27px;
}
#circularMenu li.shop a:hover b
{
	left: -122px;
	top: -79px;
}
#circularMenu li.search a:hover b
{
	left: 83px;
	top: -73px;
}
#circularMenu li.delivery a:hover b
{
	left: -22px;
	top: -120px;
}

/*Link in the highlight of the first page.*/
#Highlight, #Highlight2, #Highlight3
{
	border: 0px solid #000;
	margin: 0;
	padding: 0;
	background-color: #eeeeee;
}
#Highlight a, #Highlight2 a, #Highlight3 a
{
	color: #006699;
	text-decoration: none;
}

#Highlight a:hover, #Highlight2 a:hover, #Highlight3 a:hover
{
	color: #006699;
	text-decoration: underline;
	background-color: transparent;
}

.highlightText
{
	margin: 0;
	padding: 3px;
	font-weight: normal;
	line-height: 1.5;
}

/* From old HiQ Stylesheet */
img.articleImg
{
	float: left;
	padding: 0;
	margin: 0 15px 0 0;
}
.modul
{
	background-color: transparent;
	margin: 0 0 1em 0;
	background-position: top right;
	background-repeat: no-repeat;
	editmenuname: Modul;
}
#sidebar .modul
{
	background-color: transparent;
}
/*
	modul utan tonat huvud
*/
.modul.noBackground
{
	background-image: none;
}
img
{
	padding: 0;
	margin: 0 0 5px 0;
}

.breadImg
{
	margin: 0 0 15px 0;
}

.bigimg
{
	margin: 0;
	padding: 0;
}

img.icon
{
	position: relative;
	top: 3px;
	margin: 0 5px 0 0;
}

.clearer
{
	clear: both;
	overflow: hidden;
	height: 0;
	editmenuname: Clearer;
}

/* Bildgalleri     thumb1, 0 15*/

.thumb1, .thumb2, .thumb3
{
	behavior: url('/upload/HiQ/Lightbox/IEFixes.htc');
	cursor: pointer;
	float: left;
}

.thumb1:hover, .thumb1.hover, .thumb2:hover, .thumb2.hover, .thumb3:hover, .thumb3.hover
{
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.thumb1, .thumb2
{
	margin: 0 15px 15px 0;
}

.thumb3
{
	margin: 0 0 15px 0;
}

.thumbRow
{
	clear: both;
}
