/* GENERAL STYLES */
/* 
General style definitions (applicapable to entire site).

Site: WiGOMO
Author: Joakim Jensen Møller & Adam Barry
Date: 20 March 2009
Base by Adam Barry
----------------------------------------------------------*/

/***********************************************************
Overall style definition
***********************************************************/
* { 	/* Remove padding and margin for all classes where
	   these attributes are not defined. Fixes some IE
	   bugs. */
	padding: 0;
	margin: 0;
}

body {
	background-color: #ffffff;
	background-image: url(/graphics/body-bg.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	font-family: "helvetica", sans-serif;
	font-size: small;
	text-align: center;
	color: black;
	cursor: default;
}


/*: Headings
----------------------------------------------------------*/
h1, h2, h3 {
	text-align: left;
	cursor: text;
}

h1 {
	background-color: inherit;
	font-size: 1.5em;
	font-weight: normal;
	color: #be4a00;
	padding-bottom: .4em;
}

h1:first-letter {
	text-transform: capitalize;
}

h2 {
	background-color: inherit;
	font-size: 1.3em;
	font-weight: bold;
	color: #be4a00;
	text-align: left;
}

h2:first-letter {
	text-transform: capitalize;
}

h3 {
	background-color: inherit;
	font-size: 1.05em;
	font-weight: bold;
	color: #be4a00;
	text-align: left;
	clear: right;
}

h3:first-letter {
	text-transform: capitalize;
}


/*: Paragraphs
----------------------------------------------------------*/
p {
	font-size: .93em;
	text-align: left;
	line-height: 1.3em;
	margin-bottom: 8px;
	cursor: text;
}

em {
	background-color: inherit;
	font-weight: bold;
	font-style: normal;
	color: #be4a00;
}


/*: Lists
----------------------------------------------------------*/
ul, ol {
	font-size: 1em;
	text-align: left;
}

li {
	line-height: 1.3em;
}

dl {
	list-style-type: none;
}

dt {
	text-align: left;
	cursor: text;
	font-size: 1.2em; 
	font-weight: bolder;
	margin-top: .2em;
	margin-bottom: .2em;
	list-style-type: none;
}

dd {
	list-style-type: none;
}


/*: Anchors/Links
----------------------------------------------------------*/
a {
	background-color: inherit;
	font-weight: normal;
	text-decoration: none;
	color: #d7702a;
	cursor: pointer;
}

#site a:hover {
	background-color: inherit;
	color: #f36f21;
	text-decoration: none;
}

a:active {
	background-color: inherit;
	color: #d7702a;
}

a:visited {
	background-color: inherit;
	color: #d7702a;
}


/*: Images
----------------------------------------------------------*/
img {
	border: none;
}


/*: Form elements
----------------------------------------------------------*/
div.form {
	border: 0;
	padding-bottom: 1.5em;
	float: left;
}

fieldset {
	width: 100%;
	padding-bottom: 10px;	
	float: left;
}

legend {
	font-weight: bold;
	margin-left: 5px;	
}

fieldset ul {
	width: 100%;
	padding-top: 10px;
	float: left;
}

fieldset li {
	width: 100%;
	list-style-type: none;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
}

fieldset label {
	width: 70px;
	font-weight: bold;
	float: left;
}

fieldset input {
	font-size: 1em;
	border-top: 1px solid #8e8e8e;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #e3e3e3;
	padding-left: 2px;
	float: left;
}

fieldset input.radio {
	border: none;
}

fieldset input.text {
	background-color: white;
	color: black;
	margin-right: 5px;
}

fieldset input.text.filled {
}


fieldset span.validator {
	background-color: inherit;
	color: red;
	padding-left: 5px;
	float: left;
}

fieldset input.text.required, fieldset p.required {
	background-image: url(/graphics/field_required.png);
	background-repeat: no-repeat;
	background-position: right top;
}

fieldset input.text.required.filled {
	background-image: none;
}

fieldset p.required {
	background-position: 0 3px;
	font-size: .85em;
	font-weight: bold;
	margin-left: 15px;
}

.error {
	border: 1px solid red;
}

.checkbox.error {
	background-color: red;
}

fieldset .help {
	float: none;
	display: inline;
	position: relative;
	z-index: 5;
}

fieldset .help a.questionMark {
	width: auto;
	background-color: #ffffc6;
	font-weight: bold;
	color: inherit;
	border: 1px solid #8e8e8e;
	padding-left: 5px;
	padding-right: 5px;
	cursor: help;
}

fieldset .help div {
	display: none;
}

fieldset .help.visible div {
	display: block;
}

fieldset .help .container {
	width: 230px;
	background-color: #ffffc6;
	color: inherit;
	border: 1px solid #8e8e8e;
	padding-top: 5px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	position: absolute;
	top: -10px;
	left: 25px;
}

fieldset .help .container ul {
	width: 200px;
	padding-left: 15px;
	padding-right: 15px;
}


/*: Button framework
----------------------------------------------------------*/
button.previous {
	float: left;
}

#site button.next {
	float: right;
}

button.button {
	height: 23px !important;
	width: auto !important;		/* IE requires this paramater to avoid extra width on buttons. Is dependent on overflow:visible in same CSS class :| */
	background-color: transparent !important;
	font-family: arial, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: inherit;
	line-height: 1.3em !important;
	border: none !important;
	padding: 1px !important;
	margin-top: 5px;
	margin-right: 5px;
	float: left;
	cursor: pointer !important;
	overflow: visible !important;
	z-index: 0;
}

button.button span {
	height: 21px !important;
	background-color: transparent;
	background-image: url(/graphics/buttons/framework/button-green-left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: inherit;
	padding-left: 8px !important;
	padding-right: 0;
	margin: 0 !important;
	float: left;
	z-index: 1;
}

button.button span span {
	background-image: url(/graphics/buttons/framework/button-green-right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-left: 0 !important;
	padding-right: 8px !important;
}

button.button span span span {
	width: auto !important;
	height: 18px !important;
	background-color: inherit;
	background-image: url(/graphics/buttons/framework/button-green-center.gif);
	background-repeat: repeat-x;
	color: white;
	white-space: nowrap;
	padding-top: 3px !important;
	padding-left: 1px !important;
	padding-right: 1px !important;
}

button.button:hover span {
	background-position: left bottom;
}

button.button:hover span span {
	background-position: right bottom;
}


/*: Button framework: Previous
----------------------------------------------------------*/
button.button.previous span {
	background-image: url(/graphics/buttons/framework/button-orange-left.gif);
}

button.button.previous span span {
	background-image: url(/graphics/buttons/framework/button-orange-right.gif);
}

button.button.previous span span span {
	background-image: url(/graphics/buttons/framework/button-orange-center.gif);
}


/*: Buttons section
----------------------------------------------------------*/
ul.buttons {
	width: auto;
	padding-right: 25px;
}

ul.buttons li {
	height: 19px;
	width: auto;
	padding-left: 10px;
	display: block;
	float: right;
}

ul.buttons li button {
	float: left;
	position: static;
}


/*: Special styles used throughout the site
----------------------------------------------------------*/
.hidden {
	display: none;
}

a.rss {
	background-image: url(/graphics/feed-icon-14x14.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}

span.heading {
	font-weight: bold;
	display: block;
}

object {
	float: left;
}


/***********************************************************
Global Layout definition
***********************************************************/
#container { /* Container responsible for centering #site */
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#site { /* Global site container. Floated to enable Liquid
	   layout */
	width: 100%;
	float: left;
	position: relative;
	top: 0;
	left: 0;
}


/*: Header
----------------------------------------------------------*/
.header {
	width: 920px;
	height: 30px;
	background-image: url(/graphics/header-bg.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

.languageSelector {
	list-style-type: none;
	float: left;
}

.languageSelector dt {
	width: 110px;
	font-size: 1em;
	padding-right: 3px;
	margin-top: 0;
	float: left;
}

.languageSelector dd {
	background-image: url(/graphics/dot.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding-left: 9px;
	padding-right: 6px;
	float: left;
}

.languageSelector dd.first {
	background-image: none;
	padding-left: 0;
}

.header .form {
	float: right;
}

fieldset.search {
	width: 200px;
	border: none;
	padding: 0;
	float: right;
	position: relative;
}

fieldset.search ul {
	padding: 0;
	float: right;
}

fieldset.search li {
	width: auto;
	white-space: nowrap;
	padding: 0;
	float: right;
}

fieldset.search label, fieldset.search legend {
	display: none;
}

fieldset.search input {
	width: 97px;
	float: left;
}

fieldset.search button {
	width: auto;
	background-color: transparent;
	font-weight: normal;
	text-decoration: none;
	color: #d7702a;
	border: none;
	float: left;
	cursor: pointer;
	overflow: visible;
	position: relative;
	top: -3px;
	left: 0;
}

.quicklinks {
	padding-right: 20px;
	float: right;
}

.quicklinks li {
	background-image: url(/graphics/dot.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	list-style-type: none;
	padding-left: 9px;
	padding-right: 6px;
}

.quicklinks li.first {
	background-image: none;
	padding-left: 0;
}


/*: Logo
----------------------------------------------------------*/
#logo {
	padding-top: 5px;
	padding-left: 11px;
	padding-bottom: 5px;
	float: left;
	cursor: pointer;
}

#logo img {
	float: left;
}

#logo h1, #logo h2, #logo p {
	display: none;
}


/*: Navigation: General
----------------------------------------------------------*/
.navigation li ul li a {
	z-index: 1;
	display: none;		/* initial display state */
}

.navigation li.stretch a {
	display: block;
	z-index: 10;
}


/*: Navigation: Primary
----------------------------------------------------------*/
.primary {
	width: 635px;
	font-family: arial, sans-serif;
	font-size: 1em;
	color: inherit;
	padding-top: 10px;
	padding-left: 40px;
	padding-bottom: 18px;
	margin-top: 11px;
	float: left;
	position: relative;
	z-index: 2;
}

.primary li {
	list-style-type: none;
	float: left;
	position: relative;
}

#site .primary a {
	background-color: inherit;
	background-image: url(/graphics/navigation/anchor.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold;
	color: black;
	padding-top: 4px;
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 4px;	
	float: left;
}

#site .primary li.first a {
	background-image: none;
}

#site .primary a:hover, #site .primary li.stretch a {
	background-color: #272525;
	background-image: url(/graphics/navigation/anchor-hover.gif);
	background-repeat: repeat-x;
	background-position: 0 -4px;
	color: white;
	display: block;
}


/*: Navigation: Sub level
(remove this section if single level menu)
The initial state of the submenus is set to "display: none"
----------------------------------------------------------*/
.primary li ul {
	width: 200px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left bottom;
	list-style-type: none; 
	padding-bottom: 11px;
	margin-top: 1px;
	clear: both;
	display: block;		/* initial display state */
	float: left;
	position: absolute;
	top: 1.8em;
	left: 0;
}

.primary li.stretch ul {
	background-image: url(/graphics/navigation/submenuBottom.gif);
}

#site .primary li.stretch ul li {
	width: 174px;
	background-color: #272525;
	border-left: none;
	border-right: none;
	padding-left: 13px;
	padding-right: 13px;
	clear: both;
	z-index: 1;
}

#site .primary li li.first, .primary li :first-child {
	padding-top: 10px;
}

.primary li.stretch ul li.first a {
	border-top: 1px solid #595653;
}

#site .primary li.stretch li a, #site .primary li.selected li.selected a:hover, #site .primary li li.selected a:hover {
	width: 134px;
	background-color: #272525;
	background-image: url(/graphics/navigation/anchor-primary-sub.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: white;
	line-height: 1.3em;
	border-bottom: 1px solid #595653;
	padding-top: 2px;
	padding-left: 27px;
	padding-bottom: 3px;
}

.primary li ul li.first a {
	border-color: #595653;
}

#site .primary li ul li a:hover, #site .primary li.selected ul li a:hover {
	background-color: #D76F2C;
	background-image: url(/graphics/navigation/anchor-primary-sub.gif);
	background-repeat: repeat-x;
	background-position: -174px 0;
	color: white;	
}


/*: Navigation: special
----------------------------------------------------------*/
#site .primary li.selected a, #site .primary li.selected a:hover, #site .primary li.selected li.selected a, #site .primary li.selected li.selected a:hover, #site .primary li li.selected a, #site .primary li li.selected a:hover {
	background-color: inherit;
	color: #d7702a;
}

#site .primary li.selected li a {
	background-color: inherit;
	color: white;
}


/*: Main
----------------------------------------------------------*/
.main {
	width: 100%;
	background-image: url(/graphics/main-bg.gif);
	background-repeat: repeat-y;
	float: left;
	position: relative;
	top: 18px;
	left: 0;
	z-index: 1;
}

span.mainTopCorner {
	width: 245px;
	height: 18px;
	background-image: url(/graphics/navigation-top.gif);
	background-repeat: no-repeat;
	float: left;
	clear: both;
	display: block;
	position: relative;
	top: -18px;
}

 
/*: Navigation: Secondary
----------------------------------------------------------*/
.secondary {
	width: 223px;
	background-image: url(/graphics/navigation-top.gif);
	background-repeat: no-repeat;
	font-family: arial, sans-serif;
	font-size: .9em;
	padding-top: 11px;
	padding-left: 11px;
	padding-right: 11px;
	float: left;
	clear: both;
	position: relative;
	top: -18px;
	left: 0;
}

.secondary li {
	width: 100%;
	list-style-type: none;
	border-bottom: 1px solid #595653;
	float: left;
	position: relative;
}

.secondary li.first {
	border-top: 1px solid #595653;
}

#site .secondary a, #site .secondary li.selected a:hover {
	width: 198px;
	background-color: #272525;
	background-image: url(/graphics/navigation/secondary/anchor.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: white;
	padding-top: 5px;
	padding-left: 25px;
	padding-bottom: 6px;
	float: left;
}

#site .secondary a:hover {
	background-color: #D76F2C;
	background-position: -223px 0;
	color: white;
}

#site .secondary li.selected a, #site .secondary li.selected a:hover {
	background-color: #272525;
	color: #d7702a;
}


/*: Navigation: Secondary sub level
----------------------------------------------------------*/
.secondary li li {
	border-bottom: none;
}

#site .secondary li ul li a, #site .secondary li li.selected a:hover {
	width: 188px;
	padding-left: 35px;
	display: block;
}

#site .secondary li li a, #site .secondary li li.selected a:hover {
	background-image: none;
}


/*: Content
----------------------------------------------------------*/
.content {
	width: 635px;
	background-image: url(/graphics/content-bg.gif);
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 40px;
	padding-right: 40px;
	float: right;
	position: relative;
	top: -18px;
	right: 0;
	
}

#site .content p a:hover {
	background-color: inherit;
	color: #d7702a;
	border-bottom: 1px solid #d7702a;
}

.content ul {
	font-size: .93em;
	list-style-type: disc;
	padding-bottom: 1em;
}

.content ol {
	font-size: .93em;
	list-style-type: decimal;
	padding-bottom: 1em;
}

.content li {
	margin-left: 2em;
}

.explination {
	float: left;
}

.content .column {
	width: 317px;
	padding-bottom: 1em;
	float: left;
}

.content dl {
	padding-bottom: 1em;
}

.content dl.partners {
	padding-top: 1em;
	padding-bottom: 0;
}

.content dl.partners dd {
	padding-right: 1em;
	float: left;
}


/*: Footer
----------------------------------------------------------*/
.footer {
	width: 100%;
	background-image: url(/graphics/footer-bg.gif);
	background-repeat: no-repeat;
	padding-top: 92px;
	padding-bottom: 40px;
	float: left;
	clear: both;
	position: relative;
	top: 18px;
	left: 0;
}

.footer .quicklinks {
	list-style-type: none;
	padding-left: 20px;
	float: left;
}

.footer .quicklinks li {
	float: left;
}

.footer .partners {
	width: 120px;
	float: left;
}

.footer .partners li {
	list-style-type: none;
	float: left;
}

.footer .partners a {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: .8em;
	color: black;
	float: left;
}

.footer .partners .tdc {
	background-image: url(/graphics/tdc-icon.png);
	background-position: 0 2px;
	padding-left: 20px;
}

.footer address {
	font-size: .85em;
	font-style: normal;
	text-align: left;
	padding-right: 20px;
	float: right;
}

.footer address span {
	width: auto;
	background-image: url(/graphics/dot.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 9px;
	padding-right: 5px;
}

.footer address span.first {
	background-image: none;
	padding-left: 0;
}

.footer address br {
	display: none;
}

.trackingImage {
	visibility: hidden;
}


/***********************************************************
Hacks to overcome IE's float bugs:
	* Randomly appearing text (text from the last
	  floated element in the markup).
***********************************************************/
/* Start: Hide from IE5-mac. Only IE-Win sees this. \*/
 
* html p {
  	height: 1%;
  }
  
* html select, * html textarea {
	margin-left: -3px;
  }  
  
/* End: Hide from IE5/mac */

/* EDITOR PROPERTIES */
