﻿html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	color: #303030;
	height: 100%;
	line-height: 1.5;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
    background-color:#f6f6f6;
}
#container {
	margin: 0 auto;
	width: 1000px;
    background-color:#ffffff;
    min-height: 100%;
    position: relative;
}
#header {
	height: 118px;
	margin: 0 auto;
    padding:0;
	background-image: url('images/LogoTop.png');
	background-repeat: no-repeat;
	width: 1000px;
	clear: both;
}

#Banner {
	margin: 0 auto;
    padding:0;
	width: 1000px;
	clear: both;
}

#navContainer {
	background-color: #ffffff;
	background:url('images/Menubar.jpg');
	height: 30px;
    max-height: 30px;
	min-height: 30px;
	width: 1000px;
    margin:0 auto;
    border:0;
    padding:0px;
	overflow:auto;

}

#CISelect {
	float: right;
	padding-right: 16px;
	padding-top: 16px;
}

#threeCols {
	width:1000px;
}

#leftCol {
 border: 0px solid #ccc;
 background: #ffffff;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 width: 150px;
 float: left;
	padding-bottom:50px;  /* Footer height */
}

#rightCol {
 border: 0px solid #ccc;
 background: #ffffff;
 margin: 5px 0px 0px 0px;
 padding: 0px;
 padding-right:0px;
 width: 220px;
 float: left;
	padding-bottom:50px;  /* Footer height */
}

#centreCol {
 float: left;
 border: 0px solid #ccc;
 background: #ffffff;
 margin: 5px 10px 5px 10px;
 padding: 0px;
 width:600px;
 display: inline;
	padding-bottom:50px;  /* Footer height */
}



#footer{
    position: absolute; 
    bottom: 0;
	color:#f0f0f0;
	width:1000px;
	height:50px;
	background:url('images/Bottom.jpg') no-repeat;
	margin: 0 auto;
}

#footer p {
	padding-left: 30px;
        padding-top:20px;
	font-size:75%
}

#footer a{color:#999999; background-color:inherit; font-weight:bold; text-decoration: none; padding-left:12px; }
#footer a:visited{color:#999999; background-color:inherit; font-weight:bold;text-decoration: none; }
#footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}

#footerCopyright {
	text-align:right;
	position:relative;
top:-30px;
        padding-bottom:2px;
	    font-size:35%;
        width:960px;
        margin:0 auto;
}

.SkinObject {color:#999999;}
	
}
/**************************************************************
   Alignment classes
 **************************************************************/
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.aligncenter {
	text-align: center;
}

/**************************************************************
   Generic display classes
 **************************************************************/
.clear {
	clear: both;
}
/***** Various tags *****/
a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #286ea0;
	background-color: inherit;
}
a:hover {
	text-decoration: underline;
	color: #286ea0;
	background-color: inherit;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #286ea0;
	background-color: inherit;
}
a img {
	border: 0;
}
p {
	margin: 0 0 1.4em 0;
}
/***** DNN Styles to override *****/
/* text style used for most text rendered by modules */
	.Normal, .NormalDisabled, .NormalBold, .NormalRed, h1, h2, h3, h4, h5, h6, .Head {
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #404040;
}


.NormalDisabled {
	color: Silver;
}
.NormalBold {
	font-weight: bold;
}
.NormalRed {
	font-weight: bold;
	color: #ff0000;
}
h1, h2, h3, h4, h5, h6, .Head {
	font-weight: bold;
}

/**************** Left Nav Container ************************/

#vNavContainer {

    padding-top:20px;
    padding-bottom:40px;
	font-weight:normal;
	font-family: Verdana;
	padding-left:0;
	margin-left:0;
}

#vNavContainer ul {
	padding: 0 0 0 10px;
	margin: 0 0 0 0;
}

#vNavMenu ul {
	padding: 0 0 0 9px;
        margin:0;
}

#vNavMenu li {
	list-style-type: none;
	padding: 4px 0 6px 0 ;
        margin:0;
}

#vNavMenu ul li {
	list-style-type: none;
	padding: 4px 0 2px 0 ;
        margin:0;
}

#vNavMenu a {
	display:block;
        font-size:128%;
	font-weight:bold;
	font-family: Verdana;
	width: 140px;
         height:26px;
	padding:7px 20px 0 6px;
	color:#ffffff;
	background: url("images/menuButton.png") 0 -33px no-repeat;
	text-decoration: none;
	vertical-align: middle;
}

#vNavMenu a:hover { 
	background-position: 0 0px;
	color: #ffffff;
}

#vNavMenu a:active {
	background-position: 0 -67px;
	color:#ffffff;
}

#vNavMenu a:visited{
	text-decoration: none;
	color:#ffffff;
        font-size:128%;
	font-weight:bold;
	font-family: Verdana;
}

#vNavMenu ul a {
	display:block;
        font-size:90%;
	font-weight:normal;
	font-family: Verdana;
	width: 129px;
        height:19px;
	color:#ffffff;
	background: url("images/submenu.png") 0 0 no-repeat;
	text-decoration: none;
	padding:3px 0 0 4px;
}

#vNavMenu ul a:hover {
	background-position: 0 -22px;
	color: #ffffff;
}


#vNavMenu ul a:visited{
	text-decoration: none;
	color:#ffffff;
        font-size:90%;
	font-weight:normal;
	font-family: Verdana;
}


#vNavMenu ul a.SelectedItem {
	background: url("images/submenu.png") 0 -44px no-repeat;
}


#vNavMenu SelectedTab a{
	background: url("images/menuButton.png") 0 -67px  no-repeat;
	color:#ffffff;
}



ul.HideAway {
position: relative;
left: -5000px;
height: 0px;
}

/*************** Right Vertical manu *********************/

#vNavRightContainer {

    padding-top:10px;
    padding-bottom:30px;
	font-weight:normal;
	font-family: Verdana;
	padding-left: 30px;
}

#vNavRight ul {
	padding: 0 0 0 10px;
        margin:0;
}

#vNavRight li {
	list-style-type: none;
	padding: 0 0 10px 0 ;
        margin:0;
}

#vNavRight a {
	display:block;
        font-size:100%;
	font-weight:normal;
	font-family: Verdana;
	width: 168px;
        height:18px;
	color:#ffffff;
	background: url("images/submenuright.png") 0 0 no-repeat;
	text-decoration: none;
	padding: 4px 0 0 2px;
        text-align:left;
}

#vNavRight a:hover { 
	background-position: 0 -22px;
	color: #ffffff;
}

#vNavRight a:active {
	background-position: 0 -44px;
	color:#ffffff;
}

#vNavRight a:visited{
	text-decoration: none;
	color:#ffffff;
        font-size:100%;
	font-weight:normal;
	font-family: Verdana;
}

#vNavRight li.SelectedTab a{
	background-position: 0 -44px;
	color:#ffffff;
}

.MMP_ChronoSummary  {
 height:100px;
  width:740px;
}

.MMP_ModuleTable {
  width:800px;
}

.MMP_TextTable {
  width:800px;

}


.mmpTicker 
{
	height:210px;
	width:200px;
        text-align:center;

}

.mmpTickerContent {
	color:#ffffff;
        padding:10px;

}

.mmpTickerContent a {
	color:#ffffff;

}

.mmpTickerContent a:visited ,.mmpTickerContent a:Link{
	color:#ffffff;
        text-decoration:none;

}

.mmpTickerContent a:active ,.mmpTickerContent a:hover{
	color:#bbbbbb;
        text-decoration:underline;

}

.mmpTickerContent p{
	font-size:80%;
        padding-bottom:20px;
	padding-left:0;
	padding-right:10px;
        margin:0;

}

.mmpTickerContent a img:hover {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75); 
-moz-opacity: 0.75;
}

.mmpTickerContent a img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); 
-moz-opacity: 1.0;
border:0;
padding-bottom:4px;
}

.klariusTicker {height:190px; overflow:hidden;background-color:#AFC3C9;border:6px #AFC3C9 solid; }

.mmpTickerFrame {white-space:nowrap; margin: 0; width:1580px; }

.mmpTickCell {float:left;  width:200px; text-align:center; margin:8px;  padding:4px;height:176px; background-color:#ffffff;}
.mmpTickCell a {width:186px; white-space:normal;  font-size:96%;}
.mmpTickCell a:link{color:#333333;}
.mmpTickCell a:visited{color:#333333;}
.mmpTickCell a:hover{color:#000000;}

.HideUL ul { 
	position: relative;
	left: -5000px;
	height: 0px;
	}

.SelectedUL ul { 
	position: relative;
	left: 0px;
	}
