body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    background-color: #c0c0c0;
}
.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    background-color: #Ffffff;
    BORDER-RIGHT: #3399CC 1px solid; 
    BORDER-TOP: #3399CC 1px solid; 
    BORDER-LEFT: #3399CC 1px solid; 
    BORDER-BOTTOM: #3399CC 1px solid; 
}
.SkinObject {
    font-weight: bold;
    font-size: 11px;
    color: #3399CC;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
A.SkinObject:link {
    text-decoration:    none;
    color:#3399CC;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#3399CC;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#3399CC;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#3399CC;
}
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #36637F;
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #36637F;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #cccccc;
}
/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
/* text style used for rendered text which should appear disabled */
.NormalDisabled{
    color: Silver;
}
/* text style used for rendered text which requires emphasis */
.NormalBold{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}
/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
.SearchTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

/* text style used for help text rendered by modules */
.Help{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Tahoma, Arial, Helvetica;
  background-color: #ffff99;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #3399CC;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #3399CC;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #3399CC;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color:#36637F;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #3399CC;
	color: #ffffff;
	font-family: Verdana, sans-serif;
}

    
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #3399CC;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #3399CC;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #3399CC;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #3399CC;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #3399CC;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #3399CC;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #3399CC;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #3399CC;
}

A:link  {
    text-decoration:    none;
    color:  #3399CC;
}

A:visited   {
    text-decoration:    none;
    color:  #3399CC;
}

A:active    {
    text-decoration:    none;
    color:  #3399CC;
}

A:hover {
    text-decoration:    underline;
    color: #3399CC;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: #3399CC;
    height:1pt;
    text-align:left
}
.logo{
	height: 60px;
	width: 537px;
}
.TopLinks{
	background-repeat: no-repeat;
	font-size:11px;
	color:#FFFFFF;
	height: 30px;
	width: 244px;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.TopLinks A:link{
	color:#FFFFFF;
	text-decoration:none;
	padding-bottom: 10px;
}
.TopLinks A:visited{
	color:#FFFFFF;
	text-decoration:none;
	padding-bottom: 10px;
}
.TopLinks A:active{
	color:#FFFFFF;
	text-decoration:none;
	padding-bottom: 10px;
}
.TopLinks A:hover{
	color:#FFFFFF;
	text-decoration:none;
	padding-bottom: 10px;
}
.businesstopbg{
   background-image: url('BUSINESSpic_01.gif');
	background-repeat: repeat-x;
	height: 73px	
}
.businessbg02{
   background-image: url('BUSINESSpic_02.gif');
	background-repeat: no-repeat;
	width: 139px;
	height: 44px
}
.businessbg03{
	background-image: url('BUSINESSpic_03.gif');
	background-repeat: no-repeat;
	width: 145px;
	height: 29px
}
.businessbg03 input{
	border: 1px solid #387d9c;
	heigh: 20pz;
	margin-bottom: 4px;
}

.businessbgmenu{
   background-image: url('BUSINESSpic_04.gif');
	background-repeat: repeat-x;
	height: 59px
}
.bottombox{
	background-image: url('BottomBox.jpg');
	background-repeat:  no-repeat;
	height: 73px;
	width:216px;
	color:#FFFFFF;
	font-size:12px
}
.bottomlinks{
	background-image: url('FooterRightBack.jpg');
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight:  bold;   
	height: 73px;
	width: 560px
}
A.BottomLinks:link {
	color: #606060; 
}

A.BottomLinks:visited  {
	color: #606060; 
}

A.BottomLinks:active   {
	color: #606060; 
}

/**/
.toppane{
	padding: 0px;
}
.topleftpane{
	background-image: url('HeaderLeftBack.jpg');
	padding: 5px
}
.toprightpane{
	background-image: url('HeaderRightBack.jpg');
	padding: 5px
}

.leftpane{
	padding: 0px;
	width: 436px;
	padding: 5px;
}
.contentpane{
	padding: 1px;
}
.bottompane{
	padding: 1px;
}
.rightpane{
	padding: 1px;
	width: 232px;
}
.login{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
}
A.login:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
	text-decoration: none;
}
A.login:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
	text-decoration: none;
}
A.login:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
   text-decoration: underline;
}
A.login:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
	text-decoration: none;
}
.user{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
.user A:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.user A:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.user A:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
   text-decoration: underline;
}
.user A:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.links{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
A.links:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
A.links:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
A.links:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
   text-decoration: underline;
}
A.links:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
.privacy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
}
A.privacy:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
	text-decoration: none;
}
A.privacy:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
	text-decoration: none;
}
A.privacy:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
   text-decoration: underline;
}
A.privacy:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
	text-decoration: none;
}
.terms{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
}
A.terms:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
	text-decoration: none;
}
A.terms:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
	text-decoration: none;
}
A.terms:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
   text-decoration: underline;
}
A.terms:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
	text-decoration: none;
}
.currentdate{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
	text-decoration: none;
}
.Breadcrumb{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
	text-decoration: none;
}
.Breadcrumbpane   {
	background-image: url('HeaderRightBack.jpg');
	font-size: 11px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px
}
A.breadcrumb:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
	text-decoration: none;
}
A.breadcrumb:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
	text-decoration: none;
}
A.breadcrumb:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
   text-decoration: underline;
}
A.breadcrumb:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
	text-decoration: none;
}
.copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
/**/
.language{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3893B1;
}
.SearchButton {
   background: transparent;
   padding: 0px 0px 12px 15px; 
   cursor: hand; 
   font-size:1px;
   margin: 0 0 0 0px;
}
 #dnn_dnnSEARCH_txtSearch { text-align: left; vertical-align: middle;  height:14px; background: transparent; width: 113px; color: #666666; padding: 2px 2px 2px 2px; border: 0px solid #FFFFFF; cursor:text; font-size: 10px;}
 /* Main Menu */

.MainMenu_MenuContainer {
	background-color: transparent; 
	width: 175px;
	padding-left: 20px;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:21px;
	background-color: white;
}
.MainMenu_MenuItem {
	border-left: #50BC6D 0px solid; 
	border-bottom: #50BC6D 0px solid; 
	border-top: #50BC6D 0px solid; 
	border-right: #50BC6D 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #173768; 
	font-family: Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
}
.MainMenu_MenuItem TD 
{
  text-align: left;
}
.MainMenu_MenuIcon {
	background-color: #E0E0E0;         /* Original color #50BC6D */
	border-left: #E0E0E0 1px solid; 
	border-bottom: #FE0E0E0 1px solid; 
	border-top: #E0E0E0 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu
{
	background-color: #EEEEEE; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	border-bottom: #CCCCCC 1px solid; 
	border-left: #CCCCCC 1px solid; 
	border-top: #CCCCCC 1px solid; 
	border-right: #CCCCCC 1px solid;
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #FFFFFF; 
	cursor: pointer; 
	cursor: hand; 
	color: #0E6726; 
	font-family: Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	border-right: #50BC6D 0px solid; 
	border-bottom: #50BC6D 0px solid; 
	border-top: #50BC6D 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.rootmenuitembreadcrumb TD
{
	border: 0px none;
	cursor: hand; 
	color: #333399;          /* this is the selected menu item */ 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold;             /* Font for Submenu items */
	background-color: #FFFFFF;
	height: 30px;
	background-image:url('BWP_mitemselbk.gif');
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px
}
.rootmenuitem TD
{
	cursor: pointer; 
	border:0px solid #50BC6D; cursor: hand; 
	color: #666666; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	height: 30px;
	background-image:url('BWP_mitembk.gif');
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px
}
.rootmenuitemselected TD
{
	background-color: #FFFFFF; 
	cursor: pointer; 
	cursor: hand; 
	color: #666666; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	height: 30px;
	background-image:url('BWP_mitemselbk.gif');
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px
}

/* END OF MENU */
.Main {
	border-right:  #B7BFC9 0px solid; 
	border-left: 0px solid #ff0000; 
}
/**/

.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:20px;
	background-color: transparent;
}
.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: none; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #58839F; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
}

.ModuleTitle_MenuIcon {
 cursor: pointer;
 cursor: hand; 
 background-color: #38ACC7; 
 border-left: #EEEEEE 0px solid; 
 border-bottom: #EEEEEE 0px solid; 
 border-top: #EEEEEE 0px solid; 
 border-bottom:  #EEEEEE 0px solid; 
 text-align: center; 
 width: 15px; 
 height: 20px; 
 color: #FFFfff;
 }
.ModuleTitle_MenuArrow{	
font-family: Arial, Helvetica, sans-serif;
font-size: 11px; 
cursor: pointer; 
cursor: hand; 
border-right: #FFFFFF 0px solid; 
border-bottom: #FFFFFF 0px solid; 
border-top: #FFFFFF 0px solid;
border-left:  #FFFFFF 0px solid;
}
.ModuleTitle_RootMenuArrow{
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px; 
cursor: pointer; 
cursor: hand;
}
.ModuleTitle_MenuBreak{
border-bottom: #EEEEEE 0px solid; 
border-left: #EEEEEE 0px solid; 
border-top: #EEEEEE 0px solid;  
border-right: #EEEEEE 0px solid; 
background-color: #58839F; 
height: 0px; 
color: #FFFfff;
}
.ModuleTitle_MenuItemSel { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px; 
font-weight: none; 
cursor: pointer; 
cursor: hand; 
color: #FFFfff; 
background: #38ACC7; 
padding: 0px; 
border: 0px none;
}


.PageTitle   {
	color: #dd3333;
	font-size: 20px; 
	font-weight: bold;
	border-left: 3px solid #dd3333;
	padding-left: 15px;
}
.PageTitlepane   {
	background-image: url('HeaderLeftBack.jpg');
	padding: 5px
}
A.Normal {
	font-size: 12px; 
	font-weight:  bold;   
}
.Sponsor{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight:  bold;   
	color: #606060; 
	padding: 5px;
}
.Sponsor A:link {
	color: #ff6600; 
}

.Sponsor A:visited  {
	color: #ff6600; 
}

.Sponsor A:active   {
	color: #ff6600; 
}
.bottomsection{
padding: 1px;
vertical-align:top;
width:130px;
}
.bottomheader {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
background-image: url('bottomheader.gif');
background-repeat:repeat-x;
background-color: #c0c0c0; 
width: 130px;
height: 30px;
padding-top: 5px;
padding-left: 3px;
border-right: 1px solid #909090;
border-left: 1px solid #909090;
margin: 5px
}
.bottomheader DIV{
margin-left: 5px;
padding-left: 10px;
}
.bottomtext{
font-size:10px;
border-right: 1px solid #909090;
padding: 4x;
height: 180px;
width: 120px;
vertical-align:top;
}
.bottomtextnb{
font-size:10px;
padding: 4x;
height: 180px;
width: 120px;
vertical-align:top;
}
