/* =============================================================
    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-color: White;
    text-align: center; /* Workaround for IE 7 and earlier */
   	width:100%;
    margin-top: 0px;
    font-size: 10pt;
    line-height: 12pt;   
}

P{
   margin-top: 1px;
}

P.firstPara{
   text-indent: 1em;
   margin-bottom: 6px;
}

P.firstPara:first-letter{ 
	font-size: 130%; 
}

.firstLetter{ 
	font-size: 130%; 
} 


/* Special Slogan */
.slogan  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: Bold;
    font-style: italic;
	color: #31B524;
}


/* Style for Web Site footer section at bottom of every page */
.SiteFooterText1  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
	color: Black;
	text-align: center;
	vertical-align: middle;
}
A.SiteFooterLink1:link		{ color: Black;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: normal;}
A.SiteFooterLink1:visited	{ color: Black;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: normal;}
A.SiteFooterLink1:active	{ color: Black;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: normal;}
A.SiteFooterLink1:hover		{ color: #28476C; font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: normal;}


.SiteFooterText2  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: Normal;
	color: #28476C;
	text-align: center;
	vertical-align: middle;
}

.SiteFooterLinkText2  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: Normal;
	color: #28476C;
	text-align: center;
	vertical-align: bottom;
}

A.SiteFooterLink2:link		{ color: #28476C;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: normal;}
A.SiteFooterLink2:visited	{ color: #28476C;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: normal;}
A.SiteFooterLink2:active	{ color: #28476C;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: normal;}
A.SiteFooterLink2:hover		{ color: Black;    font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: normal;}


/* PAGE TITLE/HEADINGS ---------------------------------------------*/
.PageTitleContainer{
    text-align: center;
}

.PageTitle{
	font-family:  Arial, "Arial Narrow", Helvetica, sans-serif;
    font-size: 18pt;
    letter-spacing: 4px;
    font-weight: normal;
	color: #0392BA;
    text-align: center;
    text-transform: uppercase;
    padding-top: 10px;
}

/* Breadcrumbs  ----------------------------------------------------------*/

.Breadcrumb {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7pt;
    font-weight: Normal;
	color: #03559F;
	text-align: left;
	margin-left: 7px;
}

A.BreadcrumbLink:link		{ color: #03559F;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.BreadcrumbLink:visited	{ color: #03559F;  font-size: 7pt; font-family: Arial, Helvetica, sans-seriff; text-decoration: underline; font-weight: Normal;}
A.BreadcrumbLink:active		{ color: #03559F;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.BreadcrumbLink:hover		{ color: Black;  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;
}
.HeadBgBottom1
{
    background: url(../images/background1.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    text-align: left;
}
.HeadBgBottom2
{
    background: url(../images/background2.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}

/*Sets a background image or background colour of the Portal Panes themselves */
.leftPaneBg {
    text-align: left;
}

.contentPaneBg {
    vertical-align: top;
    text-align: left;
    padding-left: 6px;
}

.rightPaneBg {
    text-align: left;
}

/* MODULE BACKGROUNDS -------------------------------------------------*/
.leftPaneModuleTitleContainer{
    text-align: left;
    background-color: White;
}

.leftPaneModuleTitle {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size:  12pt;
    font-weight: Normal;
    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 */
	
    background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: Bold;
	color: White;
}

.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{
    text-align: left;
    background-color: White;
}

.contentPaneModuleTitle{
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12pt;
    font-weight: bold;
    color: #0552A0;
    text-align: left;
    text-transform: capitalize;
	padding-bottom: 0px;
	margin-bottom: 2px;
}

.contentPaneModuleSubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	text-align: left;
	text-transform: none;
	color: #514E4E;
	padding-bottom: 0px;
	margin-bottom: 2px;
}


.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;
}

.contentPaneModuleContentContainer, .contentPaneModuleContentContainer P  
{
	/*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: 13pt;
	font-weight: normal;
	color: #393636;
}

.rightPaneModuleTitleContainer{
    text-align: center;
    background-color: #0177BD;
}

.rightPaneModuleTitle {
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size:  11pt;
    font-weight:  Bold;
    text-align: center;
    color: White;
    margin-bottom: 7px;
    margin-top: 7px;
}

.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: Black;
	border: solid 1px #0177BD;
	margin-left:6px;
	margin-right:10px;
	width: 198px;
}

.rightPaneModuleContentContainer, .rightPaneModuleContentContainer P
{
	/*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 */
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 12pt;
	font-weight: normal;
	color: Black;
}

/* 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;
}

.leftPaneModuleText A:link	{ color: black;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.leftPaneModuleText A:visited	{ color: #0E1B8D;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.leftPaneModuleText A:active	{ color: #0E1B8D;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.leftPaneModuleText A:hover	{ color: #EF2B2B;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}

.leftPaneModuleContentContainer A:link	{ color: black;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.leftPaneModuleContentContainer A:visited	{ color: #0E1B8D;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.leftPaneModuleContentContainer A:active	{ color: #0E1B8D;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.leftPaneModuleContentContainer A:hover	{ color: #EF2B2B;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}

A.leftPaneModuleLink:link	{ color: black;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.leftPaneModuleLink:visited	{ color: #0E1B8D;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.leftPaneModuleLink:active	{ color: #0E1B8D;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.leftPaneModuleLink:hover	{ color: #EF2B2B;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}

.leftPaneModuleContentContainer A.small:link, .leftPaneModuleContentContainer TD A.small:link, .leftPaneModuleText A.small:link	{ color: black;  font-size: 8pt; line-height: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.leftPaneModuleContentContainer A.small:visited, .leftPaneModuleContentContainer TD A.small:visited, .leftPaneModuleText A.small:visited	{ color: #0E1B8D;  font-size: 8pt; line-height: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.leftPaneModuleContentContainer A.small:active, .leftPaneModuleContentContainer TD A.small:active, .leftPaneModuleText A.small:active	{ color: #0E1B8D;  font-size: 8pt; line-height: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.leftPaneModuleContentContainer A.small:hover, .leftPaneModuleContentContainer TD A.small:hover, .leftPaneModuleText A.small:hover	{ color: #EF2B2B;  font-size: 8pt; line-height: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}

.leftPaneModuleContentContainer A.narrowBold:link, .leftPaneModuleContentContainer TD A.narrowBold:link, .leftPaneModuleText A.narrowBold:link	{ color: black;  font-size: 10pt; line-height: 13pt; font-family: "Arial Narrow", Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
.leftPaneModuleContentContainer A.narrowBold:visited, .leftPaneModuleContentContainer TD A.narrowBold:visited, .leftPaneModuleText A.narrowBold:visited	{ color: #0E1B8D;  font-size: 10pt; line-height: 13pt; font-family: "Arial Narrow", Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
.leftPaneModuleContentContainer A.narrowBold:active, .leftPaneModuleContentContainer TD A.narrowBold:active, .leftPaneModuleText A.narrowBold:active	{ color: #0E1B8D;  font-size: 10pt; line-height: 13pt; font-family: "Arial Narrow", Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
.leftPaneModuleContentContainer A.narrowBold:hover, .leftPaneModuleContentContainer TD A.narrowBold:hover, .leftPaneModuleText A.narrowBold:hover	{ color: #EF2B2B;  font-size: 10pt; line-height: 13pt; font-family: "Arial Narrow", Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}

.leftPaneModuleForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	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: #393636;
}

.contentPaneModuleText-B  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 10pt;
    line-height: 12pt;
    font-weight: Bold;
    color: #393636;
}

.contentPaneModuleText-s  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 9pt;
    line-height: 11pt;
    font-weight: normal;
    color: #393636;
}

.contentPaneModuleText-L  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 11pt;
    font-weight: normal;
    color: #393636;
}


.contentPaneModuleTextHeader  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 10pt;
    font-weight: Bold;
    color: Black;
}

.contentPaneModuleTextEmphasized  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 10pt;
    line-height: 12pt;
    font-weight: normal;
    color: #31B524;
}


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: #28476C;
    color: Black;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    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: 10pt;
    font-weight: bold;
    line-height: 10pt;
    padding-left: 5px;
}


.contentPaneModuleText A:link	{ color: #0552A0;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.contentPaneModuleText A:visited	{ color: #0552A0;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.contentPaneModuleText A:active	{ color: #0552A0;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.contentPaneModuleText A:hover	{ color: Blue;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}

.contentPaneModuleContentContainer A:link	{ color: #0552A0;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.contentPaneModuleContentContainer A:visited	{ color: #0552A0;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.contentPaneModuleContentContainer A:active	{ color: #0552A0;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.contentPaneModuleContentContainer A:hover	{ color: Blue;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}

A.contentPaneModuleLink:link	{ color: #0552A0;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.contentPaneModuleLink:visited	{ color: #0552A0;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.contentPaneModuleLink:active	{ color: #0552A0;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.contentPaneModuleLink:hover	{ color: Blue;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}

A.contentPaneModuleLink-L:link		{ color: #0552A0;  font-size: 11pt; line-height: 15pt; font-family: Verdana, Verdana, Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.contentPaneModuleLink-L:visited	{ color: #0552A0;  font-size: 11pt; line-height: 15pt; font-family: Verdana, Verdana, Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.contentPaneModuleLink-L:active	{ color: #0552A0;  font-size: 11pt; line-height: 15pt; font-family: Verdana, Verdana, Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.contentPaneModuleLink-L:hover		{ color: Blue;  font-size: 11pt; line-height: 15pt; font-family: Verdana, Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}


A.contentPaneModuleLink-s:link		{ color: #0552A0;  font-size: 9pt; line-height: 12pt; font-family: Verdana, Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.contentPaneModuleLink-s:visited	{ color: #0552A0;  font-size: 9pt; line-height: 12pt; font-family: Verdana, Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.contentPaneModuleLink-s:active	{ color: #0552A0;  font-size: 9pt; line-height: 12pt; font-family: Verdana, Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.contentPaneModuleLink-s:hover		{ color: Blue;  font-size: 9pt; line-height: 12pt; font-family: Verdana, Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}

TD.referralFormBox {
	border: solid 1px black;
}

TD.referralFormSectionBox {
	border-top: solid 1px black;
	border-left: solid 1px black;
	border-right: solid 1px black;
	background-color: Silver;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 3px;
    font-size:  10pt;
    font-weight: Bold;
    color: Black;
    text-align:	center;
    padding: 4px;
}

TD.referralFormHeader {
	border-bottom: solid 1px black;
	border-left: solid 1px black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: Bold;
	color: Black;
}

TD.referralFormData {
	border-bottom: solid 1px black;
	border-left: solid 1px black;
	border-right: solid 1px black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
	color: Black;
}

.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: #F5F5F5;
}

.contentPaneModuleFormHeading {
	background-color: #0682C8;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 3px;
    font-size:  12pt;
    font-weight: Bold;
    color: White;
    text-align: justify;
    vertical-align: middle;
    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: 10pt;
    font-weight: Bold;
	color: Black;
}

.rightPaneModuleText A:link	{ color: #0552A0;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.rightPaneModuleText A:visited	{ color: #0552A0;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.rightPaneModuleText A:active	{ color: #0552A0;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.rightPaneModuleText A:hover	{ color: Blue;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}

.rightPaneModuleContentContainer A:link	{ color: #0552A0;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.rightPaneModuleContentContainer A:visited	{ color: #0552A0;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.rightPaneModuleContentContainer A:active	{ color: #0552A0;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.rightPaneModuleContentContainer A:hover	{ color: Blue;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}

A.rightPaneModuleLink:link	{ color: #0552A0;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.rightPaneModuleLink:visited	{ color: #0552A0;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.rightPaneModuleLink:active	{ color: #0552A0;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.rightPaneModuleLink:hover	{ color: Blue;  font-size: 10pt; line-height: 13pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}


.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 ----------------------------------------------*/

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: white url(../images/Nav.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}

/* 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:  White;
    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: White;
}

/* 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: White;
}

/* 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: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.SubNavigation:visited	{ color: #5D964C;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.SubNavigation:active	{ color: Black;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.SubNavigation:hover	{ color: Black;  font-size: 9pt; 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:		Verdana, Arial, Helvetica, sans-serif;
			font-size: 			9pt;
			font-weight:		Bold;
			color:				Black;
			}

.FieldData, OptionalFieldData	{
			font-family:		Verdana, Arial, Helvetica, sans-serif;
			font-size: 			9pt;
			font-weight:		Normal;
			color:				Black;
			text-align:			left;
			}

.RequiredFieldData	{
			font-family:		Verdana, Arial, Helvetica, sans-serif;
			font-size: 			9pt;
			font-weight:		Normal;
			color:				Black;
			background-color:	#FCD9A2; /* #FCD253; #FFD962;*/
			}

select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: solid 1px;
	border-color: black;
}

.FieldError    {
             font-family:	Verdana, Arial, Helvetica, sans-serif;
             font-size:		8pt;
             font-weight:    Normal;
             color:			Red;
           }

.RequiredFieldInd    {
             font-family:	Verdana, 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:  12pt;
    font-weight:    Bold;
    color: Black;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11pt;
    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:  10pt;
    font-weight:    bold;
    color: Black;
}

/* text style used for most text rendered by modules */
.Normal
{
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 13pt;
	font-weight: normal;
	color: #393636;
}

.Normal-B
{
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 13pt;
	font-weight: bold;
	color: #393636;
}

.Normal-s
{
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    line-height: 11pt;
	font-weight: normal;
	color: #393636;
}

.Normal-L
{
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    line-height: 14pt;
	font-weight: normal;
	color: #393636;
}

.Normal-XL
{
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    line-height: 16pt;
	font-weight: normal;
	color: #393636;
}

.Normal-XXL
{
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 15pt;
    line-height: 16pt;
	font-weight: normal;
	color: #393636;
}

.Normal-XXXL
{
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 18pt;
	font-weight: normal;
	color: #393636;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: red;
}



A.Normal:link		{ color: Black;  font-size: 10pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal:visited	{ color: Black;  font-size: 10pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal:active		{ color: Black;  font-size: 10pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal:hover		{ color: Black;  font-size: 10pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}

A.Normal-s:link		{ color: Black;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal-s:visited	{ color: Black;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal-s:active		{ color: Black;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal-s:hover		{ color: Black;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}



/* GENERIC ------------------------------------------------------*/

H4  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11pt;
    font-weight:    Bold;
    color: Black;
}

H5, DT  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  10pt;
    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: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A:visited	{ color: Black;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A:active	{ color: Black;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A:hover		{ color: Black;  font-size: 9pt; 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-type: circle;
}

UL.noBull LI.noBull   {
    list-style-image: none;
    list-style-type: none;
    padding-bottom: 10px;
    vertical-align: bottom;
    color: #28476C;
    font-weight: bold;
}


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;
}

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: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.CommandButton:visited	{ color: Blue;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.CommandButton:active	{ color: Blue;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.CommandButton:hover	{ color: Black;	 font-size: 8pt; 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: 8pt;
    font-weight: normal;
}


/* Styles for Data Tables used on the HAMN Website */

 TABLE.HAMN    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  9pt;
    color: Black;
	background-color: white;
}

TH.HAMN    {
    background-color: #0682C8;
    color: White;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    line-height: 18pt;
	border: 1px solid Black;
}

TD.HAMN    {
    background-color: #0682C8;
    color: White;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    line-height: 18pt;
	border-left: 1px solid Black;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid Black;
}

TD.HAMNsubhead    {
    background-color: #D9D9D9;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    text-align: center;
	border-left: 1px solid Black;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid Black;
}

TD.HAMNsubheadright    {
    background-color: #D9D9D9;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    text-align: center;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	border-top: none;
	border-bottom: 1px solid Black;
}

TD.HAMNleft    {
    background-color: White;
    color: red;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
	border-left: 1px solid Black;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid Black;
}

TD.HAMNcenter    {
    background-color: White;
    color: red;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
	border-left: 1px solid Black;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid Black;
}

TD.HAMNcenter2    {
    background-color: White;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
	border-left: 1px solid Black;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid Black;
}
A.HAMNcenter2:link		{ color: Blue;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.HAMNcenter2:visited	{ color: Blue;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.HAMNcenter2:active	{ color: Blue;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.HAMNcenter2:hover		{ color: Black;	font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}

TD.HAMNright    {
    background-color: White;
    color: red;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	border-top: none;
	border-bottom: 1px solid Black;
}


TD.HAMNright2    {
    background-color: White;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	border-top: none;
	border-bottom: 1px solid Black;
}


.subscript    {
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7pt;
}

TD.HAMNFooter    {
    background-color: #D9D9D9;
    color: Black;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    text-align: left;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	border-top: none;
	border-bottom: 1px solid Black;
}
