.ListReleases
{
	width: 100%;
	border-style: none;
	border-width: 0;
	margin:0;
}

.ListReleases td
{
	border-style: none;
	border-top: solid 1px white;
}

.ListReleaseSelectedDiv
{	
	background-color: #ECECEC;
	display:block;
	width: 100%;
}

.ReleaseDetailsHeader 
{
	color: #DD8F00;
	font-size: 16px;
	font-weight: bold;
}

.ReleaseDateLabel 
{
	border-right: solid 1px #729632;
	padding-right: 5px;
}

.ReleaseFilesCountLabel 
{
	padding-left: 5px;
}

.ReleaseFilesGridView
{
	width: 100%;
	border-style: none;
	border-width: 0;
	margin-top: 5px;
}

.ReleaseFilesGridView th
{
	color: #000;
	font-weight: bold;
	background-image: url(underlin.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 4px;
	width: 100%;
	display:block;
	border: solid 1px #FFF;
}

.ReleaseFilesGridView td
{
	border: solid 1px #FFF;
}

.ReleaseSubHeading 
{
	color: #000;
	font-weight: bold;
	background-image: url(underlin.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 4px;
	width: 100%;
	display:block;
	border: solid 1px #FFF;
}

/*
 * Links
 */

.ReleaseLink
{
	margin: 10px 10px 10px 5px;
	padding-left: 25px;
}

A.ReleaseLink:link
{
	font: normal 10pt arial,verdana;
	color: #3E62A6;	
	text-decoration: none
}
A.ReleaseLink:visited
{
	font: normal 10pt arial,verdana;
	color: #3E62A6;
	text-decoration: none
}
A.ReleaseLink:hover
{
	font: normal 10pt arial,verdana;
	color: #CE8B10;
	text-decoration: underline
}

.BestReleaseLink
{
	margin: 10px 10px 10px 5px;
	background-image: url(star0000.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
}

A.BestReleaseLink:link, 
A.BestReleaseLink:visited,
A.BestReleaseLink:hover
{
	font: normal 10pt arial,verdana;
}

.ManageReleaseLink
{
	font: normal 10pt arial,verdana;
	margin-left: 15px;
	padding-left: 20px;
	background-image: url(editicon.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.ReleaseFileDownloadLink
{
	margin-left: 5px;
	padding-left: 20px;
	background-image: url(icon_dwn.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.ChangeLogLink
{	
	margin-left: 5px;
}