﻿/*
###########################################
###             HowardsHome             ###
###########################################

New layout of Howardshome.com

---Reset.css---
The goal of a reset stylesheet is to reduce browser inconsistencies in things
like default line heights, margins and font sizes of headings, and so on.

---Text.css / 960.css---
The 960 Grid System is an effort to streamline web development workflow by
providing commonly used dimensions, based on a width of 960 pixels. There are
two variants: 12 and 16 columns, which can be used separately or in tandem.

---skin.css---
This is the default settings of a howardshome portal. You can adjust it the way
you like it to be

---.css---
This is an open field so you can insert new styles.
------------------------------------------------------------------------------*/

/*
#########################################
###             Reset.css             ###
#########################################

http://meyerweb.com/eric/tools/css/reset/
v1.0 | 20080212
------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body
{
	line-height: 1;
}

ol, ul
{
	list-style: none;
}

blockquote, q
{
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after
{
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus
{
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins
{
	text-decoration: none;
}

del
{
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/*
########################################
###             Text.css             ###
########################################

Learn more ~ http://960.gs/
Licensed under GPL and MIT.
--------------------------------------------------------------------------------*/

/* =Basic HTML */

body
{
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus
{
	outline: 1px dotted invert;
}

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* =Headings */

h1
{
	font-size: 25px;
}

h2
{
	font-size: 23px;
}

h3
{
	font-size: 21px;
}

h4
{
	font-size: 19px;
}

h5
{
	font-size: 17px;
}

h6
{
	font-size: 15px;
}

/* =Spacing */

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 20px;
}

/*
#######################################
###             960.css             ###
#######################################

Learn more ~ http://960.gs/
Licensed under GPL and MIT.
--------------------------------------------------------------------------------*/

/* =Containers */

.container_12,
.container_16
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* =Grid >> Global */

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16
{
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.container_12 .grid_3,
.container_16 .grid_4
{
	width: 220px;
}

.container_12 .grid_6,
.container_16 .grid_8
{
	width: 460px;
}

.container_12 .grid_9,
.container_16 .grid_12
{
	width: 700px;
}

.container_12 .grid_12,
.container_16 .grid_16
{
	width: 940px;
}

/* =Grid >> Children (Alpha ~ First, Omega ~ Last) */

.alpha
{
	margin-left: 0;
}

.omega
{
	margin-right: 0;
}

/* =Grid >> 12 Columns */

.container_12 .grid_1
{
	width: 60px;
}

.container_12 .grid_2
{
	width: 140px;
}

.container_12 .grid_4
{
	width: 300px;
}

.container_12 .grid_5
{
	width: 380px;
}

.container_12 .grid_7
{
	width: 540px;
}

.container_12 .grid_8
{
	width: 620px;
}

.container_12 .grid_10
{
	width: 780px;
}

.container_12 .grid_11
{
	width: 860px;
}

/* =Grid >> 16 Columns */

.container_16 .grid_1
{
	width: 40px;
}

.container_16 .grid_2
{
	width: 100px;
}

.container_16 .grid_3
{
	width: 160px;
}

.container_16 .grid_5
{
	width: 280px;
}

.container_16 .grid_6
{
	width: 340px;
}

.container_16 .grid_7
{
	width: 400px;
}

.container_16 .grid_9
{
	width: 520px;
}

.container_16 .grid_10
{
	width: 580px;
}

.container_16 .grid_11
{
	width: 640px;
}

.container_16 .grid_13
{
	width: 760px;
}

.container_16 .grid_14
{
	width: 820px;
}

.container_16 .grid_15
{
	width: 880px;
}

/* =Prefix Extra Space >> Global */

.container_12 .prefix_3,
.container_16 .prefix_4
{
	padding-left: 240px;
}

.container_12 .prefix_6,
.container_16 .prefix_8
{
	padding-left: 480px;
}

.container_12 .prefix_9,
.container_16 .prefix_12
{
	padding-left: 720px;
}

/* =Prefix Extra Space >> 12 Columns */

.container_12 .prefix_1
{
	padding-left: 80px;
}

.container_12 .prefix_2
{
	padding-left: 160px;
}

.container_12 .prefix_4
{
	padding-left: 320px;
}

.container_12 .prefix_5
{
	padding-left: 400px;
}

.container_12 .prefix_7
{
	padding-left: 560px;
}

.container_12 .prefix_8
{
	padding-left: 640px;
}

.container_12 .prefix_10
{
	padding-left: 800px;
}

.container_12 .prefix_11
{
	padding-left: 880px;
}

/* =Prefix Extra Space >> 16 Columns */

.container_16 .prefix_1
{
	padding-left: 60px;
}

.container_16 .prefix_2
{
	padding-left: 120px;
}

.container_16 .prefix_3
{
	padding-left: 180px;
}

.container_16 .prefix_5
{
	padding-left: 300px;
}

.container_16 .prefix_6
{
	padding-left: 360px;
}

.container_16 .prefix_7
{
	padding-left: 420px;
}

.container_16 .prefix_9
{
	padding-left: 540px;
}

.container_16 .prefix_10
{
	padding-left: 600px;
}

.container_16 .prefix_11
{
	padding-left: 660px;
}

.container_16 .prefix_13
{
	padding-left: 780px;
}

.container_16 .prefix_14
{
	padding-left: 840px;
}

.container_16 .prefix_15
{
	padding-left: 900px;
}

/* =Suffix Extra Space >> Global */

.container_12 .suffix_3,
.container_16 .suffix_4
{
	padding-right: 240px;
}

.container_12 .suffix_6,
.container_16 .suffix_8
{
	padding-right: 480px;
}

.container_12 .suffix_9,
.container_16 .suffix_12
{
	padding-right: 720px;
}

/* =Suffix Extra Space >> 12 Columns */

.container_12 .suffix_1
{
	padding-right: 80px;
}

.container_12 .suffix_2
{
	padding-right: 160px;
}

.container_12 .suffix_4
{
	padding-right: 320px;
}

.container_12 .suffix_5
{
	padding-right: 400px;
}

.container_12 .suffix_7
{
	padding-right: 560px;
}

.container_12 .suffix_8
{
	padding-right: 640px;
}

.container_12 .suffix_10
{
	padding-right: 800px;
}

.container_12 .suffix_11
{
	padding-right: 880px;
}

/* =Suffix Extra Space >> 16 Columns */

.container_16 .suffix_1
{
	padding-right: 60px;
}

.container_16 .suffix_2
{
	padding-right: 120px;
}

.container_16 .suffix_3
{
	padding-right: 180px;
}

.container_16 .suffix_5
{
	padding-right: 300px;
}

.container_16 .suffix_6
{
	padding-right: 360px;
}

.container_16 .suffix_7
{
	padding-right: 420px;
}

.container_16 .suffix_9
{
	padding-right: 540px;
}

.container_16 .suffix_10
{
	padding-right: 600px;
}

.container_16 .suffix_11
{
	padding-right: 660px;
}

.container_16 .suffix_13
{
	padding-right: 780px;
}

.container_16 .suffix_14
{
	padding-right: 840px;
}

.container_16 .suffix_15
{
	padding-right: 900px;
}

/* =Clear Floated Elements */

/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after
{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}

/*
########################################
###             skin.css             ###
########################################

http://www.howardshome.com
Uiterlijk voor de nieuwe site
--------------------------------------------------------------------------------*/


















.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	background-color: #f3f5fa;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
}
.skinheader {
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #8da4d3; 
}

.main_dnnmenu_itemhover td {  
	background-color: #8da4d3; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cad5ea;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}






#Content span.Head, #Content span.head
{
	width: 100%;
	display: block;
	text-align: center;
	font-size: 15pt;
	font-weight: bold;
	color: #e62917;
}












/*
####################################
###             .css             ###
####################################

http://www.howardshome.com
Overige CSS (handmatig)
--------------------------------------------------------------------------------*/

body
{
	background-image: url(image/background.jpg);
	font-family: Arial;
	font-size: 8pt;
}

a
{
	text-decoration: none;
	color: #e62917;
}

a:hover
{
	text-decoration: none;
	color: #000000;
}

.line
{
	overflow: hidden;
	background-image: url(image/background.jpg);
	height: 8px;
}


.spacer
{
	font-size: 9pt;
	line-height:11pt;
	display: block;
	font-weight: bold;
	height: 24px;
}

#SiteBackground
{
	background: white;
}

/* ###### Header ###### */

.headerlogo, .headertext
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.headertext a {
	color:black;
}

.headertext a:hover {
	color:#e62917;
}

/* ###### Menu ###### */

div.topmenu {
	display:block;
	height:26px;
}

div.topmenu ul
{
	margin:0;
	padding: 0;
	list-style: none;
	float: left;
	font-weight: bold;
	width: 100%;
}

div.topmenu li
{
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	width: 180px;
	line-height: 1.25em;
	list-style: none;
}

div.topmenu li ul
{
	/* second-level lists */
	position : absolute;
	left: -999em;
	width: 150px;
	font-weight: normal;
	background-color: #f8f8f8;
}

div.topmenu li li ul {
}

div.topmenu a
{
	display: block;
	text-decoration: none;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000;
}

div.topmenu li li a
{
	padding: 5px;
}

div.topmenu li li a
{
	width: 12em;
}

div.topmenu li a:hover
{
	color: #e62917;
}

div.topmenu li a.SelectedTab
{
	font-weight: bold;
}

div.topmenu .DisabledTab
{
	color: #ccc;
}

/* no need to change these hover classes unless you need more than 4 levels */
div.topmenu li:hover ul ul,
div.topmenu li:hover ul ul ul,
div.topmenu li:hover ul ul ul ul,
div.topmenu li.iehover ul ul,
div.topmenu li.iehover ul ul ul,
div.topmenu li.iehover ul ul ul ul
{
	left: -999em;
}

div.topmenu li:hover ul,
div.topmenu li.iehover ul
{
	top: 1.6em;
	left: 0;
}

div.topmenu li li:hover ul,
div.topmenu li li li:hover ul,
div.topmenu li li.iehover ul,
div.topmenu li li li.iehover ul
{
	top: 0;
	left: 12.8em;
}

.middleleft  {
	font-size:12px;
}

.middleleft ul, .middleleft ol
{
	font-weight: bold;
}

.middleleft li
{
	list-style-type: none;
	margin: 0;
}

.middleleft li.SelectedTab a {
	color:black;
}

.middleleft li.Level2
{
	font-weight: normal;
	margin-left: 10px;
}

.middleleft a
{
	color: #e62917;
}

.middleleft a:hover
{
	color: #000000;
}
/* ###### Content ###### */

.topcontent a, .topright a
{
	font-weight: bold;
}

.topright {
	font-size: 12px;
}

.newsflash a
{
	font-weight: bold;
	color: #e62917;
}

.newsflash a:hover
{
	text-decoration: underline;
	font-weight: bold;
	color: #e62917;
}

.bottomcontent {
	font-size:12px;
}

.bottomcontent span.head, .bottomcontent span.Head
{
	padding-top: 10px;
	display: block;
	line-height: 12pt;
	font-size: 13pt;
	font-weight: bold;
	color: #e62917;
}

.middleright {
	font-size:12px;
}

.middlecontent span.head, .middlecontent span.Head
{
	display: block;
	line-height: 18pt;
	font-size: 15pt;
	font-weight: bold;
	color: #e62917;
	padding-bottom: 10px;
}

.middleright span.head, .middleright span.Head
{
	font-size: 9pt;
	display: block;
	font-weight: bold;
	height: 20px;
}

.middlecontent ul {
	margin-left:0;
}


.middlecontent li {
	margin-left:15px;
	
}

.attention
{
	background-color: #e62917;
	padding: 28px 19px 28px 19px;
	font-weight: bold;
	font-size: 9pt;
}

.attention a
{
	color: #ffffff;
}

.highlight
{
	color: #ffffff;
}

.right
{
	display: block;
	width: 100%;
	text-align: right;
}

.redlink a
{
	color: #e62917;
}

.redlink a:hover
{
	text-decoration: underline;
	color: #e62917;
}

.topright .Head, .topright .head {
	font-weight: bold;
}

/* ###### Footer ######*/

#Footer
{
	color: #b2b2b2;
	font-size: 12px;
}

#Footer .line {
	margin-bottom:7px;
}

#Footer a {
	color:#b2b2b2;
}

#Footer a:hover {
	text-decoration:underline;
}

div#FaqHead span.Head, div#FaqHead span.head
{
	display: block;
	line-height: 13pt;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

.breadcrumb,
.breadcrumb a
{
	font-weight: bold;
	color: #e62917;
}

.faq br {
	display: none;
}

.faq a {
	font-weight:normal;
}

.SubHead span {
	color: black;
}

a.SkinObject {
	font-weight: bold;
	color: #e62917;
}

#dnn_ctr1762_Login_tdRegister,
#dnn_ctr1762_Login_tdPassword {
	display: none;
}

.StandardButton {
	background-color: #e62917;
	color: white;
	border: 0;
	padding: 2px;
	margin-top: 5px;
	font-weight: bold;
}

#dnn_ctr1762_dnnTITLE_lblTitle {
	color: #e62917;
	font-weight: bold;
	font-size: 17px;
}


.product img {
	float: left;
	margin-right: 10px;
}

.product_item {
	width: 220px;
	cursor: pointer;
}

.product_item:hover a {
	color: black;
}

.product_seperator {
	width: 20px;
	height: 20px;
}

#dnn_ctr644_dnnTITLE_lblTitle,
#dnn_ctr646_dnnTITLE_lblTitle,
#dnn_ctr647_dnnTITLE_lblTitle,
#dnn_ctr648_dnnTITLE_lblTitle,
#dnn_ctr649_dnnTITLE_lblTitle {
	color: black;
}

.hoho_list {
	color: #e62917;
	font-weight: bold;
}

.hoho_list li {
	list-style-image: url(image/bullit.gif);
	margin-left: 16px;
}

.Year {
	padding-right: 10px;
}

.spaceline {
	margin-top: 10px;
	margin-bottom: 10px;
}

.userlink {
	cursor: default;
	color: black;
}

.profilelist ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

.profilelist li {
	display: inline;
	margin-left: 0;
	margin-right: 10px;
}

.newsdate, .newssource {
	color: #555555;
	font-weight: bold;
}

.newslink a {
	margin: 0;
	padding: 0;
	display: block;
	color: #e62917;
	font-weight: bold;
	text-decoration: none;
	font-size: 11pt;
}

.newslink a:hover {
	color: black;
}

/***************/
/* Nieuwsbrief */
/***************/
#NieuwsbriefArchief {
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    width: 680px;
    background-color: white;
    font-size: 9pt;
}

#NieuwsbriefArchief a {
    font-weight: bold;
    text-decoration: underline;
}

#NieuwsbriefLogo {
    float: left;
    margin-right: 10px;
}

#NieuwsbriefHeader {
    float: left;
    width: 467px;
}
	#NieuwsbriefTitle, #NieuwsbriefDate {
    	text-align: right;
	}
	
	#NieuwsbriefTitle {
    	font-weight: bold;
    	font-size: 200%;
	}

.NieuwsbriefClear {
	padding-top: 20px;
	padding-bottom: 20px;
    clear: both;
    display: block;
}

.NieuwsbriefLine {
    height: 8px;
    background: url(http://w3.howardshome.com/nbimages/background.jpg);
}

#NieuwsbriefPic {
	margin-right: 10px;
    float: left;
    width: 130px;
    text-align: center;
}

#NieuwsbriefInhoud {
    float: left;
    color: #e62916;
    font-weight: bold;
}

	#NieuwsbriefInhoud a {
		color: #e62916;
	}
	
	#NieuwsbriefInhoud li {
    	padding-top: 5px;
    	padding-bottom: 5px;
    	list-style: disc;
	}
	
.NieuwsbriefItemPic {
    float: left;
    width: 130px;
    margin-right: 10px;
}

.NieuwsbriefItem {
    float: left;
    width: 538px;
}

.NieuwsbriefItemTitle {
    display: block;
    font-size: 12pt;
    color: #e62916;
    font-weight: bold;
    padding-bottom: 15px;
}

.NieuwsbriefItemLink {
    display: block;
	padding-top: 15px;
}

/* *************** */
/* Zoeken css code */
/* *************** */
#SearchWrap {
	padding-left: 0px;
	padding-right: 0px;
}

#SimpleSearchWrapper {
	margin-top: 15px;
}

.search_start {
	float: left;
	width: 250px;
	margin-right: 5px;
}

span.radInput_Default {
	padding-right: 3px;
}

a.radPopupImage_Web20 {
	display: block;
	padding-bottom:5px;
}

.search_end {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

.SearchField {
	float: left;
}

.SearchField input {
	width: 240px;
}

.SearchSort {
	margin-left: 5px;
	float: left;
}

.SearchType {
	margin-left: 5px;
	float: left;
}

.SearchSort select.inputField {
	width: 100px;
}

#ButtonWrapper {
	margin-bottom: 10px;
}

.searchcompany, .searchperson {
	float: left;
	margin: 0;
	padding: 0;
}

.searchcompany .ToggleTitle, .searchperson .ToggleTitle {
	width: 200px;
	display: block;
}

.TabStrip div select {
	width: 250px;
}

.TabDuration {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.TabSource {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.TabLanguage {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.TabCountry {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.TabCompany {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.TabPerson {
	float: left;
	margin-right: 10px;
}

.SearchNav {
	text-align: center;
}
