/* Stylesheet for Azart.org
author: Dirk Zaal
Digizaal webdev Amsterdam 
*/
/* =0 Reset */

@import url('/share/styles/reset.css');     
/* =1 Global */

a h3{
	color: #8e8e8e;
	text-decoration: none;
}

a img{
	border: none;
}

a.button,
a.button:visited{
	background: black;
	color: #f0f8ff !important;
	display: inline-block;
	font: normal bold 0.9em  "Trebuchet MS", arial, sans-serif;
	padding: 1px 2px;
	text-decoration: none;
	white-space: nowrap;
}

a.button:hover{
	background-color: #8e8e8e !important;
}

a.header span{
	display: inline-block;
	height: 24px;
}

a.header,
a.header:visited{
	background: #818181;
	color: black;
	cursor: pointer;
	display: inline-block;
	font: bold 8pt/24px "Trebuchet MS", arial,sans-serif;
	height: 24px;
	padding-left: 4px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

a.info{
	background: transparent;
	color: black; /*
Special mouse over popup
*/
	font: normal 9pt "Trebuchet MS", arial,sans-serif;
	position: relative; /*this is the key*/
	text-decoration: none;
	z-index: 24;
}

a.info span{
	display: none;
}

a.info:hover{
	background: #8b0000;
	color: black;
	cursor: help;
	text-decoration: none;
	z-index: 25;
}

a.info:hover img{
	border: 0px;
}

a.info:hover span{
	border: 1px solid black;
	color: black;
	display: block; /*the span will display just on:hover state*/
	left: 0;
	padding: 2px;
	position: absolute;
	text-align: left;
	top: 0;
	z-index: 25;
}

a.minibutton:active,a.minibuttonactive{
	background: transparent !important;
	color: #b22222 !important;
	font: bold 14px"Trebuchet MS", arial,sans-serif;
	padding: 4px;
	text-align: center;
	text-decoration: none;
}

a[rel="external"] {
	background: transparent url(/share/images/icons/icon_blank.gif) no-repeat scroll right center;
	padding-right: 12px;
}

body{
	background: #fff;
	color: black;
	font: 11px "Trebuchet MS", arial,Helvetica,sans-serif;
	margin: 0;
	padding: 0;
}

div#username,div#password{
	float: right;
	margin-right: 3px;
	position: relative;
}

div.box .bottom, div.box .top {
	background: transparent;
	height: 4px;
}

div.box .content{
	background: #a9a9a9;
	margin: 0;
	padding-bottom: 5px;
	padding-left: 4px;
}

div.box .rechts{
	background: right;
	float: right;
	width: 4px;
}

div.box li a{
	color: black;
	font-family: "Trebuchet MS", arial,sans-serif;
	font-style: normal;
	font-variant: normal;
	list-style: none;
	text-transform: capitalize;
}

div.box li a.current,a:active{
	color: white;
	text-decoration: none;
}

div.box p,div.rondbox p{
	margin: 8px;
}

div.box ul,div.rondbox ul{
	list-style-type: disc;
	margin: 2px 0 0 12px;
	padding-left: 2px;
}

div.box ul.nobullets,div.rondbox ul.nobullets{
	list-style-type: none;
	margin: 2px 0 0 1px;
	padding-left: 2px;
}

div.form_entry {
	margin: 3px 0;
}

div.home{
	background-color: white;
}

div.inlogblok{
	text-align: right;
	width: 100%;
}

div.inlogblok div{
	float: right;
	text-align: right;
}

div.nieuwsfoto{
	background: no-repeat top center;
	cursor: pointer;
	float: right;
	height: 115px;
	margin: 0 5px; /*
plaatje bij de nieuws berichten op home page
*/
	width: 120px;
}

div.pagewidth{
	background: transparent url(/images/opa75.png);
	border: 1px solid #dcdeeb;
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
	text-align: left;
	width: 960px;
}

div.plakrechts{
	clear: right;
	float: right;
	margin: 2px;
	padding: 2px;
	text-align: left;
	width: 166px;
}

div.sublist{
	background-color: white;
	border-bottom: 1px outset #f0f8ff; /* url(/images/sublist.png) no-repeat;*/
	height: 24px;
	overflow: hidden;
	padding-top: 5px;
}

form  input.text {
	border: 2px solid #a9a9a9;
	width: 20em;
}

form label {
	float: left;
	margin-right: 1em;
	text-align: right;
	width: 13em;
}

form#login{
	padding: 6px;
	position: relative;
}

h1{
	color: #454545;
	font-family:"Trebuchet MS", arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 19px;
	margin-top: 2px;
	text-transform: uppercase;
}

h1.header{
	border-bottom: 3px solid black;
	color: black;
}

h2{
	color: #8e8e8e;
	font: bold 10pt "Trebuchet MS", arial,sans-serif;
}

h3{
	font: normal bold 9.5pt"Trebuchet MS", arial,sans-serif;
}

h4{
	font: normal bold 9pt "Trebuchet MS", arial,sans-serif;
}

h5{
	font: normal bold 10px "Trebuchet MS", arial,sans-serif;
}

h6{
	font: normal bold 8px "Trebuchet MS", arial,sans-serif;
}

html,body{
	height: 100%;
}

img.right{
	border: none;
	margin-left: 5px;
}

input#username-field,input#password-field{
	width: 10em;
}

input,option{
	background: #f5f5f5;
	color: black;
	font: 10px "Trebuchet MS", arial,sans-serif;
}

input.infocus,input:focus,textarea.infocus,select.infocus{
	background: #f5f5f5;
	color: black;
	padding-left: 2px;
}

input.outfocus,textarea.outfocus,select.outfocus{
	background: #dcdcdc;
	color: black;
	padding-left: 2px;
}

label.overlabel{
	color: #a9a9a9;
}

label.overlabel-apply{
	color: #a9a9a9;
	position: absolute;
	right: 5px;
	top: 3px;
	z-index: 1;
}

pre{
	text-indent: 30px;
}

select{
	font-family: sans-serif;
	width: 100px;
}

sup{
	font-size: 6px;
	vertical-align: super;
}

table,td{
	background: transparent;
	border: 0px;
	font-size: 11px;
	vertical-align: top;
}

td.colorpic,img.colorpic{
	background: #f5f5f5 no-repeat 50% 50%;
	border: 0;
	cursor: pointer;
}

textarea.text {
	border: 2px solid #a9a9a9;
	color: black;
	font: normal 10px "Trebuchet MS", arial,sans-serif,Helvetica;
	overflow: auto;
}

ul.list {
	list-style-type: none;
	margin-left: 0 !important;
	padding-left: 0.1em;
}

ul.menulist {
	margin-left: 2px !important;
	margin-right: 2px;
	margin-top: 25px;
}

ul.menulist .sub {
	margin-left: 1em;
	text-align: left;
}

ul.menulist .sub a:hover{
	font-size: 9pt;
}

ul.menulist li {
	list-style: none;
	margin: 2px 4px 6px 0;
	padding: 0;
}
ul.menulist a{
	width:100%
}
ul.menulist li a, #browser a {
	text-decoration: none;
}

ul.menulist li h4 {
	background: black;
	padding: 4px 2px;
}

ul.menulist li h4 a{
	color: #dcdeeb;
	display: inline-block;
	font: bold 10pt "Trebuchet MS", arial,sans-serif;
}

ul.menulist li a:hover,
ul.menulist li:hover a{
	color: #000;
}

ul.menulist li.current a {
	color: white;
}

ul.menulist li.current:hover a{
	color:black
}

ul.menulist li:hover h4 {
border: 1px solid black;
background: white;
}

ul.menulist ul.sub .current a{
	text-decoration: underline;
}

ul.menulist ul.sub a{
	background: transparent;
	color: black;
	font-size: 9pt;
	font-weight: bold;
}

ul.subnavlist{
	margin-top: 20px;
}

ul.subnavlist a{
	color: black;
	font: normal 9pt/15px "Trebuchet MS", arial,sans-serif;
	padding-left: 1em;
	padding-right: .7em;
	text-decoration: none;
	text-transform: capitalize;
}

ul.subnavlist li, .lanselect form, .lanselect fieldset {
	display: inline;
}

ul.subnavlist li.current{
	background: transparent url(/images/opa75.png);
	border-bottom: 1px solid white;
	border-left: 1px outset #575757;
	border-right: 1px  outset #575757;
	border-top: 1px outset #575757;
}

ul.subnavlist li.current a{
	color: #b22222;
	font-weight: bold;
	text-decoration: none;
}

.abstract{
	font-size: 110%;
	font-weight: bolder;
	margin-bottom: 1em;
}

.alert{
	background: transparent;
	color: black;
	font-weight: 900;
	text-decoration: blink;
}

.article{
	background: transparent url(/images/opa75.png);
	border: 1px solid #d4d4d4;
	color: black;
	overflow: hidden;
}

.article div.bottom{
	font-size: 0;
	height: 5px;
}

.article div.top{
	font-size: 0;height:10px;
}


.banner,#banner{
	background: transparent no-repeat bottom right;
	height: 4em;
	margin: 0;
}

.column{
	height: auto;
	margin: 0 1em;
	overflow: hidden;
	width: 312px;
}

.content{
	color: black;
	font: 9.5pt/147% "Trebuchet MS", arial,sans-serif;
	text-align: left;
}

.content a,a.content{
	color: black;
	font-style: italic;
	font-weight: bold;
}

.content a:hover,a.content:hover{
	font-weight: bold;
}

.content p{
	margin: 2px 0 6px 0;
}

.content ul{
	list-style: disc;
	margin-left: 10px;
	padding-left: 10px;
}

.content ul ul{
	margin-left: 0.3em;
	padding-left: 0;
}

.content ul ul li{
	list-style: none;
}

.contentcenter{
	height: auto !important;
	height: 450px; /*IE 6 fix*/
	margin: 0 1em;
	min-height: 450px;
	overflow: hidden;
}

.contentcenter ol{
	counter-reset: item;
}

.contentcenter ol ul {
	margin-left: 3.1em;
}

.contentcenter ol,
.contentcenter ol li {
	list-style-position: outside;
}

.contentcenter ol,
.contentcenter ul {
	margin-left: 2.1em;
}

.contentcenter ol,
.contentcenter ul,.kolomlinks img{
	margin-left: 2em;
}

.contentcenter ul{
	list-style-position: outside;
	list-style-type: circle;
}

.contentcenter+news {
	height: 505px;
}

.darker{
	background: silver;
	color: white;
}

.footer{
	clear: both; /*	background: url(/images/opa75.png);*/
	color: black;
	font: bold 9pt "Trebuchet MS", arial,sans-serif;
	height: 29px;
	text-align: center;
	vertical-align: middle;
}

/*FOOTER*/
.footer .navlist a{
	background: transparent none;
	color: black;
	float: none;
	font: bold 9.5pt "Trebuchet MS", arial,sans-serif;
}

.formal {
	color: #a9a9a9;
	font-style: italic;
	text-align: center;
}

.fullpage{
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.grijsvlak{
	background: #dcdcdc;
}

.headlines .container {
	overflow: hidden;
}

.headlines h3 {
	margin-bottom: 0.5em;
}

.headlines li {
	margin: 5px 0;
}

.headlines li a {
	color: #8e8e8e;
	font-weight: bold;
	text-decoration: none;
}

.headlines li a:hover {
	color: #8e8e8e;
	font-weight: bold;
	text-decoration: underline;
}

.kolom {
	margin: 5px;
	width: 120px;
}

.lanselect{
	display: none;
	float: right;
	padding: 2px 5px;
	text-align: right;
	white-space: nowrap;
}

.lanselect a{
	margin: 0 1px;
	padding: 0;
	text-decoration: none;
}

.lanselect a img{
	border: 1px solid white;
	opacity: .45;
}

.lanselect a.current img{
	opacity: 1;
}

.lanselect a:hover{
	border: 1px solid black;
}

.lanselect img{
	padding: 0;
	vertical-align: middle;
}

.left{
	float: left;
}

.left img, img.left {
	margin-right: 5px;
}

.news-item {
	background-image: url(/images/opa75.png);
	border: 1px solid #d4d4d4;
	color: black;
	float: left;
	font: 9.5pt/145% "Trebuchet MS", arial, sans-serif;
	margin-bottom: 7px;
	margin-right: 7px;
	overflow: hidden;
	padding: 2px 5px 5px 2px;
}

.news-item h2 {
	text-transform: uppercase;
	color: #8e8e8e;
	font-size: 11pt;
	letter-spacing: normal;
	margin-top: 0;
}

.news-item img {
	padding-top: 5px;
}

.pager {
	text-align: center;
}

.picholder{
	border: 1px solid black;
	float: left;
	margin: 5px 5px 0 0;
	padding: 3px;
}

.right {
	float: right;
}

.scrollable {
	overflow: auto !important;
}

.subnavcontainer {
	height: 20px;
	overflow: hidden; /*background: url(/images/opa75.png);*/
}

.tablelabel {
	background: transparent;
	color: black;
	font: 800 14px "Trebuchet MS", arial,sans-serif;
	vertical-align: top;
}

#browser {
	background: transparent;
	border: none;
	clear: both;
	color: black;
	font: normal normal 12px "Trebuchet MS", arial,sans-serif;
	margin: 0;
}

#browser a.minibutton {
	background: transparent;
	color: black !important;
	font: bold 14px "Trebuchet MS", arial,sans-serif;
	padding: 4px;
	text-align: center;
	text-decoration: underline;
}

#browser img {
	border: none;
	padding: 1px;
	vertical-align: text-bottom;
}

#browser li {
	display: inline;
	padding: 0 4px;
}

#browser td,#browser li{
	text-align: center;
	vertical-align: middle;
}

#distance {
	clear: left;
	text-align: center;
	height: 20px;
}

#footer{
	color: black;
	font-size: .8em;
	margin: 0px auto;
	padding: 10px 0;
}

#footer a, ul.subnavlist a:hover,.contentcenter a:hover,div.box li a:hover, .contentcenter a,.contentcenter a:visited {
	color: black;
}

#footer_contain{
	padding-top: 10px;
	letter-spacing: 1px;
}

#footer_left{
	float: left;
	padding-right: 1%;
	width: 48%;
}

#footer_right{
	float: left;
	padding-left: 1%;
	width: 50%;
}

#header {
	margin: 0; /*
	flash banner met logo
	*/
	text-align: right;
}

#navcontainer{
	float: left;
	overflow: hidden; /*	background: url(/images/opa75.png);*/
	padding-top: 5px;
	white-space: nowrap;
	width: 210px;
}