/* 
    Document   : default.css
    Created on : 07-09-2009, 15:21:39
    Author     : Jonas @ SiteLoom ApS
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


body, html {
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	font-family:Tahoma, Verdana, Sans-serif;
	font-size:12px;
	
}
p, H1, H2, a {color:#19377D}


img{
	border: 0px;
}

div.breaker {
	clear:both;
	height:0;
	overflow:hidden;
}

div.spacerLine {
	margin:15px 0px;
	width: 880px;
	height:10px;
	background-image: url('../images/spacerLine.gif');
	background-repeat: no-repeat;
}

div#page {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	color:#19377D;
}

/************************************************************************
* Page Header (with searchbox)
************************************************************************/

div#pageHead {

}

div#pageHead img {
	float: left;
}

div#pageHead div#topRight {
	padding-top: 45px;
	float: right;
	color: #19377D;
	height: 16px;
	margin-right: 51px;
}

div#pageHead div#topRight a {
	text-decoration: none;
	color: #19377D;
	padding: 0px 4px;
}

div#pageHead div#topRight a:hover {
	text-decoration: underline;
}

div#pageHead div#topRight form#search {
	display: inline;

}

div#pageHead div#topRight form#search input#searchField {
	background-image: url('../images/headSearchFieldBg.gif');
	background-repeat: no-repeat;

	border: 0px;
	margin: 0px;
	padding: 1px 2px 0px 2px;
	height: 15px;
	width: 93px;
	float: left;

	color: #19377D;
	font-size:11px;
}

div#pageHead div#topRight form#search input#searchSubmit {
	margin-left: 4px;
}

.searchfield {
background-image:url(../images/search_field.html);
background-repeat:no-repeat;
border:0 none;
color:#9F9F9F;
float:left;
font-size:14px;
height:24px;
padding-left:6px;
padding-right:0;
padding-top:3px;
width:107px;
}


/************************************************************************
* Menu
************************************************************************/
div#menu {
	height: 22px;
	padding: 0px;
	margin: 0px;
	background-image: url('../images/menuBg.gif');
	background-repeat: repeat-x;
	font-size: 13px;
}

div#menu img {
	margin: 0px 0px 0px 0px;
	border: 0px;
	display:inline;
	float: left;
}

div#menu a {
	height: 19px;
	float: left;
	border: 0px;
	padding: 3px 20px 0px 20px;
	margin: 0px;
	color: white;
	text-decoration: none;
}

div#menu .active,
div#menu a.inActive:hover {
	background-image: url('../images/menuActiveBg.gif');
}

div#menu p {color:#19377D}


/************************************************************************
* Content 
************************************************************************/
div#content p a {color:#19377D}

div#content {
	margin-top: 16px;
	padding: 0px 50px;
	width: 880px;
}

div#content p.readMore a {
	float:right;
}


div#content p.readMore a {
	padding-right:12px;
	background-image:url('../images/linkArrow.gif');
	background-repeat:no-repeat;
	background-position:center right;
}


/************************************************************************
* Content (entry page)
************************************************************************/

div#content div#entryPage h1,
div#content div#subPage h1 {
	margin-top:0px;
	color:#25468b;
	font-size:14px;
	margin:0px 0px 5px 0px;
	text-transform:uppercase;
}


div#content div#entryPage div#topLeftBox {
	float:left;
	width:410px;
	margin-right:20px;

}
div#content div#entryPage div#topLeftBox a {color:#19377D}

div#content div#entryPage div#topRightBox {
	float:right;
	width:410px;
}

div#entryPage h3 {
	margin:0px;
	font-size:13px;
}

/* also h2 for subpages factbox */
div#entryPage div#bottom div#col1 h2,
div#entryPage div#bottom div#col2 h2,
div#entryPage div#bottom div#col3 h2,
div#content div#subPage div.factBox h2 {
	padding:2px 4px 2px 23px;
	display:inline;
	color:#ffffff;
	background-color:#19377D;
	font-size:10px;
	background-repeat:no-repeat;
	margin:0px;
	border:0px;
	text-transform:uppercase;
}

div#entryPage div#bottom div#col1 h2,
div#content div#subPage div.factBox h2.red,
div#content div#subPage div.factBox h2 {
	background-image:url('../images/boxHeaderSquareRed.gif');
}

div#content div#subPage div.factBox h2.green,
div#entryPage div#bottom div#col2 h2 {
	background-image:url('../images/boxHeaderSquareGreen.gif');
}

div#content div#subPage div.factBox h2.yellow,
div#entryPage div#bottom div#col3 h2 {
	background-image:url('../images/boxHeaderSquareYellow.gif');
}

div#entryPage div#bottom div.content,
div#content div#subPage div.factBox div.content {
	padding:15px 20px 20px 20px;
	margin-bottom:15px;
}


div#content div#entryPage {
}

div#entryPage div#bottom div#container3,
div#entryPage div#bottom div#container2,
div#entryPage div#bottom div#container1 {
    float:left;
    width:880px;
		background:url('../images/boxBg.gif') repeat-x #e6e6e6;
    position:relative;
}
div#entryPage div#bottom div#container3 {
    overflow:hidden;
}
div#entryPage div#bottom div#container2 {
    right:298px;
		border-right:14px solid #ffffff;
}
div#entryPage div#bottom div#container1 {
    right:298px;
		border-right:14px solid #ffffff;
}
div#entryPage div#bottom div#col1,
div#entryPage div#bottom div#col2,
div#entryPage div#bottom div#col3 {
    float:left;
    position:relative;
    overflow:hidden;
    width:284px;
    min-height: 1px;
}
div#entryPage div#bottom div#col1 {
    left:596px;
}
div#entryPage div#bottom div#col2 {
    left:610px;
}
div#entryPage div#bottom div#col3 {
    left:624px;
}


/************************************************************************
* Content (sub page)
************************************************************************/

div#subPage div#subPageMenu p a {
	text-decoration: none;
	color: #19377D;
}
div#subPage div#breadcrumb a
{color:#19377D}


div#subPage div#breadcrumb {
	margin-bottom:20px;
}

div#subPage div#subPageMenu ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
	width:200px;
	color:#19377D;
}
div#subPage div#subPageMenu a
{color:#19377D}

div#subPage div#subPageMenu li {
	margin:0px;
	padding:4px 10px 6px 10px;
	border-bottom:solid 1px #ffffff;
}

div#subPage div#subPageMenu ul .active {
	font-weight:bold;
}

div#subPage div#subPageMenu ul li.subLevel {
	background-color:#ffffff;
	padding-left:40px;
	margin-bottom:1px;
}

div#content div#subPage div.factBox {
}


div#subPage #container3 {
	float:left;
	width:880px;
	overflow:hidden;
	position:relative;
	background-image:url('../images/boxBg.gif');
	background-repeat:repeat-x;
	background-color:#e6e6e6;
}
div#subPage #container2 {
	float:left;
	width:880px;
	position:relative;
	background-color:#ffffff;
	right:205px;
}
div#subPage #container1 {
	float:left;
	width:880px;
	position:relative;
	right:475px;
	background-image:url('../images/boxBg.gif');
	background-repeat:repeat-x;
	background-color:#e6e6e6;
}
div#subPage #col1 {
	float:left;
	width:200px;
	position:relative;
	left:680px;
	overflow:hidden;
}
div#subPage #col2 {
	float:left;
	width:445px;
	position:relative;
	left:695px;
	overflow:hidden;
}
div#subPage #col3 {
	float:left;
	width:205px;
	position:relative;
	left:710px;
	overflow:hidden;
}


/************************************************************************
* Page Foot
************************************************************************/

div#pageFoot p {
	margin: 0px;
	padding: 20px;
	color: #19377D;
	text-align: center;
	font-size: 12px;
}

div#pageFoot p span {
	margin: 0px;
	padding: 0px 15px 0px 15px;
}

div#pageFoot p a {
	text-decoration: none;
	color: #19377D;
}

div#pageFoot p a:hover {
	text-decoration: underline;
}

/************************************************************************
* Typography (content)
************************************************************************/

div#content p {
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size:12px;
}

div#content a {
	text-decoration: none;
	color: #000000;
	font-size:12px;
}

div#content a:hover {
	text-decoration: underline;
}


.memberLeft{
	float: left;
	width: 100px;
	margin-bottom: 6px;
}

.memberRight{
	float: left;
	margin-bottom: 6px;	
	color:#BBBCBE;
}

.memberText{
	border: 1px solid #BBBCBE;
}

.memberTextarea{
	border: 1px solid #BBBCBE;
	width: 150px;
	height: 30px;
}