/*------------------------------------------------------------------------
# JA Barite 1.0 - Feb, 2008
# ------------------------------------------------------------------------
# Copyright (C) 2004-2008 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
-------------------------------------------------------------------------*/


/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	background: #FFFFFF;
	font-family: Tahoma, Arial, sans-serif;
	line-height: 1.5;
	font-size: 9pt;
	font-weight: 400;
}

body#bd {
	color: #333333;
	background: #FFFFFF;
}

/* Normal link */
a {
	color: #CC0000;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #CC0000;
	text-decoration: underline;
}

a img {
	border: none;
}

/* Title text */
#ja-mainnav, .contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

/* Small text */
small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, .img_caption {
	color: #999999;
	font-size: 100%;
}

/* Heading */
h1 {font-size: 180%;}
h2 {font-size: 150%;}
h3 {font-size: 125%;}
h4 {font-size: 100%; text-transform: uppercase;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 12px 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 30px;
	background: url(../../images/bullet.gif) no-repeat 18px 8px;
	line-height: 180%;
}

ol li {
	margin-left: 35px;
	line-height: 180%;
}

hr {
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

td, div {
	font-size: 100%;
	vertical-align: top;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
}

/* JOOMLA STYLE
--------------------------------------------------------- */

.article_separator {
	clear: both;
	display: block;
	height: 20px;
}

.article_column {
}

.column_separator {
	padding: 0 25px;
        display: none;
}

.article-content img {
	margin: 0 10px 5px 0;
}

/* content tables */

h1.componentheading, .componentheading {
	padding: 0 0 5px;
	margin: 0 0 10px;
	background: url(../../images/hline.gif) repeat-x bottom;
	font-size: 18px;
}

.componentheading {
	font-size: 200%;
	font-weight: bold;
}

h2.contentheading, .contentheading {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

.contentheading {
	font-size: 200%;
}

/* META
--------------------------------------------------------- */
.article-tools {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 15px;
	background: #F2F2F2;
	overflow: hidden;
	white-space: nowrap;
	height: 25px;
}

.article-meta {
	padding: 5px;
	width: 70%;
	float: left;
}


.createdate {
	padding: 3px 3px 3px 20px;
	background: url(../../images/icon-date.gif) no-repeat 0 2px;
}

.modifydate {
	width: 100%;
	float: left;
}

div.buttonheading {
	float: right;
	width: 20%;
}

.buttonheading img {
	margin: 7px 5px 0 0;
	border: 0;
	float: right;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {
	width: 100%;
	margin: 0;
}

#ja-headerwrap {
	position: relative;
	z-index: 2;
}
#ja-containerwrap {
	position: relative;
	z-index: 1;
}
/* PRIMARY COLUMN
--------------------------------------------------------- */
#ja-mainbody {
	float: left;
	width: 65%;
}

#ja-content {
	clear: both;
	display: block;
	float: right;
	width: 75%;
}

/* COLUMNS
--------------------------------------------------------- */
#ja-col1 {
	float: left;
	width: 24.99%;
	overflow: hidden;
}

#ja-masstop,
#ja-massbot {
	display: block;
	float: right;
	width: 34.9%;
	clear: right;
}

#ja-colswrap {
	float: right;
	width: 34.9%;
}

#ja-col2 {
	float: left;
	overflow: hidden;
}

#ja-col3 {
	float: right;
	overflow: hidden;
	padding: 0 0 10px;
}

#ja-col3 div.ja-innerpad {
	border: 1px solid #DDDDDD;
	border-bottom: 2px solid #CCCCCC;
	margin-left: 5px;
}

/*common style for column*/

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#ja-container {
	padding: 20px 0;
}

/* full */

/* col1 + content */

/* content + col2 + col3 */

/* content + col2 or col3  */

/* col1 + content col2 or col3 */

/* columns */

/* HEADER
--------------------------------------------------------- */
td.headerwrap {
	background: url(../../images/header-bg.gif) repeat-x top #CC0000;
	color: #CCCCCC;
	line-height: normal;
	height: 110px;
}

#ja-header {
	position: relative;
	height: 120px;
}

#ja-header a {
	color: #CCCCCC;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
	height: 30px;
	position: absolute;
	bottom: 0;
	z-index: 999;
}

#ja-subnav {
	height: 32px;
	background: url(../../images/hline.gif) repeat-x 0 29px;
}

#ja-mainnav a, #ja-subnav a {
	outline: none;
}

/* breadcrumbs */
#ja-breadcrumb {
}

#ja-breadcrumb strong {
	margin-right: 5px;
	font-weight: normal;
}

#ja-breadcrumb a {
	text-decoration: none;
}

#ja-breadcrumb img {
	margin: 1px 5px;
}

/* Default Joomla! Menu */
ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.menu li {
	margin: 0;
	padding: 0;
	background: none;
}

ul.menu li a {
	display: block;
	text-decoration: none;
	outline: none;
	background: url(../../images/hline.gif) repeat-x bottom;
	padding: 4px 0;
	color: #333333;
}

ul.menu li a span {
	background: url(../../images/icon-plus.gif) no-repeat 5px 6px;
	display: block;
	padding-left: 20px;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	text-decoration: none;
	background: url(../../images/hline.gif) repeat-x bottom #F2F2F2;
	color: #333333;
}

ul.menu li.active a {
	text-decoration: none;
	color: #CC0000;
	font-weight: bold;
}

ul.menu li li a span {
	background: none;
}

ul.menu li ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.menu li li a {
	background: none;
	padding-left: 5px;
	color: #333333 !important;
	font-weight: normal !important;
}

ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	background: none;
	color:#CC0000 !important;
}

ul.menu li li a span {
	background: url(../../images/bullet.gif) no-repeat 8px 8px;
}

/* MODULE
--------------------------------------------------------- */
.jamod-content {
	padding: 5px 10px;
}

div.module_menu .jamod-content,
div.module_black .jamod-content {
	padding: 0;
}


div.module h3,
div.module_menu h3,
div.module_text h3,
div.module_black h3 {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	height: 28px;
	background: url(../../images/h32-r.gif) no-repeat top right #006699;
	font-size: 100%;
}

div.module h3 span,
div.module_menu h3 span,
div.module_text h3 span,
div.module_black h3 span {
	margin: 0;
	padding: 0 0 0 26px;
	display: block;
	background: url(../../images/h31-l.gif) no-repeat top left;
	height: 28px;
	line-height: 28px;
}

div.module,
div.module_menu,
div.module_text,
div.module_black {
	margin-bottom: 10px;
	overflow: hidden;
	padding: 0 0 10px;
}

/*Black Module*/

/* mis */

/*masscol module*/
#ja-masstop div.module h3 {
	background: none;
	color: #006699;
	font-size: 150%;
}

#ja-masstop div.module h3 span {
	background: none;
	padding-left: 10px;
	margin: 0;
}

#ja-masstop div.module {
	border: 1px solid #DDDDDD;
	background: url(../../images/spotlight-bg.gif) repeat-x top #FFEBA7;
}

#ja-masstop div.jamod-content { 
	padding: 0 10px;
	width: 95%;
}

/*col2 module*/
#ja-col2 div.jamod {
	margin-right: 5px;
	border: 1px solid #DDDDDD;
	border-bottom: 2px solid #CCCCCC;
}

#ja-col2 div.module h3,
#ja-col2 div.module_menu h3,
#ja-col2 div.module_text h3 {
	background: none;
	color: #CC0000;
	font-size: 120%;
	text-indent: 10px;
	padding-top: 5px;
}

#ja-col2 div.module h3 span,
#ja-col2 div.module_menu h3 span,
#ja-col2 div.module_text h3 span {
	background: none;
	padding: 0;
}

/*col3 module*/
#ja-col3 div.module,
#ja-col3 div.module_menu,
#ja-col3 div.module_text {
	margin-bottom: 0;
}

#ja-col3 div.module h3,
#ja-col3 div.module_menu h3,
#ja-col3 div.module_text h3 {
	background: url(../../images/h32-r.gif) no-repeat bottom center #006699;
	color: #FFFFFF;
	padding: 0 10px;
	font-size: 100%;
}

#ja-col3 div.module h3 span,
#ja-col3 div.module_menu h3 span,
#ja-col3 div.module_text h3 span {
	background: none;
	padding: 0;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */

/* FOOTER
--------------------------------------------------------- */
td.footerwrap {
	padding: 20px 0;
	clear: both;
	background: #333333;
}

#ja-footer {
	padding: 0;
	color: #999999;
	position: relative;
}

#ja-footer small {
	color: #999999;
	display: block;
}

#ja-footer .copyright {
	clear: both;
	display: block;
	font-style: normal;
}

#ja-footer a {
	color: #CCCCCC;
	text-decoration: none;
}

#ja-footer a:hover,
#ja-footer a:active,
#ja-footer a:focus {
	color: #FFFFFF;
	text-decoration: none;
}

#ja-footer ul {
	margin: 0 0 5px;
	padding: 0;
}

#ja-footer li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

#ja-footer li a {
	padding: 0 8px 0 10px;
	display: inline;
	line-height: normal;
	text-decoration: none;
	background: url(../../images/bullet2.gif) no-repeat 0 6px;
}

/* MISCELLANOUS
----------------------------------------------------------- */

/* Search */

/*usertool*/

/* Login Form */

/*ja-newflash*/

/*others*/

/* Tooltips */

/* System Standard Messages */

/* System Error Messages */

/* System Notice Messages */

/* Clearfix */

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}


/* CUSTOM
--------------------------------------------------------- */

table.main
{
    border: 0px;
    padding: 0px;
    margin: 0px;
    height: 100%;
    width: 100%;
}

div.huisvestingFrontpage
{
    color: #999999;
    font-size: 7pt;
}

a.tabbladlink
{
    color: #333333;
}

a.module_menu
{
    color: White;
    text-decoration: none;
}
