/* What's New */

#whatsnew {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	max-width: 480px;
	}

#whatsnew .header {
	border-radius: 5px 5px 0px 0px;
	background-color: #005E8A;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	padding: 5px 5px 5px 8px;
	}
	
#whatsnew .dater {
	font-size: .9em;
	color: #4F595F;
	}
	
.whatsnewbox {
	width: 100%;
	max-width: 480px;
	margin: 0px auto;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #becde4;
	border-right-color: #becde4;
	border-bottom-color: #becde4;
	border-left-color: #becde4;
	border-radius: 0px 0px 5px 5px;
	}

.whatsnewscroll {
	overflow: auto;
	height: 200px;
	}

/* used for the headers in the What's New Column Past/Present/Future block.  Background color is controlled at the page level. */
#whatsnew h1 {
	color: #fff;
	margin: 0px;
	padding: 5px;
	text-align: left;
	font-size: 1.4em;
	}

/* used for the headers in the What's New Coulmn */
#whatsnew h2 {
	color: #000;
	margin: 0px;
	padding: 5px;
	text-align: left;
	font-size: 1.3em;
	border-bottom: 1px solid #becde4;
	}

/* sub-headers in the What's New column */
#whatsnew h3 {
	color: #000;
	margin: 2px;
	padding: 5px;
	text-align: left;
	font-size: 1.2em;
	}

#whatsnew p {
	color: #000;
	margin: 5px 5px 5px 15px;
	padding: 6px 3px 6px 3px;
	text-align: left;
	font-size: 1.1em;
	border-bottom: 1px solid #becde4;
	}

#whatsnew a {
	text-decoration: none;
	color: #000066;
	}

#whatsnew a:hover {
	text-decoration: underline;
	color: #03f;
	}
