/***********************************************************************

Author:     Sander Tiekstra
Company:    Tiekstramedia
URL:        http://www.nr14.nl

***********************************************************************/


/*	TABLE OF CONTENTS

	1.	Imported Styles
	2.	Display none
	3.	Print specific

*/



/*	1. Imported Styles 
-------------------------------------------------------------------- */
@import url("default.css");


/*	2. Display none
-------------------------------------------------------------------- */
#untitle {
	display: none;
}

/*	2. Print specific styles
-------------------------------------------------------------------- */
html {
	height:	auto;
	overflow: visible !important;
}

body {
	height:	auto;
	overflow: visible !important;
}

#content ul {
	list-style-image: none;
	list-style-type: disc;
}

div#container {
	overflow: visible !important;	
}

div.vTabs div.tabContentWrapper div.tabContent {
    display: block;
    padding-bottom: 5em;
}

a#login,
#content .media,
h1#logo,
#search,
#nav-main,
#nav-country,
#nav-footer-main,
#nav-footer-sub {
	display: none;
}
