@CHARSET "ISO-8859-1";

/*
 * Widgets (Quiz lists) on the main page 
 */

.dp-qm-widget {
	padding: 5px;
	background-color: #ffffff;
	float: left;
	width: 45%;
	margin: 10px;
	display: inline;
}

.dp-qm-widget .head {
	border-bottom: solid 1px #21b4fd;
	margin: 5px;
	padding: 2px;
	font-size: 16px;
	font-weight: bold;
}

.dp-qm-widget .head a {
	text-decoration: none;
	color: #2D5A87;
}	
	
.dp-qm-widget .body {
}

.dp-qm-widget .link {
	text-decoration: none;
	padding: 10px;
}

/*
 * Hack for IE - otherwise the float-ed divs won't be displayed properly
 */
* html .dp-qm-widget {
    overflow-x: auto; overflow-y: hidden; 
    width: expression(400);
}


/*
 * Big buttons on the main page 
 */
 
.dp-qm-bigbutton {
	width: 30%;
	height: 165px;
	background-color: #fdf6e1;
	border: solid 1px #fdbc07;
	float: left;
	margin: 10px;
	display: inline;
}

.dp-qm-bigbutton a {
	text-decoration: none;
}

.dp-qm-bigbutton .head {
	font-size: 18px;
	font-weight: bold;
	border-bottom: solid 1px #fdbc07;
	margin: 5px;
	padding: 2px;
}

.dp-qm-bigbutton .head a {
	color: #2D5A87;
}	

.dp-qm-bigbutton .body {
	font-size: 16px;
	font-weight: bold;
	margin: 5px;
	padding: 5px 2px;
}

.dp-qm-bigbutton .body a {
	color: #2D5A87;
}