/*	

	Developed by: This Way Up
										light (bg)
	green		#007661		#e5f1ef		#E5F1EF	(#e9f2f1 old)
	orange		#f60					#FFEFE5 (#ffefe5; old)
	red			#bd1f2d					#f6e7e2
	purple		#7b2b84					#eee6f1
	blue (dark)	#a3bacc		#889dae (darker)			
	grey		#808080		lines
				#999		text


	list-style-image: url(images/arrow.gif);
*/
/* ============================================================================================= */
/* RESET STYLES FIRST  -  http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/ 			 */
/* ============================================================================================= */
		html, body, div, span, applet, object, iframe,
		h1, h2, h3, h4, h5, h6, p, blockquote, pre,
		a, abbr, acronym, address, big, cite, code,
		del, dfn, em, font, img, ins, kbd, q, s, samp,
		small, strike, strong, sub, sup, tt, var,
		b, u, i, center,
		dl, dt, dd, ol, ul, li,
		fieldset, form, label, legend,
		table, caption, tbody, tfoot, thead, tr, th, td {
			margin: 0;
			padding: 0;
			border: 0;
			outline: 0;
			font-size: 100%;
			/*vertical-align: baseline;*/
			background: transparent;
		}
		body {
			line-height: 1;
		}
		blockquote, q {
			quotes: none;
		}
		
		/* remember to define focus styles! */
		:focus {
			outline: 0;
		}
		
		/* remember to highlight inserts somehow! */
		ins {
			text-decoration: none;
		}
		del {
			text-decoration: line-through;
		}
		
		/* tables still need 'cellspacing="0"' in the markup */
		table {
			border-collapse: collapse;
			border-spacing: 0;
		}
/* ============================================================================================= */
/* 																								 */
/* ============================================================================================= */

.div	{ border:1px solid #c33; padding:2px; }

html {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:0.8em;
	}
body {
    text-align:center;
     line-height:1.3em;
	background-color:#e6e6e6;
   }
  
hr {
	color:#808080;
	background:none;
	background-color:#808080;
	height:1px;
	border:none;
	}
  
#skip {
 	display:none;
 	}
 	
#article {
	/*border:1px solid #c00;*/
	margin:auto 15px;
	width:460px;
	}
#container_full #article {
	width:auto;
	}

#article .heading {
	/*border:1px solid #c00;*/
	/*height:50px;*/
	background:url(images/bar_grey_dots.png) repeat-x 0 100%;
	padding-bottom:25px;
	margin-bottom:10px;
	overflow:hidden;
	}
#article .heading h1 {
	margin-top:0;
	font-weight:normal;
	font-size:1.8em;
	line-height:1.1em;
	color:#007661;
	}  
#article h1 {
	font-size:1.8em;
	line-height:1.1em;
	font-weight:normal;
	color:#007661;
	}
#article h2 {
	font-size:1.2em;
	line-height:1.2em;
	font-weight:normal;
	color:#007661;
	}
#article h3 {
	font-size:1.1em;
	line-height:1.2em;
	font-weight:bold;
	color:#007661;
	}
#article h4,
#home_container h4 {
	font-size:1.1em;
	line-height:1.2em;
	font-weight:bold;
	color:#777;
	}
#article h5,
#home_container h5 {
	font-size:1em;
	line-height:0.8em;
	color:#777;
	}
#article p {
	margin-bottom:0.6em;
	}
#article h2,#article h3,#article h4,#article h5 {
	margin-top:1em;
	margin-bottom:0.2em;
	}
#article ul,
#home_image_column ul {
	margin-bottom:0.6em;
	margin-top:0;
	}
#article li,
#home_image_column li {
	padding-left:12px;
	list-style:none;
	background:url(images/bullet_orange_open.png) no-repeat 0 .4em;
	}
#article li ul li,
#home_image_column li ul li {
	padding-left:10px;
	list-style:none;
	background:url(images/bullet_second.png) no-repeat 0 .6em;
	}
	
#home_image_column ul {
	margin-top:0.4em;
	}	
	
#article a,
#article a:visited
#right a,
#right p a,
#right a:visited,
.taEmail,
#home_container a,
#home_container a:visited {
	color:#007661;
	text-decoration:underline;
	}
#article a:hover {
	text-decoration:none;
	color:#000;
	background-color:#e5f1ef;
	}

#article .intro {
	color:#f60;
	font-size:1.2em;
	line-height:1.3em;
	margin-bottom:1em;
	}
	
	
.video_still {
	position:absolute;
	left:0;
	top:0;
	background:url(images/b_video_play.png) no-repeat 50% 50%;
	background-color:#c00;
	z-index:1000;
	}
	
	
/* PAGE - encompasses ALL page content: body > page ------- */
#page {
	position:relative;
	width:900px;
	text-align:left;
	margin:10px auto 0 auto;
	padding:10px 24px 0 24px;
	background:url(images/bg_page.png) repeat-y;
	background-color:#fff;
	}
#page_bottom_strip {
	position:relative;
	width:948px;
	margin:0 auto;
	background:url(images/shadow_b.png) repeat-x;
	background-color:#fff;
	height:9px;
	margin-bottom:10px;
	}
#page_bottom_strip .bl {
	position:absolute;
	left:0;
	background:url(images/shadow_bl.png) repeat-x;
	height:9px;
	width:9px;
	}
#page_bottom_strip .br {
	position:absolute;
	right:0;
	background:url(images/shadow_br.png) repeat-x;
	height:9px;
	width:9px;
	}
/* HEADER ------------------------------------------------- */
#header {
	position:relative;
	display:block;
	height:155px;
	text-align:left;
	}
#header_image {
	position:absolute;
	top:24px;
	right:0;
	width:748px;
	height:127px;
	}
#logo {
	position:absolute;
	top:40px;
	left:0;
	width:152px;
	height:95px;
	}
/* UTILITY ------------------------------------------------ */
#utilitymenu {
	/*border:1px solid #0c0;*/
	width:100%;
	height:28px;
	text-align:right;
	background:url(images/bar_grey_dots.png) repeat-x 0 40%;
	margin-bottom:20px;
	}
#bg_plain {
	display:inline;
	background:#fff !important;
	}
#print_button {
	display:inline;
	}
#utilitymenu .links {
	/*border:1px solid #0c0;*/
	height:20px;
	padding:10px 0 10px 10px;
	background:#fff;
	font-size:0.8em;
	}
#utilitymenu a {
	color:#666666;
	text-decoration:none;
	}
#utilitymenu a:hover {
	text-decoration:underline;
	}
/* MAIN MENU ---------------------------------------------- */
#mainmenu {
	background-color:#fff;
	height:38px;
	padding:0;
	margin:0;
	font-size:1em;
	}
#mainmenu ul {
	padding:2px 0; /* Set's height of Menubar */
	margin:0;
	}
#mainmenu li {
	display:inline;
	list-style:none;
	}
#mainmenu li ul li  { /* Drop down menus (all levels) */
	background:		#fff;
	padding:4px 5px 4px 12px; /* drop-down link spacing */
	margin-left:5px;
	border-bottom:1px solid #ccc;
	}
#mainmenu li ul li.last  { /* last item in submenu */
	border:none;
	}
#mainmenu li li a { /* Drop down menu links */
	line-height:1.3em;
	/*border:1px solid #c00;*/
	}
#mainmenu li a:hover {
	text-decoration:underline;
	}
#mainmenu li.here {
	background:url(images/bullet_orange.png) no-repeat 0 0.5em;
	}
#mainmenu li a.here {
	font-weight:bold;
	/*padding-left:12px;*/
	}

#mainmenu img { /* Space between main menu images */
	margin-right:6px;
	}
#mainmenu .last img { /* last item, no right margin */
	margin-right:0;
	/*border:1px solid #c00 !important;*/
	}

/* BREADCRUMBS -------------------------------------------- */
#breadcrumbs {
	height:20px;
	font-size:0.8em;
	overflow:hidden;
	line-height:20px;
	background:url(images/bg_breadcrumbs.png) repeat-x 0 0;
	margin-bottom:12px;
	padding-left:5px;
	}
#breadcrumbs .content {
	width:720px;
	}
#breadcrumbs img {
	/*border:1px solid #c00;*/
	vertical-align:top;
	margin:auto 5px;
	}
#breadcrumbs a {
	color:#666666;
	text-decoration:none;
	}
#breadcrumbs a:hover {
	text-decoration:underline;
	}
/* COLUMNS ------------------------------------------------ */
#container { /* effectively the center column */
	position:relative;
	display:block;
	border-left:1px solid #999; /* left column divider colour */
	border-right:1px solid #999; /* right column divider colour */
	margin-left:175px;
	width:490px;
	overflow:visible;
	text-align:left;
	}
#container_full {
	width:900px;
	/*border:1px solid #999;*/
	}
#left {
	float:left;
	xposition:relative;
	width:160px;
	margin-left:-175px;
	xdisplay:inline;
	/*background-color:#ffe;*/ /* left bg color */
	}
#right {
	float:right;
	position:relative;
	width:226px;
	margin-right:-233px;
	display:inline;
	padding-left:5px;
	/*background-color:#eef;*/ /* right bg color */
	}
#right p {
	font-size:0.9em;
	margin-bottom:0.6em;
	}
.itemlist_item {
	margin-bottom:10px;
	border-bottom:1px solid #808080;
	}
.itemlist_content {
	margin-left:60px;
	}
#article .itemlist_content h4 {
	clear:none;
	}
#article .itemlist_content a {
	text-decoration:none;
	}
.itemlist_icon {
	float:left;
	width:40px;
	margin-top:0.3em;
	clear:none;
	}
	
/* SEARCH ------------------------------------------------ */
.searchbox {
	position:absolute;
	top:203px;
	right:25px;
	height:20px;
	margin:0;
	padding:0;
	}
.searchbox *,.inlinesearch * {
	vertical-align:middle;
	}
.searchbox .forminput,.inlinesearch .forminput {
	border:1px solid #999;
	border-right:none;
	height:14px;
	padding:2px 2px 2px 4px;
	color:#808080;
	font-size:0.8em;
	}
.searchbox .formbuttonx,.inlinesearch .formbuttonx {
	border:0;
	}
.inlinesearch {
	background:#eee;
	border:1px solid #808080;
	padding:10px;
	margin-bottom:20px;
	position:relative;
	}
/* Search page has 2 columns. -------------- */
#left50 {
	float:left;
	/*border-right:1px dotted #999;*/
	width:300px;
	padding:0 10px 0 0;
	height:100%;
	/*background:#cff;*/
	}
#right50 {
	float:right;
	/*border-left:1px dotted #999;*/
	width:580px;
	padding:0 0 0 10px;
	height:100%;
	/*background:#ffc;*/
	}
#left50 h2,#right50 h2 {
	margin-top:0;
	}

.search_results .smallprint {
	font-size:0.7em;
	color:#787878;
	}
#search_count {
	clear:both;
	}
	
/* SUBMENU ------------------------------------------------ */
#submenu {
	/*background:#eee;*/
	display:block;
	padding:0 5px 5px 0;
	}
#submenu ul {
	margin-left:0;
	margin-bottom:0;
	border-bottom: 1px solid #fff; 
	}
#submenu li {
	list-style:none;
	padding-left:12px;
	/*margin-bottom:0.5em;*/
	xmargin-bottom : -1px; 
	/*background:url(images/bullet_orange_open.png) no-repeat 1px 0.4em;*/
	/*margin-left:1em;*/
	/*border:1px solid #c00;*/
	}
#submenu li ul li {
	/*margin-left:10px;*/
	xmargin-top:0.5em;
	}
#submenu a {
	display:block;
	color:#808080;
	text-decoration:none;
	font-size:0.9em;
	line-height:1.2em;
	border-top: 1px solid #fff; 
	border-right: 1px solid #fff; 
	border-bottom: 1px solid #fff; 
	border-left: 1px solid #fff; 
	margin-bottom:0.5em;
	}
#submenu li a:hover {
	text-decoration:underline;
	}
#submenu li.here {
	background:url(images/bullet_orange.png) no-repeat 1px 0.4em;
	}
#submenu li a.here {
	font-weight:bold;
	color:#007661;
	}
#submenu .heading {
	/*border:1px solid #c00;*/
	height:50px;
	margin-left:6px;
	background:url(images/bar_grey_dots.png) repeat-x 0 100%;
	margin-bottom:10px;
	overflow:hidden;
	}
#submenu .heading h3 {
	margin-top:10px;
	text-transform:uppercase;
	font-size:0.9em;
	color:#808080;
	}
/* HOMEPAGE ----------------------------------------------- */
#home_container {
	width:100%;
	overflow:visible;
	text-align:left;
	/*border:1px solid #c33;*/
	}
#home_image_column {
	float:left;
	width:612px;
}
#home_image {
	width:595px;
	height:170px;
	overflow:hidden;
	margin-bottom:1em;
	margin-top:2px;
	}
#homepage_image {
	height:170px;
	overflow:hidden;
	}

/* HOMEPAGE left -------------------------------- */
#home_left {
	float:left;
	display:inline;
	width:289px;
	/*background-color:#ffe;*/ /* left bg color */
	/*border:1px solid #c33;*/
	}
#home_left h1 {
	font-size:1.3em;
	line-height:1.2em;
	color:#007661;
	}
#home_left .introduction {
	font-size:1.1em;
	line-height:1.2em;
	}
/* HOMEPAGE middle -------------------------------- */
#home_middle {
	float:left;
	display:inline;
	position:relative;
	width:290px;
	margin-left:15px;
	/*border:1px solid #c33;*/
	}
/* HOMEPAGE right -------------------------------- */
#home_right {
	float:left;
	display:inline;
	width:288px;
	/*border:1px solid #c33;*/
	/*background-color:#eef;*/ /* right bg color */
	}
/* HOMEPAGE COLOURED BOXES -------------------------------- */
.box_purple,
.box_red,
.box_green,
.box_orange,
.box_newsletter,
.box_gpd,
.box_video {
	margin-bottom:1em;
	padding-top:0;
	padding-bottom:6px;
	}
.box_newsletter,
.box_gpd {
	position:relative;
	}
.box_purple p,
.box_red p,
.box_green p,
.box_orange p,
.box_newsletter p,
.box_gpd p,
.box_video p {
	margin:auto 4px;
	font-size:0.9em;
	line-height:1.2em;
	margin-top:0;
	margin-bottom:0.4em;
	}
.box_purple h3,
.box_red h3,
.box_green h3,
.box_orange h3,
.box_newsletter h3,
.box_gpd h3,
.box_video h3 {
	margin:auto 4px;
	}
.box_purple { background-color:#eee6f1; }
.box_red { background-color:#f6e7e2; }
.box_green { background-color:#e5f1ef; }
.box_orange { background-color:#ffefe5; }
.box_newsletter { background-color:#a3bacc; }
.box_gpd { background-color:#f6e7e2; }
.box_video { background-color:#e5edf3; }

/* Red box on the side of Staff pages that lists their publications */
.staff_publications {
	background:none;
	}
.staff_publications p {
	line-height:1.3em;
	margin:0 !important;
	padding:0.5em 0 !important;
	border-bottom:1px solid #999;
	}
.staff_publications a {
	text-decoration:none !important;
	}
.staff_publications p.bg {
	background-color:#e6f1f0;
	}
	
	
/* HR are a div with a background. the hr is display:none */
.box_purple .hr,
.box_red .hr,
.box_green .hr,
.box_orange .hr,
.box_gpd .hr,
.box_video hr,
.hr {
	height:5px;
	margin:4px 0;
	border:none;
	}
.box_purple .hr { background:url(/images/line_purple_dots.png) repeat-x 0 50%; }
.box_red .hr { background:url(/images/line_red_dots.png) repeat-x 0 50%; }
.box_green .hr { background:url(/images/line_green_dots.png) repeat-x 0 50%; }
.box_orange .hr, .hr { background:url(/images/line_orange_dots.png) repeat-x 0 50%; }
.box_gpd .hr { background:url(/images/line_red_dots.png) repeat-x 0 50%; }
.box_video .hr { background:url(/images/line_video_dots.png) repeat-x 0 50%; }

/* Coloured box headings ---------------------------------- */
.box_purple h2,
.box_red h2,
.box_green h2,
.box_orange h2,
.box_newsletter h2,
.box_gpd h2,
.box_video h2 {
	/*border:1px solid #c00;*/
	text-transform:uppercase;
	margin-bottom:6px; /* pushes text down, but not the background */
	}
.box_newsletter h2,
.box_gpd h2 {
	line-height:1.2em;
	}
.box_purple h2 strong,
.box_red h2 strong,
.box_green h2 strong,
.box_orange h2 strong,
.box_newsletter h2 strong,
.box_gpd h2 strong,
.box_video h2 strong {
	margin-top:0;
	padding-right:8px;
	background-color:#fff;
	}
.box_newsletter h2 strong {
	background-color:#a3bacc;
	}
.box_gpd h2 strong{
	background-color:#f6e7e2;
	}
.box_newsletter h2,
.box_gpd h2 {
	margin-left:4px;
	padding-top:4px;
	}
.box_newsletter .signup,
.box_gpd .signup {
	position:absolute;
	bottom:0;
	right:0;
	padding:4px;
	background-color:#889dae;
	}
.box_gpd .signup {
	background-color:#bd1f2d;
	}
.box_gpd p {
	/*border:1px solid #000;*/
	padding-bottom:12px;
	/*clear:both;*/
	/*margin-right:100px;*/
	}
.box_newsletter a,
.box_gpd a {
	color:#fff !important;
	}
.box_newsletter .signup a,
.box_gpd .signup a {
	text-decoration:none !important;
	font-size:0.9em;
	font-weight:bold;
	text-transform:uppercase;
	line-height:1em;
	}
.box_newsletter .signup a:hover,
.box_gpd .signup a:hover {
	text-decoration:underline;
	}
.box_purple h2 { color:#7b2b84;background:url(/images/bar_purple_dots.png) repeat-x 0 50%;background-color:#fff; }
.box_red h2 { color:#bd1f2d;background:url(/images/bar_red_dots.png) repeat-x 0 50%;background-color:#fff; }
.box_green h2 { color:#007661;background:url(/images/bar_green_dots.png) repeat-x 0 50%;background-color:#fff; }
.box_orange h2 { color:#f60;background:url(/images/bar_orange_dots.png) repeat-x 0 50%;background-color:#fff; }
.box_newsletter h2 { color:#fff;background:url(/images/bar_white_dots.png) repeat-x 0 90%;background-color:#a3bacc; }
.box_gpd h2 { color:#bd1f2d;background:url(/images/bar_gpd_dots.png) repeat-x 0 90%;background-color:#f6e7e2; }
.box_video h2 { color:#5488a3;background:url(/images/bar_video_dots.png) repeat-x 0 90%;background-color:#e5edf3; }

/* Coloured Boxes in sidebar ------------------------------ */

#right .box_green { 
	background:none;
	padding-bottom:0;
	}

#right .box_green .hr { background:url(/images/line_green_dots.png) repeat-x 0 100%; }


/* Box Out for attracting attention in a page ------------- */
.box_out {
	background:url(/images/line_orange_dots.png) repeat-x 0 100%; 
	background-color:#ffefe5;
	padding-bottom:5px;
	margin-bottom:1em;
	}
.box_out p {
	margin:auto 4px;
	font-size:0.9em;
	line-height:1.2em;
	margin-top:0;
	margin-bottom:0.4em;
	}
.box_out h2 {
	color:#f60 !important;
	text-transform:uppercase;
	font-size:1.0em !important;
	background:url(/images/bar_orange_dots.png) repeat-x 0 50%;
	background-color:#fff;
	}
.box_out h2 strong {
	margin-top:0;
	padding-right:8px;
	background-color:#fff;
	}
.box_out h3 {
	margin:auto 4px;
	}
.box_out .hr { 
	height:5px;
	margin:4px 0;
	border:none;
	background:url(/images/line_orange_dots.png) repeat-x 0 50%; 
	}
/* -------------------------------------------------------- */
/* Case Studies ------------------------------------------- */

.case_study {
	padding-bottom:2px;
	margin-bottom:1em;
	background-color:#E5F1EF;
	}
.case_study h2 {
	background-color:#E5F1EF;
	color:#007661 !important;
	margin:0;
	padding:2px 4px;
	font-weight:bold !important;
	padding-bottom:0.5em !important;
	background:url(/images/line_green_dots.png) repeat-x 0 100%;
	}
.case_study p {
	padding:0 4px 4px 4px !important;
	}
.quote {
	/*color:#7b2b84;*/
	font-size:1.0em;
	line-height:1.2em;
	margin:0.6em 0 0.6em 2em;
	}


/* -------------------------------------------------------- */


/* ------ GOOD PRACTICE FORM ELEMENTS ------ */

.tblFormGPD 		{ background-color:#f6e7e2;margin-top:1em; }
.tblFormGPD td		{ padding:4px;}

.tblFormGPD input,
.tblFormGPD textarea,
.tblFormGPD select				{ color:#333; font-size:85%; background-color:#fff; border:1px solid #808080; }
.tblFormGPD .field				{ border:0;/*1px solid #007161;*/ }
.tblFormGPD .button				{ padding:2px !important; color:#fff; font-size:85%; background-color:#bd1f2d;font-weight:bold;border:0 !important; }

.tblFormGPD input				{ padding:2px !important; }

.tblFormGPD a,
.tblFormGPD a:visited			{ color:#bd1f2d !important; }
.tblFormGPD a:hover				{ color:#fff !important;background-color:#bd1f2d !important; }

.tblFormGPD .formHeading h2		{ 
	background-color:#f6e7e2;
	color:#bd1f2d !important;
	margin:0 !important;
	padding:2px 4px;
	font-weight:bold !important;
	padding-bottom:0.5em !important;
	background:url(/images/line_red_dots.png) repeat-x 0 100%;
}



#gpd_menu {
	/*border:1px solid #579;*/
	background-color:#f6e7e2 !important;
	padding:4px;
	margin-bottom:1em;
	}
#gpd_menu li {
	list-style:none;
	}
#gpd_menu a,
#gpd_menu a:visited {
	color:#bd1f2d;
	}
#gpd_menu .selected {
	font-weight:bold;
	}

.smallprint			{ font-size:75%; color:#666666; }
.note				{ font-size:90%; color:#666666; }

hr.gpd				{ color: #ccd6e0; background:none; background-color: #ccd6e0; height:1px; border:none; clear:both;}

#gpd_ratingInfo					{ border:1px solid #579; }

#gpd_ratingInfo td				{ padding: 0 5px; }
#gpd_ratingInfo	hr				{ color: #579; background:none; background-color: #579; height:1px; border:none;}

#gpd_ratingInfo h4				{ color: #579; }

#gpd_ratingInfo .ratingHead,
#gpd_ratingInfo .ratingFoot		{ background-color:#ccd6e0; padding:4px; }

#gpd_ratingInfo .ratingFoot		{ font-size:80%; }

.gpd_summary	{ font-size:90%; }
.gpd_rating		{ font-size:80%; }
/* ------------------------------------------- */



/* SITEMAP ------------------------------------------------ */
#sitemap li {
	list-style:none;
	margin-left:2em;
	}
#sitemap li ul li {
	margin-left:10px;
	}
/* LAST UPDATED ------------------------------------------- */
#lastupdated {
	font-size:0.7em;
	color:#999;
	text-align:right;
	clear:both;
	}
/* FOOTER ------------------------------------------------- */
#footer {
	float:left;
	clear:both;
	margin:10px 0 0 0;
	padding:16px 0 10px 10px;
	text-align:left;
	background:url(images/bg_footer_top.png) repeat-x;
	background-color:#ededef;
	}
#footer #links {
	clear:right;
	text-align:left; 
	font-size:0.8em;
	}
#footer p {
	color:#666666;
	font-size:0.70em;
	line-height:1.2em;
	letter-spacing:-0.02em;
	margin-bottom:0.5em;
	}
#footer h3 {
	color:#666666;
	font-weight:bold;
	margin:0 0 1px 0;
	font-size:0.7em;
	}
#footer a {
	color:#666666;
	}
#footer a:hover {
	text-decoration:none;
	color:#fff;
	background-color:#808080;
	}
#footer_wrapper {
	clear:both;
	}
#footer_address {
	/*border:1px solid #c33;*/
	float:left;
	width:280px;
	padding-right:10px;
	}
#footer_accreditation {
	/*border:1px solid #c33;*/
	float:left;
	width:300px;
	padding:0 10px;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	}
#footer_logos {
	/*border:1px solid #c33;*/
	float:left;
	width:255px;
	padding-left:10px;
	margin-right:10px;
	/*background:url(images/accreditation.png) no-repeat 100% 50%;*/
	}
#footer_links {
	float:left;
	font-size:0.7em;
	color:#999;
	}
#footer_links a {
	color:#999;
	}

/* -------------------------------------------------------- */
#fontResize {
	display:inline;
	padding-left:0.5em;
	background:#fff;
	}
	
.backToTop {
	margin:1.5em 0;
	border-top:1px solid #e5f1ef;
	background:url(images/i_up.png) no-repeat 0 5px;
	}
.backToTop a {
	font-size:0.8em;
	margin-left:12px;
	}
	
.success {
	background:url(Filestore/_icons/icon_yes.png) no-repeat 4px 4px;
	border:1px solid #396;
	padding:3px 3px 3px 25px;
	margin-top:10px;
	background-color:#d6e4bd;
	font-size:.8em;
	}
.failure {
	background:url(Filestore/_icons/icon_no.png) no-repeat 4px 4px;
	border:1px solid #c00;
	padding:3px 3px 3px 25px;
	margin-top:10px;
	background-color:#f5cccc;
	font-size:.8em;
	}
	
/* ------------------------------------------------------------------------ */
.taBlockContent {
	display:none;
	background:#f2f6f9;
	padding:6px;
	}
.taPicStyle,.taPicStyleLeft,.taPicStyleRight,.taPicStyleCentre {
	margin:0 0 10px 0;
	padding:0;
/*	margin-bottom:0;
	margin-top:10px;
	padding-bottom:0;*/
	}
.taPicStyleCentre {
	/*text-align:center;
	width:200px;
	position:relative;
	left:40%;*/
	}
.taPicStyleLeft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	}
.taPicStyleRight {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	}
.taPicCaption {
	display:block;
	text-align:center;
	font-weight:bold;
	background-color: #ece9d2; 
	width:190px;
	padding:5px 5px;
	margin-top:0;
	}

.taColumnsBlock {
	/*border:1px solid #0c0;*/
	width:100%;
	padding:0;
	margin:0;
	/*padding-bottom:1em;*/
	}
.taColumnsBlockLeft {
	/*border:1px solid #c00;*/
	float:left;
	width:46%;
	padding:0;
	margin:0 1em 0 0;
	}
.taColumnsBlockRight {
	/*border:1px solid #00c;*/
	float:left;
	width:46%;
	height:1%;
	padding:0;
	margin:0 0 0 1em;
	}

.taBox {
	background:#ECF1F3;
	padding:1em .5em .5em 1em;
	}
.taTable {
	/*border-top:1px solid #61656C;*/
	/*border-bottom:1px solid #61656C;*/
	border:1px solid #61656C;
	}
.taTable td {
	/*padding:.1em 1em .1em .5em;*/
	padding:.5em 1em;
	}
.taTable .rowAlt {
	background:#ECF1F3;
	}
.topOfPage {
	clear:both;
	margin:2em 0;
	padding:1em 0;
	border-top:1px solid #e5f1ef;
	}
/* plain table. The default is bordered and striped */
.plain {
	/*border:1px solid #999;*/
	margin-bottom:1em;
	}
.plain td {
	padding:.1em 1em .1em 0;
	font-size:0.9em !important;
	}
	
/* --------------------------------------------------------------------------- */
.nosee, .debug {
	display:none;
	}
/* --------------------------------------------------------------------------- */
/* A div with a floated div inside will not expand to fill the contained div.  */
/* This fix deals with the matter. Apply class="clearfix" to the container div */
/* Thanks to http://positioniseverything.net/easyclearing.html */

.clearfix:after,.itemlist:after,.taColumnsBlock:after,#container:after,#article:after,#search_count:after {
    clear: both; 
    content: "."; 
    display: block; 
    height: 0; 
    visibility: hidden;
}

.clearfix,.taBox img,.itemlist,.taColumnsBlock,#left,#article {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* --------------------------------------------------------------------------- */
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
    content: "."; 
    display: block; 
    height: 0; 
    visibility: hidden;
	}
/* --------------------------------------------------------------------------- */
