﻿html {
	height: 100%;
        overflow-y: scroll;
}
body {
/*   background: url('bg.png') repeat-x #666; */
  background-color: #333;
	margin: 0;
	padding: 0;
	font: 16px Tahoma,Verdana,Arial,sans-serif;
	color: #d0d0d0;
	height: 100%;
	line-height: 1.4;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
#container {
	margin: 0 auto;
	width: 1000px;
   background-color: #000;
}
#Header {
   width: 1000px;
   height: 150px;
}

.AdminSelect {
  float: left;
}
#TopPane {
  width: 960px;
  margin: 0 20px;
}
#LeftPane {
   width: 200px;
   float: left;
}
#ContentPane {
   width: 550px;
   float: left;
}
#RightPane {
   width: 200px;
   float: left;
}
#BottomPane {
   width: 1000px;
   padding-top: 10px;
}
#Footer {
   background:url('menuBar.gif') #333;
	height: 23px;
      max-height: 23px;
	min-height: 23px;
	width: 950;
      margin: 0px;
      border:0;
      padding:0px;
      padding-left: 50px;
}
#Footer a {
  color: #999999;
  font-size: 12px
}
#BottomPane p {
   width: 900px;
   padding: 3px 0px 0px 0px;
}
#BottomPane a, #BottomPane p {
   color: white;
}

#navContainer {
	background:url('menuBar.gif') #333;
	height: 23px;
      max-height: 23px;
	min-height: 23px;
	width: 1000px;
      margin: 0px 0px 8px 0px;
      border:0;
      padding:0px;
	overflow:visible; /* stop scroll bar in ff */
}

#CISelect {
	float: right;
	padding-right: 20px;
	padding-top: 24px;
}

#threeCols {
	width:1000px;
}

#leftCol {
 border: 0px solid #ccc;
 background: #ffffff;
 margin: 5px 0px 0px 10px;
 padding: 5px;
 width: 180px;
 float: left;

}

#rightCol {
 border: 0px solid #ccc;
 background: #ffffff;
 margin: 5px 0px 0px 0px;
 padding: 0px;
 width: 120px;
 float: left;

}

#centreCol {
 float: left;
 border: 0px solid #ccc;
 background: #ffffff;
 margin: 5px 0px 5px 0px;
 padding: 5px 20px 5px 20px;
 width:690px;
 display: inline;

}

#centreColLeft {width:180px;}
#centreColRight {width:448px;}
#centreColContainer{overflow:auto;}

#footer{
	color:#f0f0f0;
	width:1000px;
	height:48px;
	background:url('BannerBtm.png') no-repeat;
	margin: 0 auto;
}

#footer p {
	padding-left: 30px;
        padding-top:20px;
	font-size:75%
}

#footer a {color:#555555; background-color:inherit; font-weight:bold; text-decoration: none; padding-left:12px; }
#footer a:visited {color:#555555; background-color:inherit; font-weight:bold;text-decoration: none; }
#footer a:hover {color:#000000; background-color:inherit; text-decoration: underline;}

#footer img {

	position:relative;
	left: 20px;
        top:-120px;

}
#footerCopyright {
	text-align:right;
        padding-top:10px;
        padding-bottom:10px;
	font-size:45%;
        width:880px;
        margin:0 auto;
}
/**************************************************************
   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: #404dd9;
	background-color: inherit;
}
a:hover {
	text-decoration: underline;
	color: #404dd9;
	background-color: inherit;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #404dd9;
	background-color: inherit;
}
a img {
	border: 0;
}
p {
	margin: 0 0 0.5em 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: Tahoma,Verdana,sans-serif;
	font-size: 100%;
	font-weight: normal;
   line-height: 1.4;
}

.NormalDisabled {
	color: Silver;
}
.NormalBold {
	font-weight: bold;
}
.NormalRed {
	font-weight: bold;
	color: #ff0000;
}
h1, h2, h3, h4, h5, h6, .Head {
	font-weight: bold;
   margin: 10px 0px 2px;
}

/**************** Left Nav Container ************************/

#vNavContainer {

    	padding-top:10px;
    	padding-bottom:80px;
	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: 5px 0 1px 0 ;
        margin:0;
}

#vNavMenu a {
	display:block;
        font-size:140%;
	font-weight:normal;
	font-family: Verdana;
	width: 140px;
        height:26px;
	padding:7px 20px 0 7px;
	color:#ffffff;
	background: url("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:140%;
	font-weight:normal;
	font-family: Verdana;
}

#vNavMenu ul a {
	display:block;
        font-size:100%;
	font-weight:normal;
	font-family: Verdana;
	width: 129px;
        height:19px;
	color:#ffffff;
	background: url("submenu.png") 0 0 no-repeat;
	text-decoration: none;
	padding:3px 0 0 5px;
}

#vNavMenu ul a:hover {
	background-position: 0 -22px;
	color: #ffffff;
}


#vNavMenu ul a:visited{
	text-decoration: none;
	color:#ffffff;
        font-size:100%;
	font-weight:normal;
	font-family: Verdana;
}


#vNavMenu ul a.SelectedItem {
	background: url("submenu.png") 0 -44px no-repeat;
}


#vNavMenu SelectedTab a{
	background: url("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: 150px;
        height:18px;
	color:#ffffff;
	background: url("submenuright.png") 0 0 no-repeat;
	text-decoration: none;
	padding: 4px 0 0 2px;
}

#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;
}

/* The following I believe are content classes.
 * The have been comented out, prior to to removal - gavin

.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;
}

#flashBanner{ margin-bottom:12px;}

.statements { padding:60px;}

.statements img{float:left; margin-right:20px; margin-bottom:30px;}


.FAQ { text-align:left;}
.FAQ h2 {padding-bottom:0px; margin-bottom:0px;}
.FAQ p{ text-align:left;padding-bottom:0px; margin-bottom:0px;}

.FAQpage {padding:60px; }

.FAQSection { border: 1px solid #444444; background:#eeeeee; margin-bottom:10px; }

.FAQquestion  { padding-left:20px; padding-right;20px;
		font-weight:bold; margin-bottom:4px; }

.FAQanswer { padding-left:40px; padding-right:20px;}

.frontNews {padding-left:10px;}
.frontNews h1 {padding-bottom:0px; margin-bottom:0px;}
.frontNews h2 {paddingtop:0px; margin-top:0px;}

.PRpage {padding:60px; }

.PRSection { border: 1px solid #444444; background:#ffffff; margin-bottom:10px; padding:20px; }

.BrochureLink {text-align:center;}

.BrochureLink img{margin-left:20px; padding-top:6px; padding-bottom:6px;   }
*/

/*
 * Tab menu system
 */
/*Product Tabs */
#ParentTabs a, #ParentTabs2 a  {float:none;}
#ChildTabsLevel1 a {float:none;}
/* End IE5-Mac hack */
/* Group tabs start */
#GroupTabsContainer {
   width: 100%;
   position:relative;
   top:1px;
   z-index:0;
/*   height:20px;
   max-height:20px; */
   vertical-align:top;
   clear:both;
   padding-top: 5px;
   padding-right:0px;
   padding-left: 0px;
}

#GroupTabs {
   border-bottom: 5px solid #0040d6;
   padding-left: 10px;
   width: 775px;
}

#GroupTabs a {
    float:left;
    display:block;
    /*width:75px;*/
    width:auto;
    text-align:center;
    padding:5px 10px 4px 4px;
    text-decoration:none;
    font-weight:bold;
    color:#f1f1ff;
    background:url("grpTabRight.png") no-repeat right top;
    white-space:nowrap;
}

#GroupTabs a:hover {
    text-decoration:none;
    background-position:100% -50px;
    color:#FFFFFF;
}

#GroupTabs li {
    background:url("grpTabLeft.png") no-repeat left top;
/*    border-bottom: black 1px solid; */
} 

#GroupTabs li:hover {
    background-position:0 -50px; 
}

#GroupTabs .SelectedTab {
    background-position:0 -50px;
    border-width:0;
}
#GroupTabs .SelectedTab a {
    background-position:100% -50px;
    padding-bottom:5px;
    color:#FFFFFF;
    white-space:nowrap;
}

#GroupTabsContainer .TabList li a {
   font-size: 120%
}
#GroupTabsContainer .TabList li {
    float:left;
    margin:0;
    display: inline;
    padding:0 0 0 6px;
}

/* Group tabs end */
#ParentTabsContainer {
   width: 100%;
   position:relative;
   top:1px;
   z-index:0;
/*   height:20px;
   max-height:20px; */
   vertical-align:top;
   clear:both;
   padding-top: 15px;
   padding-right:0px;
   padding-left: 0px;
}

#ParentTabs a, #ParentTabs2 a  {
    float:left;
    display:block;
    /*width:75px;*/
  width: 100%;
    text-align:center;
    padding:5px 0 4px;
    text-decoration:none;
    font-weight:bold;
    color:#f1f1ff;
/*    background:url("TabRightLevel0.gif") no-repeat right top; */
    white-space:nowrap;
}

#ParentTabs a:hover, #ParentTabs2 a:hover {
    text-decoration:none;
/*    background-position:100% -150px; */
    color:#f1f139;
}

ul#ParentTabs, ul#ParentTabs2 {
  padding: 0;
}
#ParentTabs li, #ParentTabs2 li {
    background:url("tab.png") no-repeat left top;
/*    border-bottom: black 1px solid; */
  width: 95px;
  margin: 0 2px;
} 

#ParentTabs li:hover, #ParentTabs2 li:hover {
    background-position:0 -30px; 
}

#ParentTabs .SelectedTab, #ParentTabs2 .SelectedTab {
    background-position:0 -30px;
    border-width:0;
}
#ParentTabs .SelectedTab a, #ParentTabs2 .SelectedTab a {
    padding-bottom:4px;
    color:#f1f139;
    white-space:nowrap;
}
.TabList {
    float:left;
    horizontal-align:center;
}
.TabList ul {
    clear:both;
  margin: 0 5px;
  padding: 0;
    list-style:none;
}

.TabList li {
    float:left;
    margin:0;
    display: inline;
  padding: 0;
}

.TabList li a {
   font-family:Tahoma,San-Serif;
   font-size:10pt;
   voice-family: "\"}\""; voice-family:inherit;
   line-height:normal;
}

select.TabList {
    border-left: #003366 1px solid;
    border-right: #003366 1px solid;
    border-top:  #003366 1px solid;
    border-bottom: #003366 1px solid;
    background-color: #003366;
    color:#FFFFFF;
    font-weight:bold;
    font-size:80%;
}

div.clear {
   clear: both;
}

tr.UDT_Table_Item img {
  height: 40px;
}
tr.UDT_Table_Item span img {
  height: 20px;
}
tr.UDT_Table_AlternateItem img {
  height: 40px;
}
tr.UDT_Table_AlternateItem span img {
  height: 20px;
}

em.ul {
   font-style: normal;
   text-decoration:underline;
}

#HomeLink {float:left; width:80px; margin:40px 30px 10px 30px; }
#HomeLink a:link, #HomeLink a:visited {display:block; width:80px; height:74px; background: url("Home.png") 0 0px no-repeat;}
#HomeLink a:hover {width:80px; height:74px; background: url("Home.png") 0 -74px no-repeat;}

#HeaderImg {
   margin: 10px 60px 10px 60px;
   float:left;
}

#ContactLink {float:left; margin:40px 30px 10px 30px;;}
#ContactLink a:link, #ContactLink a:visited {display:block; width:80px; height:74px; background: url("contact.png") 0 0px no-repeat;}
#ContactLink a:hover {width:80px; height:74px; background: url("contact.png") 0 -74px no-repeat;}