/* Centre the page using the page wrapper (IE and FF friendly) */
body {
    text-align: center;
    margin: 0;
    padding: 0;
    background: #f0f0f0;
    font-family: Tahoma, Arial, Helvetica;
}
#PageWrap {
    text-align: left;
    margin: 0 auto;
    width: 960px;
    background: #ffffff;
}

img, div, span, div img {
    margin: 0;
    padding: 0;
    border: none;
}

/* Footer block on every page */
.PageFooter {
    clear: both;
    padding-top: 1em;
    margin-top: 2em;
    border-top: 1px solid #eeeeee;
}
.PageFooter p, .PageFooter .SkinObject p, .PageFooter .SkinObject p a {
    text-align: center;
    margin: 0.25em 0;
    padding: 0;
    color: #003366;
    font-size: 8.5pt;
    font-weight: normal;
}

.HomePageBlocksPane {
    margin-top: 8px;
}

/* Top strip, above the masthead */

div.TopStrip {
    background-color: #aaaaaa;
    padding: 3px;
    margin-bottom: 3px;
    font-size: 12px;
    color: #ffffff;
}
div.TopStrip a {
    color: #ffffff;
}
div.CPD .TopStrip {background-color: #6dc6cc;}
div.Membership .TopStrip {background-color: #a8a8ce;}
div.Congress .TopStrip {background-color: #d3d254;}
div.Advice .TopStrip {background-color: #f78f76;}
div.Publications .TopStrip {background-color: #b19ecb;}
div.Forums .TopStrip {background-color: #ffd133;}
div.News .TopStrip {background-color: #b3b2b0;}
div.Petsavers .TopStrip {background-color: #0086CB;}

/* Masthead */
.Masthead {
    background: #E7E8E9 url("Skins/BaseSkin/header-gradients/home.jpg") top right repeat-y;
}
.Masthead .Logo img {
    margin: 12px 0 8px 10px;
}

/* Different header gradients for different sections */
div.CPD .Masthead {background-image: url("Skins/BaseSkin/header-gradients/cpd.jpg");}
div.Membership .Masthead {background-image: url("Skins/BaseSkin/header-gradients/membership.jpg");}
div.Congress .Masthead {background-image: url("Skins/BaseSkin/header-gradients/congress.jpg");}
div.Advice  .Masthead {background-image: url("Skins/BaseSkin/header-gradients/advice.jpg");}
div.Publications  .Masthead {background-image: url("Skins/BaseSkin/header-gradients/publications.jpg");}
div.Forums  .Masthead {background-image: url("Skins/BaseSkin/header-gradients/forums.jpg");}
div.News .Masthead {background-image: url("Skins/BaseSkin/header-gradients/news.jpg");}
div.Petsavers .Masthead {background-image: url("Skins/BaseSkin/header-gradients/petsavers.jpg");}

/* Menu Bar styling (within the masthead) */
.MainMenuBar {
    margin-top: 6px;
    border-bottom: 1px double #999999;
    margin-bottom: 6px;
    position: relative;
}
.MainMenuBar .MainMenu {
    padding-left: 3px;
}
.MainMenuBar .Login {
    position: absolute;
    top: 0;
    right: 10px;
}

/* Breadcrumbs styling - we can do some fancy styling later. */
div.BreadCrumb {
    margin: 0.5em 0;
    padding: 2px 4px;
    background-color: #f6f6f6;
}
#dnn_dnnBREADCRUMB_lblBreadCrumb {
    /*background: #eeeeee;
    padding: 0 1em;*/
}

/* Vertical House Menu */

.HouseMenuBlock {
    margin-bottom: 1em;
}
.HouseMenuBlock  ul li {
    list-style: none;
}
#dnn_avtMenuSide_pnlErr {
    display: none; /* This takes up space in IE, so must be hidden. */
}
#vertmenu {
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: none;
}
#vertmenu  li {
    margin: 0;
    padding: 0;
}
#vertmenu  li ul {
    margin: 0;
    padding: 0;
    padding-left: 10px;
}
#vertmenu li a {
    font-size: 90%;
    display: block;
    border-bottom: 1px solid #dadada;
    padding: 5px 0 2px 4px;
    text-decoration: none;
    color: #4088b8;
    /*width: 220px;* /* MUST supply a width to prevent triggering IE double-space bugs */
    zoom: 1; /* Yo! Triggers has-layout and avoids having to use fixed width. */
}
/* Make each level appropriately shorter. */
/* Level 2 */
#vertmenu li ul li a {
    width: 205px;
}
/* Level 3 */
#vertmenu li ul li ul li a {
    width: 195px;
}
/* Level 4 */
#vertmenu li ul li ul li ul li a {
    width: 185px;
}
/* Level 5 */
#vertmenu li ul li ul li ul li ul li a {
    width: 175px;
}
#vertmenu li a:hover, #vertmenu li a:focus, #vertmenu li a#vertmenuCurrentLink  {
    color: #000000;
    background-color: #eeeeee;
}

/* Highlight lower-level blocks that have been selected */
/* All levels */
#vertmenu  li.itemLNSel a.linkLNSel {
    color: #666666;
    font-weight: bold;
}
/* Level 2 */
#vertmenu  li ul li.itemLNSel {
    border-left: 2px solid #B3B2B0;
}
/* Level 3 */
#vertmenu  li ul li ul li.itemLNSel {
    border-left: none;
}
/* Level 4 and beyond */
#vertmenu  li ul li ul li ul li.itemLNSel {
}

/* Different left-menu colours for the sections */
div.Congress #vertmenu  li ul li.itemLNSel {border-color: #D3D254;}
div.CPD #vertmenu  li ul li.itemLNSel {border-color: #6DC6CC;}
div.Membership #vertmenu  li ul li.itemLNSel {border-color: #A8A8CE;}
div.Advice #vertmenu  li ul li.itemLNSel {border-color: #F78F76;}
div.Publications #vertmenu  li ul li.itemLNSel {border-color: #B19ECB;}
div.Forums #vertmenu  li ul li.itemLNSel {border-color: #FED032;}
div.News #vertmenu  li ul li.itemLNSel {border-color: #B3B2B0;}
div.Petsavers #vertmenu  li ul li.itemLNSel {border-color: #B3B2B0;}


/* Horizontal House Menu */
/* 2009-03-16 JDJ: no longer the house menu, but we will use the same */
/* styles and classes for the NavXp menu. */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/*div.Masthead {
    position: relative;
    z-index: 20;
}
div.Layout1BlocksPane {
    position: relative;
    z-index: 10;
}*/
#dnn_avtMenuTop_pnlErr {
    display: none; /* This takes up space in IE, so must be hidden. */
}
#MainMenuHouseHor {
    padding: 0;
    width: 100%;
    overflow: hidden;
    background: transparent;
    /*position: relative;*/
    /*overflow: visible;*/
}
#MainMenuHouseHor ul {
    font: bold 12px Arial, Verdana, sans-serif;
    margin: 0 !important;
    padding: 0;
    list-style: none;
}
#MainMenuHouseHor li {
    display: inline;
    margin: 0 2px 0 0;
    padding: 0;
    position: relative;
}
#MainMenuHouseHor a {
    float: left;
    /*color: white;*/
    background: url(images/tabs-all.gif) no-repeat left top; /*default background color of tabs, left corner image #804000 */
    margin: 0 2px 0 0;
    padding: 0 0 1px 3px;
    text-decoration: none;
    letter-spacing: 1px;
}
#MainMenuHouseHor a span {
    float: left;
    display: block;
    background: #E7E8E9 url(images/tabs-all.gif) no-repeat right top; /*right corner image*/
    padding: 7px 9px 3px 6px;
    cursor: pointer;
}
#MainMenuHouseHor a span {
    float: none;
}
#MainMenuHouseHor a:hover, #MainMenuHouseHor li#hormenuCurrentItem a {
    background-position: left -100px;
}
#MainMenuHouseHor a:hover span, #MainMenuHouseHor li#hormenuCurrentItem a span, #MainMenuHouseHor li.hormenuCurrentItem a span {
    background-position: right -100px;
}
#MainMenuHouseHor li#hormenuCurrentItem a span {
    font-weight: bold;
}
#MainMenuHouseHor .divider{ /*CSS for horizontal line.*/
    clear: both;
    padding: 0;
    width: 100%;
    height: 5px;
    line-height: 5px;
    background: #804000; /*background color of horizontal line*/
    border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}


/* Second level is a drop-down */
#MainMenuHouseHor li ul {
    display: none;
    position: absolute;
    width: 200px;
    background-color: #eeeeee;
    z-index: 100;
    left: -100px;
    top: 1em;
}
#MainMenuHouseHor li:hover ul {
    display: block;
}
#MainMenuHouseHor li ul li {
    display: block;
}
#MainMenuHouseHor li ul li a {
    background: #eeeeee;
    float: none;
}
#MainMenuHouseHor li ul li a span {
    background: none;
}

/* Horizontal main menu - workaround for enabling a tab in various lower-level pages */
/* 2009-03-16 JDJ: no longer needed now we use the NavXP menu */

/*div.CPD #MainMenuHouseHor li#hormenuItem36 a, /* CPD */
/*div.Membership #MainMenuHouseHor li#hormenuItem73 a, /* Membership */
/*div.Congress #MainMenuHouseHor li#hormenuItem74 a, /* Congress */
/*div.Advice #MainMenuHouseHor li#hormenuItem75 a, /* Advice */
/*div.Publications #MainMenuHouseHor li#hormenuItem76 a, /* Publications */
/*div.Forums #MainMenuHouseHor li#hormenuItem77 a, /* Forums */
/*div.News #MainMenuHouseHor li#hormenuItem78 a /* News */
/*{
    background-position: left -100px;
}*/
/*div.CPD #MainMenuHouseHor li#hormenuItem36 a span,
div.Membership #MainMenuHouseHor li#hormenuItem73 a span,
div.Congress #MainMenuHouseHor li#hormenuItem74 a span,
div.Advice #MainMenuHouseHor li#hormenuItem75 a span,
div.Publications #MainMenuHouseHor li#hormenuItem76 a span,
div.Forums #MainMenuHouseHor li#hormenuItem77 a span,
div.News #MainMenuHouseHor li#hormenuItem78 a span
div.Petsavers #MainMenuHouseHor li#hormenuItem78 a span
{
    background-position: right -100px;
}*/

/* Something of the coloured headings in the tabs */
div.News #MainMenuHouseHor a#hormenuCurrentLink span {
    color: #333333;
}

div {zoom: 1 !important;} /* This *should* solve some of the empty div problems on IE, but it may not be working. It's not doing any harm, so we will leave it in. */

/* Make the search skin object small enough to fit in the top bar. */
span#dnn_dnnSEARCH_ClassicSearch {
}
input#dnn_dnnSEARCH_txtSearch {
    border: none;
    margin: 0;
}
a#dnn_dnnSEARCH_cmdSearch {
    color: #ffffff;
}





/* ================================
    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
{
}

.ControlPanel {
}

/* 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:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* 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
{
}

/* 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     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL 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 {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

