.nuggetheader {
	background-color: #DFD5E4;
	border-bottom: 1px solid #B5AABC;
	border-left: 3px solid #D2BEDF;
	border-right: 3px solid #D2BEDF;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	display: block;
	margin-top: 12px;
	padding: 0px 1px;
	position: relative;
	width: 95%;
}

.nugget {
	background-color: #FFFFFF;
	border-bottom: 3px solid #DACEE2;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-left: 2px solid #DACEE2;
	border-right: 2px solid #DACEE2;
	border-top: 0px none currentColor;
	clear: both;
	display: block;
	padding: 4px 2px 12px;
	position: relative;
	width: 95%;
}
.nugget p {
	margin: 0px;
	padding: 6px 8px;
}


.nuggetinfo {
	position: relative;
	/*	float: left;*/
	padding: 4px;

	color: #000000;
	
	font-family: sans-serif, verdana, tahoma, arial;
	font-size: 11px;
}
.nuggetlinks {
	position: relative;
	/*float: right;*/
	padding: 4px;

	text-align: right;
	color: #000000;
}



.nuggetinfo a {
	color: #000000;
	padding-right: 8px;
}
.nuggetinfo a:hover {
	color: #FFFFFF;
}


.nuggetheaderlink {
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-size:11px;
	color: #000000;
	text-decoration: none;
}
.nuggetheaderlink:hover {
	color: #FFFFFF;	
	text-decoration: underline;
}





.nugget_Title {
	position: relative;
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size:12px;

	text-shadow:1px 1px 4px rgba(209,209,209,1);
	word-spacing:1pt;
	line-height:1;
	
	margin: 0px;
	padding: 6px;

	background-color: inherit;
}

.nugget_Content {
	font-family: sans-serif, verdana, tahoma, arial;
	color: #000000;
	font-size:13px;
	margin: 0px;
	padding: 6px;

	/*text-shadow:1px 1px 4px rgba(209,209,209,0.1);*/
	
	/*transform: scaleX(1.15);*/
	
	background-color: inherit;
}

.nugget_Content a {
	text-shadow: 1px 1px #F2E3E3;
}

.nugget_Program_Name {
	margin: 0px;
	padding: 2px;
	position: relative;
	background-color: inherit;
}
.nugget_Version {
	margin: 0px;
	padding: 1px;
 	position: relative;
	font-size: 11px;
	background-color: inherit;
}

/* before nugget_File for so the URL can be overriden by a file link  */
.nugget_Changelog_Content a {
	font-weight: bold;
	font-size: 13px;
}

.nugget_File {
	background-image: url(images/save.gif);
	background-position:1% 59%;
	background-repeat:no-repeat;
	margin-left: 4px;
	margin-bottom: 2px;
	padding-left: 22px;
	padding-right: 4px;
	padding-top: 7px;
	padding-bottom: 4px;


/*	border-top: 1px solid #999999;
	border-left: 1px solid #999999;*/
	border-bottom: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	background-color: #E0EDE2;
	
	margin: 0px;
	vertical-align: middle;
}

.nugget_File a {
	color: #000000;	
}
/*
.nugget_File a {
	color: #000000;	
	border-bottom: 1px solid #555555;
	text-decoration: none;
}

.nugget_File a:hover {
	color: #FFFFFF;	
	text-decoration: underline;
}
*/

.nugget_Picture {
	position: relative;
	margin: 0px;
	padding: 1px;
	background-color: inherit;
}

.nugget_Quick_Description {
	position: relative;
	font-size: 11px;
	background-color: inherit;
}


.nugget_Full_Description {
	position: relative;
	border-bottom: 1px solid #000000;
	padding-bottom: 8px;
	background-color: inherit;
}
.nugget_Requirements {
	position: relative;
	font-size: 10px;
	background-color: inherit;
}

.nugget_Changes {
	position: relative;

	font-family: sans-serif, verdana, tahoma, arial;
	font-size:9px;

	background-color: inherit;
}


.nugget_Changelog_Content{
	position: relative;

	font-family: sans-serif, verdana, tahoma, arial;
	font-size: 11px;

	background-color: inherit;

}

.nugget_Version_Title {
	position: relative;

	font-family: Verdana, Tahoma, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;

	background-color: inherit;
}

.screencaplink {
	background-image: url(images/playicon.png);
	background-position: 3px center;
	
	background-repeat:no-repeat;
	
	vertical-align:text-top;
	margin: 2px;
	padding-left: 20px;
	padding-right: 3px;

	text-decoration: none;
	min-height: 20px;
	
	color: #000000;
	border-top: 1px solid #F1F1F1;
	border-left: 1px solid #F1F1F1;
	border-bottom: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	background-color: #DFDFFF;
	
	border-radius: 4px;
}