@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFF;
}

h1{
	font-family: Arvo, 'Helvetica Neue', Helvetica, Arial, sans-serif;;
	font-size: 32px;
	font-weight:  normal;
	color: #019FAC;
	padding-left: 7px;
}

h1:first-letter {
	font-size: 32px;
}

h2 {
	font-family: Arvo, 'Helvetica Neue', Helvetica, Arial, sans-serif;;
	font-size: 11pt;
	font-weight: bold;
	color: #019FAC;
	padding-left: 7px;
	text-align: left;
}

h3 {
	font-family: Arvo, 'Helvetica Neue', Helvetica, Arial, sans-serif;;
	font-size: 11pt;
	font-weight: bold;
	color: black;
	padding-left: 7px;
	text-align: left;
}

h4 {
	font-family: Arvo, 'Helvetica Neue', Helvetica, Arial, sans-serif;;
	font-size: 10pt;
	font-weight: bold;
	color: #019FAC;
	padding-left: 5px;
	text-align: left;
	margin-bottom: 2px;
}

p, ul, li {
	font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 5px;
	margin-bottom: 10px;
	margin-top: 3px;
	text-align: justify;
}

a:link, a:visited {
	color: #4D048C;
}

a:hover {
	color: #019FAC;
}

.mark {
	color: #4D048C;
}

.important {
	color: #019FAC;
}

/*	MAIN LAYOUT  */
#divInfoBar {
	position: fixed;
	top: 120px;
	width: 100%;
	z-index: 1100;
	display: none;
}

#divInfoBar div {
	width: 400px;
	max-height: 90px;
	text-align: left;
	padding: 0.7em;
	margin-left: 5%;
	margin-right: 5%;
	
	
	font-family: 'century gothic', Verdana, Arial, Calibri;
	font-size: 10pt;
}

/* Aditional style for infobar */
#divInfoBar div {
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

#divMain {
	width: 700px;
	height: 100%;
	max-height: 700px;
}

#divHeader {
	width: 100%;
	float: left;
}

#divLogo {
	width: 68%;
	height: 85px;
	float: left;
}

#divRightFromLogo {
	width: 32%;
	height: 85px;
	float: right;
}

#divQuickLinks {
	width: 310px;
	height: 63px;
	float: right;
	margin-top: 10px;
	padding: 0px;
	background-repeat: no-repeat;
	background-image:url(../images/quicklinksbg.png);
	
	padding-top: 3px;
	font-size: 8pt;
	font-family: 'century gothic', Verdana, Arial, Calibri;
	color: #b5b5ac;
}

#divMenu {
	width: 100%;
	height: 42px;
	float: left;
	border-bottom: 2px solid #1d3064;
}

#divWelcomeImage {
	width: 100%;
	height: 194px;
	float: left;
	background-repeat: no-repeat;
	background-image: url(../images/atformabanner1.png);
}

#divSpacerHeight {
	height: 97px;
	width: 100%;
	float: left;
}

#divSpacerWidth {
	width: 437px;
	height: 85px;
	float: left;
}

#divWelcomeImageContent {
	width: 512px;
	height: 85px;
	float: left;
	
	color: white;
	font-size: 10pt;
	font-weight: bold;
	font-family: 'century gothic', Verdana, Arial, Calibri;
}

#divContentMain {
	width: 100%;
	min-height: 500px;
	float: left;
	background-color: #FFFFFF;
}

#divContent {
	width: 100%;
	height: 100%;
	float: left;
	text-align: justify;
	font-size: 10pt;
	font-family: 'century gothic', Verdana, Arial, Calibri;
}

#divContentRightBar {
	width: 270px;
	height: 100%;
	float: right;
	padding: 0px;
}

#divContentRightBar p {
	margin-left: 30px;
	margin-right: 30px;
	font-size: 8pt;
}

#divFooter {
	width: 100%;
	height: 45px;
	float: left;
	color: white;
	background-repeat: no-repeat;
	background-image: url(../images/footerbg.png);
}

#divIso {
	float: left;
	width: 200px;
	text-align: left;
	margin-left: 5px;
	margin-top: 2px;
}

#divKMO {
	float: right;
	width: 200px;
	margin-right: 5px;
	margin-top: 6px;
	text-align: right;
}

#divCopyright {
	font-size: 10pt;
	font-family: 'century gothic', Verdana, Arial, Calibri;
	font-weight: bold;
	padding-top: 15px;
	text-align: center;
}

#divSpacer {
	float: right;
	width: 40px;
	margin-right: 5px;
	margin-top: 2px;
}

#divCopyright a:link, #divCopyright a:visited {
	color: white;
	text-decoration: none;
}

#divCopyright a:hover {
	text-decoration: underline;
}

/*	QUICK LINKS layout */
#quicklinks {
	margin: 0px;
}

#quicklinks div {
	margin: 2px;
	position: absolute;
	margin-left: 110px;
}

#quicklinks div span {
	text-align: center;
	float: left;
	width: 52px;
	display: block;
	margin: 0px;
	padding: 0;
}

#quicklinks div span a {
	position: relative;
	display: block;
	width: 42px;
	height: 42px;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}

#quicklinks div span a div {
	display:none;	
	white-space: nowrap;
}

#quicklinks div span a:hover div {
	display: block;
	position: absolute;
	z-index: 10;
	padding: 5px;
	top: 40px;
	right: 0px;
 	color: #EFEFEF;
 	background: #333;
 	border: 1px solid #666;
 	-moz-border-radius: 5px;
 	-webkit-border-radius: 5px; 
	border-radius: 5px;		
}



/*	MENU layout	*/
#menu {
	width: 100%;
	text-align: left;
	
	font-family: 'century gothic', Verdana, Arial, Calibri;
	font-size: 11pt;
	padding-left: 10px;
}

#menu div {
	height: 32px;
	padding-top: 10px;
	float: left;
	margin-right: 10px;
}

#menu div:hover {
	background-color: #658FAD;
}

.menu {
	margin: 0px;
	list-style: none;
	height: 42px;
	position: relative;
}

.menu li {
	float: left;
}

.menu li a {
	display: block;
	float: left;
	height: 42px;
	line-height: 42px;
	color: #4D048C;
	text-decoration: none;
	font-size: 16px;
	font-family: 'century gothic', Verdana, Arial, Calibri;
	font-weight: normal;
	text-align: center;
	padding: 0 0 0 8px;
	cursor: pointer;
	border-top: 1px solid rgba(255,255,255,0);
}

.menu li a b {
	float: left;
	display: block;
	padding: 0 16px 0 8px;
	color: #4D048C;
	font-weight: normal;
}

.menu li a:hover {
	color: #1D3064;
	border-top: 1px solid #019FAC;
}

.menu li a:hover b {
	color: #1D3064;
	
}

.menu li.current a {
	color: #019FAC;
}

.menu li.current a b {
	color: #019FAC;
}


/*	DIENSTEN layout */
.diensten {
	margin: 0px;
	list-style: none;
	position: relative;
	margin-left: 105px;
}

.diensten li {
	float: left;
	max-width: 110px;
	margin-right: 10px;
}

.diensten li a {
	display: block;
	float: left;
	color: black;
	text-decoration: none;
	font-size: 8pt;
	font-family: 'century gothic', Verdana, Arial, Calibri;
	font-weight: normal;
	text-align: center;
	cursor: pointer;
}

.diensten li a:hover {
	text-decoration: underline;
}

/*	BUTTON	*/

.button {
	cursor: pointer;
	background-color: #fafaf2;
	border: 1px solid #eeeedf;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	color: #555555;
	font-weight: bold;
	height: 30px;
	line-height: 29px;
	margin-bottom: 14px;
	text-decoration: none;
	
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.button:hover {
	border: 1px solid #019FAC;
}

.button:active {
	background-color: #d9d9d6;
	box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

/*	BUTTON CLASSES	*/
.keys {
	background: #fafaf2 url(../images/icons/keys.png) no-repeat 10px 8px;
	text-indent: 30px;
}

.key {
	background: #fafaf2 url(../images/icons/key.png) no-repeat 10px 8px;
	text-indent: 30px;
}

.search {
	background: #fafaf2 url(../images/icons/find-new-users.ico) no-repeat 10px 8px;
	text-indent: 30px;
}

/*	TABLE DATA	*/

.tableData {
	background: url(../images/headerbg.png) repeat-x;
	border: 1px solid #b5b5ac;
	
	margin: 3px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.tableData tr.alt {
	background-color: #f8f8f8;
}

.tableData tr:hover {
	background-color: #f2f2f2;
}

.tableData tr.noHover:hover {
	background-color: inherit;
}

.tableData tr.selected, .tableData tr.selected:hover {
	background-color: #658FAD;
}

.tableData tr.selected td {
	color: black;
}

.tableData tr.header, .tableData tr.header:hover {
	background-color: inherit;
}

.tableData tr.footer, .tableData tr.footer:hover, .tableData tr.footer td {
	background-color: inherit;
	border-left: none;
}

.tableData tr.footer td:last-child {
	text-align: right;
}

.tableData tr:last-child td {
	border-bottom: none;
}

.tableData th:first-child {
	border-left: none;
	text-align: center;
}

.tableData th {
	height: 35px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 0px;
	padding-left: 0px;
	color: #4D048C;
	font-family: 'century gothic', Verdana, Arial, Tahoma;
	font-size: 9pt;
	
	border-bottom: 1px solid #8a8a8a;
	border-left: none;
}

.tableData td {
	padding: 4px;
	border-bottom: 1px dotted #999;
	border-left: 1px dotted #999;
	
	font-family: 'century gothic', Verdana, Arial, Tahoma;
	font-size: 10pt;
}

.tableData td:first-child {
	border-left: none;
}

.tableData td.subtle {
	color: #b5b5ac;
}

.tableData td.noborder {
	border: none;
}




/*	DROPDOWN LIST	*/
.dropdownlist {
	display: none;
	float:left;
	position: absolute;
	border: 1px solid #c7a158;
	border-top: none;
	background-color: white;
	padding: 0px;
	max-height: 300px;
	overflow: auto;
	background-color: white;
}

.dropdownlist table td, .dropdownlist table, .dropdownlist table tr, .dropdownlist table td:first-child {
	border-color: white;
	border: none;
	background-color: white;
}

.dropdownlist table tr, .dropdownlist table td {
	background-color: white;
	color: black;
}

.dropdownlist table tr:hover, .dropdownlist table td:hover {
	background-color: black;
	color: white;
	cursor: pointer;
}

.dropdownlist .notselectable:hover {
	background-color: white;
	color: black;
	cursor: default;
}

.dropdownlistInput {
	
}

.iconButtonDropdown {
	cursor: pointer;
	border: none;
	border-left: 1px solid #cccccc;
	padding: 2px;
	margin-bottom: -5px;
	display: none;
	position: absolute;
	margin-left: -23px;
	margin-top: 3px;
}

.iconButtonDropdown:hover {
	background-color: #bfcdd6;
	color: #519ac8;
}

.iconButtonDropdown:active {
	background-color: #ee3a42;
}


/*	PICBORDER voor omkadering van avatars	*/
.picborder, .picborderhover {
	background-image:url(../images/border.png);
	width: 180px;
	height: 180px;
	text-align: center;
}

.picborderhover {
	opacity: 0.8;
}

.picborderhover:hover {
	opacity: 1;
	cursor: pointer;
}

.picborder img, .picborderhover img {
	-moz-border-radius: 4px;
	-webkit-border-radius: 3px;
	margin-top: 15px;
}

.picborder50, .picborder50hover {
	background-image:url(../images/border_50.png);
	width: 60px;
	height: 60px;
	text-align: center;
}

.picborder50hover {
	opacity: 0.8;
}

.picborder50hover:hover {
	opacity: 1;
	cursor: pointer;
}

.picborder50 img, .picborder50hover img {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-top: 5px;
}

.picborder30, .picborder30hover {
	background-image:url(../images/border_30.png);
	width: 36px;
	height: 36px;
	text-align: center;
	margin: 0px;
}

.picborder30hover {
	opacity: 0.8;
}

.picborder30hover:hover {
	opacity: 1;
	cursor: pointer;
}

.picborder30 img, .picborder30hover img {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-top: 3px;
}

.sidemenu {
	background-color: #dadada;
	min-width: 200px;
	margin: 5px;
	padding: 5px;
	border: 1px solid #b7b7b7;
}

.sidemenu li {
	color: white;
	background-color: #4D048C;
	padding: 10px;
	margin: 10px;
	list-style-position: inside;
	list-style-type: square;
}

.sidemenu li:hover {
	text-decoration: underline;
	background-color: #019FAC;
}

.sidemenu li:active {
	background-color: #019FAC;
}

.poweredby, .poweredby:hover, .poweredby:active, .poweredby:link {
	float: right;
	font-size: 7pt;
	font-family: Verdana, Geneva, sans-serif;
	color: black;
}

.poweredby a:link, .poweredby a:hover, .poweredby a:active {
	color: black;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}