/* GENERAL STYLES */
/* GENERAL STYLES */
/* CSS UTILITIES WHICH SHOULD BE USABLE ON ANY SITE */

/*   --------------------   */
/*   UTILITIES              */
/*   --------------------   */

html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, dd {
margin: 0;
padding: 0;
border: 0;
}

html{
font-size: 100.01%;
}

input, textarea, select{
	font-size:100%;
}

abbr, acronym, span.abbr {cursor: help; border-bottom: 1px dashed #000;}

ul{
	list-style:none;
}

table{
	border-collapse: collapse;
	font-size:100%;
}

form{
	font-size:100%;
}


/* list navigation on the right hand side of the screen */
.navFloatRight{
	float:right
}

.navFloatRight li{
	display:inline;
	float:left;
}

/* list navigation on the Left hand side of the screen */
.navBlockInlineli li{
	display:inline;
	float:left;
	font-family: Verdana;
	font-size: 10px;
	font-weight:bold;
	
}
.navBlockInlineliword li{
	display:inline;
	float:left;
	font-family: Verdana;
	font-size: 10px;
	font-weight:bold;
	
}

/* Inline navigation */
.navInline{
	display:inline
}

.navInline li{
	display:inline
}


a{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

img{
	border:0;
}

/* UTILITY - generic classes information only */

.inline{
	display:inline;
}

.remove{
	display:none;
}

.hideLegend legend{
	display:none;
}

.hide, #skipNav
{
	position:absolute;
	top:0;
	left:-200em;
	width:20em; /* stops ie 7 from adding -200em to the page width and scrolling horizontally */
}

#skipNav a:focus, #skipNav a:active {
	position:absolute;
	top:5px;
	left:200.5em;
	border:1px solid #ccc;
	background:#fff;
	padding:2px 4px;
	display:block;
	width:10em;
}

#skipNav a#js:focus, #skipNav a#js:active{
	width:18em;
} 

.fr{
	float:right;
	margin-left:30px;
}

.fl{
	float:left;
}

.tar{
	text-align:right;
}

.tac{
	text-align:center;
}

.half{
	width:50%; /*Clearly if using 2 of these - there can be no margin, padding or borders attached */
	padding:0;
	margin:0;
	border:0;
}

.halfish{
	width:48%;
	padding:5px;
}

.emphasise{
	font-weight:bold;
}


/* FULL CLEAR - forces a container to surround all children - regardless of floating */

.fc:after, .row:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}



.fc, .row{ display: inline-block;}

/* Hides from IE-mac \*/
* html .fc, * html .row { height: 1%; }
.fc, .row { display: block; }
/* End hide from IE-mac */

/* EDITOR PROPERTIES */


/* EDITOR PROPERTIES */
