/* CORE CSS - 20060601 */


/* BODY */

body /* These becomes the initial settings for most other elements */
{
    font-family: Arial, Helvetica, sans-serif;
    color: #555555;
    margin: 0;
    padding: 0;
}

/* PAGE LAYOUT */

.page
{
	width: 68.46em;
	*width: 66.81em;
	min-width: 890px;
	margin: auto;
	text-align: left;
	clear:both;
}

#page-head
{
	width: 68.46em;
	*width: 66.81em;
	min-width: 890px;
	margin: auto;
	text-align: left;
}


/* HEADER AREA */

.links-utility
{
	height: 22px;
	padding:10px 0 6px 0;
	color:#959595;
}

.links-utility a
{
	color:#959595;
	font-size:93%;
	text-decoration:none;
}

.links-utility a:hover
{
	color:#EE9511;
	text-decoration:underline;
}

#logo
{
	padding:20px 0;
}
/* MIKES Shadow line */

#line
{
	/* clear:both; */
	background-image: url('../images/quiqtop_sdw.jpg');
	height:15px;
	/* border-top: solid 1px #b7b7b7; */
	/*background-color: #b7b7b7;*/
	margin: 0 0 0 0;
}



/* TOP MENU */

#topmenu
{
	font-family: "Trebuchet MS";
	margin:0;
	padding:0;
	float:left;
}

#topmenu li
{
	/*display:inline;*/
	list-style-type:none;
	padding-right:10px;
}

#topmenu li a
{
	font-size:93%;
	color: #333;
	font-weight:bold;
}

#topmenu li a:hover
{
	color: #cb171e;
	text-decoration:none;
}


#searchbox {
	font-size: 93%;
	padding: 3px 2px 3px 2px;
	width: 209px;
	background: url(../images/searchfield_bg.gif);
	border: 1px solid #ccc;
	color: #333; 
}


/* PATH - bredcrumbs */

#path
{
	font-size: 85%;
	color: #007CC4;
	border-bottom: 1px solid #D9E021;
}


/* LEFT NAV */

#leftnav ul
{
	font-family: "Trebuchet MS";
	margin:0;
	padding:0;
}

#leftnav ul li
{
	list-style-type:none;
	list-style-image:none;	
	margin:0;
	padding:2px 0;
}

#leftnav ul li a
{
	text-decoration: none;
	color:#959595;
	font-size:93%;
	padding-left:3px;
}

#leftnav ul li.selected
{
	background-color: #fff;
}

#leftnav ul li a.selected 
{
	color: #cb171e;
	font-weight:bold;
}

#leftnav ul li a:hover
{
	color: #cb171e;
}

#leftnav ul li li
{
	padding-left:10px;
}

#leftnav .leftmenuhd a
{
	text-transform: uppercase;
	text-decoration:none;
	color: #000;
    font-size: 85%;
	padding: 0 5px 5px 18px;
}



/* MAIN WINDOW */

.yui-gd .first .grid-cell
{
	text-align:right;
	padding-right:15px;
}


/* FOOTER */

#ft-text
{
	padding: 8px 5px 15px 190px;
}

#ft-powered
{
	padding: 8px 0 10px 190px;
	clear: both;
}

#ft a
{
	color: #888;
	text-decoration:none;
}


/* STANDARD */

.left
{
	float:left;
}

.right
{
	float:right;
}

.qpopt
{
	padding: 0 4px;
}

.clear{
	clear:both;
}

.clearfix:after 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
*html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* HEADINGS */

h1, h2, h3, h4 /* Set general styles for all headings; some may be overridden later */
{
	font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    padding: 0;
}

h1
{
	color: #cb171e;
	margin-top: 0px;
	padding-top:10px;
	margin-bottom:10px;
    font-size: 197%;
    letter-spacing:0px;
}

h2
{
	color: #000;
    margin-top: 15px;
	padding-bottom:5px;
	margin-bottom:8px;
    font-size: 161.6%;
	letter-spacing: 0px;
}

h3
{
	color: #cb171e;
	font-size: 138.5%;
	letter-spacing:0px;
}

h4
{
	color:#000;
	text-transform: uppercase;
    font-size: 116%%;
	letter-spacing:0px;
	margin-top:15px;
}





/* PARAGRAPHS */

p
{
	font-size:100%;
    margin: 0 0 10px 0;
    line-height: 150%; /* This is aprox. default line height in most popular browsers; set explicitly to ensure consitency. */
}


/* LINKS */

a
{
	font-family: "Trebuchet MS";
    color: #cb171e;
    text-decoration: none;
}

a:hover
{
    color: #000000;
    text-decoration: underline;
}

a img
{
    border: none; /* Some browsers may display a border around a linked image without this attribute set to _none_. */
}

b,strong {
	color:#333;
}


h2 a {
	color:#000;
}

h2 a:hover {
	color:#cb171e;
}

/* PRE TEXT */

pre, code
{
/*    font-family: "Courier New", Courier, monospace; /* Usually defaulted to monospaced font anyway, but browwsers may vary which one is used, so giving exact alternatives helps visual consistenct */
/*    font-size: 1em; /* Setting this exact size may also help visual consistency */

	color: #666666;
	font-family: 'lucida console','Courier New',monospace;
	font-size: 1em;
}

pre
{
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #eeeeee;
	border-top-width: 1px;
	border-right-width-value: 1px;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style-value: solid;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-bottom-style: solid;
	border-left-style-value: solid;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-top-color: #d3d3d6;
	border-right-color-value: #d3d3d6;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-bottom-color: #d3d3d6;
	border-left-color-value: #d3d3d6;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	border-left-width-value: 5px;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	white-space: pre;
	overflow-x: auto;
	width: 98%;  
	
	 /* background-color: #f8f8f8;
    margin: 1em 0 1em 0;
    padding: 0.2em;
    border: 1px solid #e0e0e0; */
}

pre.wordwrap /* Style for ensuring long lines in pre field won't break the design; use &nbsp; instead to preserve white-space where desired */
{
    white-space: normal;
}

pre.wordwrap span.line /* Style for tag wrapping around each line of text */
{
    display: block;
}


/* TABLES */

table
{
    font-size: 100%; /* Fix for size "loss" in tables in IE; redundant for most other browsers */
    margin: 0;
    padding: 0;
}

th, td
{
    padding: 0;
	border:none;
}

table.default td
{
	padding:5px;
}

table.list /* Standard class usable for most regular tables presenting lists, with additional related styles */
{
    width: 100%;
    margin: 1em 0 1em 0;
    border: none;
}

table.list th, table.list td
{
    padding: 0.5em;
    border-right: 1px solid #ffffff;
    border-bottom: none;
    vertical-align: top;
}

table.list th
{
    font-weight: bold;
    color: #525345;
    background-color: #DFDFDF;
    white-space: nowrap;
    text-align: left;
    background-image: url(../images/th_bg.png);
    background-repeat: repeat-x;
    background-position: top left;
}

table.list td
{
    border-top: 1px solid #f8f8f8;
    font-weight: normal;
}

table.list th:first-child, table.list td:first-child
{
    border-left: 1px solid #ffffff;
}

table.list tr.bglight
{
    background-color: #F1F1ED;
}

table.list tr.bgdark
{
    background-color: #EAE9E1;
}

table.list tr.bglight:hover, table.list tr.bgdark:hover /* This has no effect in IE6 and below */
{
    background-color: #ffffff;
}

table.list tr.bglight:hover td, table.list tr.bgdark:hover td
{
    border-color: #ffffff;
}

table.list a
{
    border-bottom-color: #EAE9E1;
}

table.list img
{
    vertical-align: middle;
}

th.tight, td.tight
{
    width: 1%;
}

td.nowrap
{
    white-space: nowrap;
}

td.number
{
    text-align: right;
}

/* ORDERED AND UNORDERED LISTS */

ul, ol
{
    margin: 0.75em 0 1em 2.5em;
    padding: 0;
}

ul ul, ol ul
{
    margin: 0.3em 0 0.5em 1.3em;
}

ul ol, ol ol
{
    margin: 0.3em 0 0.5em 1.9em;
}

li
{
    margin: 0 0 0.3em 0;
    padding: 0;
    line-height: 1.25em;
	list-style-image: url(../images/blu-dot.gif);
	
}


/* DEFINITION LISTS */

dl
{
    margin: 0.25em 0 0.25em 0;
    padding: 0;
}

dt, dd
{
    font-style: normal;
    margin: 0 0 0.25em 0;
}

dt
{
    font-weight: bold;
}

dd
{
    margin: 0 1em 0.5em 2.5em;
}


/* FORM ELEMENTS */

form
{
    margin: 0;
    padding: 0;
}

label
{
    font-weight: bold;
    padding-right: 0.5em;
    display: block;
    white-space: nowrap;
}

input, select
{
    font-family: Arial, Helvetica, sans-serif; /* Needs to be set for some browsers, to prevent other default font from being used */
}

input.box, input.halfbox
{
    font-size: 100%;
}

textarea
{
    font-family: Arial, Helvetica, sans-serif; /* Usually defaulted to monospaced font; so it needs to be set if to change */
    font-size: 100%; /* Needs to be specified for IE */
}

optgroup
{
    font-weight: bold;
    font-style: normal;
}

input.button, button, input.defaultbutton
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    vertical-align: middle;
    font-size: 85%;
    color: #343434;
}

input.box, textarea.box
{
    width: 100%;
    border: 1px solid #A5ACB2;
    font-size: 100%;
}

input.halfbox, textarea.halfbox
{
    width: 48%;
}

div.input, div.textarea
{
    margin: 0.5em 0 0.5em 0;
    padding: 0 0.25em 0 0.25em;
    border: 1px solid;
    border-color: #808080 #e0e0e0 #e0e0e0 #808080;
}

div.textarea
{
    padding-right: 0;
}

div.input input, div.textarea textarea
{
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

fieldset
{
    border: 1px solid #ccccc3;
    padding: 0.5em;
}

legend
{
    font-weight: bold;
    color: #000000;
    padding: 0 0.25em 0 0.25em;
}

fieldset label
{
    color: #000000;
}

fieldset input.button
{
    margin-top: 0.5em;
}

/* HORIZONTAL RULERS */

hr /* General formatting for all horizontal rulers */
{
    color: #ffffff; /* Color must be set to the same as the background color to hide default formatting in IE */
    border: none; /* All borders must be removed as they are default for Opera */
    border-top: 1px solid #e0e0e0; /* This single top border is the one replacing the default look of the ruler */
    height: 1px;
    margin: 0.35em 0 0.35em 0; /* Be aware that these margins may not be calculated consistently across browsers */
}


/* MESSAGES TO THE USER */

div.message-confirmation, div.message-feedback, div.message-warning, div.message-error, div.warning
{
    margin: 0.5em 0 1em 0;
    padding: 0.5em 1em 0.5em 1em;
    border: 6px solid #cb171e;
    background-color: #f8f8f8;
}

div.message-feedback
{
    border-color: #40b040;
}

div.message-warning, div.warning
{
    border-color: #cb171e;
}

div.message-error
{
    border-color: #cb171e;
}


/* The remaining styles are important for proper content rendering in eZ publish - Do not remove or alter them without proper knowledge of the possible consequences */

/* POSITION CONTROL */

div.block /* Used around groups of objects which are connected in some way, and requires extra margins to the surroundings */
{
    margin: 0.5em 0 0.5em 0;
    padding: 0;
    clear: both;
}

div.block div.element /* Used if several objects are to be stacked horizontally within the same block */
{
    padding-right: 1em;
    float: left;
}

div.block div.left /* Floats elements to the left in a block */
{
    width: 48%;
    float: left;
    clear: left;
}

div.block div.right /* Floats elements to the right in a block */
{
    width: 48%;
    float: right;
    clear: right;
}

div.object-left /* Used for floating images and other content elements to the left inside other content */
{
    margin: 0.25em 0.25em 0.25em 0;
    float: left;
    clear: left;
}

div.object-right /* Used for floating images and other content elements to the right inside other content */
{
    margin: 0.25em 0 0.25em 0.25em;
    float: right;
    clear: right;
}

.float-break
{
    height: 1%; /* Fix for IE */
}

.float-break:after /* Terminate floating elements flow */
{
    content: "-";
    height: 0;
    font-size: 0;
    visibility: hidden;
    display: block;
    clear: both;
}

div.break /* Old method for terminating floating elements flow; kept for backwards compatibility */
{
    clear: both;
    font-size: 1px; /* Fix for IE */
    height: 1px;
    margin-bottom: -1px;
}



/* MISCELLANEOUS STYLES */

.hide /* Used on elements which should only be visible if CSS in disabled or unavailable */
{
    display: none;
}

.spamfilter /* Simple fix for stopping spambots from getting correct e-mail addresses from a web page: info<span class="spamfilter>SPAMFILTER</span>@ez.no <span class="spamfilter>(Remove SPAMFILTER to reply)</span> */
{
    display: none;
}


/* multioption */
table.multioption, table.multioption table
{
    width: 100%;
    margin: 0;
    border-top: 1px solid #ecece4;
    border-left: 1px solid #ecece4;
}

table.multioption table
{
    margin-top: 0.5em;
}

table.multioption th, table.multioption td
{
    padding: 0.25em;
    border-right: 1px solid #ecece4;
    border-bottom: 1px solid #ecece4;
    vertical-align: top;
    text-align: left;
}

table.multioption th
{
    background-color: #bfbfb7;
}

table.multioption div.controlbar div.block
{
    padding: 0;
}

table.multioption input.box
{
    width: 98%;
}

fieldset.multioption label
{
    font-weight: bold;
    margin: 0.5em 0 0.5em 0;
}

option.disabled
{
    color: #a0a0a0;
}    

div.attribute-multioption ul
{
    margin: 0 0 0 1em;
    padding: 0;
}

div.attribute-multioption li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* PAGE SPECIFIC */

/* MAIN PAGE */

.current_node_id_247 #bd #yui-main .yui-b /* main content view window */
{
	padding-right: 0px;
}

.current_node_id_247 .grid-cell
{
	font-size:85%;
}

.current_node_id_247 .col4 
{
	border-top:3px solid #007CC4;
}

.current_node_id_247 .col4 .cell1
{
	position:relative;
	z-index:80;
}

.current_node_id_247 .col4 .grid-cell 
{
	padding: 10px;
}

.current_node_id_247 .col4 b
{
	color:#007CC4;
}

.current_node_id_247 .grid-cell table.default {
	margin:0px 6px 0px 6px;
}

.current_node_id_247 .grid-cell table.default tr {
	/*padding:7px;*/
}

.current_node_id_247 .grid-cell table.default td {
	padding: 3px;
}

.itemized_sub_items {
	margin-right:10px;
}

.itemized_subtree_items h2,.itemized_sub_items h2 {
	background-color: #007CC4;
	border:none;
	margin:0;
	color:#fff;
	text-decoration:none;
	padding: 3px 10px;
	font-size:100%;
}

.vertically_listed_sub_items {
	margin-left: 10px;
	position:relative;
	z-index:80;
}

.vertically_listed_sub_items h2 {
	background-color:#ebebeb;
	border:none;
	margin:0;
	color: #000;
	text-decoration:none;
	padding: 3px 10px;
	font-size: 108%;
}

.vertically_listed_sub_items ul {
	float:left;
	width:100%;
	margin:0;
	padding:0 0 0 20px;
	
}

.vertically_listed_sub_items li {
	float:left;
	width:49%;
	margin:0;
	padding: 3px 0px;
	list-style-image:none;
	list-style-position:inside;
}

.vertically_listed_sub_items li a {
	color: #000;
	text-decoration:none;
}

.horizontally_listed_sub_items h2 {
	background-color:#cb181e;
	border:none;
	padding:3px 10px;
	margin:0;
	color:#fff;
	font-size: 108%;

}

.horizontally_listed_sub_items {
	position:relative;
	height: 120px;

}

div.logos,

div.logos img {
	padding-top:5px;
	padding-left:8px;
	position:absolute;
   width: 150px;
   height: 70px;
   z-index: 
}

img.initialstate {

   visibility: hidden;

}

/* TICKER */
#ticker { width: 656px; margin: 0 10px 10px 10px; clear:both; color: #76797c;}
.wrapper { width: 770px; margin: 0 auto; *margin: 0 auto 15px; _margin: 0 auto; }
#ticker { min-height: 23px; margin-bottom: 15px; background: #ebebeb url(../images/qc_ticker_left.gif) no-repeat left; position: relative; float: left; }
#ticker p { width: 100%; margin: 0px; line-height:1em; padding-top: 5px; padding-bottom: 0.2em; float: left; overflow:hidden; }
#ticker a#ticker-headline { width: 12.5em; margin-right: 1em; color: #565656; font-weight: bold; text-align: center; border-right: 1px solid #808080; display: block; float: left; }
#ticker a#news-headline { padding-left: 15px; color: #a1a5a9; float: right; }
#ticker a { color: #6e6e6e; text-decoration: none; }

.gridrow_id_507
{
	text-align:center;
	vertical-align:middle;
}

.gridrow_id_507 img
{
	text-align:center;
	vertical-align:middle;
}

/* comment box */

.commentbox{
background-color: #cb171e;
width: 565px;
padding: 10px;
}

.commentfooter{
background: url(../images/arrow.gif) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 68px;
padding-top: 5px;
margin-bottom: 2em;
font-size: 90%;
color: #959595;
}




