body { color: grey; background-image:url(cbbg.gif); margin: 0px }

/* Main Menu */

.MainMenu_MenuContainer {
	border: 0px solid;
	background-color: transparent;
}

.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height:16;
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: #95B7DA 0px solid;
	border-bottom: #95B7DA 1px solid;
	border-top: #95B7DA 1px solid;
	border-right: #95B7DA 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #6897C7;
	border-left: #6897C7 1px solid;
	border-bottom: #6897C7 1px solid;
	border-top: #6897C7 1px solid;
	text-align: center;
	width: 15;
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000;
	margin-top: 8px;
	cursor: pointer;
	cursor: hand;
	background-color: #95B7DA;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ;
	border-bottom: #95B7DA 0px solid;
	border-left: #95B7DA 0px solid;
	border-top: #95B7DA 0px solid;
	border-right: #95B7DA 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #95B7DA 1px solid;
	border-left: #95B7DA 0px solid;
	border-top: #95B7DA 1px solid;
	border-right: #95B7DA 0px solid;
	background-color: White;
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #CCCCCC;
	cursor: pointer;
	cursor: hand;
	color: White;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	border-right: #95B7DA 1px solid;
	border-bottom: #95B7DA 1px solid;
	border-top: #95B7DA 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}


/* Skin */
span.menuimg {
  background: url(/io/Portals/_default/Skins/ClearBusiness/menu.gif) no-repeat center center;
}

#cbframe {
	width:800px;
text-align: center;
	margin-left: -400px;
	position: absolute;
	top: 40px; left: 50%; 

	
}

#cbpage {
    width: 100%;
	border: #fff 4px solid;
	background-color: #ccc;
}

td.cbui {
  width: 220px;
  background-color: #465F86;
  border-right: #fff 2px solid;
  border-bottom: #fff 2px solid;
  height: 30px;
  padding: 5px;
}

div.userinfo {
  text-align: left;

}

div.userinfo a.OtherTabs, div.userinfo a.OtherTabs:visited {
	font-family: Verdana, Geneva, Arial, sans-serif;
    font-size:  10px;
    font-weight: bold;
    color: #fff;
  }

div.userinfo a.OtherTabs:hover {
    color: #fff;
  }

td.cbmi {
  background-color: #465F86;
  padding: 5px;
  border-bottom: #fff 2px solid;
}

div.menu {
}

td.cbli {
  font-size: 3px;
  background-color:#B1C1DB;
  border-right: #fff 2px solid;
  border-bottom: #fff 2px solid;
  height: 80px;
  padding: 5px;
  width: 220px;
}

div.logo {
  text-align: center;
}

td.cbai {
  background-image:url("cbgl.gif");

  background-color: #81D72C;
  border-bottom: #fff 2px solid;
  padding: 5px;
  padding-left:15px;
}


td.cbdi {
  text-align: center;
  background-color: #333333;
  border-right: #fff 2px solid;
  border-bottom: #fff 2px solid;
  height: 20px;
  width: 220px;
  padding: 5px;
}

div.dateinfo span.SelectedTab {
	font-family: Verdana, Geneva, Arial, sans-serif;
    font-size:  10px;
    font-weight: bold;
    color: #fff;
  }

td.cbbi {
  background-color: #333333;
  border-bottom: #fff 2px solid;
  height: 20px;
  padding: 5px;
}

div.breadcrumb a.SelectedTab, div.breadcrumb a.SelectedTab:visited {
	font-family: Verdana, Geneva, Arial, sans-serif;
    font-size:  10px;
    font-weight: bold;
    color: #ccc;
  }

div.breadcrumb a.SelectedTab:hover {
    color: #f00;
  }

td.cbii {
  background-color: #BBBBBB;
  border-right: #fff 2px solid;
  width: 220px;
  height: 1px;
  text-align: right;
}

td.cbci {
  background-color: #DDDDDD;
}

div.linkinfo {
  text-align: right;
  background-color: #899EBB;
  border-top: #fff 2px solid;
  height: 15px;
  padding: 5px;
}

div.linkinfo span.OtherTabs {
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size:  9px;
  color: #333333;
}

div.linkinfo span a.OtherTabs, div.linkinfo span a.OtherTabs:visited {
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size:  10px;
  font-weight: bold;
  color: #333333;
}

div.linkinfo span a.OtherTabs:hover {
   color: #fff;
}


#footer {
	height: 25px;
	padding: 5px;
	font-size: 9px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #999;
	background-color: #666666;
}

#footer a.Normal, #footer a.OtherTabs {
	font-size: 9px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #999;
}

