/* @override 
	http://www.boinx.com/g/css/release_notes.css
	http://boinx.com/g/css/release_notes.css
*/

.releasenotes {
  margin: 10px 2px 0 0;
  padding:  0;
}

.websnippetcontent .releasenotes {
	margin: 10px;
	border: 1px dotted #ccc;
	padding: 10px;
	padding-bottom: 0;
	
}

.releasenotes p{
	font-size: 11px;
	font-family: "Lucida Grande", Arial, sans-serif;
	line-height: 12pt;
	text-decoration: none
}

.releasenotes p.betanote {
  background: #ffdddd;
  margin: 0 -10px 2px;
  padding: 8px 12px;
  font-weight: bold;
}

.paidUpdate {
	font-size: 11px;
	font-family: "Lucida Grande", Arial, sans-serif;
	background: #ffdddd;
	margin: 0 -10px 20px;
	padding: 8px 12px 15px;
	font-weight: bold;
}

.releasenotes ol {
	font-size: 11px;
	font-family: "Lucida Grande", Arial, sans-serif;
	line-height: 13px;
	list-style-position: outside;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: -18px;
	padding-left: 40px
}

.releasenotes ol li {
	margin-top: 6px;
	margin-bottom: 6px
}

.releasenotes ol p {
	margin-top: 6px;
	margin-bottom: 6px
}

.releasenotes ul.versionhistory {
	font-size: 11px;
	font-family: "Lucida Grande", Arial, sans-serif;
	line-height: 13px;
	list-style-type: square;
	list-style-position: outside;
	margin: 0 -10px 10px -10px;
	padding: 5px 10px 5px 30px;
	border-bottom: 1px dotted #d7e0f7;
}
/*
.websnippetcontent .releasenotes ul.versionhistory {
  border: 0;
  padding-bottom: 3px;
}
*/
.releasenotes ul li  {
	margin-top: 4px;
	margin-bottom: 4px
}

.releasenotes ul p  {
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 11px;
}

.releasenotes a {
	color: #00d;
	text-decoration: none
}

.releasenotes a:hover {
	color: #33f;
	text-decoration: underline
}

.releasenotes hr  {
	text-decoration: none;
	border: solid 1px #bfbfbf
}

.releasenotes td  {
	padding: 6px
}

.releasenotes #taskbox  {
	background-color: #dddddd;
	list-style-type: decimal;
	list-style-position: outside;
	margin: 12px 0;
	padding: 2px 12px;
	border: solid 1px #bfbfbf
	}

.releasenotes #taskbox  h2 {
	margin-top: 8;
	margin-bottom: -4px
}

.releasenotes .blue    {
	background-color: #d2dcf7;
	margin-top: -3px;
	margin-bottom: -3px;
	padding-top: -3px;
	padding-bottom: -3px
}

.releasenotes .rightfloater {
    float: right;
    margin-left: 15px;
}

.releasenotes .dots  {
	border: dotted 1px #ccc
}

.releasenotes .seealso  {
	margin-top: 4px;
	margin-bottom: 4px
}

.releasenotes code {
	color: black;
	font-size: 9px;
	font-family: Verdana, Courier, sans-serif;
}

.releasenotes .appVersion    {
	margin: -10px -10px 0 -10px;
	background-color: #d2dcf7;
	padding: 4px 12px;
	font-size: 12px;
}
	
.releasenotes > .releaseDate {
	margin-left: 10px;
	font-size:smaller;	
}
.releasenotes > .releaseDate:before {
	content:" - "
}
.releasenotes > li.fix:before {
	content:"Fix: ";
}
.releasenotes > li.enh:before {
	content:"Enhancement: ";
}
.releasenotes li.change:before {
	content:"Change: ";
}
.releasenotes li.new:before {
	content:"New: ";
	color: orange;
}
.releasenotes li.note:before {
	content:"Note: ";
	color: gray;
}