﻿body
{
	font-family:Arial;
	font-size:10pt;
	font-weight:normal;
}
.normalLink
{
	color:Navy;
	font-family:Arial;
	font-size:10pt;
	font-weight:normal;
	/*text-decoration:none;*/
}
.smallBoldLink
{
	color:Navy;
	font-family:Arial;
	font-size:7pt;
	font-weight:bold;
	text-decoration:none;
}
.footer
{
	background-color:#ccccff;
	font-family:Arial;
	font-size:10pt;
}
.footerLink
{
	color:Navy;
	font-family:Arial;
	font-size:7pt;
	font-weight:bold;
	font-variant:small-caps;
	text-decoration:none;
}
.backgroundLink
{
	font-family:Arial;
	font-size:8pt;
	font-weight:normal;
	color: Gray;
}
.small
{
	font-family:Arial;
	font-size:8pt;
	font-weight:normal;
}
.smallBold
{
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
}
.normal
{
	font-family:Arial;
	font-size:10pt;
	font-weight:normal;
}
.bold
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
}
.smallBlue
{
	font-family:Arial;
	font-size:8pt;
	font-weight:normal;
	color:#003399;
}
.smallBoldBlue
{
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	color:#003399;
}
.normalBlue
{
	font-family:Arial;
	font-size:10pt;
	font-weight:normal;
	color:#003399;
}
.boldBlue
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:#003399;
}
.largeBlue
{
	font-family:Arial;
	font-size:12pt;
	font-weight:normal;
	color:#003399;
}
.largeBoldBlue
{
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	color:#003399;
}
.xlargeBlue
{
	font-family:Arial;
	font-size:14pt;
	font-weight:normal;
	color:Navy;
}
.xlargeBoldBlue
{
	font-family:Arial;
	font-size:14pt;
	font-weight:bold;
	color:Navy;
}
.headline
{
	font-family:Arial;
	font-size:16pt;
	font-weight:bold;
	color:Navy;
	text-align:center;
}
.titleBar
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	background-color:#ff9966;
	color:Black;
}
.studyTopBot
{
	border-bottom-style:solid;
	border-bottom-color:#ff6633;
	border-bottom-width:1px;
	border-top-style:solid;
	border-top-color:#ff6633;
	border-top-width:1px;
}
.studyMidRight
{
	border-left-style:solid;
	border-left-color:#ff6633;
	border-left-width:1px;
}
.quote
{
	font-family:Arial;
	font-size:8pt;
	font-weight:normal;
	font-style:italic;
	color:Black;
}
.credential
{
	border-top-style:solid;
	border-top-color:silver;
	border-top-width:2px;
}
.leftAlign
{
	text-align: left;
}
.menuItem
{
	text-align: left;
	font-size: 10pt;
}

/* aDD Feb 19, 2008 */
.historyPanel
{
	border-style: inset;
	border-width: medium;
	height: 200px;
	vertical-align: top;
}
.historyTable
{
	width: 200px;
}
.historySelected
{
	background-color: #C0C0C0;
	font-weight: bold;
}
.content
{
	font-family: Arial;
	font-size: 10pt;
	background-color: #dcdcdc;
	color: Black;
}
.contentTable
{
	 border-left: #718DB4 thin solid; 
	 border-right: #718DB4 thin solid;
     width: 100%;
}
.contentCaptionTable
{
	width: 100%;
}
.contentCaption
{
	font-size: large;
	font-weight: bold;
	text-decoration: underline;
	color: #808080;
}
.contentValidatorCaption
{
}
.historyTd
{
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	border-bottom-width: thin;
}
.historyTdAlternating
{
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	border-bottom-width: thin;
}
.historyDelete
{
}

/* PhotoView styling classes */
.photoButton
{
	font-family: Arial;
	font-size: 8pt;
}
.photoCaption
{
	color: White;
}
.photoBackground
{
	background-color: #404c72;
}
.unselectedThumb
{
	border-color: #404c72;
}
.selectedThumb
{
	border-color: Yellow;
}
.importList
{
	text-align: left;
	padding-left: 0px;
	margin-left: 0px;
}
.importList li
{
	display: inline;
	float: left;
	margin-left: 15px;
	margin-bottom: 15px;
}
