
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
    color: grey;
    background-image:url(/dnn/Portals/_default/Skins/ClearBusiness/cbbg.gif);
    margin: 0px;
}

/* 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   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* 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: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
}

/* 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;
}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* 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    {
}

/* 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: 1px;
	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(/dnn/Portals/_default/Skins/ClearBusiness/menu.gif) no-repeat center center;
}

table.cbframe {
	text-align: center;
	width: 100%;
}

table.cbpage {
    width: 90%;
}

table.cbpagefixed {
    width: 766px;
    margin: 0px auto;
}

table.cbborder {
    width: 100%;
	border: #fff 4px solid;
	background-color: #ccc;
	padding: 0px;
}

td.cbui {
  width: 220px;
  background-color: #899EBB;
  border-right: #fff 2px solid;
  border-bottom: #fff 2px solid;
  height: 30px;
  padding: 5px;
  text-align: left;
}

td.cbui a.SkinObject, td.cbui a.SkinObject:visited {
	font-family: Verdana, Geneva, Arial, sans-serif;
    font-size:  10px;
    font-weight: bold;
    color: #333333;
  }

td.cbui a.SkinObject:hover {
    color: #fff;
  }

td.cbmi {
  background-color: #465F86;
  padding: 5px;
  border-bottom: #fff 2px solid;
}

td.cbli {
  font-size: 3px;
  background-color: #999999;
  background-image: none;
  border-right: #fff 2px solid;
  border-bottom: #fff 2px solid;
  height: 100px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  width: 220px;
  text-align: left;
}


td.cbai {
  background-color: #999999;
  background-image: none;
  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;
}

td.cbdi a.SkinObject, td.cbdi a.SkinObject:visited {
	font-family: Verdana, Geneva, Arial, sans-serif;
    font-size:  10px;
    font-weight: bold;
    color: #ccc;
  }

td.cbdi a.SkinObject:hover {
    color: #fff;
  }


td.cbbi {
  background-color: #333333;
  border-bottom: #fff 2px solid;
  height: 20px;
  padding: 5px;
}

td.cbbi a.SkinObject, td.cbbi a.SkinObject:visited {
	font-family: Verdana, Geneva, Arial, sans-serif;
    font-size:  10px;
    font-weight: bold;
    color: #ccc;
  }

td.cbbi a.SkinObject:hover {
    color: #fff;
  }

td.cbii {
  background-color: #BBBBBB;
  border-right: #fff 2px solid;
  width: 220px;
  text-align: right;
}

td.cbci {
  background-color: #F5F5F5;
}

div.linkinfo {
  text-align: right;
  background-color: #899EBB;
  border-top: #fff 2px solid;
  height: 15px;
  padding: 5px;
}

div.linkinfo span.SkinObject {
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size:  9px;
  color: #333333;
}

div.linkinfo span a.SkinObject, div.linkinfo span a.SkinObject:visited {
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size:  10px;
  font-weight: bold;
  color: #333333;
}

div.linkinfo span a.SkinObject:hover {
   color: #fff;
}


div.pageheader {
	text-align: right;
	width: 100%;
	height: 15px;
	font-size: 9px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #aaa;
}

div.pageheader span.SkinObject {
	font-family: Verdana, Geneva, Arial, sans-serif;
    font-size:  10px;
    font-weight: bold;
    color: #aaa;
  }


div.pagefooter {
	text-align: center;
	width: 100%;
	height: 25px;
	padding: 5px;
	font-size: 9px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #aaa;
}

div.pagefooter a.Normal, div.pagefooter a.SkinObject, div.pagefooter a.SkinObject:visited {
	font-size: 9px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #aaa;
}

div.pagefooter a.SkinObject:hover {
   color: #fff;
}

/* Container */

td.cbcontent span.normal td {
color: #000000;
}
