﻿.DocumentDownloadPrimary	
{
	display:block;
	color:black;			
	width:200px;
	margin-bottom:5px;
	float:right;
	clear:both;
	
	background-color:#99CCFF;		
	text-decoration:none;

	/* Rounded corners */
	border:solid #647aae;
	border-width:0 1px;
}

/* Repetition required for IE */ 
.DocumentDownloadPrimary:hover
{
	display:block;
	width:200px;
	margin-bottom:5px;
	
	background-color:#AAD5FF;		

		
	/* Rounded corners */
	border:solid #647aae;
	border-width:0 1px;	
}		
	
/* For rounded corners */
.DocumentDownloadPrimary div 
{
  position:relative;
  top: -1px;
  left: 0;
  border:solid #647aae;
  border-width:1px 0 0;
}

/* For rounded corners */
.DocumentDownloadPrimary div div 
{
	top: 2px;
	border-width:0 0 1px;
	padding: .3em .3em .1em;
}			


.DocumentDownloadSecondary
{
	font-size:x-small;
	float:right;
	clear:both;
	width:200px;
}

/* Icon used in download links */
.DocumentIcon
{
	float:left;
	border:0px;

	margin-right:5px;
}


/* Existing styles */

.DocumentDate
{
    margin-top:8px;
    font-size:8pt;
    color:#606060;
}

.DocumentThumbnail
{
    float:left;
    margin-right:5px;
}


