body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}
img {
	border: 0px;
}
td {
	padding: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 22px;
	color: #1693b2;
	margin: 10px 0;
	letter-spacing: -1px;
}
h2 {
	color: #5fceea;
	font-size: 18px;
	letter-spacing: -1px;
	margin: 5px 0;
}
h3 {
	color: #288AA2;
	font-size: 18px;
	letter-spacing: -1px;
	margin: 5px 0;
}
a {
	outline: none;
	color: #5fceea;
}
input.text{
	height:16px;
	font-size:13px;
	border:solid 1px #cacaca;
}
.select{
	height:20px;
	font-size:12px;
	border:solid 1px #cacaca;
}
ul {
	list-style-image: url('layout/default/gfx/bullet_list.gif');
}
/* Q-music lay-out */

div#overzicht td.yes {
	background: url('layout/front/gfx/yes.gif') no-repeat left;
	color: #51be02; 
	font-weight: bold; 
	line-height: 30px;
	padding-left: 30px;
	width: 215px;
}

div#overzicht td.no {

	background: url('layout/front/gfx/no.gif') no-repeat left;
	color: #dc0000; 
	font-weight: bold; 
	line-height: 30px;
	padding-left: 30px;
}






div#popup_backdrop{
	filter: alpha(opacity=60);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

div#popup_window{
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:white;
	position:absolute;
	font-size:12px;
	font-family:arial;
	box-shadow: 0px 0px 10px #777;
	-moz-box-shadow: 0px 0px 10px #777;
	-webkit-box-shadow: 0px 0px 10px #777;
}

div#dataContainer{
	overflow-y:auto;
}

div#popup_window div#error{
	background:#FFDDDD;
	color:#770000;
	font-size:11px;
	padding:3px 5px;
	border-top:solid 1px #EECCCC;
}

div#popup_window button,
div#popup_window input[type="button"],
div#popup_window input[type="submit"]{
	background:white url( 'gfx/button.png' ) repeat-x;
	border:solid 1px #a5a5a5;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	padding:1px 10px;
	margin:0;
	vertical-align:middle;
	text-align:center;
	font-size:11px;
	margin-left:5px;
	cursor:pointer;
}

div#popup_footer{
	border-top:solid 1px #dfdfdf;
	background:#ececec;
	padding:10px;
	border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
	text-align:right;
}
