/*
Here is tyles for list of downloads on page
*/

/*the link on resource*/
a.downloads_link{
font-family: Arial, Helvetica, sans-serif;
font-size:9pt;
font-wight:normal;
color: brown;
}

a.downloads_link:HOVER{
color:red;
}

/*area for show type of file and it size*/
.downloads_type_size{
font-family: Arial, Helvetica, sans-serif;
font-size:9pt;
font-wight:normal;
color: gray;
font-style:italic;
}


/*area to show description of resource*/
.downloads_description{
font-family: Arial, Helvetica, sans-serif;
font-size:9pt;
font-wight:normal;
color: black;
}


/*area to show name (header) of resouce*/
.downloads_name{
font-family: Arial, Helvetica, sans-serif;
font-size:9pt;
font-wight:bold;
margin-top:4px;
margin-bottom:2px;
color: brown;
}
