body {
	font: 12px "Verdana", sans-serif;
	background-color: whiteSmoke;
	color: #505050;
}

a {
	color:#858585;
	font-weight: bold;
	font-size: 110%;
}
 
a:hover {
	color:#858585;
	font-weight: bold;
}

.progress {
  width: 210px;
  height: 5px;
  margin: 4px;
}

.header {
	height: 101px;
	background-color: #2293C7; /* CRPCEN blue */
}

.header .logo {
	margin-left: 50px;
}

.header-bar {
	height: 4px;
	background-color: #20748C;
}

.main-content {
	behavior: url(/assets/stylesheets/PIE.htc);
	margin-top: 50px;
	background-color: white; 
	border-radius: 10px; 
	padding: 10px;
	width: 960px;
	border: 1px solid #C1C1C1;
	height:auto;
}



.box-title {
	text-align: center;
	font-size:130%;
	margin-top:20px;
	margin-bottom: 30px;
}

.box-content {
	margin-top:20px;
}

.rise-actions {
	margin-bottom: 30px;
	margin-top:20px
}

.information-area {
	behavior: url(/assets/stylesheets/PIE.htc);
	color: #8a632b; /* 858585 */
	font-size:90%;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 2px solid #f2d49b; /* #C1C1C1 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top:50px;
	margin-right: 30px;
	padding: 20px;
	width: 182px;
	height: auto;
}

.rise-button {
	background-color: #2293C7;
	border: 1px solid #41667D;
	color: white;
	padding: 4px 15px 4px 15px;
	font-size: 105%;
}

.rise-alert {
	margin: 10px;
	width:387px;
}

.footer-elements {
	font-size: 75%;
	font-style: normal;
	text-align: center;
	padding: 10px;
	position: relative;
	bottom: 0;
}

.tooltip-inner {
	padding-top: 8px;
	padding-bottom: 8px;
}

.nav-links {
	margin-top:10px;
	float:right;
}


