﻿
/* Put on the td that contains the content placeholder in the master page. */
.MasterContent
{
	padding: 5px;
}

/*
Used for background body on all applications that must
fit the normal look of the site
*/
.BodyBackground
{
	background: #8FA2B1 url(/$images/Misc/BckgdImage_Alt.jpg) repeat-x;
	margin: 0px;
}

/*
  This is the sidebar in sub-applications that contain links
  to the secure applications listing in the web_et_secure_apps db table.
*/
.SecureAppsSideBar
{
	background-color: #D3D3D3;
}

.smalltext
{
	font-size: 90%;
}

.verysmalltext
{
	font-size: 85%;
}

.redtext
{
	color: #cc3300;
}

/* Heads a section of information.  (e.g. 'My Personal Information') */
.InfoHeader
{
	color: #003366;
	background-color: #e8f3ff;
	border-top: solid 1px #888888;
	border-left: solid 1px #888888;
	border-right: solid 1px #888888;
	font-weight: bold;
	font-size: 90%;
}

.InfoContent
{
	border: solid 1px #999999;
}

/* Used for a row label  (e.g. 'First Name:' ) */
.InfoLabel
{
	background-color: #f1f1f1;
	font-weight: bold;
	font-size: 80%;
}

/* Used to display the actual information (e.g. 'Bobby') */
.InfoValue
{
	background-color: #ffffff;
	font-size: 85%;
}
