/* ----- Controls Crew Inc. Online (www.controls-crew.com) Site Style ----- */

/* Contains: [LOGIN] and [USER] Skin Objects */
td.cbui {
	background-color: #00CCFF;
}

/* Contains: [LINKS] Skin Object */
div.linkinfo {
    background-color: #00CCFF;
}

/* Contains: [MENU] Skin Object */
td.cbmi {
    background-color: #000099;
}

/* Contains:  HeadPane Skin Object */
td.cbai {
    background-image: url(header-bg.gif);
}

/* Contains:  [LOGO] Skin Object */
td.cbli {
    background-image: url(header-bg.gif);
}

/* Contains:  [SEARCH] Skin Object */
td.cbdi {
    background-color: #000066;
}

/* Contains:  [BREADCRUMB] Skin Object */
td.cbbi {
    background-color: #000066;
}

/* Contains:  [SOLPARTACTIONS]	[ICON]	[TITLE]	[PRINTMODULE] NormalBlue Container Objects */
#cbblue td.cbcontentheader {
    background-color: #000099;
}

/* DnnExperts FAQ Module:  Table Header Style */
.DnnExperts_FAQ_TableHeader {
	background-color:#EEEEEE;
}

/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:12px;
	text-decoration:underline;
	color:#000066;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
	color:#000066;
}

A.SelectedTab:visited  {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
	color:#000066;
}

A.SelectedTab:active   {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
	color:#000066;
}

A.SelectedTab:hover    {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#00CCFF;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:12px;
	text-decoration:underline;
	color:#000066;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
	color:#000066;
}

A.OtherTabs:visited  {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
	color:#000066;
}

A.OtherTabs:active   {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
	color:#000066;
}

A.OtherTabs:hover    {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#00CCFF;
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
                color:#000099;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #333333;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#000066;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
	color:#000066;
}

A.CommandButton:visited  {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
	color:#000066;
}

A.CommandButton:active   {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
	color:#000066;
}

A.CommandButton:hover    {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#00CCFF;
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
	color:#000066;
}

A:visited   {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
	color:#000066;
}

A:active    {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
	color:#000066;
}

A:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
	color:#00CCFF;
}

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    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
    height: 25px;
}

.MainMenu_MenuItem {
    background-color: #000099;
    border-color: #000099;
    height: 25px;
}

.MainMenu_MenuIcon {
    height: 25px;
    padding: 2px;
    background-color: #00CCFF;
    border-color: #00CCFF;
}

.MainMenu_SubMenu {
    margin-top: 2px;
    background-color: #000099;
    border: #FFFFFF 2px solid;

}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
    height: 25px;
    background-color: #00CCFF;
}

.MainMenu_MenuArrow {
    border-color: #000099;
}

.MainMenu_RootMenuArrow {
}


