﻿body {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-top: 20px;
}

#DocumentWrapper
{
    width: 650px;
    margin: 0 auto;
}

h1, h2, h3, h4
{
    font-family: "Trebuchet MS", Tahoma, Times New Roman, Sans-Serif;
    font-weight: normal;
    color: #303030;
}

#FileList
{
    list-style-type: square;
    list-style-position: inside;
    padding: 0;
}

#FileList li
{
    margin-bottom: 10px;
}

#FileList li ul {
    list-style: none;
    margin-top: 5px;
}

#FileList li.download 
{
	list-style-image: url('images/download.png');
	list-style-position: inside;
}

#FileList li.locked 
{
	list-style-image: url('images/locked.png');
	list-style-position: inside;
}


a.locked 
{
	background: transparent url('images/locked.png') no-repeat scroll center left;
	padding-left: 20px;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

a.unlocked 
{
	background: transparent url('images/unlocked.png') no-repeat scroll center left;
	padding-left: 20px;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#FileList li.message 
{
	/*
	list-style-image: url('images/information.png');
	list-style-position: outside;
	*/
	list-style-type: none;
	font-size: 12px;
	/*margin-left: 10px;*/
	margin-top: 10px;
	margin-bottom: 10px;
	background: transparent url('images/information.png') no-repeat scroll top left;
	padding-left: 22px;
	min-height: 16px;
}

p.filedisclaimer 
{
	
	background: #ffffa7;
	border: solid 3px #ffff00;
	padding: 20px;
	margin-top: 20px;
	font-size: 12px;
}