/* Tags */
body{
	padding:0px;
	margin:0px;
	background-color:#FFFFFF;
}
body, td, th{
	font-family:Arial, Helvetica, sans-serif;
	color:#7b683a;
	font-size:12px;
}
body *{
	font-family:Arial, Helvetica, sans-serif;
}
form{
	padding:0px;
	margin:0px;
}
a, a:link, a:visited, a:active{
	color:#7b683a;
	text-decoration:underline;
}
a:hover{
	color:#7b683a;
	text-decoration:none;
}
/* IDs */
#siteWrapperOuter{
}
#siteWrapperInner{
	width:926px;
}
#autocomplete_choices{
	background-color:#FFFFFF;
	text-align:left;
	border:1px solid #CED6F1;
	z-index:99999999;
}
#autocomplete_choices ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
#autocomplete_choices ul li.selected { background-color: #CED6F1;}
#autocomplete_choices ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
  color:#000000;
}
#breadcrumbs{
	font-weight:bold;
	margin-bottom:10px;
}
#weatherForecast{
	border:1px solid #989698;
}
/* Text colours */
.textBlack, .textBlack td, .textBlack a, .textBlack a:link, .textBlack a:visited, .textBlack a:active, .textBlack a:hover{ color:#000000; }
/* Link styles */
.linkUnder a, .linkUnder a:link, .linkUnder a:visited, .linkUnder a:active{ text-decoration:underline; }
.linkUnder a:hover{ text-decoration:none; }
.linkNoUnder a, .linkNoUnder a:link, .linkNoUnder a:visited, .linkNoUnder a:active{ text-decoration:none; }
.linkNoUnder a:hover{ text-decoration:underline; }
.linkNoUnderEver a{ text-decoration:none; }
/* Borders */
.bordMauveT{ border-top:1px solid #989698; }
.bordMauveB{ border-bottom:1px solid #989698; }
.bordMauveL{ border-left:1px solid #989698; }
.bordMauveR{ border-right:1px solid #989698; }
/* Misc. Classes */
.boxGrey{
	background:#f8f8f8;
	border:1px solid #989698;
	margin-bottom:8px;
}
.boxGrey, .boxGrey td, .boxGrey th{ font-size:10px; }
.boxGrey .title{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#f9da6c;
	border-bottom:1px solid #989698;
	padding:3px 8px;
	font-weight:bold;
}
.boxGrey .content{ padding:4px 8px; }
.boxGrey .content label{ display:block; }
.boxGrey .content h1{
	font-size:14px;
	font-weight:bold;
	padding:0px;
	margin:10px 0px;
}
.boxGrey .innerTitle{
	width:250px;
	padding:3px;
	margin-top:10px;
	background:#f9da6c;
	border:1px solid #989698;
	font-weight:bold;
}
.boxGrey .innerContent{
	font-size:11px;
	padding:12px 3px;
}
.boxGrey .innerContent select, .boxGrey .inputWhite{
	font-size:11px;
	color:#7b683a;
	background:#F9FAFA;
	border:1px solid #E7E8E9;
}
.boxGrey .innerContent select{ width:100%; }
.boxGrey .inputWhiteLight{
	font-size:11px;
	color:#7b683a;
	background:#fff;
	border:1px solid #B7B7B7;
}
.scrollerDiv{
	height:200px;
	overflow:auto;
}
.ideaTable .tick{  background:url(images/tick.gif)  left no-repeat; }
.ideaTable .cross{ background:url(images/cross.gif) left no-repeat; }
.ideaTable .tick, .ideaTable .cross{
	line-height:20px;
	padding-left:22px;
}
/* clearfix */
.clearfix:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
* html>body .clearfix{
	display:inline-block;
	width:100%;
}
* html .clearfix{
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}