body {
	margin: 0px;
	padding: 0px;
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #444444;
}

h1 {
	font-size: 130%;
	margin: 30px;
	margin-left: 0;
}

h2 { 
	font-size: 110%;
}

h2.error, h2.notice {
	min-width: 250px;
	max-width: 75%;
	margin: 20px;
	margin-left: 0;
	padding: 10px;
	background-color: #eee;
}

h2.error {
	color: #522;
}

th,td {
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #444;
}

th {
	color: #fff;
}

th label {
	color: #444;
}

td.needed {
	color:#000;
	font-weight: bold;
	padding: 2px;
	background: url(/images/icons/small_star.gif) no-repeat top right;
}

label {
	font-size: 90%;
	margin: 10px;
	display: inline-block;
	width: 95px;
	text-align: right;
}

table.index {
	border-collapse: collapse;
}

table.index tr td {
	margin: 10px;
	padding: 10px;
}

table.index tr.even {
	background-color: #eee;
}

table.index tr.header {
	background-color: #eee;
}

table.index tr.header th {
	padding-bottom: 3px;
	background-color: #bbb;
}

table.form {
	border-collapse: collapse;
}

table.form tr td {
	padding-left: 10px;
}

table.form tr.spaced td {
	padding-bottom: 25px;
}

table.form th {
	font-size: 13px;
	border-right: 2px solid #eee;
	padding-right:10px;
	margin-right: 10px;
}

td.navleft {
	height:100%;
	background: url('/gfx/up/leftbacktop.gif') repeat-y top left
}

img {
	border: none;
}

.navleft li {
	list-style: none inside;
}

p { 
	clear: both;
}

p.help {
	width: 500px;
}

p.crumbs {
	margin: 0 0 30px 0;
	font-size: 11px;
	color: #999999;
}

p#upload_started {
	padding-left: 24px;
	font-size: 11px;
	color: #aaa;
	background: url(/images/smallspinner.gif) no-repeat 2 2;
	width: 260px; 
}

div#preview {
	border: 1px solid #aaa;
	padding: 5px;
	margin: 10px;
}

div.afb img, div.afb_links img, div.afb_rechts img, img.images {
	border: 1px dotted #ED0381;
}

div.afb_links {
	float: left;
	margin-right: 10px;
}

div.afb_rechts {
	float: right;
	margin-left: 10px;
}

p.image_name {
	font-size: 11px;
	color: #aaa;
	margin: 0;
	padding: 0;
}

.small {
	font-size: 12px;
}

.titel {
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #BE0467;
}

.content {
	background-color: #FFFFFF;
	padding: 20px 35px 35px;
}

.intro {
	background-color: #000000;
	padding: 0;
}

a:link {
	color: #C80467;
}
a:visited {
	color: #C80467;
}
a:hover {
	color: #C80467;
	
}
a:active {
	color: #C80467;
}

span.caption {
	font-size: 12px;
	color: #444;
}

ul.item_actions {
	margin:0;
	padding:0
}

ul.item_actions li {
	list-style: none;
}

a.edit {
	padding-left: 20px;
	background: url(/images/icons/edit.gif) no-repeat;
	text-decoration: none;
}

a.delete {
	padding-left: 20px;
	background: url(/images/icons/delete.gif) no-repeat;
	text-decoration: none;
}

a.new {
	padding-left: 20px;
	background: url(/images/icons/add.gif) no-repeat;
	text-decoration: none;
}

a.higher{
	padding-left: 20px;
	background: url(/images/icons/higher.gif) no-repeat;
	text-decoration: none;
}
a.lower{
	padding-left: 20px;
	background: url(/images/icons/lower.gif) no-repeat;
	text-decoration: none;
}
a.to_top{
	padding-left: 20px;
	background: url(/images/icons/to_top.gif) no-repeat;
	text-decoration: none;
}
a.to_bottom{
	padding-left: 20px;
	background: url(/images/icons/to_bottom.gif) no-repeat;
	text-decoration: none;
}

a.zip_file {
	background: url(/images/icons/zip.gif) no-repeat;
}
a.doc_file {
	background: url(/images/icons/doc.gif) no-repeat;
}
a.pdf_file {
	background: url(/images/icons/pdf.gif) no-repeat;
}
a.generic_file {
	background: url(/images/icons/generic.gif) no-repeat;
}

a.pdf_th_file {
	background: url(/images/icons/pdf_th.gif) no-repeat;
}
a.zip_th_file {
	background: url(/images/icons/zip_th.gif) no-repeat;
}
a.file, a.th_file {
	display: block;
	text-decoration: none;
}

a.th_file {
	height: 36px;
	padding-left: 52px;
	padding-top: 11px;
}

a.file {
	height: 46px;
	padding: 16px;
	padding-top: 8px;
	padding-left: 69px;
}

input.large {
	font-size: 16px;
}

p.commit {
	padding: 10px;
	background-color: #eee;
}

a.doc_th_file {
	background: url(/images/icons/doc_th.gif) no-repeat;
}
a.generic_th_file {
	background: url(/images/icons/generic_th.gif) no-repeat;
}

span.filetype {
	color: #999;
	font-size: 10px;
}

span.folder {
	padding-left: 20px;
	background: url(/images/icons/folder.gif) no-repeat;
	text-decoration: none;
}

/* navigation stuff */

a.button {
	width: 177px;
	height: 22px;
	margin:0;
	padding:0;
	display: block;
	text-indent: -1000px;
	color: #000;
	background-position: bottom left;
	background-repeat: no-repeat;
}
a:hover.button, a.button.current {
	background-position: bottom right;
}

a.button.tall {
	height: 33px;
}

a.button.admin_start { 
	height: 50px;
}

a#home { background-image: url(/gfx/buttons/home.gif); }
a#activiteiten_voor_bange_kinderen { background-image: url(/gfx/buttons/activiteiten_voor_bange_kinderen.gif);  }
a#nieuwe_patiënten { background-image: url(/gfx/buttons/nieuwe_patienten.gif); }
a#personeel { background-image: url(/gfx/buttons/personeel.gif); }
a#medewerkers { background-image: url(/gfx/buttons/personeel.gif); }
a#specialisaties { background-image: url(/gfx/buttons/specialisaties.gif); }
a#specialisaties_endodontie { background-image: url(/gfx/buttons/endodontie.gif); }
a#specialisaties_orale_implantologie { background-image: url(/gfx/buttons/orale_implantologie.gif); }
a#specialisaties_angst_en_pijnbestrijding { background-image: url(/gfx/buttons/angst_en_pijnbestrijding.gif); }
a#specialisaties_esthetische_tandheelkunde { background-image: url(/gfx/buttons/esthetische_tandheelkunde.gif); }
a#specialisaties_mondhygiëne { background-image: url(/gfx/buttons/mondhygiene.gif); }
a#specialisaties_kunstgebitten { background-image: url(/gfx/buttons/kunstgebitten.gif); }
a#adviezen_en_instructies { background-image: url(/gfx/buttons/adviezen_en_instructies.gif);}
a#adviezen_en_instructies_algemeen { background-image: url(/gfx/buttons/algemeen.gif); }
a#adviezen_en_instructies_endodontie { background-image: url(/gfx/buttons/endodontie.gif); }
a#adviezen_en_instructies_orale_implantologie { background-image: url(/gfx/buttons/orale_implantologie.gif); }
a#adviezen_en_instructies_angst_en_pijnbestrijding { background-image: url(/gfx/buttons/angst_en_pijnbestrijding.gif); }
a#adviezen_en_instructies_kunstgebitten { background-image: url(/gfx/buttons/kunstgebitten.gif); }
a#stralend_gebit { background-image: url(/gfx/buttons/stralend_gebit.gif); }
a#avond_en_weekenddiensten { background-image: url(/gfx/buttons/avond_en_weekenddiensten.gif); }
a#contact { background-image: url(/gfx/buttons/contact.gif); }
a#routebeschrijving { background-image: url(/gfx/buttons/routebeschrijving.gif); }
a#info_voor_tandartsen { background-image: url(/gfx/buttons/info_voor_tandartsen.gif); }
a#info_voor_tandartsen_verwijzingen { background-image: url(/gfx/buttons/verwijzingen.gif); }
a#korte_video_over_de_praktijk { background-image: url(/gfx/buttons/korte_video_over_de_praktijk.gif);}
a#links { background-image: url(/gfx/buttons/links.gif); }
a#login { background-image: url(/gfx/buttons/login.gif); }
a#logout { background-image: url(/gfx/buttons/logout.gif); }
a#onderdelen { background-image: url(/gfx/buttons/onderdelen.gif); }
a#bestanden_en_afbeeldingen { background-image: url(/gfx/buttons/bestanden_en_afbeeldingen.gif); }
