/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead
{
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
	border-left: #999999 0px solid; 
	border-bottom: #999999 1px solid; 
	border-top: #999999 1px solid; 
	border-right: #999999 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-size: 11pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
	z-index:99;
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
	background-color: #8da4d3; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}
.BCEC_Header 
{
    color: Black;
    background-color: white;  
    font-family:Arial;
    font-size: 12pt; 
    font-weight: bold; 
}

A.BCEC_Header:link,A.BCEC_Header:visited,A.BCEC_Header:active,A.BCEC_Header:hover
{
    color: Black;
    background-color: white;  
    font-family:Arial;
    font-size: 12pt; 
    font-weight: bold;
    text-decoration:none;
}

A.BCEC_SmallHeader:link,A.BCEC_SmallHeader:visited,A.BCEC_SmallHeader:active,A.BCEC_SmallHeader:hover
{
color: Black;
    background-color: white;  
    font-family: "Arial";
    font-size: 10pt; 
    font-weight: bold; 
    text-decoration:none;
}
.BCEC_HeaderLine
{
    color: Black;
    background-color: white;  
    font-family: "Arial";
    font-size: 12pt; 
    font-weight: bold; 
    text-decoration:underline;
}
.BCEC_SmallHeader 
{
	color: Black;
    background-color: white;  
    font-family: "Arial";
    font-size: 10pt; 
    font-weight: bold; 
}
.BCEC_Announcement 
{
    color: #003366;
    background-color: white;  
    font-family: "Arial";
    font-size: 10pt; 
    font-weight: bold; 
}
.BCEC_Body 
{
	color: Black;
    background-color: white;  
    font-family: "Arial";
    font-size: 10pt; 
}

.BCEC_Error
{
	color: Red;
    font-family: "Arial";
    font-size: 10pt; 
font-weight: bold;
}
A.BCEC_Body, A.BCEC_Body:link, A.BCEC_Body:visited
{
    color :Blue;
    background-color: white;  
    text-decoration:underline; 
    font-size: 10pt; 
}
A.BCEC_Body:hover
{
	color :Blue;
    background-color: white; 
 text-decoration:underline;  
    font-size: 10pt; 	
}
.BCEC_QuickBox 
{
	color: black;
    background-color: #FFFFFF;  
    font-family: "Arial";
    font-size: 10pt; 
    font-weight: normal; 
    border-bottom: #008F82 1px solid; 
    border-top: #008F82 1px solid; 
    border-left: #008F82 1px solid; 
    border-right: #008F82 1px solid;
}
.BCEC_QuickBoxLink 
{
	font-family: "Arial";
    font-size: 10pt; 
    text-decoration:underline; 
}

A.BCEC_QuickBoxLink, A.BCEC_QuickBoxLink:link, A.BCEC_QuickBoxLink:visited
{
    color :blue;
    background-color:#FFFFFF;    
    text-decoration:underline; 
}
A.BCEC_QuickBoxLink:hover
{
	color :Blue;
    background-color:#FFFFFF;  
 text-decoration:underline;  	
}
.BCEC_QuickBoxTitle 
{
	color: #FFFFFF;
    background-color: #ff6633;  
    font-family: "Arial";
    font-size: 10pt; 
    font-weight: bold; 
}
.BCEC_NavBoxOrange
{
	color: #ff6633;  
    background-color: #FFFFFF;
    font-family: "Arial";
    font-size: 8pt; 
    border-bottom: #ff6633 1px solid; 
    border-top: #ff6633 1px solid; 
    border-left: #ff6633 1px solid; 
    border-right: #ff6633 1px solid;
    
}
.BCEC_NavBoxGray
{
	color:Blue;  
    background-color: #F8F8F8;
    font-family: "Arial";
    font-size: 10pt; 
   
    
}
.BCEC_LeftBoxLink 
{
	font-family: "Arial";
    font-size: 10pt; 
    text-decoration:underline; 
}

A.BCEC_LeftBoxLink, A.BCEC_LeftBoxLink:link, A.BCEC_LeftBoxLink:visited
{
    color :blue;
     background-color:#F8F8F8;
    text-decoration:underline; 
}
A.BCEC_LeftBoxLink:hover
{
	color :Blue;
    background-color:#F8F8F8;
 text-decoration:underline;  	
}
.BCEC_ContentLink 
{
	color: Black;
    background-color: white;  
    font-family: "Arial";
    font-size: 10pt; 
}
A.BCEC_ContentLink, A.BCEC_ContentLink:link, A.BCEC_ContentLink:visited
{
    color :Blue;
    background-color: white;  
    text-decoration:underline; 
}
A.BCEC_ContentLink:hover
{
	color :Blue;
    background-color: white; 
  text-decoration :underline;  	
}
.glossary
{
	font-family: Arial;
    font-size: 12px;     
}

A:link, A:visited, A:active, A:hover  
{
font-family: Arial;
font-size: 10pt;
font-weight: normal;
text-decoration: underline;
color: #0000FF;     
}

.BCEC_BodyCat 
{
	color: black;
    font-family: "Arial";
    font-size: 10pt; 
}

.profileLabel {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align:right;

}
.profileHeader {
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
}

.profileSubHeader {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
}

.profileNormalText {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}


.prefixLabel {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align:right;

}
.prefixHeader {
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
}

.prefixSubHeader {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
}

.prefixNormalText {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.PCInitAppLabel {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align:right;

}
.PCInitAppHeader {
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
}

.PCInitAppSubHeader {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
}

.PCInitAppNormalText {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.PCInitAppLabel {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align:right;

}
.PCInitAppHeader {

font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
}

.PCInitAppSubHeader {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
}

.PCInitAppNormalText {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.PCInitAppSmallText {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}

.BCEC_Error
{
	color: Red;
    font-family: "Arial";
    font-size: 10pt; 
font-weight: bold;
}

A.BCEC_Link8, A.BCEC_Link8:link, A.BCEC_Link8:visited
{
      color :Blue;
    font-family: Arial;
    font-size: 8pt; 
   text-decoration:underline; 
}
A.BCEC_Link8:hover
{
  color :Blue;
    font-family: Arial;
    font-size: 8pt; 
   text-decoration:underline; 	
}

A.BCEC_Link10, A.BCEC_Link10:link, A.BCEC_Link10:visited
{
      color :Blue;
    font-family: Arial;
    font-size: 10pt; 
   text-decoration:underline; 
}
A.BCEC_Link10:hover
{
  color :Blue;
    font-family: Arial;
    font-size: 10pt; 
   text-decoration:underline; 	
}

A.BCEC_Link12, A.BCEC_Link12:link, A.BCEC_Link12:visited
{
      color :Blue;
    font-family: Arial;
    font-size: 12pt; 
   text-decoration:underline; 
}
A.BCEC_Link12:hover
{
  color :Blue;
    font-family: Arial;
    font-size: 12pt; 
   text-decoration:underline; 	
}

div#prefix1
{
}

div#prefix2
{
display: none;
}

div#prefix3
{
display: none;
}

div#prefix4
{
display: none;
}

div#prefix5
{
display: none;
}

div#prefix6
{
display: none;
}

div#prefix7
{
display: none;
}

div#prefix8
{
display: none;
}

div#prefix9
{
display: none;
}

div#prefix10
{
display: none;
}

A.pc_logout:link,A.pc_logout:visited,A.pc_logout:active,A.pc_logout:hover
{
	color: #ff6633;    
    font-family: "Arial";
    font-size: 10pt;     
}

.bcec_body_orange
{
color:#ff6633;
font-family:arial;
font-size:10pt;
}

.SiteMapItem0 
{
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top:20px;
}

.SiteMapHdr0
{
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top:20px;
}

.SiteMapItemMouseOver0
{
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top:20px;
}

.SiteMapItem1
{
	padding-left: 25px;
	padding-bottom: 5px;
}

.SiteMapHdr1
{
	padding-left: 25px;
	padding-bottom: 5px;
}

.SiteMapItemMouseOver1
{
	padding-left: 25px;
	padding-bottom: 5px;
}

.SiteMapItem2
{	
	padding-left: 45px;
	padding-bottom: 5px;
}

.SiteMapHdr2
{
	padding-left: 45px;
	padding-bottom: 5px;
}

.SiteMapItemMouseOver2
{
	padding-left: 45px;
	padding-bottom: 5px;
}

.SiteMapItem0 A, .SiteMapItem0 A:link, .SiteMapItem0 A:visited
{
	font-family: Arial;
    font-size:  9pt;
    font-weight: bold;
    color: #000000;
	text-decoration:none;
}

.SiteMapItem1 A, .SiteMapItem1 A:link, .SiteMapItem1 A:visited
{
	font-family: Arial;
    font-size:  9pt;
    font-weight: normal;
    color: #000000;
	text-decoration:none;
}

.SiteMapItem2 A, .SiteMapItem2 A:link, .SiteMapItem2 A:visited
{
	font-family: Arial;
    font-size:  9pt;
    font-weight: normal;
    color: #000000;
	text-decoration:none;
}

.SiteMapHdr0 A, .SiteMapHdr0 A:link, .SiteMapHdr0 A:visited
{
	font-family: Arial;
	font-size:  9pt;
    font-weight: bold;
    color: #000000;
	text-decoration:none;
}

.SiteMapHdr1 A, .SiteMapHdr1 A:link, .SiteMapHdr1 A:visited
{
	font-family: Arial;
    font-size:  9pt;
    font-weight: normal;
    color: #000000;
	text-decoration:none;
}

.SiteMapHdr2 A, .SiteMapHdr2 A:link, .SiteMapHdr2 A:visited
{
	font-family: Arial;
    font-size:  9pt;
    font-weight: normal;
    color: #000000;
	text-decoration:none;
}

.SiteMapItemMouseOver0 A, .SiteMapItemMouseOver0 A:link, .SiteMapItemMouseOver0 A:visited
{
	font-family: Arial;
    font-size:  9pt;
    font-weight: bold;
    color: #0000FF;
	text-decoration:none;
}

.SiteMapItemMouseOver1 A, .SiteMapItemMouseOver1 A:link, .SiteMapItemMouseOver1 A:visited
{
	font-family: Arial;
    font-size:  9pt;
    font-weight: normal;
    color: #0000FF;
	text-decoration:none;
}

.profileLabel {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align:right;

}
.profileHeader {
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
}

.profileSubHeader {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
}

.profileNormalText {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.BCEC_Error
{
	color: Red;
    font-family: "Arial";
    font-size: 10pt; 
font-weight: bold;
}

.BCEC_ContentSmall
{
	color: Black; 
    font-family: "Arial";
    font-size: 8pt; 
}

.BCEC_ContentSmallRight
{
	color: Black; 
    font-family: "Arial";
    font-size: 8pt; 
	text-align: right;
}

.BCEC_ContentSmallRightBold
{
	color: Black; 
    font-family: "Arial";
    font-size: 8pt; 
	text-align: right;
	font-weight:bold;
}



.SiteMapItemMouseOver2 A, .SiteMapItemMouseOver2 A:link, .SiteMapItemMouseOver2 A:visited
{
	font-family: Arial;
    font-size:  9pt;
    font-weight: normal;
    color: #0000FF;
	text-decoration:none;
}

LI.newsletter {  color:#ff6600; } 
 
LI.newsletter SPAN {  color:black; }

A.BCEC_rightnavspec, A.BCEC_rightnavspec:link, A.BCEC_rightnavspec:visited, A.BCEC_rightnavspec:hover
{
    font-family: "Arial";
    font-size: 10pt; 
    text-decoration:none; 
}

.BCEC_upcplusbody
{
	color: Black;
    background-color: white;  
    font-family: "Arial";
    font-size: 9pt; 
}

.GTINInitAppLabel {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align:right;

}
.GTINInitAppHeader {

font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
}

.GTINInitAppSubHeader {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
}

.GTINInitAppNormalText {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.GTINInitAppSmallText {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}

.GTINInitAppBarcodesWarningHeader
{
font-size:12.0pt;
font-family:Arial;
color:#333399;
font-weight:bold
}

.GTINInitAppBarcodesWarningSubHeader
{
font-size:11.0pt;
font-family:Arial;
color:#333399;
font-weight:bold
}

.GTINInitAppBarcodesWarning
{
font-size:10.0pt;
font-family:Arial;
color:#333399;
}

.GTINInitAppBarcodesWarningBold
{
font-size:10.0pt;
font-family:Arial;
color:#333399;
font-weight:bold
}


