.Small
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: Normal;
	color: Black
}
.SmallRed
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: Normal;
	color: #ff0000
}
.SmallBold
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: Black;
}
.SmallBoldRed
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #ff0000;
}
.btnSmall
{
	cursor: hand;
	border: 0px;
	background-color: Transparent;
	background-image: url(images/btnSmallGrey.gif);
	background-repeat: no-repeat;
	font: normal bold 12px Arial, Verdana, Sans-serif;
	color: #191970;
	height: 28px;
	width: 68px;
}
.btnMedium
{
	cursor: hand;
	border: 0px;
	background-color: Transparent;
	background-image: url(images/btnMediumGrey.gif);
	background-repeat: no-repeat;
	font: normal bold 12px Arial, Verdana, Sans-serif;
	color: #191970;
	height: 28px;
	width: 108px;
}
.btnLarge
{
	cursor: hand;
	border: 0px;
	background-color: Transparent;
	background-image: url(images/btnLargeGrey.gif);
	background-repeat: no-repeat;
	font: normal bold 12px Arial, Verdana, Sans-serif;
	color: #191970;
	height: 28px;
	width: 170px;
}
.btnPDF
{
	cursor: hand;
	border: 0px;
	background-color: Transparent;
	background-image: url(images/pdf.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 29px;
}
.btnIE
{
	cursor: hand;
	border: 0px;
	background-color: Transparent;
	background-image: url(images/ie.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 29px;
}
.btnPrint
{
	cursor: hand;
	border: 0px;
	background-color: Transparent;
	background-image: url(images/print.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 29px;
}
.btnEmail
{
	cursor: hand;
	border: 0px;
	background-color: Transparent;
	background-image: url(images/email.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 29px;
}
.InfoTitle
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold
}
.ModuleHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold
}
.PanelHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 16px;
	font-weight: bold
}
.Labels    {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: Black;
}
.chkMessage    {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #0000cd;
}
.cmdButton    {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: Black;
}
.SelectedTab
{
}
.HoveredTab
{
}
.Disabled
{
}
.AlphaButton
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.AlphaButton:link
{
	text-decoration: underline;
	color: #003366;
}

A.AlphaButton:visited
{
	text-decoration: underline;
	color: #003366;
}

A.AlphaButton:hover
{
	text-decoration: underline;
	color: #ff0000;
}

A.AlphaButton:active
{
	text-decoration: underline;
	color: #003366;
}
.pageView
{
	border: 1px solid #898c95;
	margin-top: -1px;
	height: auto;
}
.tabView
{
	border: 1px solid #898c95;
	border-top: none;
	margin-top: -1px;
	height: auto;
}
.UserFiles_DataGrid 
{
 border-width: 2px;
	 font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: Normal;
	color: Black

}
.UserFiles_DataGridRow td
{
}
.UserFiles_DataGridRowAlt td
{
	background-color: #d9d9d9;
}
.UserFiles_DataGridHeader 
{
	background-color: silver;
	font-weight: bold;
}
.UserFiles_Pager td
{
 padding: 4px 4px 15px 0px;
 font-weight: bold;
}
.UserFiles_FileUpload
{
 border: solid 1px #ccc;
 padding: 0px;
 margin: 0px 20px 0px 0px;
}
.UserFiles_FileUpload h4
{
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px 4px 0px 4px;
	background-color: white;
	color: #000;
}
.UserFiles_FileUpload table
{
 margin: 0px 4px 0px 4px;
}
.UserFiles_FileUpload table th
{
 text-align: left;
 color: #000;
}
.UserFiles_FileUpload table td
{
}
.UserFiles_FileUpload p
{
 margin: 0px 4px 4px 6px;
 padding: 0px;
}
.UserFiles_FileUpload p a
{
}

