
h2 {
	background-color: #FFCC33;
	margin: -4px -10px -0px -10px;
	padding: 5px;
	position: relative ;
	color:#000066;
	}
	
.smallprintNoPosition 
{
	color: #666666;
	font-size: 0.8em;
}

.band {width:100%; height:20px; background-color: #000066;}

/* page layout and structure */

#middleContainer{ 
	display: inline;
	/*width: 100%;*/
	text-align: left;
	}

.spacerColumn
	{ 
	width: 5%;
	float: left;
	}

.leftColumn
	{ 
	width: 25%;
	float: left;
	}

.middleColumn
{
	display: inline;
	width: 45%;
	max-width: 60%;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

.rightColumn
{ 
	display: inline;
	width: 25%;
	float: left;
}

.main {
	border-color: #000066;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
	border-top-style: none;
	z-index: 3;
	font-size: 0.9em;
	padding: 4px 12px 12px 12px;
	text-align:left;
	}
		
.shadow {
	/*width: 100%;*/
	/*min-width: 420px;*/
	padding-bottom: 4px;
	background: url(http://images.uk-plc.net/imagesuk/shadow.gif) bottom repeat;
	background-color:#FFFFFF;
	z-index: 2;
  }

.breadcrumb
	{text-transform: uppercase;}

.divider{
	margin: 8px 0px 0px 0px;
	padding: 4px 2px 2px 2px;
	border-color: #000066;
	border-style: solid;
	border-width: 1px;
	border-left: none;
	border-bottom: none;
	border-right: none;
	font-weight: normal;
	}


/* info box */

.Info {
	text-align: left;
	/*background: #ffffff;*/
	width: 95%;
	background: url(http://images.uk-plc.net/imagesuk/iTLCorner.gif) top left no-repeat;
	z-index:3;
  } 
.Info p {
	/*height: 20px;*/
	padding: 10px 50px 10px 50px;
	background: url(http://images.uk-plc.net/imagesuk/iTRCorner.gif) top right no-repeat;
	margin:0;
	font-size: 0.9em;
	z-index:4;
  }
.InfoBody {
	padding-left:0px;
	padding-top:0px;
	font-size: 0.9em;
	background: url(http://images.uk-plc.net/imagesuk/iRightBorder.gif) top right repeat-y;
	background-color:#FFFFFF;
	z-index:2;
  }
.InfoFooter {
	background: url(http://images.uk-plc.net/imagesuk/iBLCorner.gif) bottom left no-repeat;
	position: relative;
	z-index:0;
  }

.InfoFooter p {
	/*padding:15px;*/
	margin:-2em 0 0 0;
	background: url(http://images.uk-plc.net/imagesuk/iBRCorner.gif) bottom right no-repeat;
	z-index:1;
  }





/* handy tip box */

.Tip {
	width: 80%;
	min-width: 150px;
	z-index: 3;
  } 
  
.TipTop {
	text-align: center;
	border-color: #000066;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF; 
	clear:both;
	border-top-width: 0px;
	/*height: 180px;*/
	min-height: 170px;
	/*float:left;
	width:100%;*/
  }   

.TipTop img {margin:5px;}

.TipTop p {margin:0;
	padding:0;}

.TipFooter {
	background: url(http://images.uk-plc.net/imagesuk/tipL.gif) bottom left no-repeat;
	margin:0;
	padding:0;
	clear:both;
  }
  
.TipFooter p {
	background: url(http://images.uk-plc.net/imagesuk/tipR.gif) bottom right no-repeat;
	color:#FFFFFF;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	padding: 4px 7px 10px 7px;
	z-index: 2;
	margin:0;
  }




/* tab navigation */

#stage {
	/*width:100%; produces white gap on right*/
	height:35px;
	min-height:35px; /*opera weirdness*/
	line-height:1.6em; 
	margin:5px 0 5px 10em;
	padding:0;
	white-space:nowrap;
	font-size: 0.9em;
	font-weight:bold;
	}

#stage ul {
	margin:0 auto; padding:0; list-style:none; clear:both; }

#stage li {list-style:none;
	white-space:nowrap; /*prevent text wrapping*/
	float:left; /*keep them inline*/
	margin:0; 
	padding:0;
	width:12em;
	min-width:180px;
	}

#stage li a {
	position:relative; display:block; text-decoration:none; 
	color:#000066; margin:0; padding:0; /*space them out*/
	/*background-color: none;*/
	height:35px;
	background: url("http://images.uk-plc.net/imagesuk/ProgressLeft.gif") no-repeat ;
	}

#stage li a span {
	display:block;
	background:url("http://images.uk-plc.net/imagesuk/ProgressRight.gif") 100% 0 no-repeat; 
	padding: 0.24em 1em;
	height:35px;
	}

#stage ul li a.current {
	background: url("http://images.uk-plc.net/imagesuk/hProgressLeft.gif") no-repeat ;
	/*background-color: #000066;*/
}

#stage ul li a span.current {
	background:url("http://images.uk-plc.net/imagesuk/hProgressRight.gif") 100% 0 no-repeat; 
	color: #FFFFFF;
}


/* temp */


.herts {
	background-color: #EBEBEB;
	padding: 1px 10px 10px 10px;
	display: block;
	z-index: 4;
}

#tabnav {height:22px;line-height:22px;}
#tabnav2  {display:none;}


/* STC Warm Reg welcome page */

.welcome {
	font-size: 1.6em;
	padding: 20px 8px 8px 8px;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	border-left: none;
	border-top: none;
	border-right: none;
	font-weight: normal;
	text-align: center;
	}
	
.welcome p {
	display: inline; 
	font-size: 0.8em;
	font-weight: bold;
	}

/* welcome page login box*/ 

.Login{
	width: 80%;
	min-width: 150px;
	margin-top: 8px;
  }   
.LoginHeader{
	background: url(http://images.uk-plc.net/imagesuk/loginL.gif) top left no-repeat;
	z-index: 1;
  }
.LoginHeader p {
	background: url(http://images.uk-plc.net/imagesuk/loginR.gif) top right no-repeat;
	color:#FFFFFF;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	padding: 7px;
	z-index: 2;
	margin:0;
  }
.LoginBody{
	border-color: #000066;
	border-style: solid;
	background-color: #FFFFFF;
	border-width: 1px;
	font-size: 0.8em;
	padding-left: 8px;
  }  
.LoginBody p input {
	width: 80px;
	margin:0;
	padding:0;
	}
.LoginFooter {
	background: url(http://images.uk-plc.net/imagesuk/loginBL.gif) bottom left no-repeat;
	z-index: 1;
	clear:both;
  } 
.LoginFooter p {
	background: url(http://images.uk-plc.net/imagesuk/loginBR.gif) bottom right no-repeat;
	color:#FFFFFF;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	padding: 4px 7px 10px 7px;
	z-index: 2;
	margin:0;
  }  
 
