@CHARSET "UTF-8";

body { font-size: 8pt; color: black;   font-family: Verdana, arial,sans-serif;  background-color: #FFFFFF;margin:0px 0px 10px 0px }

/* bijna identiek aan regel uit fonts.css, maar overrulen i.v.m font verdana*/
select, input, textarea {font:99% verdana, arial,helvetica,clean,sans-serif;}

/* wordt gebruikt in text voor prijstabel in startup.tpl */
.pricelist td {padding:3px;border:1px solid silver} 
.pricelist {width:500px}
.pricelist th {padding:3px;} 


/*HEADERS*/
h1 {font-size:14pt;font-weight:bold;margin-bottom:15px;color:#0c87ab}
h2 {font-size:12pt;font-weight:bold;margin-bottom:15px}
h2.info {font-size:9pt;font-weight:bold;margin-top:25px;margin-bottom:0px}
h3 {font-size:10pt;font-weight:bold;margin-bottom:10px}
a img {border:none}

a {
	color:blue;
}

strong, em {
	font-weight:bold;	
}	
p {
	padding-bottom:10px;
}	

table td {vertical-align:top}


/* De tabs bovenaan het scherm */
.yui-navset .yui-nav li a, .yui-navset .yui-content {
    border:1px solid #0c87ab;  /* label and content borders */
    background-color:#7fcde4;
    color:black;
    text-decoration:none;
}

.yui-navset .yui-nav .selected a, .yui-navset .yui-nav a:hover, .yui-navset .yui-content {
    ; /* active tab, tab hover, and content bgcolor */
    background-color:white;
    text-decoration:none;
    color:#000080;
}


#cardtabs .yui-navset .yui-nav li a, #cardtabs .yui-navset .yui-content {
    border:1px solid #0c87ab;  /* label and content borders */
    background-color:#7fcde4;
    color:black;
	height:20px;
	width:100px;
	text-align:center;
	text-decoration:none;
}

#cardtabs .yui-navset .yui-nav .selected a, #cardtabs .yui-navset .yui-nav a:hover, #cardtabs .yui-navset .yui-content {
    ; /* active tab, tab hover, and content bgcolor */
    background-color:white;
    text-decoration:none;
    color:#000080;
}



table.padded {
	font-family: Verdana, arial,sans-serif;
}

table.padded td {
	padding:2px;
}

table.padded th {
	font-weight:bold;
	text-align:center;
}

/*EDI20100311 zat er op dev niet in*/
table.padded div { 
	background-color:#ffffe3;
	border:1px solid silver;
	height:10pt;
}

table.padded input, select, textarea {
	background-color:#ffffe3;
	border:1px solid silver;
}

table.padded a {
color:blue;
}

button.button, input.button{
	background-color:#7fcde4;
	border:1px solid #0c87ab;
	color:black;
	font-family:Verdana;
	font-size:8pt;
}
li {
	list-style-type:disc;
	margin-left:25px;
}

.sendcardstitle {
	width:100%;background-color:#7fcde4;color:black;text-align:center;font-weight:bold;padding-top:2px;padding-bottom:2px;
}
.sendcardstitleborder {
	width:400px;border:1px solid #0c87ab;margin-bottom:5px
}
.sendsettitle {
	border:3px solid #0c87ab;padding:0px;margin-bottom:5px
}
/*wordt gebruikt in toonkaarten.tpl */
.carddiv {float:left;margin:0px 15px 15px 0px;text-align:center}
.cardcontainer {border:1px solid silver;padding:2px;margin-top:5px;margin-left:5px;padding-bottom:5px;padding-top:5px}
.cardcontainer img {margin-bottom:0px}
.cardcontainer a {display:block}
.cardcontainer a.action {margin:0px 0px 3px 3px}

.wizardinput td {padding-right:5px}
.wizardinput input.text {padding-right:5px;width:200px}

/*styling thumbnails op de startup pagina*/
img.front_thumb {
	width:136px;
	height:136px;
	border:1px solid #E3DFDC;
	margin:2px;
}