/* @override 
	http://localhost/~angelo/macpaw.com2/css/about.css
	http://localhost/css/releasenotes.css
*/

.versionHeader{
	margin-top: 30px;
	margin-left: 50px;
}
.currentVersionText{
	margin-top: 20px;
	margin-left: 50px;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}
.currentVersionNumberText{
	margin-left: 14px;
	margin-right: 12px;
	text-align: center;
	margin-top: 4px;
	color: #25262b;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}
.currentVersionHeader{
	width: 800px;
	height: 80px;
	background-color: #828b99;
	text-align: center;
	float: left;
}
.currentVersionHeaderText{
	position: relative;
	display: inline-block;
	margin-top: 25px;
}
.currentVersionBody{
	background-color: #abb5c4;
	float: left;
}
.currentWhatsNewHeaderBg{
	background-color: #abb5c4;
	width: 380px;
	float: left;
}
.currentVersionMiddleLine{
	background: url(/img/releasenotes/currentVersionMiddleLine.png) no-repeat;
	width: 1px;
	float: left;
	height: 317px;
}
.currentVerionVersionBg{
	width: 799px;
	height: 26px;
	background: url(/img/releasenotes/orangeBg.png) repeat-x;
	float: left;
}
.currentKnownIssuesBg{
	background: url(/img/releasenotes/issues1Bg.png) repeat-x;
	width: 378px;
	float: right;
	height: 317px;
	margin-right: 0;
	padding-right: 20px;
}
/* Old */

.oldVersionHeader{
	width: 800px;
	height: 80px;
	background-color: #828b99;
	text-align: center;
	float: left;
	background: url(/img/releasenotes/zybu1Bg.png) repeat-x;
}
.oldVersionHeaderText{
	position: relative;
	display: inline-block;
	margin-top: 30px;
}
.oldVersionNumberText{
	margin-left: 14px;
	margin-right: 12px;
	text-align: center;
	margin-top: 4px;
	color: #fefeff;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}
.oldVersionBody{
	background-color: #4e5259;
	float: left;
}
.oldWhatsNewHeaderBg{
	background-color: #4e5259;
	width: 380px;
	float: left;
}
.oldVersionMiddleLine{
	background: url(/img/releasenotes/oldVersionMiddleLine.png) no-repeat;
	width: 1px;
	float: left;
	height: 317px;
}
.oldVersionText{
	margin-top: 20px;
	margin-left: 50px;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fefeff;
}
.oldVerionVersionBg{
	width: 799px;
	height: 28px;
	background: url(/img/releasenotes/blackBg.png) repeat-x;
	float: left;
}
.oldKnownIssuesBg{
	background: url(/img/releasenotes/issues2Bg.png) repeat-x;
	width: 378px;
	float: right;
	margin-right: 0;
	padding-right: 20px;
	height: 317px;
}
.oldVersionFooter{
	width: 800px;
	text-align: center;
	float: left;
	background: #828b99 url(/img/releasenotes/zybu2Bg.png) repeat-x 0 0;
	height: 82px;
}
.oldVersionFooterBlue{
	width: 800px;
	float: left;
	background: #abb5c4;
	height: 65px;
}
