/*=====================================================================*/
/*                Cascading Style Sheet Standards                      */
/*                       created by t-worx                             */
/*                                                                     */
/*                    http://www.t-worx.com                            */
/*                      tracyw@t-worx.com                              */
/*=====================================================================*/

/*========================================================*/
/*  Main Menu                                             */
/*========================================================*/

.MainMenu_SubMenu TD
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;


}

.MainMenu_SubMenuItemSelHover TD
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;

}

.MainMenu_TabRootMenuItem TD
{
	color: #FFFFFF;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	width: 154px; 


}

.MainMenu_TabRootMenuItemSel TD
{
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	width: 154px; 

}

.MainMenu_TabMenuItemHover TD
{
	color: #FFFFFF;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	width: 154px; 

}

.MainMenu_TabMenuItemSelHover TD
{
	color: #FFFFFF;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	width: 154px;
	background-color: #4C98BB;
}

.MainMenu_MenuContainer {
	border-bottom: #FFFFFF 0px solid;
	border-left: #E7EDE3 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #404040 0px solid;
	background-color: Transparent;
	width: 1px;
	padding: 0px;
	width: 154px; 
}

.MainMenu_MenuBar {
	border-bottom: #FFFFFF 0px solid; 
	border-left: #E7EDE3 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #000000 0px solid;  
	cursor: pointer; 
	cursor: hand; 
	height: 25px; 
	width: 154px; 
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	border-left: #FFFFFF 0px solid;
	border-bottom: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;

}

.MainMenu_MenuIcon {
	cursor: pointer;
	cursor: hand;
	font-family: Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	background-color: #0054A6;
	border-left: #0054A6 1px solid;
	border-right: #0054A6 0px solid;
	border-bottom: #0054A6 1px solid;
	border-top: #0054A6 1px solid;
	width: 1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}	
.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0054A6;
	border-bottom: #0054A6 1px solid;
	border-left: #0054A6 1px solid;
	border-top: #0054A6 1px solid;
	border-right: #0054A6 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#0054A6, Direction=180, Strength=0);
	margin-left: 1px;
	padding: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.MainMenu_MenuBreak {
	width: 40px;
	border: 0;
}

.MainMenu_MenuItemSel {
	background-color: #4C98BB; 
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	font-weight: bold; 
	padding-right: 0px;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 9pt; 
	color: Black; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 9pt; 
	cursor: pointer; 
	cursor: hand;
}


/* Width of Skin - Applied to underlying table with minimum width applied */
.MainTable {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	width: 770px;
	background-color: #FFFFFF;
}


/* Body style - no background color or images */
body {
	background-color: #FFFFFF;
}


/* Breadcrumb*/
.Breadcrumb {
	text-align: left;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #0054A6;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: normal;
	text-decoration:none;
}
A.Breadcrumb:link,A.Breadcrumb:visited,A.Breadcrumb:active {
	text-align: left;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #0054A6;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: normal;
	text-decoration:underline;
}

A.Breadcrumb:hover { 
	text-align: left;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #0054A6;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	text-decoration: underline;
}


/* Paragraph Styles */
p { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: normal; color: #000000; }


/* Copyright text syle */
.Copyright {
	font-size:8pt;
	font-weight:normal;
	font-family:Arial, Helvetica;
	color:#FFFFFF;
	text-decoration:none;
	text-align: center;
	vertical-align: middle;
}
A.Copyright:link,A.Copyright:visited,A.Copyright:active {
	font-size:8pt;
	font-weight:normal;
	font-family:Arial, Helvetica;
	color:#FFFFFF;
	text-decoration:underline;
	text-align: center;
	vertical-align: middle;
}
A.Copyright:hover {
	font-size:8pt;
	font-weight:normal;
	font-family:Arial, Helvetica;
	color:#FFFFFF;
	text-decoration:underline;
	text-align: center;
	vertical-align: middle;
}


/* Register text syle */

.Register,A.Register:link,A.Register:visited,A.Register:active {
	font-size:8pt;
	font-weight:normal;
	font-family:Arial, Helvetica;
	color:#0054A6;
	text-align:center;
	vertical-align:middle;
	padding-right:4px;
	text-decoration:underline;
	padding-left: 4px;
}

A.Register:hover {
	font-size:8pt;
	font-weight:normal;
	font-family:Arial, Helvetica;
	color:#0054A6;
	text-align:center;
	vertical-align:middle;
	padding-right:4px;
	text-decoration:underline;
	padding-left: 4px;

}

/* Login text syle */

.Login,A.Login:link,A.Login:visited,A.Login:active {
	font-size:8pt;
	font-weight:normal;
	font-family:Arial, Helvetica;
	color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
}

A.Login:hover {
	font-size:8pt;
	font-weight:normal;
	font-family:Arial, Helvetica;
	color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
	text-decoration:underline;
}


/* Search */

.Search {
	font-size:8pt;
	font-weight:normal;
	font-family:Arial, Helvetica;
	color:#FFFFFF;
	text-align:left;
	vertical-align:middle;
	padding-left:4px;
	text-decoration:none;
}


/* Footer style */
.Footer {
	font-size:8pt;
	font-weight:normal;
	font-family:Arial, Helvetica;
	color:#FFFFFF;
	text-decoration:none;
	vertical-align: middle;
}
A.Footer:link,A.Footer:visited,A.Footer:active {
	font-size:8pt;
	font-weight:normal;
	font-family:Arial, Helvetica;
	color:#FFFFFF;
	text-decoration:underline;
	vertical-align: middle;
}

A.Footer:hover {
	font-size:8pt;
	font-weight:normal;
	font-family:Arial, Helvetica;
	color:#FFFFFF;
	text-decoration:underline;
	vertical-align: middle;
	text-decoration:underline;
}


/* Default link syle */
a:link,a:visited,a:active { font-family: Arial, Helvetica; font-size: 9pt; color: #009ddc; text-decoration: underline; }
a:hover { font-family: Arial, Helvetica; font-size: 9pt; color: #009ddc; text-decoration: underline; }


/* Default container title syle */
.Head { font-family: Arial, Helvetica; font-size: 11pt; font-weight: bold; color: #000000; }


/* Normal Text Box */
.NormalTextBox {
	font-family: Arial, Helvetica;
	font-size: 9pt;
	color: #000000;
	font-weight: normal;
	vertical-align: middle;
}

/* Normal Text Color Classes */

/* Normal text classes */
.Normal {
	font-family: Arial, Helvetica;
	font-size: 9pt;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	line-height: 12pt;
}

td {
	font-family: Arial, Helvetica;
	font-size: 9pt;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	line-height: 12pt;
}
A.Normal:link,A.Normal:visited,A.Normal:active { font-family: Arial, Helvetica; font-size: 9pt; color: #0054A6; font-weight: normal; text-decoration: underline; }
A.Normal:hover { font-family: Arial, Helvetica; font-size: 9pt; color: #0054A6; font-weight: normal; text-decoration: underline; }


/* NormalWhite */
.NormalWhite { font-family: Arial, Helvetica; font-size: 8.5pt; color: #FFFFFF; font-weight: normal; text-decoration: none; }
A.NormalWhite:link,A.NormalWhite:visited,A.NormalWhite:active { font-family: Arial, Helvetica; font-size: 8.5pt; color: #FFFFFF; font-weight: normal; text-decoration: none; }
A.NormalWhite:hover { font-family: Arial, Helvetica; font-size: 8.5pt; color: #FFCC00; font-weight: normal; text-decoration: none; }

/* NormalBeige */
.NormalBeige { font-family: Arial, Helvetica; font-size: 8.5pt; color: #EDE2CB; font-weight: normal; text-decoration: none; }
A.NormalBeige:link,A.NormalBeige:visited,A.NormalBeige:active,A.NormalBeige:hover { font-family: Arial, Helvetica; font-size: 8.5pt; color: #EDE2CB; font-weight: normal; text-decoration: underline; }

/* NormalTeal */
.NormalTeal { font-family: Arial, Helvetica; font-size: 8.5pt; color: #147D87; font-weight: normal; text-decoration: none; }
A.NormalTeal:link,A.NormalTeal:visited,A.NormalTeal:active,A.NormalTeal:hover { font-family: Arial, Helvetica; font-size: 8.5pt; color: #147D87; font-weight: normal; text-decoration: underline; }

/* NormalBlue */
.NormalBlue { font-family: Arial, Helvetica; font-size: 9pt; color: #009DDC; font-weight: normal; text-decoration: none; }
A.NormalBlue:link,A.NormalBlue:visited,A.NormalBlue:active { font-family: Arial, Helvetica; font-size: 9pt; color: #009DDC; font-weight: normal; text-decoration: underline; }
A.NormalBlue:hover { font-family: Arial, Helvetica; font-size: 9pt; color: #009DDC; font-weight: normal; text-decoration: underline; }

/* NormalBlueBold */
.NormalBlueBold { font-family: Arial, Helvetica; font-size: 8.5pt; color: #009DDC; font-weight: bold; text-decoration: none; }
A.NormalBlueBold:link,A.NormalBlueBold:visited,A.NormalBlueBold:active,A.NormalBlueBold:hover { font-family: Arial, Helvetica; font-size: 8.5pt; color: #009DDC; font-weight: bold; text-decoration: underline; }

/* Normal Bold Text Color Classes */

/* NormalBold */
.NormalBold { font-family: Arial, Helvetica; font-size: 9pt; color: #000000; font-weight: bold; text-decoration: none; }
A.NormalBold:link,A.NormalBold:visited,A.NormalBold:active,A.NormalBold:hover { font-family: Arial, Helvetica; font-size: 8.5pt; color: #000000; font-weight: normal; text-decoration: underline; }

/* BlackBold */
.BlackBold { font-family: Arial, Helvetica; font-size: 8.5pt; color: #000000; font-weight: bold; text-decoration: none; }
A.BlackBold:link,A.BlackBold:visited,A.BlackBold:active,A.BlackBold:hover { font-family: Arial, Helvetica; font-size: 8.5pt; color: #000000; font-weight: bold; text-decoration: underline; }


/* Subhead Text Color Classes */

/* SubHead - Admin Pane Titles */
.SubHead { font-family: Arial, Helvetica; font-size: 11pt; color: #000000; font-weight: bold; text-decoration: none; }
A.SubHead:link,A.SubHead:visited,A.SubHead:hover,A.SubHead:active { font-family: Arial, Helvetica; font-size: 11pt; color: #000000; font-weight: bold; text-decoration: underline; }


/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead { font-family: Arial, Helvetica; font-size: 9pt; color: #0054A6; font-weight: bold; text-decoration: none; }
A.SubSubHead:link,A.SubSubHead:visited,A.SubSubHead:hover,A.SubSubHead:active { font-family: Arial, Helvetica; font-size: 9pt; color: #0054A6; font-weight: bold; text-decoration: underline; }


/* text style for skin objects */
.SkinObject { font-family: Arial, Helvetica; font-size: 9pt; color: #FFFFFF; font-weight: normal; text-decoration: none; }
A.SkinObject:link,A.SkinObject:visited,A.SkinObject:active,A.SkinObject:hover { font-family: Arial, Helvetica; font-size: 8.5pt; color: #FFFFFF; font-weight: normal; text-decoration: underline; }


/* H1 */
h1 { font-family: Arial, Helvetica, sans-serif; font-size: 16pt; font-weight: bold; color: #0054A6; }
A.h1:link,A.h1:visited,A.h1:hover,A.h1:active { font-family: Arial, Helvetica, sans-serif; font-size: 16pt; font-weight: bold; color: #FFFFFF; text-decoration: underline; }

/* H2 */
h2 { font-family: Arial, Helvetica, sans-serif; font-size: 15pt; font-weight: bold; color: #0054A6; }
A.h2:link,A.h2:visited,A.h2:hover,A.h2:active { font-family: Arial, Helvetica, sans-serif; font-size: 15pt; font-weight: bold; color: #FFFFFF; text-decoration: underline; }

/* H3 */
h3 { font-family: Arial, Helvetica, sans-serif; font-size: 13pt; font-weight: bold; color: #0054A6; }
A.h3:link,A.h3:visited,A.h3:hover,A.h3:active { font-family: Arial, Helvetica, sans-serif; font-size: 13pt; font-weight: bold; color: #FFFFFF; text-decoration: underline; }

/* H4 */
h4 { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; color: #0054A6; }
A.h4:link,A.h4:visited,A.h4:hover,A.h4:active { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; color: #FFFFFF; text-decoration: underline; }

/* H6 */
h6 { font-family: Arial, Helvetica, sans-serif; font-size: 11pt; font-weight: normal; color: #0054A6; }
A.h6:link,A.h6:visited,A.h6:hover,A.h6:active { font-family: Arial, Helvetica, sans-serif; font-size: 11pt; font-weight: normal; color: #FFFFFF; text-decoration: underline; }
 
 
/* Admin link styles */
A.CommandButton:link,A.CommandButton:visited,A.CommandButton:active { font-family: Arial, Helvetica; font-size: 9pt; color: #009ddc; font-weight: normal; text-decoration: underline; }
A.CommandButton:hover { font-family: Arial, Helvetica; font-size: 9pt; color: #009ddc; font-weight: normal; text-decoration: underline; }


/* TH styles */

TH  { font-family: Arial, Helvetica; font-size: 9pt; color: #0054A6; font-weight: normal; text-decoration: none; }


/* Button style for standard HTML buttons */
.StandardButton, A.StandardButton:link, A.StandardButton:visited, A.StandardButton:active {
  background: #0054A6 none; 
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}

A.StandardButton:hover {
  background: #2F414F none; 
  color: #0054A6;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.LogoTable {
	width: 100%;
}
.RightPaneBG {
	width: 205px;
	vertical-align: top;
	text-align: left;
	height: 100%;
}

.RightPaneBGIP {
	width: 205px;
	vertical-align: top;
	text-align: left;
}
.TopLeftPaneBG {
	vertical-align: top;
	text-align: left;
	height: 100%;
}
.LeftTable {
	width: 100%;
}
.LoginPane {
	vertical-align: middle;
	text-align: right;
	padding-right: 10px;
	font: 8.5pt Arial, Helvetica, sans-serif;
	color: #FF0000;
}
.LogoPane {
	width: 307px;
	height: 91px;
	vertical-align: top;
	text-align: left;
}
.TaglinePane {
	height: 91px;
	background-image: url('images/NorthpointTagline.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
.TopLeftPane{
	height: 25px;
	vertical-align: middle;
	text-align: right;
	background-color: #0054A6;
	width: 100%;
}
.RightColTable {
	width: 100%;
	height: 100%;
}
.RightColTableIP {
	width: 100%;
}
.RightPane1 {
	background-color: #147D87;
	vertical-align: middle;
	text-align: left;
	height: 25px;
	width: 205px;
}
.RightPane2 {
	background-color: #7C925B;
	vertical-align: middle;
	text-align: left;
	height: 25px;
	width: 205px;
}
.RightPane3 {
	background-color: #EDE2CB;
	vertical-align: top;
	text-align: center;
	border-bottom: 19px solid #6D5E43;
	width: 205px;
}
.RightPane3IP {
	background-color: #EDE2CB;
	vertical-align: top;
	text-align: center;
	width: 205px;
}
.DatePane {
	vertical-align: bottom;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 8px;
	height: 28px;
	font: normal 8pt Arial, Helvetica, sans-serif;
	color: #695936;
	width: 205px;
}

.DatePaneIP {
	vertical-align: bottom;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 8px;
	height: 16px;
	font: normal 8pt Arial, Helvetica, sans-serif;
	color: #695936;
}
.ContentTable {
	width: 100%;
	height: 100%;
}
.SpacerTable {
	width: 100%;
	height: 20px;
}
.NavPane {
	text-align: left;
	vertical-align: top;
	width: 154px;
	background-color: #0054A6;
	border-top: 19px solid #000000;
}
.PhotoPane {
	text-align: left;
	vertical-align: top;
	width: 100%;
	padding-right: 1px;
	height: 0px;
}
.PhotoPaneIP {
	text-align: left;
	vertical-align: top;
	width: 195px;
}
.ContentPane {
	text-align: left;
	vertical-align: top;
	width: 100%;
	padding-right: 4px;
	padding-top: 4px;
}
.ContentPaneIP {
	text-align: left;
	vertical-align: top;
	width: 100%;
	padding-right: 4px;
	padding-left: 4px;
}
.FooterTable {
	background: #000000;
	width: 100%;
	height: 19px;
}
.SubNavPane {
	background: #0054A6;
	width: 154px;
}
.FooterPane {
	text-align: right;
	vertical-align: middle;
	font: normal 8.5pt Arial, Helvetica, sans-serif;
	color: #FF0000;
	padding-right: 10px;
	width: 100%;
}
.CaptionPane {
	text-align: left;
	vertical-align: top;
	width: 195px;
	background: #ffffff;
}


