/*
Yled
Copyright (c) 2006-2008 Ylab,http://www.ylab.nl
#ECECEC bg grijs
#999 donkergrijs
#3a6ea5 licht blauw
#81abd3 donkerblauw
yui:2.6.0 (c) 2008,Yahoo! Inc. All rights reserved.
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}
html{
	overflow-y:scroll; /*prevents NS from toggling scrollbar on and off*/
	background-color:#ECECEC;
	color:#333;
	font-family:Verdana,Arial,Helvetica,Sans-serif;
	font-size:13px;
	line-height:17px;
	cursor:default;
}
body{
	margin:10px 0;
}
table{
	font-size:inherit;
}
body.popup{
	margin:10px;
}
table{
	border-width:0;
	padding:0;
}
td,th{
	text-align:left;
	vertical-align:top;
}
th{
	font-weight:bold;
}
ul{
	list-style-type:square;
}
img{
	border:0;
}
a:link,a:visited{
	text-decoration:none;
	border-bottom:1px solid #999;
	cursor:pointer;
}
hr{
	height:0;
	border:1px solid;
	border-width:1px 0 0;
}
h1{
	font-size:140%;
	font-weight:bold;
	margin:1em 0;
	border-bottom:1px dotted #000;
}
h2{
	font-size:110%;
	font-weight:bold;
	margin:2em 0 0.5em;
	color:#81abd3;
}
h3{
	font-size:100%;
	font-weight:bold;
	margin:1em 0 0.5em;
}
p{
	margin-bottom:0.5em;
}
code{
	font:90% Console,'Andale Mono','Courier New',monospace;
}
.double{
	line-height:2.6;
}
img.img-left{
	float:left;
	margin:10px 10px 10px 0px;
}
img.img-right{
	float:right;
	margin:10px 0 10px 10px;
}
img.start,img.illus{
	border:1px solid #999;
	width:138px;
	height:138px;
}
img.start{
	margin-top:0;
}
img.illus{
	margin-top:10px;
}
.canvas{
	position:relative;
	border:1px solid #999;
	background-color:white;
	width:90%;/*760px;*/
	margin:0 auto;
	height:500px;
}
div[class].canvas{
	min-height:500px;
	height:auto;
}
.header{
	position:relative;
	background-repeat:repeat;
	border-bottom:1px solid #999;
	height:60px;
	overflow:hidden;
}
.logo,.keyp{
	position:absolute;
	top:0;
	height:60px;
	background-repeat:no-repeat;
}
.logo{
	width:180px;
	left:0;
}
.keyp{
	width:580px;
	right:0;
}
#beta{
	margin-left:10px;
	border:1px solid #999;
	border-width:0 1px 1px 1px;
}
.footer{
	font-size:80%;
	background-color:#ECECEC;
	color:#999;
	border-top:1px solid #999;
}
.footer a:visited,.footer a{
	color:#999;
}
.ra,.right{
	text-align:right;
}
.fl{
	float:left;
	margin-right:10px;
}
.sa{
	padding-bottom:0.5em!important;
}
.caption{
	font-weight:bold;
	line-height:250%;
}
.hint{
	font-size:smaller;
}
.active{
	color:#000!important;
}
#eventname{
	position:absolute;
	padding:4px 1em 9px;
	right:60px;
	top:39px;
	background:#fff;
	color:#000;
	font-weight:bold;
	border-radius:9px;
}
.menu a:link,.menu a:visited,.menu a:hover{
	text-decoration:none;
	border:0;
}
.menu img{
	vertical-align:text-top;
}
.menu{
	margin:5px 0;
	padding:0 10px;
	text-align:right;
}
.submenu{
	display:inline-block;
	list-style:none;
	text-align:left;
	vertical-align:text-top;
}
.frame{
	padding:10px;/*0 10px 10px;*/
}
.loginframe{
	padding:0 10px 10px;
	margin-left: 180px; width: 450px;
}
.header{
	background-image:url('../images/ylab/bg-header.gif');
}
.keyp{
	background-image:url('../images/ylab/header.jpg');
}
/*links and borders*/
hr,.button,a:link,a:visited,.menu a:link,.menu a:visited,.menu a:hover{
	color: #3a6ea5;
}
a:hover,div.checklist,.rect{
	border-color: #666;
}
.button{
	background-color: #ececec;
	padding:2px 5px;
}
/*forms*/
form{
	margin:0;
}
table.form{
	margin:5px 0;
}
.form span{
	padding:1px;
	display:inline-block;
}
.form td,.form th{
	padding:0 1em 5px 0;
}
.rect{
	border:1px solid #999;
	margin-right:10px;
	padding:1px 2px;
}
.buttons{
	text-align:right;
}
.text-xl{
	width:360px;
}
.text-l{
	width:250px;
}
.text-m{
	width:175px;
}
.text-s{
	width:100px;
}
.date{
	width:100px;
}
.time,.year{
	width:50px;
	text-align:right;
}
.number{
	width:50px;
	text-align:right;
}
.max{
	width:100%;
}
textarea{
	font-family:sans-serif;
	font-size:inherit;
	height:50px;
}
textarea.hmed{
	height:80px;
}
textarea.hlar{
	height:128px;
}
td.ra span,td.ra input{
	margin-right:0;
}
.button{
	border:1px solid;
	margin:0 2px;
}
label,.button,.checkbox,.radio{
	cursor:pointer;
}
label{
	padding:2px;
	display:inline-block;
}
.form td.req,.form th.req{
	padding-right:40px;
	background:url('../images/req.gif') no-repeat top right;
}
.disabled{
	color:#bbb;
	cursor:pointer;
}
.leading td{
	padding-top:1em;
}
.total{
	border-top:1px solid #000;
	font-weight:bold;
}
.checklist{
	width:auto;
	height:100px;
	overflow:auto;
	background:#FFF;
}
.checklist div{
	width:auto;
	overflow:hidden;
}
.overview td,.overview th{
	padding-right:10px;
}
.cancelled{
	color:#a53a3a;
}
.totals td{
	padding:2px 10px 10px 0;
	border-top:1px solid #999;
}
.gravatar{
	position:absolute;
	top:80px;
	right:11px;
	border:1px solid #fff;
	width:80px;
	height:80px;
}
@media print{
	table.canvas{
		width:auto;
		border:0;
	}
	.header,.menu,.noprint{
		display:none;
	}
	.col-m,.content{
		width:auto;
	}
	.info{
		width:auto;
	}
	.col-m img{
		width:100%;
	}
	a:link,a:visited{
		text-decoration:none;
		border:0;
		color:#000;
	}
}
