body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url();
	margin-left: 0px;
	margin-right: 0px;
	background-color: #eeeeee;
}
.filterDiv {
	float: right;
	position: relative;
	right: 16px;
}
.themeMainContainer {
	width: 100%;
	text-align: center;
}
.themeSubContainer {
	width: 100%;
}
.themeDiv {
	cursor: pointer;
	position: relative;
	width: 240px;
	height: 190px;
	float: left;
	display: block;
	text-align: center;
}
.themeDiv:hover {
	background-color: #cceeff;
}
.themeDisplayDiv {
	position: relative;
	width: 187px;
	height: 150px;
	margin: auto;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
}
.themeNameDiv {
	width: 100%;
	position: absolute;
	bottom: 4px;
	font-weight: bold;
}
#rollPopup {
	width: 560px;
	height: 240px;
	position: absolute;
	display: none;
	z-index: 2;
	background: #FFFFFF;
	padding-top: 15px;
	padding-left: 15px;
	border: 1px solid gray;
	border-radius: 6px;
	box-shadow: 1px 1px 10px #a7a7a7;
}
#selectPopup {
	margin: auto;
	position: fixed;
	text-align: left;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 880px;
	height: 520px;
	z-index: 3;
	background: #FFFFFF;
	border: 1px solid gray;
	border-radius: 6px;
	box-shadow: 0 1px 10px #a7a7a7;
}
#selectPopup.card {
	height: 300px;
}
#selectPopupContainer {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	top: 0px;
	left: 0px;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8000000, endColorstr=#D8000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8000000, endColorstr=#D8000000)";
}
#selectPopupCover {
	float: left;
	width: 260px;
	height: 200px;
	margin-top: 30px;
	margin-left: 30px;
	background-repeat: no-repeat;
	background-size: contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
}
#projectOptionsDiv {
	position: relative;
	float: left;
	margin-top: 30px;
	margin-left: 20px;
	height: 200px;
	font-size: larger;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#projectNameInput {
	padding-left: 8px;
	font-size: larger;
	height: 30px;
}
#projectSizeDropdown {
	padding-left: 6px;
	font-size: larger;
	width: 110px;
	height: 36px;
}
#startMonthDropdown {
	padding-left: 6px;
	font-size: larger;
	width: 120px;
	height: 36px;
}
#startYearDropdown {
	padding-left: 6px;
	font-size: larger;
	width: 80px;
	height: 36px;
}
#projectNameError {
	float: left;
	display: none;
	color: red;
	font-size: small;
}
#createProjectButton {
	position: absolute;
	bottom: 20px;
	left: 0px;
	-moz-box-shadow: inset 0px 0px 0px 0px #fce2c1;
	-webkit-box-shadow: inset 0px 0px 0px 0px #fce2c1;
	box-shadow: inset 0px 0px 0px 0px #fce2c1;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FF9900), color-stop(1, #fb9e25) );
	background: -moz-linear-gradient( center top, #FF9900 5%, #fb9e25 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color: #FF9900;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #eeb44f;
	display: inline-block;
	color: #ffffff;
	font-family: arial;
	font-size: 26px;
	font-weight: bold;
	padding: 8px 40px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #cc9f52;
	width: 260px;
}
#createProjectButton:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1C89E3), color-stop(1, #6DB4ED) );
	background: -moz-linear-gradient( center top, #1C89E3 5%, #6DB4ED 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color: #1C89E3;
	border: 1px solid #1C89E3;
}
#createProjectButton:active {
	bottom: 19px;
}
#closePopupLink {
	position: absolute;
	bottom: 0px;
	left: 115px;
	color: #444444;
}
#selectThemeDisplayDiv {
	position: absolute;
	bottom: 4px;
	margin-left: 30px;
	margin-bottom: 5px;
}
#backgroundSamplesSpan {
	float: left;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.startNowButton {
	position: absolute;
	top: 73px;
	left: 56px;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FF9900), color-stop(1, #fb9e25) );
	background: -moz-linear-gradient( center top, #FF9900 5%, #fb9e25 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color: #FF9900;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #eeb44f;
	display: none;
	color: #ffffff;
	font-family: arial;
	font-size: 22px;
	font-weight: bold;
	padding: 8px 12px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #cc9f52;
}
.image {
	display: inline-block;
	background-color: #ffffff;
	width: 130px;
	height: 100px;
	box-shadow: 0 1px 4px #a7a7a7, inset 0 1px 0 #fff;
	background-repeat: no-repeat;
	background-size: contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
}
.imageContainer {
	margin-right: 14px;
	margin-bottom: 14px;
	float: left;
}
.themeLink {
	color: #000000;
}
.style1 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.image1 {
	display: inline-block;
	background-color: #ffffff;
	width: 130px;
	height: 100px;
	box-shadow: 0 1px 4px #a7a7a7, inset 0 1px 0 #fff;
	background-repeat: no-repeat;
	background-size: contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
}


#themeFilterDiv {
	display: inline-block;
	width: 200px;
	vertical-align: top;
	margin-left: 20px;
	margin-top: 20px;
}
#filterDisplayDiv {
	font-size: 14px;
	margin: 10px;
}
#themeFilterSubDiv {
	margin-left: 10px;
	font-weight: normal;
	line-height: 25px;
}
.themeFilter.active {
	color: #ff9900;
}
.themeFilter:hover {
	cursor: pointer;
	color: #ff9900;
}
#themeContainerDiv {
	display: inline-block;
	width: 720px;
	vertical-align: top;
}
.cardImage {
	float: left;
	width: 260px;
	height: 200px;
	margin-top: 30px;
	margin-left: 30px;
	background-repeat: no-repeat;
	background-size: contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
}
.cardPopupImage {
	float: left;
	width: 260px;
	height: 200px;
	margin-top: 15px;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-size: contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
}