/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal;}
ul,ol { list-style: none; }
fieldset,img { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
 
body{
margin:3px auto;
background-color:#c5c2c6;
text-align:center;
}

.PageFrame {
width:956px;
padding:0px;
margin:0px auto;
text-align:left;
}
.adminMenu {
width:956px;
margin:0px auto;
text-align:left;
}
#ControlPanel {
}
#MCBMenuTab {
width:956px;
height:35px;
background-image:url(navM.jpg);
background-repeat:repeat-x;
clear:both;
}
#navLC {
float:left;
height:35px;
width:13px;
background-image:url(navLC.jpg);
background-repeat:no-repeat;
}
#navRG {
float:right;
width:940px;
height:35px;
}
/* sets background and other  properties for the main menu tab */

/* main tab background image and other properties */
#navHContainer {
float:left;
width:924px;
height:35px;
/* display:block; */
margin:0px;
padding:0px;
}

#nav ul {
padding:0px;
margin:0px auto;
list-style:none;
float:left;
width:auto;
}
#nav li {
position: relative;
float:left;
/*line-height :63px; sets the height of the tab menu */
width:auto; /*sets the width of the tabs */
list-style: none;
font-size:0.9em;
padding:8px;
}
/* second-level lists */
#nav li ul { 
position : absolute;
left: -999em;
padding:0px;
margin:0px;
}
/* set the text properties for main tab */
#nav a {
font-family:Arial, Helvetica, sans-serif;
text-decoration:none !important;
color:#ffffff !important;
display:block;
text-align:center;
font-weight:bold;
}
#nav a:visited {
}
#nav a:hover {
color:#333333 !important;
text-decoration:none;
}
#nav ul li {
}
/* set the hover properties for the main tab background */
#nav li:hover {
background-image:url(navMO.jpg);
background-repeat:repeat-x;
}
}
/*  set the submenu background and font color etc  */
#nav li li a {
background-image:none;
color:#ffffff !important;
margin:0px;
padding:2px 4px 2px 4px;
}
/* set the hover effects for the submenu 1 text and background and cancels the image background from the main tab */
#nav li li a:hover{
background-image:none;
background-color:#f37d09;
color:#000000 !important;
text-decoration:none;
}
#nav li li {
width:159px;
padding:2px 4px 2px 4px;
margin:0px;
background-color:#6f2b90;
border-right:#FF6600 solid 1px;
border-left:#FF6600 solid 1px;
border-bottom:#FF6600 solid 1px;
}
#nav li li:hover {
background-image:none;
}
#nav li a.SelectedTab {
padding:0px;
margin:0px; 
}
#nav .DisabledTab {
    color:#ccc;
}
/* no need to change these hover classes 
unless you need more than 4 levels */
#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul,
#nav li.iehover ul ul,
#nav li.iehover ul ul ul,
#nav li.iehover ul ul ul ul{
  left: -999em;
}

#nav li:hover ul, 
#nav li.iehover ul {
	top: 0px; /*sets positioning of the drop down menu level 1*/
	left:0;
	margin-top:31px;
}
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li li.iehover ul,  
#nav li li li.iehover ul {
	top: 0;
	left:167px; /*sets positioning of the drop down menu level 2*/
	margin-top:10px;
}

#navRC {
float:right;
width:13px;
height:35px;
background-image:url(navRC.jpg);
background-repeat:no-repeat;
}
/*end of navigation*/
#headerMCB {
background-image:url(headerLogoMCB.jpg);
height:123px;
width:956px;
}
#buttonNav {
float:right;
margin:85px 8px 0px 0px;
font-size:0.9em;
}
#buttonNav li {
list-style:none;
float:left;
width:160px;
height:23px;
background-image:url(buttonOrange.jpg);
background-position:center;
background-repeat:no-repeat;
padding:6px 0px 0px 30px;
margin:0px 4px 0px 0px;
}
#buttonNav li a {
color:#000000 !important;
text-decoration:none !important;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.8em;
font-weight:bold;
}
#buttonNav li a:hover {
color:#61028f !important;
text-decoration:underline !important;
}
#mainContent {
background-image:url(pageFrameBackg.jpg);
background-repeat:repeat-y;
width:926px;
padding:20px 15px 15px 15px;
}
#topContent {
float:left;
width:926px;
margin:0px 0px 20px 0px;
}
.contentMCB {
float:left;
width:610px;
}
.rightMCB {
float:right;
width:290px;
}
#bottomContent {
float:left;
clear:both;
width:926px;
padding:0px 0px 60px 0px;
background-image:url(iconMarketer.jpg);
background-position:right bottom;
background-repeat:no-repeat;
}
#spacer {
width:926px;
clear:both;
}
.bottomLeft {
float:left;
width:520px;
}
#bottomRG {
float:right;
width:390px;
}
.bottomR1 {
width:188px;
float:left;
}
.bottomR2 {
width:188px;
float:right;
}
#footer {
width:956px;
background-image:url(footM.jpg);
background-repeat:repeat-x;
height:34px;
}
#footLC {
float:left;
background-image:url(footLC.jpg);
width:13px;
height:34px;
}
#footRG {
float:right;
width:930px;
}
.footContent {
float:left;
width:905px;
height:32px;
padding-top:2px;
text-align:center;
color:#FFFFFF;
font-size:0.8em;
}
.footContent a{
color:#FFFFFF !important;
text-decoration:none;
}
.footContent a:hover{
color:#FFFFFF !important;
text-decoration:underline !important;
}
.footContent p, .footContent .Normal, .footContent .NormalBold {
color:#FFFFFF;
}
#footRC {
float:right;
background-image:url(footRC.jpg);
width:13px;
height:34px;
}
#logIn {
clear:both;
width:956px;
margin:0px auto;
padding:5px 0px;
text-align:right;
}
#logIn .SkinObject {
font-size:0.75em;
color:#000000;
font-weight:normal;
}


/* styling text etc */

h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:1.2em;
font-weight:bold;
color:#64108d;
padding:2px;
}
h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
font-weight:bold;
text-transform:none;
text-decoration:none;
color:#64108d;
padding-left:24px;
padding-top:0px;
padding-bottom:0px;
margin-bottom:6px;
background-image:url(iconMCB.jpg);
background-position:left;
background-repeat:no-repeat;
}
h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:1.1em;
font-weight:bold;
color:#64108d;
}


.Normal, .NormalBold, p {
font-family:Arial, Helvetica, sans-serif;
color:#454147;
font-size:0.9em;
}

a {
color:#64108d !important;
}
a:hover{
}
a:visited {

}
a:active {

}
.gradientContainer a{
color:#000000 !important;
font-weight:bold;
text-align:right;
padding-right:25px;
background-image:url(arrowPurple.gif);
background-position:right;
background-repeat:no-repeat;
}
.gradientContainer a:hover{
}
.gradientContainer h1 a {
background-image:none;
padding:2px;
float:none;
color:#64108d !important;
}
ul {
padding:5px;
margin:5px 5px 5px 15px;
}
li {

}