/* =============================================================
    CSS STYLES FOR i2bPortal 
    v1.0, 01/2003
   =============================================================
*/ 

/* Flatten Default Styles - remove all default margins & padding from all elements on the page. */
/* Not needed to do this on this site! 
*
{
   margin: 0;
   padding: 0;
}
*/


/* Default colour for the HTML BODY Portion*/
Body
{
    background: black url(../images/PageBackground.gif);
    background-repeat: repeat-x;
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 12pt;
	font-weight: normal;
	color: #4C4444;
}


/* Advertising Styles */
.textAdBox  
{
    background: url("../images/Ads/FeaturedAdsHeading.jpg") top left no-repeat;
    background-color: White;
	width: 110px;
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
	font-weight: normal;
	color: Black;
	border: solid 1px Black;
	padding: 4px;
	margin: 4px;
	padding-top: 26px;
}

.textAdBox A:link		{ color: #008000;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
.textAdBox A:visited	{ color: #008000;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
.textAdBox A:active		{ color: #008000;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
.textAdBox A:hover		{ color: #008000;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}

.textAdBox A.title:link		{ color: #0000FF;  font-size: 10pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
.textAdBox A.title:visited	{ color: #0000FF;  font-size: 10pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
.textAdBox A.title:active	{ color: #0000FF;  font-size: 10pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
.textAdBox A.title:hover	{ color: #0000FF;  font-size: 10pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}


P
{
    margin-bottom: 6px;
}

P.firstPara{
   text-indent: 1em;
   margin-bottom: 6px;
}

P.firstPara:first-letter{ 
	font-size: 140%; 
}

.firstLetter{ 
	font-size: 140%; 
} 


/* ** keep the whitespace in front of the ^=, hides rule from konqueror
   ** this is css3, the validator doesn't like it when validating as css2
*/

a.contentPaneModuleLink[href ^="http://"],
a.contentPaneModuleLink-s[href ^="http://"],
a.contentPaneModuleLink[href ^="gopher://"],
a.contentPaneModuleLink-s[href ^="gopher://"]{
    background: url(../images/Link-External.png) center right no-repeat;
    padding-right: 13px;
}

a.contentPaneModuleLink[href ^="http://localhost/"],
a.contentPaneModuleLink-s[href ^="http://localhost/"]{
    background: url(../images/Link-Internal.gif) center right no-repeat;
    padding-right: 8px;
}

a[href ^="https://"],
a.contentPaneModuleLink[href ^="https://"],
a.contentPaneModuleLink-s[href ^="https://"]{
    background: url("../images/Link-ExternalSecure.gif") center right no-repeat;
    padding-right: 16px;
}

a[href ^="mailto:"],
.link-mailto {
    background: url("../images/Link-Email.gif") center right no-repeat;
    padding-right: 18px;
}

a[href ^="news://"] {
    background: url("../images/Link-News.png") center right no-repeat;
    padding-right: 18px;
}

a[href ^="ftp://"],
.link-ftp {
    background: url("../images/Link-File.gif") center right no-repeat;
    padding-right: 18px;
}

a[href ^="irc://"],
.link-irc {
    background: url("../images/Link-DiscussionGroup.gif")  center right no-repeat;
    padding-right: 18px;
}


/* Style for Web Site footer section at bottom of every page */
.SiteFooterText1  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: Bold;
	color: White;
	text-align: center;
	vertical-align: middle;
}
A.SiteFooterLink1:link		{ color: White;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.SiteFooterLink1:visited	{ color: White;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.SiteFooterLink1:active	{ color: White;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.SiteFooterLink1:hover		{ color: #56C22E;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}


.SiteFooterText2  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: Normal;
	color: White;
	text-align: center;
	vertical-align: middle;
}

.SiteFooterLinkText2  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: Normal;
	color: White;
	text-align: center;
	vertical-align: bottom;
}

A.SiteFooterLink2:link		{ color: White;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.SiteFooterLink2:visited	{ color: White;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.SiteFooterLink2:active	{ color: White;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.SiteFooterLink2:hover		{ color: #56C22E;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}


/* PAGE TITLE/HEADINGS ---------------------------------------------*/
.PageTitleContainer{
    background: white url(../images/PageTitleBackground.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    text-align: left;
    height: 35px;
}

.PageTitle{
	font-family: "Arial Narrow", Verdana, sans-serif;
    font-size: 15pt;
    font-weight: Bold;
	color: Black;
    text-align: left;
    text-transform: capitalize;
    padding-top: 10px;
    padding-left: 80px;
}

/* Breadcrumbs  ----------------------------------------------------------*/

.Breadcrumb {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7pt;
    font-weight: Normal;
	color: Black;
	text-align: left;
	line-height: 26px;
	margin-bottom: 1px;
}

A.BreadcrumbLink:link		{ color: Black;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.BreadcrumbLink:visited	{ color: Black;  font-size: 7pt; font-family: Arial, Helvetica, sans-seriff; text-decoration: underline; font-weight: Normal;}
A.BreadcrumbLink:active		{ color: Black;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.BreadcrumbLink:hover		{ color: Blue;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}


/* PANEL BACKGROUNDS ----------------------------------------------*/
/* Sets a background image or background color for the masthead at the top of the page*/
.MastBg {
    background-color: White;
}
.HeadBg {
    background-color: White;
}


/*Sets a background image or background colour of the Portal Panes themselves */
.leftPaneBg {
    text-align: left;
    background: White;
}

.contentPaneBg {
	background-color: White;
    vertical-align: top;
    text-align: left;
    padding-left: 6px;
    border: solid 1px Silver;
   	background: white url(../images/ContentPaneModuleBG.jpg);
    background-position: left Bottom;
    background-repeat: repeat-x;

}

.rightPaneBg {
    text-align: left;
    background: White;
}

/* MODULE BACKGROUNDS -------------------------------------------------*/
.leftPaneModuleTitleContainer{
    text-align: left;
    background-color: White;
}

.leftPaneModuleTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12pt;
    font-weight:    Bold;
    color: Black;
}


.leftPaneModuleBg {
	/*Sets a background image or background colour of the entire Module (including Module Title)  */
	/*When using module title images, this colour is usually overridden by the */
	/*xxxxxPaneModuleContentContainer style below */
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: Bold;
	color: White;
	border: solid 1px Black;
	width: 100%;
}

.leftPaneModuleContentContainer  
{
	/*Sets a background image or background colour of the Module Content (excluding Module Title)  */
	/*NOTE: We are supplying the background image in this style instead of*/
	/*      the leftPaneModuleBg style, because this site does not want to*/
	/*      have a background image behind the Module titles */

    background-color: White;
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
	font-weight: Normal;
	color: White;
}

.contentPaneModuleTitleContainer{
    background: white url(../images/ModuleTitleBackground.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    text-align: left;
    height: 17px;
}

.contentPaneModuleTitle{
	font-family: "Arial Narrow", Verdana, sans-serif;
    font-size: 12pt;
    font-weight: Bold;
	color: Black;
    text-align: left;
    text-transform: capitalize;
    padding-top: 6px;
    padding-left: 50px;
}

.contentPaneModuleSubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: Bold;
	font-size: 10pt;
	text-align: left;
	text-transform: none;
	color: Black;
}


.contentPaneModuleBg {
	/*Sets a background image or background colour of the entire Module (including Module Title)  */
	/*When using module title images, this colour is usually overridden by the */
	/*xxxxxPaneModuleContentContainer style below */
    text-align: left;
}

P,.contentPaneModuleContentContainer  
{
	/*Sets a background image or background colour of the Module Content (excluding Module Title)  */
	/*NOTE: We are supplying the background image in this style instead of*/
	/*      the contentPaneModuleBg style, because this site does not want to*/
	/*      have a background image behind the Module titles */
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 12pt;
	font-weight: normal;
	color: #4C4444;
}

.rightPaneModuleTitleContainer{
    text-align: center;
    background-color: white;
}

.rightPaneModuleTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12pt;
    font-weight:    Bold;
    color: Black;
}

.rightPaneModuleBg {
	/*Sets a background image or background colour of the entire Module (including Module Title)  */
	/*When using module title images, this colour is usually overridden by the */
	/*xxxxxPaneModuleContentContainer style below */
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: Bold;
	color: White;
	border: solid 1px Black;
	width: 100%;
}

.rightPaneModuleContentContainer  
{
	/*Sets a background image or background colour of the Module Content (excluding Module Title)  */
	/*NOTE: We are supplying the background image in this style instead of*/
	/*      the rightPaneModuleBg style, because this site does not want to*/
	/*      have a background image behind the Module titles */
    background-color: White;
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 12pt;
	font-weight: normal;
	color: Black;
	border: solid 1px #56C22E;
}

/* MODULE Text and Link styles ---------------------------------------------*/
.leftPaneModuleText  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    font-variant: small-caps;
	font-size: 10pt;
    font-weight: Bold;
	color: Black;
}
.leftPaneModuleTextHeader  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: Bold;
	color: Black;
}

A.leftPaneModuleLink:link		{ color: Black;  font-size: 9pt; line-height:110%; padding-left:4px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.leftPaneModuleLink:visited	{ color: Black;  font-size: 9pt; line-height:110%; padding-left:4px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.leftPaneModuleLink:active		{ color: Black;  font-size: 9pt; line-height:110%; padding-left:4px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.leftPaneModuleLink:hover		{ color: Black;  font-size: 9pt; line-height:110%; padding-left:4px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}

A.leftPaneModuleLinkEmphasized:link		{ color: #C60E0A;  font-size: 9pt; line-height:110%; padding-left:4px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.leftPaneModuleLinkEmphasized:visited	{ color: #C60E0A;  font-size: 9pt; line-height:110%; padding-left:4px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.leftPaneModuleLinkEmphasized:active	{ color: #C60E0A;  font-size: 9pt; line-height:110%; padding-left:4px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.leftPaneModuleLinkEmphasized:hover	{ color: #C60E0A;  font-size: 9pt; line-height:110%; padding-left:4px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}


.leftPaneModuleForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: Black;
	font-weight: normal;
	background-color: White;
}

.contentPaneModuleText  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 10pt;
    line-height: 12pt;
    font-weight: normal;
    color: #4C4444;
}

.contentPaneModuleText-B  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 10pt;
    line-height: 12pt;
    font-weight: Bold;
    color: #4C4444;
}

.contentPaneModuleText-s  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 9pt;
    line-height: 11pt;
    font-weight: normal;
    color: #4C4444;
}

.contentPaneModuleText-L  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 12pt;
    font-weight: normal;
    color: #4C4444;
}


.contentPaneModuleTextHeader  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: Bold;
	color: #4C4444;
}

.contentPaneModuleTextEmphasized  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: Bold;
	color: Black;
}

.contentPaneModuleTextEmphasized2  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: Bold;
	color: Black;
}


TABLE.contentPane    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  10pt;
    color: Black;
	background-color: Black;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
}

TH.contentPane    {
    background-color: #56C22E; /* #AEC6A1 */
    color: Black;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    line-height: 10pt;
}

TD.contentPane    {
    background-color: #FDEACC;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    padding-left: 5px;
}

TD.contentPaneC    {
    background-color: #FDEACC;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    padding-left: 5px;
    text-align: center;
}

TD.contentPaneFooter    {
    background-color: #F8B000;
    color: White;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    line-height: 10pt;
    padding-left: 5px;
}


A.contentPaneModuleLink:link	{ color: #0066CC;  font-size: 10pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.contentPaneModuleLink:visited	{ color: #0066CC;  font-size: 10pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.contentPaneModuleLink:active	{ color: #0066CC;  font-size: 10pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.contentPaneModuleLink:hover	{ color: Blue;  font-size: 10pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}

A.contentPaneModuleLink-L:link		{ color: #0066CC;  font-size: 11pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.contentPaneModuleLink-L:visited	{ color: #0066CC;  font-size: 11pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.contentPaneModuleLink-L:active	{ color: #0066CC;  font-size: 11pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.contentPaneModuleLink-L:hover		{ color: Blue;  font-size: 11pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}

A.contentPaneModuleLinkEmphasized:link		{ color: #0066CC;  font-size: 11pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.contentPaneModuleLinkEmphasized:visited	{ color: #0066CC;  font-size: 11pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.contentPaneModuleLinkEmphasized:active	{ color: #0066CC;  font-size: 11pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.contentPaneModuleLinkEmphasized:hover		{ color: Blue;  font-size: 11pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}

A.contentPaneModuleLink-s:link		{ color: #0066CC;  font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.contentPaneModuleLink-s:visited	{ color: #0066CC;  font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.contentPaneModuleLink-s:active	{ color: #0066CC;  font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.contentPaneModuleLink-s:hover		{ color: Blue;  font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}

.contentPaneModuleForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Black;
	font-weight: normal;
	background-color: White;
}
.contentPaneModuleForm-s {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: Black;
	font-weight: normal;
	background-color: White;
}

.contentPaneModuleFormBgBorder {
    background-color: Black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

.contentPaneModuleFormBgForm {
    background-color: #F2F2F2;
}

.contentPaneModuleFormHeading {
	background-color: #56C22E;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11pt;
    font-weight: Bold;
    color:	    White;
    text-align:	center;
    padding: 4px;
}


.rightPaneModuleText  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
	font-size: 10pt;
    font-weight: normal;
	color: Black;
}

.rightPaneModuleText-s  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
	font-size: 9pt;
	line-height: normal;
    font-weight: normal;
	color: Black;
}

.rightPaneModuleTextHeader  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: Bold;
	color: Black;
}

.rightPaneEmphasized  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: Left;
    font-variant: small-caps;
	font-size: 11pt;
    font-weight: Bold;
	color: Black;
}

A.rightPaneModuleLink:link		{ color: Black;  font-size: 10pt; line-height:110%; padding-left:4px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.rightPaneModuleLink:visited	{ color: Black;  font-size: 10pt; line-height:110%; padding-left:4px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.rightPaneModuleLink:active	{ color: Black;  font-size: 10pt; line-height:110%; padding-left:4px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.rightPaneModuleLink:hover		{ color: #56C22E;  font-size: 10pt; line-height:110%; padding-left:4px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}

.rightPaneModuleForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Black;
	font-weight: normal;
	background-color: White;
}



/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    background-color: #eeeeee;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  10pt;
    font-weight:    bold;
    color: #393063;
}


/* PAGE BANNER ----------------------------------------------------*/
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: 900;
    color:#F8B000;
}


.siteFooter  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 9pt;
    font-weight: normal;
    color: Black;
    text-align:center;
}


/* PORTAL NAVIGATION ----------------------------------------------*/

TD.radMenuTabs {
    background: url(../images/NavBG.gif);

}

input.Tabs { border: none;} /*Style for the Tab's input image button */


/* background/border colors for the selected tab white (images) or deepskyBlack (text) */
.TabBg {
}

/* background/border colors for the unselected tabs white (images) or indigo (text) */
.OtherTabsBg {
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    text-decoration:none;
    background-color:  #56C22E;
    color: White;
}
/* hyperlink styles of the unselected tabs */
A.SelectedTab:link    {
    text-decoration: none;
    font-size: 9pt;
    color: Black;
}

A.SelectedTab:visited {
    text-decoration: none;
    font-size: 9pt;
    color: Black;
}

A.SelectedTab:active  {
    text-decoration: none;
    font-size: 9pt;
    color: White;
}

A.SelectedTab:hover   {
    text-decoration: none;
    font-size: 9pt;
    color: White;
}


/* text style for the unselected tabs */
.OtherTabs {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: Bold;
    text-decoration: none;
    color: Black;
    background-color: #56C22E;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration: none;
    font-size: 9pt;
    color: Black;
}

A.OtherTabs:visited {
    text-decoration: none;
    font-size: 9pt;
    color: Black;
}

A.OtherTabs:active  {
    text-decoration: none;
    font-size: 9pt;
    color: Black;
}

A.OtherTabs:hover   {
    text-decoration: none;
    font-size: 9pt;
    color: White;
}
    
/* text style for the unselected 'Featured' tabs */
.FeaturedTabs {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
    background-color: #56C22E;
}

/* hyperlink styles of the unselected 'Featured' tabs */
A.FeaturedTabs:link    {
    text-decoration: none;
    font-size: 9pt;
    font-weight: bold;
    color: #C60E0A;
}

A.FeaturedTabs:visited {
    text-decoration: none;
    font-size: 9pt;
    color: #C60E0A;    
}

A.FeaturedTabs:active  {
    text-decoration: none;
    font-size: 9pt;
    color: #C60E0A;
}

A.FeaturedTabs:hover   {
    text-decoration: none;
    font-size: 9pt;
    color: White;
}

.SubNavigation
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: Normal;
    color: #5D964C;
    text-align: right;
}
 
A.SubNavigation:link	{ color: #5D964C;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.SubNavigation:visited	{ color: #5D964C;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.SubNavigation:active	{ color: Black;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.SubNavigation:hover	{ color: Black;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}


.10ptButton, .10ptFormButton
{
	border: outset;
	border-width: thin;
	font-size: 8pt;
	font-weight: Normal;
	font-family: Arial, Helvetica, sans-serif;
	color:  Black;
	background: Silver;
	height: 17px;
	line-height: 8pt;
}

.10ptButton-Hover, .10ptFormButton-Hover
{
	border: inset;
	border-width: thin;
	font-size: 8pt;
	font-weight: Normal;
	font-family: Arial, Helvetica, sans-serif;
	color:  Black;
	background: Silver;
	height: 17px;
	line-height: 8pt;
}


.StandardButton, .FormButton
{
	border: outset;
	border-width: 12pt;
	font-size: 9pt;
	font-weight: Normal;
	font-family: Arial, Helvetica, sans-serif;
	color:  Black;
	background: Gainsboro;
	height: 22px;
	line-height: 9pt;
}

.StandardButton-Hover, .FormButton-Hover
{
	border: inset;
	border-width: 12pt;
	font-size: 9pt;
	font-weight: Normal;
	font-family: Arial, Helvetica, sans-serif;
	color:  Black;
	background: Gainsboro;
	height: 22px;
	line-height: 9pt;
}

.EmphasizedButton, .EmphasizedFormButton
{
	border: outset;
	border-width: 12pt;
	font-size: 11pt;
	font-weight: Bold;
	font-family: Arial, Helvetica, sans-serif;
	color:  #008934;
	background: #E2F397;
	height: 28px;
	line-height: 10pt;
}

.EmphasizedButton-Hover, .EmphasizedFormButton-Hover
{
	border: inset;
	border-width: 12pt;
	font-size: 11pt;
	font-weight: Bold;
	font-family: Arial, Helvetica, sans-serif;
	color:  #008934;
	background: #E2F397;
	height: 28px;
	line-height: 10pt;
}

/* style for separator between site links */
.Accent
{
    color: Black;
    font-weight:    bold;
}

.SearchBoxContainer
{
     border-top: Solid 2px #E1F1A3; /*Note: Border on top is actually 2pixels, however we set the table background with a a matching background colour to correct space above text box */
     border-left: Solid 1px #E1F1A3;
     border-right: Solid 1px #F3FAB9;
     border-bottom: none;
     vertical-align: top; 
     height: 22px; 
     width: 97px;
}

.SearchBox
{
     height: 29px; 
     width: 96px;
     border:Solid 1px #E1F18D;
     border-top:Solid 2px #E1F18D;
     vertical-align:top; 
     font-family: Arial, Helvetica, sans-serif;
	 font-size: 8pt;
}




.FieldHead	{
			font-family:		Arial, Helvetica, sans-serif;
			font-size: 			10pt;
			font-weight:		Bold;
			color:				#4C4444;
			}

.FieldData, OptionalFieldData	{
			font-family:		Arial, Helvetica, sans-serif;
			font-size: 			10pt;
			font-weight:		Normal;
			color:				Black;
			text-align:			left;
			}

.RequiredFieldData	{
			font-family:		Arial, Helvetica, sans-serif;
			font-size: 			10pt;
			font-weight:		Normal;
			color:				Black;
			background-color:	#FCD9A2; /* #56C22E; #FFD962;*/
			}

select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: solid 1px;
	border-color: black;
}

.FieldError    {
             font-family:	Arial, Helvetica, sans-serif;
             font-size:		10pt;
             font-weight:    Bold;
             color:			Red;
           }

.RequiredFieldInd    {
             font-family:	Arial, Helvetica, sans-serif;
             font-size:		10pt;
             font-weight:    Bold;
             color:			Red;
           }


/* GENERAL------------------------------------------------------- */
/* style for module titles (text)*/
.Head   {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11pt;
    font-weight:    Bold;
    color: Black;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  9pt;
    font-weight:    bold;
    color: Black;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  8pt;
    font-weight:    bold;
    color: Black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: black;
}

.Normal-B
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: black;
}

.Normal-s
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    color: black;
}

.Normal-L
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: Bold;
    color: black;
}

.Normal-XL
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: Bold;
    color: black;
}

.Normal-XXL
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16pt;
    font-weight: normal;
    color: black;
}

.Normal-XXXL
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20pt;
    font-weight: bold;
    color: black;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: red;
}



A.Normal:link		{ color: #0066CC;  font-size: 10pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal:visited	{ color: #0066CC;  font-size: 10pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal:active		{ color: #0066CC;  font-size: 10pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal:hover		{ color: Blue;  font-size: 10pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}

A.Normal-s:link		{ color: #0066CC;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal-s:visited	{ color: #0066CC;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal-s:active		{ color: #0066CC;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal-s:hover		{ color: Blue;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}



/* GENERIC ------------------------------------------------------*/

H1  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12pt;
    font-weight:    Bold;
    color: Black;
}

H2  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11pt;
    font-weight:    Bold;
    color: Black;
}

H3  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  9pt;
    font-weight:    Bold;
    color: Black;
}

H4  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  7pt;
    font-weight:    Bold;
    color: Black;
}

H5, DT  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  7pt;
    font-weight:    Bold;
    color: Black;
}

H6  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  7pt;
    font-weight:    bold;
    color: Black;
}

TFOOT, THEAD    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  7pt;
    color: Black;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  7pt;
    font-weight:    bold;
    color: Black;
}


A:link		{ color: Black;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A:visited	{ color: Black;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A:active	{ color: Black;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A:hover		{ color: Black;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}

.stdPic{
	border: none;
	padding: 0px;
	margin: 0px;
}

.regularPic{
	border-top: Solid 1px Black;
	border-left: Solid 1px Black;
	border-right: Solid 2px Black;
	border-bottom: Solid 2px Black;
	padding:1px;
	margin: 6px;
}

.stylizedPic{
	border-top: Solid 1px Black;
	border-left: Solid 1px Black;
	border-right: Solid 2px Black;
	border-bottom: Solid 2px Black;
	padding:4px;
	background-color: #FFF8DC; /* #E0E0E0 */
}

UL LI   {
    list-style-image: 	url(../images/BulletSmall.gif);
}


UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
    padding-bottom: 10px;
}

OL.emphasized LI   {
    list-style-type:    decimal;
    padding-bottom: 10px;
    font-weight: bold;
    color: Black;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

UL.navMenu LI.navMenu   {
    list-style-type:none;
	margin: 0;
	padding: 0;
}

UL.phiBenefits LI {
    list-style-image: url(../images/Checkbox-StylePHI.jpg);
    margin-left: -20px;
    padding-bottom: 10px;
    font-weight: normal;
    line-height: normal;
    color: Black;
}

HR {
    color: #666666;
    height:1pt;
    text-align:left;    
}

/* Site Admin Styles (duplicated from portalAdmin.css)-----------------------------------*/

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link	{ color: Blue;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.CommandButton:visited	{ color: Blue;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.CommandButton:active	{ color: Blue;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.CommandButton:hover	{ color: Black;	 font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
  
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7pt;
    font-weight: normal;
}



.seometadata	{
			font-family:		Arial, Helvetica, Sans-Serif;
			font-size: 			7pt;
			color:				Silver;
			list-style-type:	none;
			text-align:left;
			}
			
A.seometadata:link		{ color: Silver;  font-size: 6pt; font-family: Arial; text-decoration: none;}
A.seometadata:visited	{ color: Silver;  font-size: 6pt; font-family: Arial; text-decoration: none;}
A.seometadata:active	{ color: Silver;  font-size: 6pt; font-family: Arial; text-decoration: none;}
A.seometadata:hover		{ color: Silver;  font-size: 6pt; font-family: Arial; text-decoration: none;}

