/* Menu-Styles */
.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    background-color: #FFFFFF;
    BORDER-RIGHT: #A8ABB2 1px solid; 
    BORDER-TOP: #A8ABB2 1px solid; 
    BORDER-LEFT: #A8ABB2 1px solid; 
    BORDER-BOTTOM: #A8ABB2 1px solid; 
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #808F9A;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#808F9A;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#808F9A;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#808F9A;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#CE7440;
}

/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight: normal;
    color: #808F9A;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #808F9A;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  x-small;
    font-weight:    bold;
    color: #808F9A;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: small;
    _font-size: x-small;
    font-weight: normal;
    color: #000;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color:#808F9A;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
	color:#808F9A;
}

/* 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;
	 color:#808F9A;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color:#808F9A;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color:#808F9A;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #808F9A;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #CE7440;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 11px;
	background:#E6E7EB;
	color: #535762;
	font-family: Verdana, sans-serif;
}

    
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  120%;
    _font-size:  100%;
    font-weight:    normal;
    color: #000;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  120%;
    _font-size:  100%;
    font-weight:    normal;
    color: #000;
}
H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  120%;
    font-weight:    normal;
    color:#808F9A;
}
H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #808F9A;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #808F9A;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #808F9A;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color:#808F9A;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #808F9A;
}
A:link  {
    text-decoration:    none;
    color: #B25923;
}
A:visited   {
    text-decoration:    none;
    color: #CAACAC;
}
A:active    {
    text-decoration:    none;
    color: #B25923;
}
A:hover {
    text-decoration:    underline;
    color:  #9F0404;
}
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: #696969;
    height:1pt;
    text-align:left
}
/**/
body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table, tr, td, p {
   font-size: small;
   _font-size: x-small;
   font-family: Arial, Helvetica, sans-serif;
   margin: 0px;
   padding: 0px;
}
/**/
.businessco07_banner01bg{
	background-image: url(businessco07_banner01bg.jpg);
	height: 163px;
	background-position: left;
	background-repeat: no-repeat;
}
.businessco07_bottomleftbg{
	background-image: url(businessco07_bottomleftbg.jpg);
	width: 5px;
	height: 39px;
	background-repeat: no-repeat;
}
.businessco07_bottomrightbg{
	background-image: url(businessco07_bottomrightbg.jpg);
	width: 4px;
	height: 39px;
	background-repeat: no-repeat;
}
.businessco07_bottombg{
	background-image: url(businessco07_bottombg.jpg);
	height: 39px;
	background-repeat: repeat-x;
}
.businessco07_loginbg{
	background-image: url(businessco07_loginbg.jpg);
	height: 37px;
	background-repeat: repeat-x;
}
.businessco07_menuleftbg{
	background-image: url(businessco07_menuleftbg.jpg);
	width: 5px;
	height: 36px;
	background-repeat: no-repeat;
}
.businessco07_menurightbg{
	background-image: url(businessco07_menurightbg.jpg);
	width: 6px;
	height: 36px;
	background-repeat: no-repeat;
}
.businessco07_menubg{
	background-image: url(businessco07_menubg.jpg);
	height: 36px;
	background-repeat: repeat-x;
}
/**/
.TopPane{
	padding: 2px 4px 2px 4px;
}
.TopPane02{
	padding: 18px 2px 2px 7px;
}
.LeftPane{
	padding: 2px 4px 2px 4px;
}
.LeftPane02{
	padding: 2px 4px 2px 7px;
}
.ContentPane{
	padding: 2px 4px 2px 4px;
}
.ContentPane1{
	padding: 0px;
}
.RightPane{
	padding: 18px 6px 2px 4px;
	width: 250px;
	border-style:inherit;
}
.RightPane02{
	padding: 2px 2px 2px 2px;
}
.BottomPane{
	padding: 2px 2px 2px 2px;
}
.BasePane{
	padding: 2px 2px 2px 2px;
}
/* Menu-Styles */
.ModuleTitle_MenuContainer {

}

.ModuleTitle_MenuBar {
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: hand; 
	color: #C9C7D2; 
	font-family: Tahoma, Arial, Helvetica; 
	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: #2E353F; 
	text-align: center; 
	width: 15; 
	height: 23;
	color: #C9C7D2;
	border-left: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_SubMenu {
	 border-bottom: #9C9C9C  1px solid; 
	border-left: #9C9C9C  1px solid; 
	border-top: #9C9C9C  1px solid;  
	border-right: #9C9C9C  1px solid; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	color: #C9C7D2;
	background-color: #2E353F; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray' , Direction=135, Strength=3);
}
.ModuleTitle_MenuBreak {
	border: solid 0px #ffffff; 
	background-color:#2E353F;
	height: 1px;
	color:#C9C7D2;
}
.ModuleTitle_MenuItemSel {
	background-color: #676E78;
	cursor: hand; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal;
	height:23px;
	color: #FFFFFF;
}
.ModuleTitle_MenuArrow {
	font-family: Tahoma;
	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: Tahoma;
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
/* Main Menu */
.MainMenu_MenuContainer {	
	background-color: Transparent;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:23px;
}
/**/
.MainMenu_TabRootMenuItem TD{
	background-image: url(businessco07_menubg.jpg);
	background-repeat: repeat-x;
	font-family: MacType;
	color: #CACACA;
	font-weight: bold; 
	font-size: 12px;
	height: 36px;
}
.MainMenu_TabRootMenuItemSel TD{
	background-image: url(businessco07_menu02bg.jpg);
	background-repeat: repeat-x;	
	font-family: MacType;
	color: #B25923;	
	font-weight: bold;  
	font-size: 12px;
	height: 36px;
}
.MainMenu_TabMenuItemHover TD{
	background-image: url(businessco07_menubg.jpg);
	background-repeat: repeat-x;
	color: #CACACA;
	font-family: MacType;
	font-weight: bold; 
	font-size: 12px;
	height: 36px;
}
.MainMenu_TabMenuItemSelHover TD{
	background-image: url(businessco07_menu02bg.jpg);
	background-repeat: repeat-x;	
	color: #B25923;	
	font-family: MacType;
	font-weight:  bold; 
	font-size: 12px;
	height: 36px;
}
/**/
.MainMenu_MenuItem {
	cursor: hand; 
	color: #C9C7D2; 
	font-family: Tahoma, Arial, Helvetica; 
	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: #2E353F; 
	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: #9C9C9C 1px solid; 
	border-left: #9C9C9C 1px solid; 
	border-top: #9C9C9C 1px solid;  
	border-right: #9C9C9C 1px solid; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #2E353F; 
	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: transparent; 
	height: 0px;
}
.MainMenu_MenuItemSel {
	background-color: #676E78;
	cursor: hand; 
	color: White;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal;
	height:20px;
}
.MainMenu_MenuArrow {
	font-family: Tahoma;
	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: Tahoma;
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.Main {
	border-right:  #AAAAAA 1px solid; 
	border-left:  #AAAAAA 1px solid; 
}
/**/
.login{
	font-family: Tahoma;
	font-size:9px;
	color: #CACACA;
	font-weight: normal;
}
A.login:link{
	font-family: Tahoma;
	font-size:9px;
	color: #CACACA;
	font-weight: normal;
}
A.login:visited{
	font-family: Tahoma;
	font-size:9px;
	color: #CACACA;
	font-weight: normal;
}
A.login:hover{
	font-family: Tahoma;
	font-size:9px;
	color: #CACACA;
	font-weight: normal;
   text-decoration: underline;
}
A.login:active{
	font-family: Tahoma;
	font-size:9px;
	color: #CACACA;
	font-weight: normal;
	text-decoration: none;
}
.user{
	font-family: Tahoma;
	font-size:9px;
	color: #CACACA;
	font-weight: normal;
	text-decoration: none;
}
A.user:link{
	font-family: Tahoma;
	font-size:9px;
	color: #CACACA;
	font-weight: normal;
	text-decoration: none;
}
A.user:visited{
	font-family: Tahoma;
	font-size:9px;
	color: #CACACA;
	font-weight: normal;
	text-decoration: none;
}
A.user:hover{
	font-family: Tahoma;
	font-size:9px;
	color: #CACACA;
	font-weight: normal;
	text-decoration: underline;
}
A.user:active{
	font-family: Tahoma;
	font-size:9px;
	color: #CACACA;
	font-weight: normal;
	text-decoration: none;
}
.copyright{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color:#CACACA;
	font-weight: bold;
}
a.copyright:link{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color:#CACACA;
	font-weight: bold;
}
a.copyright:visited{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color:#CACACA;
	font-weight: bold;
}
a.copyright:hover{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color:#CACACA;
	font-weight: bold;
	text-decoration: underline;
}
a.copyright:active{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color:#CACACA;
	font-weight: bold;
}
.Terms{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color:#CACACA;
	font-weight: bold;
}
a.Terms:link{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color:#CACACA;
	font-weight: bold;
}
a.Terms:visited{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color:#CACACA;
	font-weight: bold;
}
a.Terms:hover{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color:#CACACA;
	font-weight: bold;
	text-decoration: underline;
}
a.Terms:active{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color:#CACACA;
	font-weight: bold;
}
.Privacy{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color:#CACACA;
	font-weight: bold;
}
a.Privacy:link{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color:#CACACA;
	font-weight: bold;
}
a.Privacy:visited{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color:#CACACA;
	font-weight: bold;
}
a.Privacy:hover{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color:#CACACA;
	font-weight: bold;
	text-decoration: underline;
}
a.Privacy:active{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color:#CACACA;
	font-weight: bold;
}
.BREADCRUMB{
	font-family: Tahoma;
	font-size: 9px;
	color:#CACACA;
	font-weight: normal;
}