@charset "UTF-8";
/* CSS Document */


body {
	background-color: #ffffff;
	margin: 0px;
}


.content-container {
	width: 100%; 
	padding: 140px 0px 60px 0px; 
	font-family: arial;
}

.month-header {
	padding: 60px 0px 60px 60px; 
	font-size: 38px; 
	text-transform: uppercase;
}

.month-header-link {
	color: #cccccc; 
	text-decoration: none;
}

.month-header-year {
	color: #cccccc;

}

.list-item {
	padding: 0px 0px 0px 100px;
}

.list-item-link {
	text-decoration: none;
}

.list-item-name {
	padding: 0px 150px 10px 0px; 
	font-size: 20px; 
	text-transform: uppercase; 
	font-weight: bold; 
	display: inline-block; 
	width: 320px; 
	color: #333333; 
	vertical-align: top;

}

.list-item-components {
	width: 150px; 
	display: inline-block; 
	padding: 0px 60px 40px 0px; 
	color: #666666; 
	vertical-align: top;
}

.list-item-status {
	display: inline-block; 
	padding: 0px 60px 10px 0px; 
	color: #666666;
}

.list-item-number {
	width: 70px; 
	display: inline-block; 
	font-family: arial; 
	font-size: 20px; 
	font-weight: bold; 
	color: #333333;
	padding: 0px 0px 10px 0px;
	vertical-align: top;
}



