.ControlPanel, .PagingTable {
    width: 800;
    height: 64px;
    background-color: #43443C;
    BORDER-RIGHT: #000000 1px solid; 
    BORDER-TOP: #000000 1px solid; 
    BORDER-LEFT: #000000 1px solid; 
    BORDER-BOTTOM: #000000 1px solid; 
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #1C1A0F;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#1C1A0F;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#1C1A0F;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#1C1A0F;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#1C1A0F;
}

/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #1C1A0F;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #1C1A0F;
}

/* 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: #1C1A0F;
}

/* 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:#1C1A0F;
}

/* 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;
}
/* 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:#1C1A0F;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color:#1C1A0F;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #1C1A0F;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 11px;
	background: #898976;
	color: #CCC8B0;
	font-family: Verdana, sans-serif;
}

    
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #1C1A0F;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #1C1A0F;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color:#1C1A0F;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #1C1A0F;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #1C1A0F;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #1C1A0F;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #1C1A0F;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #1C1A0F;
}

A:link  {
    text-decoration:    none;
    color: #1C1A0F;
}

A:visited   {
    text-decoration:    none;
    color: #1C1A0F;
}

A:active    {
    text-decoration:    none;
    color: #1C1A0F;
}

A:hover {
    text-decoration:    underline;
    color:  #ff0000;
}

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: dimgrey;
    height:1pt;
    text-align:left
}
/**/
body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #43443C;
}
.BusinessCO_logobg{
	background-image: url(BusinessCO_logobg.jpg);
	background-repeat: repeat-x;
	height: 96px;
}
.BusinessCO_bannerbg{
	background-image: url(BusinessCO_bannerbg.jpg);
	background-repeat: repeat-x;
	height: 213px;
}
.BusinessCO_bannerpic{
	background-image: url(BusinessCO_bannerpic.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	width: 726px;
	height: 213px;
}
.BusinessCO_menubg{
	background-image: url(BusinessCO_menubg.jpg);
	background-repeat: repeat-x;
	height: 34px;
}
.BusinessCO_bottombg{
	background-image: url(BusinessCO_bottombg.jpg);
	background-repeat: repeat-x;
	height: 48px;
}
/**/
.bannerpane{
	padding: 0px;
}
.toppane{
	padding: 0px;
}
.leftpane{
	padding: 0px;
}
.contentpane{
	padding:0px;
}
.centerpane{
	padding: 0px;
}
.rightpane{
	padding:0px;
}
.bottompane{
	padding: 0px;
}
.bottom01pane{
	padding: 0px;
}
/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {

}

.ModuleTitle_MenuBar {
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: hand; 
	color: #CAC7B1; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal; 
	border-left: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuIcon {
	cursor: hand; 
	background-color:#2B0E00; 
	text-align: center; 
	width: 15; 
	height: 23;
	color: #CAC7B1;
	border-left: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_SubMenu {
	 border-bottom: #000000   1px solid; 
	border-left: #000000  1px solid; 
	border-top: #000000   1px solid;  
	border-right: #000000   1px solid; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	color: #CAC7B1;
	background-color:#2B0E00; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray' , Direction=135, Strength=3);
}

.ModuleTitle_MenuBreak {
	border-bottom: #FFFFFF 0px solid; 
	border-left: white 0px solid; 
	border-top: #FFFFFF 0px solid;  
	border-right: #FFFFFF 0px solid; 
	background-color:#2B0E00;
	height: 1px;
	color: #CAC7B1;
}

.ModuleTitle_MenuItemSel {
	background-color: #5A4513;
	cursor: hand; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal;
	height:23px;
	color: #CAC7B1;
}

.ModuleTitle_MenuArrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer {	
	background-color: Transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:23px;
}
.RootItem TD{
	background-color: transparent;
	font-family: tahoma;
	background-image: url(BusinessCO_menu_linksbg.jpg);
	background-repeat: no-repeat;
	color: #CAC7B1;
	width: 134x;
	height: 34px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 30px;
	padding-right: 20px;
}
.RootItemActive TD{
	background-color: transparent;
	font-family: tahoma;
	background-image: url(BusinessCO_menu_hoverbg.jpg);
	background-repeat: no-repeat;
	color: #CAC7B1;
	background-position: top;
	width: 100%;
	height: 34px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 30px;
	padding-right: 0px;
}
.RootItemSelected TD{
	background-color: transparent;
	font-family: tahoma;
	background-image: url(BusinessCO_menu_hoverbg.jpg);
	background-repeat: no-repeat;
	color: #CAC7B1;
	width: 100%;
	height: 34px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 30px;
	padding-right: 20px;
}
.RootItemBreadCrumb TD{
	background-color: transparent;
	font-family: tahoma;
	background-image: url(BusinessCO_menu_hoverbg.jpg);
	background-repeat: no-repeat;
	color: #CAC7B1;
	background-position: top;
	width: 134px;
	height: 34px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 30px;
	padding-right: 0px;
}
.MainMenu_MenuItem {
	cursor: hand; 
	color: #CAC7B1; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal; 
	border-left: #FFFFFF 0px solid; 
	border-bottom: #3BA5BF 0px solid; 
	border-top: #3BA5BF 0px solid; 
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color:#2B0E00; 
	border-left: #3BA5BF 0px solid; 
	border-bottom: #3BA5BF 0px solid; 
	border-top: #3BA5BF 0px solid; 
	text-align: center; 
	width: 15; 
	height: 20;
}
.MainMenu_SubMenu {
	border-bottom: #000000  1px solid; 
	border-left: #000000  1px solid; 
	border-top: #000000  1px solid;  
	border-right: #000000  1px solid; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #2B0E00; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray' , Direction=135, Strength=2);
}
.MainMenu_MenuBreak {
	border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	border-top: transparent 0px solid;  
	border-right: transparent 0px solid; 
	background-color: #2B0E00; 
	height: 0px;
}
.MainMenu_MenuItemSel {
	background-color: #5A4513;
	cursor: hand; 
	color: #CAC7B1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal;
	height:20px;
}
.MainMenu_MenuArrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #3BA5BF 0px solid; 
	border-bottom: #3BA5BF 0px solid; 
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.Main {
	border-right:  #AAAAAA 1px solid; 
	border-left:  #AAAAAA 1px solid; 
}
/**/
.user{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#DEDEDE;
}
a.user:link{
   font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#DEDEDE;
	text-decoration: none;
	}
a.user:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#DEDEDE;
	text-decoration: underline;
}
a.user:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#DEDEDE;
	text-decoration: underline;
}
a.user:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#DEDEDE;
	text-decoration: underline;
}
.login{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color:#DEDEDE;
}
A.login:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#DEDEDE;
	text-decoration: none;
}
A.login:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DEDEDE;
	text-decoration: underline;
}
A.login:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DEDEDE;
   text-decoration: underline;
}
A.login:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#DEDEDE;
	text-decoration: underline;
}
.copyright{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color:#C1C1C1;
}
a.copyright:link{
	font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color:#C1C1C1;
   text-decoration: none;
}
a.copyright:visited{
	font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color:#C1C1C1;
   text-decoration: none;
}
a.copyright:hover{
	font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color:#C1C1C1;
   text-decoration: underline;
}
a.copyright:active{
	font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color:#C1C1C1;
   text-decoration: none;
}
.privacy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#C1C1C1;
}
a.privacy:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#C1C1C1;
	text-decoration: none;
}
a.privacy:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#C1C1C1;
	text-decoration: none;
}
a.privacy:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#C1C1C1;
	text-decoration: underline;
}
a.privacy:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#C1C1C1;
	text-decoration: none;
}
.terms{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color:#C1C1C1;
}
a.terms:link{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color:#C1C1C1;
    text-decoration: none;
}

a.terms:visited{
	font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color:#C1C1C1;
   text-decoration: none;
}
a.terms:hover{
	font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color:#C1C1C1;
   text-decoration: underline;
}
a.terms:active{
	font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color:#AF8D8B;
   text-decoration: none;
}
 /**/
.font01{
 	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #252419;
 }
.font02{
 	font-family: tahoma;
	font-size: 11px;
	color: #252419;
 }
.font03{
 	font-family: tahoma;
	font-size: 11px;
	color: #7B8303;
 }
A.font03:link{
 	font-family: tahoma;
	font-size: 11px;
	color: #7B8303;
	text-decoration: underline;
 }
 A.font03:visited{
 	font-family: tahoma;
	font-size: 11px;
	color: #7B8303;
	text-decoration: underline;
 }
 A.font03:hover{
 	font-family: tahoma;
	font-size: 11px;
	color: #7B8303;
	text-decoration: none;
 }
 .font04{
 	font-family: tahoma;
	font-size: 11px;
	color: #7B8303;
	font-weight: bold;
 }
A.font04:link{
 	font-family: tahoma;
	font-size: 11px;
	color: #7B8303;
	text-decoration: none;
	font-weight: bold;
 }
 A.font04:visited{
 	font-family: tahoma;
	font-size: 11px;
	color: #7B8303;
	text-decoration: none;
	font-weight: bold;
 }
 A.font04:hover{
 	font-family: tahoma;
	font-size: 11px;
	color: #7B8303;
	text-decoration: underline;
	font-weight: bold;
 }
 .font05{
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:  #1C1A0F;
 }
 .font06{
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:  #1C1A0F;
 }
 .font07{
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:  #4F7A0D;
 }


