/*******************************************************************************
vault.css

This is the style sheet for the ERISAsfv Secure File Vault Web Application

*******************************************************************************/

body
{
	font-family: Verdana;
}


h1
{
	font-size: 17pt;
	font-family: Verdana;
}

h2
{
	font-size: 15pt;
	font-family: Verdana;
}

h3
{
	font-size: 13pt;
	font-weight: bold;
	font-family: Verdana;
	margin-bottom: 0;
}

p
{
	font-size: 8pt;
}

table
{
	font-family: Verdana;
}

th
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: white;
	background-color: #003366;
}

td
{
	font-family: Verdana;
	font-size: 8pt;
}

/* Used in the "Title Bars" of Web Forms */
.titlecell
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 12pt;
	background-color: #003366;
	color: white;
}

/* Used in the Label Cells of Web Forms */
.labelcell
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 10pt;
}

.menutable
{
	background-color: #003366;
	color=#C0C0C0;
	border: 0;
}

/* Default Dashboard Settings */
.dashboard
{
	margin-top: 3pt;
}

/* Message Styles */
.information
{
	font-size: 10pt;
	font-weight: bold;
	color: blue;
}

.warning
{
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
}

.critical
{
	font-size: 10pt;
	font-weight: bold;
	color: red;
}


/* Link Styles */
a.link
{
	color: blue;
}

a:visited
{
	color: purple;
}


a:hover
{
	color: blue;
}

.navlink
{
	color: blue;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
}

.navlink:visited
{
	color: blue;
}

.navlink:hover
{
	text-decoration: underline;
}

.menulink
{
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 8pt;
}

.menulink:visited
{
	color: white;
}

.menulink:hover
{
	color: yellow;
}

.sortbutton:link
{
	color: silver;
	text-decoration: none;
	font-size: 8pt;
}

.sortbutton:visited
{
	color: silver;
	text-decoration: none;
	font-size: 8pt;
}

.sortbutton:hover
{
	color: white;
	text-decoration: none;
	font-size: 8pt;
}

/* Web Form and Component Styles */
select
{
	font-family: Verdana;
	font-size: 10pt;
}

input
{
	font-family: Verdana;
	font-size: 10pt;
}

textarea
{
	font-family: Verdana;
	font-size: 10pt;
}
