body{
	font-family: verdana, arial;
	font-size: 11px;
	background-color: #fff;
	margin: 0;
	padding: 0;
	background: url('../img/heading-bg.jpg') repeat-x 10px 20px;
	color: #626262;
}

div.right{
	text-align:right;
}

div.input input{

}

div.input textarea{
	width: 100%;
}

/** Link colors **/
div.main-content-top-placeholder a{
	color: #00CBFD;
	text-decoration: none;
	padding: 3px;
}

div.main-content-top-placeholder a:hover{
	background-color: #00CBFD;
	color: #fff;	
}

div.page-menu a{
	color: #000;
}

a img{
	border: 0;
}

/** logo look alikes **/
span.logo-like{
	font-weight: bold;
	font-size: 18px;
	color: #000;
}

span.logo-like span.blue-text{
	color: #00cafc;
}

/** Main wrapper **/
div.main-wrapper{
	position: relative;
	width: 940px;
	margin: 0 auto;
}

/** Page top heading **/
div.page-heading{
	width: 100%;
	height: 110px;
	
}

div.page-heading div.heading-left-wrapper{
	float: left;
	width: 50%;
	height: 100%;
}

div.page-heading div.heading-right-wrapper{
	float: right;
	width: 50%;
	height: 100%;
}

/** Mini top login **/
div.heading-right-wrapper table{
	float: right;
	margin-top: 12px;
}

div.heading-right-wrapper table tr td a{
	color: #626262;
	text-decoration: none;
}

/** Page menu styles **/
div.page-menu{
	width: 100%;
	height: 30px;
}

div.page-menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

div.page-menu ul li{
	display: inline;
	line-height: 30px;
}

li.tab-blue-large a{
	width: 130px;
	height: 30px;
	background: url('../img/tab-groot-blauw-full.jpg') no-repeat;
}

li.tab-blue-large a:hover{
	background: url('../img/tab-groot-blauw-empty.jpg') no-repeat;
	color: #00cbfd;
}

li.active-blue-large a{
	color: #00cbfd !important;
	background: url('../img/tab-groot-blauw-empty.jpg') no-repeat;
}

li.tab-green-large a{
	width: 130px;
	height: 30px;
	background: url('../img/tab-groot-groen-full.jpg') no-repeat;
}

li.active-green-large a{
	color: #9dbb00 !important;
	background: url('../img/tab-groot-groen-empty.jpg') no-repeat;
}

li.tab-green-large a:hover{
	background: url('../img/tab-groot-groen-empty.jpg') no-repeat;
	color: #9dbb00;
}

li.tab-purple-large a{
	width: 130px;
	height: 30px;
	background: url('../img/tab-groot-paars-full.jpg') no-repeat;
}

li.tab-purple-large a:hover{
	background: url('../img/tab-groot-paars-empty.jpg') no-repeat;
	color: #a809a8;
}

li.active-purple-large a{
	background: url('../img/tab-groot-paars-empty.jpg') no-repeat;
	color: #a809a8 !important;
}

li.tab-blue-small a{
	width: 80px;
	height: 30px;
	background: url('../img/tab-klein-blauw-full.jpg') no-repeat;
}

li.tab-blue-small a:hover{
	background: url('../img/tab-klein-blauw-empty.jpg') no-repeat;
	color: #00cbfd;
}

li.active-blue-small a{
	background: url('../img/tab-klein-blauw-empty.jpg') no-repeat;
	color: #00cbfd !important;
}

li.tab-green-small a{
	width: 80px;
	height: 30px;
	background: url('../img/tab-klein-groen-full.jpg') no-repeat;
}

li.tab-green-small a:hover{
	background: url('../img/tab-klein-groen-empty.jpg') no-repeat;
	color: #9dbb00;
}

li.active-green-small a{
	background: url('../img/tab-klein-groen-empty.jpg') no-repeat;
	color: #9dbb00 !important;
}

li.tab-purple-small a{
	width: 80px;
	height: 30px;
	background: url('../img/tab-klein-paars-full.jpg') no-repeat;
}

li.tab-purple-small a:hover{
	background: url('../img/tab-klein-paars-empty.jpg') no-repeat;
	color: #a809a8;
}

li.active-purple-small a{
	background: url('../img/tab-klein-paars-empty.jpg') no-repeat;
	color: #a809a8 !important;
}

li.tab-admin-large a{
	width: 130px;
	height: 30px;
	background: url('../img/tab-groot-grijs-full.jpg') no-repeat;
}

li.tab-admin-small a{
	width: 80px;
	height: 30px;
	background: url('../img/tab-klein-grijs-full.jpg') no-repeat;
}


div.page-menu ul li a{
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

div.page-menu ul li a:hover{
	background-color: #fff;
}

/** Page content styles **/
div.page-content{
	width: 100%;
}

div.page-content div.content-left-wrapper{
	float: left;
	width: 220px;
	margin-top: 20px;
}

/** linker mini boxes **/
div.content-left-wrapper div.left-mini-box{
	margin-bottom: 20px;
}

div.content-left-wrapper div.left-mini-box span.mini-box-heading{
	display: block;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

div.content-left-wrapper div.left-mini-box span.mini-box-content{
	display: block;
	margin: 10px;
	width: 200px;
}

div.left-mini-box span.mini-box-content ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

div.left-mini-box span.mini-box-content ul li a{
	color: #626262;
	text-decoration: none;
	line-height: 20px;
}

/** Simple boxes **/
div.simplebox{
	
}

div.simplebox span.mini-box-header{
	font-weight: bold;
}

div.simplebox ul li{
	border-bottom: 1px solid #efefef;
}

span.link-pointer{
	font-size: 20px; 
	font-weight: bold;
	color: #8e3898;
	margin-right: 10px;
}

div.blue span.link-pointer{
	color: #00cafc;
}

/** Blue boxes **/
div.blue{
	background-color: #fff;
}

div.blue div.mini-box-heading{
	background-image: url('../img/specialist-top.jpg');
	text-align:center;
	width: 200px;
	line-height: 30px;
	color: #fff;	
}

div.blue div.mini-box-content{
	border-left: 1px solid #9DBB00;
	border-right: 1px solid #9DBB00;
	width: 188px;
	padding: 5px;
}

div.blue li{
	padding-bottom: 5px;
}

td.login input{
background-color:transparent;
background-image:url(../img/login.jpg);
background-repeat:no-repeat;
border:0 none;
color:#626262;
font-size:12px;
height:18px;
padding-left:5px;
width:155px;
}

td.login2 input{
	background-image: url('../img/loginbutton.jpg');
	border:0;
	height: 20px;
	width: 80px;
	background-color:transparent;	
}

div.blue ul{
	padding: 15px;
	margin:0;
}

div.blue a{
	text-decoration: none;
	color:#626262;
}

div.purple a{
	text-decoration: none;
	color:#626262;
}

div.blue a:hover{
	text-decoration: underline;
}

div.blue ul li{
	list-style:none;
}

div.blue div.mini-box-footer{
	background-image: url('../img/specialist-bottom.jpg');
	width: 200px;
	height: 8px; 
}

/** Purple boxes **/
div.purple{
	background-color: #fff;
}

div.purple div.mini-box-heading{
	background-image: url('../img/partner-week-top.jpg');
	text-align:center;
	width: 200px;
	line-height: 30px;
	color: #fff;
}

div.purple div.mini-box-content{
	border-left: 1px solid #a909a9;
	border-right: 1px solid #a909a9;
	width: 188px;
	padding: 5px;
}

div.purple div.mini-box-footer{
	background-image: url('../img/partner-week-bottom.jpg');
	width: 200px;
	height: 8px; 
}

div.page-content div.content-right-wrapper{
	float: right;
	width: 700px;
	margin-top: 20px;
}

/** main page content styles **/
div.content-right-wrapper div.main-content-top-placeholder{
	width: 100%;
	line-height: 18px;
}

div.content-right-wrapper div.main-content-top-placeholder h1{
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: normal;
	font-size: 22px;
	line-height: 25px;
}

.purple{
	color: #a809a8;
}

.blue{
	color: #00cbfd;
}

.green{
	color: #9dbb00;
}

div.content-right-wrapper div.main-content-bottom-placeholder{
	width: 100%;
	margin-top: 20px;
}

div.main-content-bottom-placeholder div.big-action-button{
	float: left;
	width: 160px;
	height: 160px;
	padding: 0px !important;
}
div.main-content-bottom-placeholder div.big-action-button a:hover{
	background-color:#ffffff !important;
}

.pad20{
	margin-right: 20px;
}

/** footer styles **/
div.page-footer{
	width: 100%;
	height: 30px;
	line-height:30px;
	margin-top: 20px;
	border-top: 2px solid #a3a3a3;
	clear: both;
	color: #a3a3a3;
}

div.page-footer a{
	color: #a3a3a3;
	text-decoration: none;
}

div.page-footer a:hover{
	text-decoration: underline;
}

/** News artcile containers **/
div.article-category-container{
	margin-bottom: 20px;
	background-color: #f0f0f0;
	padding: 10px;
}

div.article-category-container div.article-category-title{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

/** Standard tables **/
/** Standard column table **/
table.std-column-overview {
    width: 100%;
}

table.std-column-overview tr.odd {
}

table.std-column-overview tr.even {

}

table.std-column-overview th {
    background-color: #efefef;
    color: #666;
    text-align: left;
}

table.std-column-overview td {
    border-bottom: 1px solid #dadada;
    vertical-align: top;
    padding: 5px;
}
/** End of Standard Column table **/
/** End of standard tables **/
/** Agenda */
table.std-action-calendar{
	
}

table.std-action-calendar th.cal-link a{
	display: block;
	border: 1px solid #fff;
	background-color: #dadada;
	color: #000;
	padding: 2px;
}

table.std-action-calendar tr.cal_days_of_week th{
	font-weight: normal;
	color: #000000;
}

table.std-action-calendar th.cal-cur-date{
	font-weight: bold;
	color: #000000;
	font-size: 18px;
}

table.std-action-calendar{
	width: 100%;
}

table.std-action-calendar td{
	vertical-align: top;
	padding: 2px;
	height: 100px;
	width: 75px;
	border: 1px solid #dadada;
	background-color: #f3f3f3;
}

table.std-action-calendar td span{
	display: block;
	text-align: center;
	background-color: #dadada;
	overflow: hidden;
}

table.std-action-calendar td span.cal_clientname{
	font-size: 9px;
	background-color: #8e3898;
	color: #FFFFFF;
}

table.std-action-calendar td span.cal_clientname_completed{
	font-size: 9px;
	color: #FFFFFF;
	background-color: #946a99;
}

table.std-action-calendar td span.cal_today{
	color: #fff;
	font-weight: bold;
	background-color: #00cbfd ;
}

table.std-action-calendar td div.cal_action{
	border:1px solid #000000;
	background-color: #fff7d8;
	margin: 1px 0;
	padding: 1px;
}

table.std-action-calendar td div.cal_action_completed{
	border: 0px solid #CDCDCD;
	background-color: #000000;
	margin: 2px 1px;
	padding: 1px;
}

table.std-action-calendar td div.cal_action a{
	display: block;
	font-size: 9px;
}

table.std-action-calendar td div.cal_action_completed a{
	display: block;
	color: #c0c0c0;;
	font-size: 9px;
}

div.borderblue{
	border: 1px solid #A6C9E2;
	padding: 0.2em;
}
/** End of Agenda */

/** Paginators **/
div.paging{
	margin: 20px 0;
	border: 1px solid #efefef;
}

div.paging div{
	float: left;
}

div.paging div.disabled{
	color: #dadada;
}

/** Msg notifications **/
div#flashMessage{
	padding: 10px;
	margin-bottom: 20px;
}

div.msg-error{
	background-color: #f9d8d8;
	color: #b20202;
	border: 1px solid #b20202;
}

div.msg-confirm{
	background-color: #eef7cf;
	color: #709000;
	border: 1px solid #709000;
}

div.msg-notification{
	background-color: #e8f4ff;
	color: #1f639d;
	border: 1px solid #1f639d;
}

div#authMessage{
	padding: 10px;
	background-color: #e8f4ff;
	color: #1f639d;
	border: 1px solid #1f639d;
}

/** Marketing scans **/
li.list div.largetitle{
	margin-top:50px;
}
div.scans-container{
	
}

div.scan-container{
	margin-bottom: 20px;
	background-color: #efefef;
	border-bottom: 1px solid #dadada;
}

div.scan-container div.title{
	font-weight: bold;
}

div.progresbar{
	background-image:url(/img/progresbar.gif);
	height: 30px;
	background-position:center left;
	margin-left:1px;
}

table.progresbar {
    width: 300px;
    background-image:url(/img/progresbarBody.jpg);
	height:30px;
}

div.progresbar-text {
	font-size:36px;
	font-weight:bold;
	letter-spacing:-2px;
	line-height:36px;
	margin-bottom:20px;
	margin-top:35px;
	position:relative;
	text-align:center;
	width:300px;
}
.clear{
	clear: both;
}
/** Marketing scan admin */
#question-list li {
	
}

#question-list div.image {
    padding-right: 5px;
	display: inline-block;
}

#question-list div.text {
    width: 300px;
	display: inline-block;
}
#question-list div.text1 {
    width: 225px;
	height: 18px;
	overflow: hidden;
	display: inline-block;
}

#question-list div.control {
	display: inline-block;
}

.question-list li {
	
}

.question-list div.image {
    padding-right: 5px;
	display: inline-block;
}

.question-list div.text {
    width: 300px;
	overflow: hidden;
	display: inline-block;
}
.question-list div.text1 {
    width: 225px;
	height: 18px;
	overflow: hidden;
	display: inline-block;
}
.question-list div.text2 {
    width: 30px;
	overflow: hidden;
	display: inline-block;
}

.question-list div.control {
	display: inline-block;
}
/** Leadgeneratie **/
div.koppeling{
	font-size: x-small;
	line-height: 10px;
}

/** Action buttons **/
a.main-action-button{
    color: #fff !important; 
    display: block;
    float: left;
    font: normal 20px arial, sans-serif;
	font-weight: bold;
    height: 40px;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	padding-right: 20px !important; /* sliding doors padding */
    margin-right: 20px;
    text-decoration: none;
}

a.main-action-button span {
    display: block;
    line-height: 40px;
    padding-left: 20px;
}

/** Green **/
a.green-action{
	background: transparent url('../img/button-green-rightt.jpg') no-repeat scroll top right;
}

a.green-action span{
	background: transparent url('../img/button-green-left.jpg') no-repeat;
}

/** Blue **/
a.blue-action{
	background: transparent url('../img/button-blauw-right.jpg') no-repeat scroll top right;
}

a.blue-action span{
	background: transparent url('../img/button-blauw-left.jpg') no-repeat;
}

/** purple **/
a.purple-action{
	background: transparent url('../img/button-paars-right.jpg') no-repeat scroll top right;
}

a.purple-action span{
	background: transparent url('../img/button-paars-left.jpg') no-repeat;
}

div.hr{
	border-top:2px solid #A3A3A3;
}

/** Blog items **/
div.article-shortdesc{
	font-weight: bold;
}

div.article-content{
	line-height: 25px;
}

div.blog-article{
	
}

div.disabled{
	display: none;
}

div.blog-article h3{
	font-family:Arial,sans-serif;
	font-size:18px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:26px;
	margin-bottom: 0;
}

div.article-container div.blog-article-small{
	background-color: #fcfcfc;
	border-bottom: 1px solid #dadada;
	padding: 8px;
}

div.blog-article-small{
	color:#888888;
	font-size:11px;
	font-weight:normal;
	line-height: 20px;
}

.jcarousel-item h2 {
	background-image:url(/images/listTop.gif);
	background-position:right top;
	background-repeat:no-repeat;
	border-right:1px solid #A3A3A3;
	color:#01CAFE;
	margin-bottom:0;
	margin-top:62px;
	padding-bottom:10px;
	padding-left:18px;
	width:560px;
	font-size:17px;
}

.jcarousel-item h3 {
	width:560px;
	padding-bottom:10px;
	padding-left:18px;
	margin:0;	
	border-right:1px solid #A3A3A3;
	font-size:13px;
}

div.ui-tabs {
	border:0;
	margin-top:0px;
	padding-right:0;
	padding-top:0;
	background-image:url(/images/lineDot.gif);
	background-position:left top;
	background-repeat:no-repeat;	
}


div.ui-tabs ul {
	float:right;
	display:inline;
	width:30px;
	border:0;
}

div.ui-tabs .ui-tabs-nav li.ui-tabs-selected  {
	padding:0;
}

div.ui-tabs .ui-tabs-panel {
	width:521px;
	padding-right:38px;
	float:left;
	display:inline;
	background-image:url(/images/listTop.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	min-height:210px;
	border-right: 1px solid #a3a3a3;
}

div.tabsItem {
	width:574px;
	float:left;
	display:inline;
	background-image:url(/images/listTop.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	min-height:210px;
	border-right: 1px solid #a3a3a3;	
}

div.tabsItemContent {
	padding-bottom:10px;
	padding-top:10px;
}

li.list div.largetitle {
	background-image:url(/images/listTop.gif);
	background-position:right top;
	background-repeat:no-repeat;
	border-right:1px solid #A3A3A3;
	margin-right:33px;
	margin-top:66px;
	padding-bottom:10px;
	padding-top:10px;
}

div.ui-tabs .ui-tabs-nav li {
	margin:0;
	margin-bottom:5px;
	border:0;
}

div.main-content-top-placeholder a {
	padding:0;
}

div.ui-tabs .ui-tabs-nav li a {
	padding:0;
	line-height:0;
}

div.ui-tabs .ui-tabs-nav {
	padding:0;
	background-color:transparent;
}

div.ui-widget-content .ui-state-default {
	background-color:transparent;
}

li.ui-state-active, li.ui-state-active {
	border:0;
}

li.ui-state-default, li.ui-state-default {
	border:0;
}

div.ui-tabs div.input textarea, div.ui-tabs div.input input {
	margin-top:5px;
	background-color:#e1e1e1;
	border:0;
	padding:5px;
	color:#5a5859;
}

div.answer_box {
	background-color:#E1E1E1;
	padding:5px;
	width:447px;
}

div.answer_box label{
	padding-right:13px;
}

div#resultLeft {
	width:300px;
	float:left;
	display:inline;
	margin-top:20px;
	margin-bottom:40px;
}

div#resultRight{
	background-image:url(/img/lineConclusie.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	border-left:1px solid #A3A3A3;
	display:inline;
	float:left;
	margin-left:35px;
	margin-top:26px;
	width:300px;
	margin-bottom:20px;
}

div#resultRight h2 {
	background-image:url(/img/lineBottom.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	font-size:17px;
	margin:0 0 0 10px;
	padding-bottom:5px;
	padding-top:10px;
}

div.conclusion {
	background-image:url(/img/lineConclusie.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding-bottom:20px;
	min-height:102px;
	padding-left:10px;
}