
 
body{
margin:0px auto;
background-image:url(bodyBackground.jpg);
background-repeat:repeat-x;
background-color:#FFFFFF;
}

.PageFrame {
width:956px;
padding:0px;
margin:24px auto;
border:#333333 solid 1px;
background-color:#ffffff;
}
#ControlPanel {
}
#topGraphic {
width:956px;
height:35px;
padding:0px;
margin:0px;
background-image:url(topGraphicBackground.jpg);
background-repeat:repeat-y;
}
#adminMenu {
width:954px;
margin:0px auto;
clear:both;
}
#headerMcKnights {
margin:0px;
padding:183px 0px 0px 0px;
width:956px;
height:37px;
background-image:url(McKnightsHeader.jpg);
background-repeat:no-repeat;
}

#McKnightsNavContainer{
width:956px;
height:37px;
}

/* sets background and other  properties for the main menu tab */

/* main tab background image and other properties */
#navHContainer {
font-family:Arial, Helvetica, sans-serif;
text-transform:uppercase;
display:block;
margin:0px;
padding:0px;
height:35px;
border-top:#0f4d2a solid 1px;
border-bottom:#0f4d2a solid 1px;
background-image:url(navigationBackground.png);
background-repeat:repeat-x;
}

#nav ul {
padding:0px;
margin:0px 0px 0px 49px;
    list-style:none;
    float:left;
    width:auto;
}
#nav li {
position: relative;
float:left;
/*line-height :63px; sets the height of the tab menu */
width:92px; /*sets the width of the tabs */
list-style: none;
font-size:0.83em;
}
/* second-level lists */
#nav li ul { 
	position : absolute;
	left: -999em;
padding:0px;
margin:0px;
}
/* set the text properties for main tab */
#nav a {
font-size:0.9em;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
text-transform:capitalize;
color:#333333 !important;
display:block;
text-align:center;
margin-top:10px;
margin-bottom:10px;
border-right:dotted #666666 1px;
}
#nav a:visited {

}
#nav a:hover {
color:#ffffff !important;
}
#nav ul li a:hover {
}
/* set the hover properties for the main tab background */
#nav li:hover {
background-color:#ff9900;

}
/*  set the submenu background and font color etc  */
#nav li li a {
font-size:0.9em;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
text-transform:uppercase;
text-decoration:none;
color:#333333;
width:92px;
background-color:#ff9900;
padding-top:2px;
padding-bottom:2px;
border-right:none;
border-top:solid #666666 1px;
margin:0px;
}
/* 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{
font-size:0.9em;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
text-transform:uppercase;
text-decoration:none;
background-image:none;
color:#ffffff;

}
#nav li ul {
border-bottom:solid #666666 1px;
}
#nav li li {
background-color:#ff9900;
}
#nav li li:hover {
background-color:#ff9900;
}
#nav li a.SelectedTab {
    font-size:0.9em;
	padding:0px;
margin:0px;
    
}
#nav .DisabledTab {
    color:#ccc;
	font-size:0.83em;
}
/* 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:35px;
	
}
#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:92px; /*sets positioning of the drop down menu level 2*/
	margin-top:0px;
}
/*end of navigation*/
#twoPanecontent {
clear:both;
width:954px;
margin:20px 0px 30px 0px;
padding:0px;
}



.contentpane {
float:left;
width:610px;
margin:0px 0px 0px 50px;
_margin-left:25px;
padding:20px 0px;
border-top:solid #333333 1px !important;
border-bottom:solid #333333 1px !important;
}

.rightpane{
float:right;
width:250px;
padding:0px 10px;
margin:0px;
}

.bottompane {
clear:both;
width:956px;
height:35px;
padding:0px;
margin:0px;
}

.MCKfooter {
clear:both;
width:956px;
margin:15px auto;
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
color:#333333 !important;
text-align:center;
}
.MCKfooter p{
font-size:1em;
}
.MCKfooter a{
color:#333333 !important;
}
.MCKfooter a:hover {
text-decoration:underline;
}


#ClickTracksPane {

}


/* styling text etc */

h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:1.4em;
font-weight:bold;
text-transform:none;
text-decoration:none;
color:#999999;
}
h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:1.3em;
font-weight:bold;
text-transform:none;
text-decoration:none;
color:#999999;
}
h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:1.2em;
font-weight:bold;
text-transform:none;
text-decoration:none;
color:#999999;
}
h4 {
font-family:Arial, Helvetica, sans-serif;
font-size:1.1em;
font-weight:bold;
text-transform:none;
text-decoration:none;
color:#999999;
}
h5 {
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
font-weight:bold;
text-transform:none;
text-decoration:none;
color:#999999;
}

.Normal {
font-family:Arial, Helvetica, sans-serif;
font-size:0.84em;
color:#333333;
}
p {
font-family:Arial, Helvetica, sans-serif;
font-size:0.84em;
color:#333333;
}
a {
color:#414172 !important;
font-weight:bold;
text-decoration:underline;
}
a:hover{
color:#333333 !important;
text-decoration:underline;
}
a:visited {

}
a:active {

}
text {
text-align:left;
}

.colourletters {
	color: #D85409;
}
.off {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.1em;
	line-height: 0.1em;
}
.off a:hover {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.1em;
	line-height: 0.1em;
}

.table1 {
	width: 505px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	background-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
html>body .table1 {

}
.table2 {
	width: 505px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	background-color: #EB6317;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
html>body .table2 {

}
.table3 {
	width: 505px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	background-color: #6699CC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
html>body .table3 {

}
.table4 {
	width: 505px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	background-color: #99CC33;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
html>body .table4 {

}
.table5 {
	width: 505px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	background-color: #FF9900;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
html>body .table5 {

}
.table6 {
	width: 505px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #99CC33;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
	background-repeat: repeat;
	background-image: url(lightgreybg.jpg);
}
html>body .table6 {

}
.table7 {
	width: 505px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #6699CC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
	background-repeat: repeat;
	background-image: url(lightgreybg.jpg);
}
html>body .table7 {

}
.table8 {
	width: 505px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #EB6317;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
	background-repeat: repeat;
	background-image: url(lightgreybg.jpg);
}
html>body .table8 {

}
.table9 {
	width: 505px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
	background-repeat: repeat;
	background-image: url(lightgreybg.jpg);
}
html>body .table9 {

}
.table10 {
	width: 505px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
	background-repeat: repeat;
	background-image: url(lightgreybg.jpg);
}
html>body .table10 {

}

.orange {
	color: #EB6317;
}
.blue {
	color: #6699CC;
}
.green {
	color: #99CC33;
}
.lightorange {
	color: #FF9900;
}
.lightgrey {
	color: #666666;
}

.contentpane li {
list-style:none !important;
background-image:url(bulletMcknights.gif);
background-position:left;
background-repeat:no-repeat;
padding:3px 0px 0px 30px;
margin-left:20px;
margin:0px;
color:#333333;
font-size:0.84em;
}
.contentpane ul {
list-style:none !important;
padding:5px 0px 5px 0px;

margin:0px;
}













