/* CSS Document */

#content_box {
	width: 735px;
	padding: 25px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
}

#content_box p {
	font-size: 1.6em;
	font-weight: bold;
}

#content_box h2 {
	/*background-color: rgba(227, 230, 91, 0.9);*/
	background-color: rgba(212, 242, 41, 0.9);
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCE3E65B,endColorstr=#CCE3E65B);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCE3E65B,endColorstr=#CCE3E65B);
	zoom: 1;
	color: #4F4C49;
	font-size: 2.1em;
	font-weight: bold;
	padding: 5px 25px;
	border-radius: 2px;
}

#download-box {
	/*background-color: rgba(227, 230, 91, 0.9);*/
	background-color: rgba(212, 242, 41, 0.9);
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCE3E65B,endColorstr=#CCE3E65B);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCE3E65B,endColorstr=#CCE3E65B);
	zoom: 1;
	color: #4F4C49;
	display: table;
	width: 100%;
	height: 250px;
	border-radius: 2px;
	padding-top: 10px;
}

#download-box a {
	color: #4F4C49;
	text-decoration: none;
}

#download-box a:hover {
	color: #fff;
}

.data-row {
	display: table-row;
}
.date-cell, .title-cell, .link-cell {
	display: table-cell;
	padding: 5px 25px;
	font-weight: bold;
	font-size: 1.05em;
}
.date-cell, .link-cell {
	width: 25%;
}
