/* ================================
    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 {
font-family: Verdana;
background: #ff9000 url('http://ultraconsulting.co.nz/Portals/9/backorange.png');
}

Body {
background: #ff9000 url('http://ultraconsulting.co.nz/Portals/9/backorange.png');
}

A.BreadCrumb:link, A.BreadCrumb:visited {
color: #ff4500;
}

A.BreadCrumb:hover {
background: #ff6500;
color: #ffffff;
}

TABLE.BreadCrumbTable {
border-bottom: #ff9000 solid 1px;
}

TABLE.FooterTable {
border-top: #ff9000 solid 1px;
}

.skinmaster {
border: 1px solid #ff6500;
background: #f5f5dc;
-moz-border-radius: 15px 15px 15px 15px;
}


.toppane {
background: transparent;
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
background: #fffacd;
padding: 7.5px 5px 7.5px 7.5px;
}

.ContentPane  {
background: #ffffff;
padding: 7.5px 5px 7.5px 5px;
}

.RightPane  {
background: #fffacd;
padding: 7.5px 7.5px 7.5px 5px;
}


.business_cnt-2_head {
font-size: 16px;
font-family: Arial;
color: #f5f5dc;
font-weight: bold;
}


/* 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-weight: bold;
font-size: 16px;
color: #ff4500;
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
font-family: Verdana;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
font-family: Verdana;
}

.NormalRed
{
}

.NormalBold
{
}

/* 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    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
font-weight: bold;
font-size: 16px;
color: #ff4500;
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
color: #ff4500;
text-decoration: none;
}

A:visited   {
color: #ff4500;
text-decoration: none;
}

A:active    {
}

A:hover {
background: #ff6500;
color: #ffffff;
text-decoration: none;
}

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 */

.Menu {
} 

.MainMenu_MenuContainer {
background: #ff6500;
height: 25px;
border: #fff solid 2px;
}

.TreeViewMenu {
}


.MainMenu_MenuBar {

}

.MainMenu_MenuItem {
color: #ffffff;
background: transparent;
font-weight: normal;
font-family: Verdana;
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
background: #ff4500;
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
background: #ff9000;
color: #ffffff;
font-weight: normal;
font-family: Verdana;
line-height: 1em;
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}















