/*
Yotta
Copyright (c) 2006-2010 Ylab, http://www.ylab.nl
#ececec bg grijs
#999 donkergrijs
#2d537d dark blue
#3a6ea5 text blue
#4f85c1 mid blue
#81abd3 light blue
#e6eef7 soft blue bg
#f5dfba pink
#dddddd grey neutral
*/
body{
	font-family:'Trebuchet MS',sans-serif;
	background-color:#ececec;
	color:#333;
	margin:10px 0;
	cursor:default;
}
body, table{
	font-size:small;
	line-height:1.3;
}
body.popup{
	margin:10px;
	background-color:#e6eef7;
}
table{
	border-width:0;
	padding:0;
}
h1{
	font-size:200%;
}
h2{
	font-size:140%;
}
h3{
	font-size:110%;
}
td, th{
	text-align:left;
	vertical-align:top;
}
ul{
	list-style-type:square;
}
img{
	border:0;
}
/*links and borders*/
hr,.button,a:link,a:visited,.menu a:link, .menu a:visited, .menu a:hover{
	color:#3a6ea5;
}
a:hover,div.checklist,.text-xl,.text-l,.text-m,.text-s,.time,.year,.number,.max{
	border-color:#3a6ea5;
}
a:link, a:visited{
	text-decoration:none;
	border-bottom:1px solid #999;
	cursor:pointer;
}
hr{
	height:1px;
}
.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{
	border:1px solid #999;
	background-color:white;
	width:90%;/*760px;*/
	margin:0 auto;
	height:500px;
	overflow-x:hidden;
}
div[class].canvas{
	min-height:500px;
	height:auto;
	min-width:780px;
}
.header{
	position:relative;
	padding: 5px 40px;
	height:50px;
	background:#3a6ea5 url('../images/header.gif') no-repeat top right;
	border-bottom:1px solid #999;
	overflow:hidden;
	font-size:26pt;
	color:#fff;
}
.header strong{
	font-family: 'Arial Black', 'Helvetica-Black', Arial, sans-serif;
}
.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;
}
.sa{
	padding-bottom:0.5em!important;
}
.caption{
	font-weight:bold;
	margin-top:10px;
}
.active{
	font-weight:bold;
}
.menu a:link, .menu a:visited, .menu a:hover{
	text-decoration:none;
	border:0;
}
.menu img{
	vertical-align:bottom;
}
.menu{
	padding:5px 10px;
	text-align:right;
}
.frame{
	padding:0 10px 10px;
}
#login .frame{
	margin-left:180px;
	width:450px;
}
#js-only{
	display:none;
}
.spacious{
	padding:0.5em 0;
}
.group{
	padding-left:1em;
	border-left-width:5px;
	border-left-style:solid;
	border-color:#81abd3;
}
/*forms*/
form{
	margin:0;
}
table.form{
	margin:5px 0;
}
.form span{
	padding:1px;
	display:-moz-inline-box;
	display:inline-block;
}
.canvas .form td,
.canvas .form th{
	padding:0 5px 2px 0;
}
.rect, .text-xl, .text-l, .text-m, .text-s, .time, .year, .number, .max{
	border:1px solid;
	margin-right:10px;
	padding:1px;
}
span.ro{
	border:0;
}
.text-xl{
	width:360px;
}
.text-l{
	width:250px;
}
.text-m{
	width:175px;
}
.text-s{
	width:100px;
}
.time{
	width:50px;
	text-align:right;
}
.year{
	width:50px;
	text-align:right;
}
.number{
	width:25px;
	text-align:right;
}
.max{
	width:100%;
}
textarea{
	height:50px;
	font-family:sans-serif;
	font-size:inherit;
}
textarea.hmed{
	height:80px;
}
textarea.hlar{
	height:128px;
}
td.ra span, td.ra input{
	margin-right:0;
}
.button{
	margin:0 2px;
	border:1px solid;
	border-color:#3a6ea5 #2d537d #2d537d #3a6ea5;
	background-color:#ececec;
}
label, .button, .checkbox, .radio{
	cursor:pointer;
}
label{
	padding:2px;
	display:-moz-inline-box;
	display:inline-block;
}
/**/
.total{
	border-top:1px solid #000;
	font-weight:bold;
}
.checklist{
	height:100px;
	overflow:auto;
	background:#FFF;
}
.checklist div{
	width:auto;
	overflow:hidden;
}
.disabled{
	color:#eee;
	cursor:default;
}
.hint{
	font-size:90%;
	color:#2d537d;
}
div.hint{
	padding:0.5em 0 1em;
}
input.disabled{
	border:1px solid #ccc;
}
.clear{
	clear:both;
}
.unselectable{
	-moz-user-select:none;
	-khtml-user-select:none;
	-o-user-select:none;
}
.act{
	cursor:pointer;
	border:1px solid;
	border-color:#eee #aaa #aaa #eee;
}
.act.over{
	border-color:#fff #888 #888 #fff;
}
.checklist.text-m{
	text-align:left;
	width:175px;
}
/*status colors*/
#pulldownmenu a.selected,#pulldownmenu a:hover{
	background:#b2b4bf;
}
.status0{
	background-color:#f5dfba;  /*open*/
}
.status-2{
	background-color:#fcf3e4;  /*sneak*/
}
.status1{
	background-color:#4f85c1;  /*final*/
}
.status-1{
	background-color:#ddd;  /*na*/
}
/*availability*/
td.avail0 {
	background-color:#f5dfba;
}
td.avail1 {
	background-color:#4f85c1;
}
td.avail-1 {
	background-color:#ddd;
}
@media print{
	h1{
		font-size:160%;
	}
	h2{
		font-size:130%;
	}
	table.canvas{
		width:auto;
		border:0;
	}
	.header, .menu, .noprint{
		display:none!important;
	}
	.col-m, .content{
		width:auto;
	}
	.info{
		width:auto;
	}
	.col-m img{
		width:100%;
	}
	a:link, a:visited{
		text-decoration:none;
		border:0;
		color:#000;
	}
	.canvas{
		overflow:visible;/*FF*/
	}
}
