/* 

-- BASENET CRM ONLINE CASCADING STYLESHEET (c) 2008
-- AUTHOR: S KASTELEIN

*/

/* MAIN */
html, body {
	margin:0 0 0 0;
	background-color:#FFFFFF;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#666;
}
.mainContainer {
	float:none;
	width:818px;
	margin:0px auto;
	padding-top:25px;
}
.headerContainer {
	display:block;
	width:818px;
	height:50px;
	background-image:url(img/bg-header-container.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
}
	.menu {
		display:block;
		width:768px;
		height:50px;
		margin:0 20px 0 30px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:14px;
		font-weight:bold;
		color:#BBB;
	}
		.menuItem, .activeMenuItem {
			display:block;
			float:left;
		}
		.menuItem {
			margin:17px 20px 0 10px;
		}
		.activeTabLeft, .activeTabRight, .activeTab {
			display:block;
			float:left;
			height:40px;
			background-image:url(img/bg-active-tab-left.gif);
			background-position:0px 0px;
			background-repeat:no-repeat;
		}
		.activeTabLeft {
			width:24px;
		}
		.activeTab {
			height:28px;
			padding:12px 8px 0 8px;
			background-image:url(img/bg-active-tab.gif);
			white-space:nowrap;
			font-size:16px;
			color:#777;
		}
		.activeTabRight {
			background-image:url(img/bg-active-tab-right.gif);
			width:24px;
		}
.contentContainer {
	display:block;
	width:818px;
	min-height:450px;
	margin:0 0 20px 0;
	background-image:url(img/bg-content-container.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
}
	.content {
		display:block;
		width:510px;
		min-height:420px;
		padding:5px 0 15px 15px;
	}
	.footer {
		display:block;
		width:818px;
		height:23px;
		padding:7px 0 0 0;
		font-family:Verdana, Geneva, sans-serif;
		text-align:center;
		font-size:10px;
		color:#666;
	}
		.footer a {
			color:#666;
			text-decoration:none;
		}
.iframeBox {
	width:0px;
	height:0px;
}
.proefLoader {
	display:block;
	padding:15px;
	margin:0 0 15px 0;
	border:dotted 1px #B8CCEC;
	background-color:#FFF;
	text-align:center;
}

/* END MAIN */
/* FONT PROPERTIES */

.content h1 {
	font-family:Georgia, Geneva, Arial;
	font-size:18px;
	margin:0 0 15px 0;
}
.content h2 {
	font-family:Georgia, Geneva, Arial;
	font-size:15px;
	margin:25px 0 5px 0;
}
.content h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
}
.content p {
	margin:0 0 10px 0;
}
.content em {
	font-style:italic;
}
.content a {
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
/* unvisited link */
.content a:link {		
}  
/* visited link */
.content a:visited {
}
/* mouse over link */
.content a:hover {
	color:#CC0000;
	text-decoration:underline;
}
/* selected link */
.content a:active {
}
.content ul {
	margin-left:15px;
	margin-top:15px;
	padding-top:0px;
	list-style-type:none;
	font-family:Verdana, Arial, Helvetica;
	font-size:12px;
	margin-bottom:25px;
}
.content li {
	padding-left:20px;
	background:transparent url(img/bullet-main-item.gif) no-repeat;
	background-position:0px 7px;
}
.quote {
	font-family:Georgia, "Times New Roman", Times;
	font-size:18px;
	font-style:italic;
	color:#666666;
	line-height:24px;
	margin-top:35px;
	margin-bottom:35px;
}

/* END FONT PROPERTIES */
/* SELECT BUTTON PROPERTIES */

.mainButton {
	display:block;
	width:335px;
	height:53px;
	margin:35px 0 0 0;
	padding:0px;
	background-image:url(img/bg-select-button.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	border:none;
}
.mainButton:hover {
	background-position:0px -62px;
}
	.mainButton a {
		display:block;
		height:40px;
		width:322px;
		padding:14px 0 0 13px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:24px;
		font-weight:bold;
		text-align:left;
		text-shadow:-1px -1px 0 rgba(0, 0, 0, 0.4);
		color:#FFF;
	}
	/* unvisited link */
	.mainButton a:link {		
	}  
	/* visited link */
	.mainButton a:visited {
	}
	/* mouse over link */
	.mainButton a:hover {
		text-decoration:none;
		color:#FFF;
	}
	/* selected link */
	.mainButton a:active {
	}

/* END SELECT BUTTON PROPERTIES */