﻿div.linkList
{
    margin-left: 15px;
    text-indent: -15px;
    
	margin-bottom: auto;
	padding-bottom: auto;
}

div#body div#content div#pageContent div#text div.p
{
    margin-bottom: 15px;
	padding-bottom: 10px;
}

div#body div#content div#pageContent div#text div#sortingControls
{
    background-color: #1f84d5;
    border: solid 2pt #000d4f;
    
    margin-bottom: 15px;
    padding: 5px 5px 5px 5px;
    
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10pt;
    font-weight: bold;
    color: White;
    
    width: 40%;
}

.viewByRadio
{
    font-family: Arial, Sans-Serif;
    font-size: 10pt;
    font-weight: normal;
    color: White;
}

/*Downloads Table*/
table.files
{
	margin: 0 auto 0 auto;
	
	height: auto;
	width: 95%;
	
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	color: #363636;
}

table.files th
{
	padding: 2px 0 2px 0;
	
	background-color: #f7941d;
	
	font-family: Verdana, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	color: White;
	text-transform: lowercase;
	
	height: 15px;
}

table.files tr.footerRow
{    
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 8pt;  
    font-style: italic; 
}

    table.files tr.footerRow td
    {
        border-bottom: none;
        border-top: solid 2px #f7941d;
    }

table.files tr.fileRow
{
	cursor: default;
	
	padding: 2px 0 2px 0;
	
	border-bottom: solid 1px #b7b7b7;	
}

	table.files tr.fileRow:hover
	{
		background-color: #fdc689;
		border-bottom: solid 1px #f7941d;
		
		color: White;
	}

table.files td
{
	border-bottom: solid 1px #b7b7b7;
}

table.files td.titleColumn
{
	padding: 0 2px 0 2px;
	
	vertical-align: top;
	
	width: 76%;
}

table.files td.viewColumn
{
	padding: 0 2px 0 2px;
	
	text-align: center;
	
	width: 12%;
}

table.files td.downloadColumn
{
	padding: 0 2px 0 2px;
	
	text-align: center;
	
	width: 12%;
}

	table.files td.viewColumn input[type="image"],
	table.files td.downloadColumn input[type="image"]
	{
		cursor: pointer;
	}

/*PopUp*/
.downloadPopupMenu 
{
	position: absolute;
	visibility: hidden;
	background-color: White;
	opacity: .9;
	filter: alpha(opacity=90);
	
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	color: #363636;
	
	padding: 0 2px 0 2px;
	
	border: 2pt #707070 solid;
    background-color: white;
    width: 650px;
}

.downloadPopupHeader
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000d4f;
}

.downloadPopupEvent
{
	text-indent: -10px;
	margin-left: 20px;
}