/*

	Developed by: This Way Up

	Colour		Normal		Light		Lightest	Dark

	purple		#57527d		#aba8be		#e6e6e6
	green		#9cb942		#cddca0		#f0f4e2
	orange		#ebb700		#f5db7f		#fcf4d8		#ff7c00
	Silver		#e6e6e6
	Grey		#929497
	Coal		#383838

	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:Helvetica,Arial,Verdana,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;
	}

#article {
	/*border:1px solid #c00;*/
	margin:20px 15px;
	width:700px;
	}
#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:#9cb942;
	}
#article h1 {
	font-size:1.8em;
	line-height:1.1em;
	font-weight:normal;
	color:#9cb942;
	margin-bottom:0.7em;
	margin-top:0;
	}
#article h2 {
	font-size:1.2em;
	line-height:1.2em;
	font-weight:normal;
	color:#9cb942;
	}
#article h3 {
	font-size:1.1em;
	line-height:1.2em;
	font-weight:bold;
	color:#9cb942;
	}
#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:16px;
	margin-bottom:0.3em;
	list-style:none;
	background:url(images/bullet.png) no-repeat 0 .2em;
	}
/*#article li ul li,
#home_image_column li ul li {
	padding-left:10px;
	list-style:none;
	background:url(images/bullet.png) no-repeat 0 .6em;
	}*/

/* ====================================================================================*/
/* FTCI Form styles */
/* ====================================================================================*/
.ftc_form {
	position:relative;
	margin-top:1em;
	}
.ftc_form .inputfield {
	border:1px solid #9cb942;
	font-size:11px;
	height:14px;
	margin:0;
	padding:2px;	/* field internal padding */
	color:#383838;	/* field text colour */
	}
.ftc_form .button,.ftc_form .checkbox {
	border:0;

	}
/* ====================================================================================*/

/* ====================================================================================*/
/* Table formatting */
/* ====================================================================================*/
.ftc_table {
	margin-top:1.1em;
	border-left:1px solid #57527d;
	}
.ftc_table tr.rowAlt {
	background:#e6e6e6;
	}
.ftc_table th {
	padding:10px 4px;
	/*font-weight:bold;*/
	text-transform:uppercase;
	background-color:#929497;
	color:#fff;
	text-align:left;
	border-bottom:1px solid #57527d;
	}
.ftc_table td {
	padding:4px;
	border-right:1px solid #57527d;
	border-bottom:1px solid #57527d;
	font-weight:normal;
	font-size:0.9em;
	}
.ftc_table a {
	color:#383838 !important;
	font-weight:normal !important;
	}
.ftc_table a.noLine {
	border:0 !important;
	}
.ftc_table a.ilink {
	text-decoration:none !important;
	background:none;
	}

.ftc_table a img {
	border:none;
	}

/* ====================================================================================*/
/* FTCI Article boxes -- general styles first */
/* ====================================================================================*/
.ftc_box {
	position:relative;
	margin:20px 10px 10px 0;
	background:#f0f4e2;
	}
.ftc_box_header {
	padding:2px 0 2px 40px;
	}
.ftc_box h3 {
	text-transform:uppercase;
	padding:6px;
	}
.ftc_box p {
	padding:0 6px;
	}

#loginForm {
	display:none;
	width:100%;
	padding-bottom:10px;
	}

/* =======================================================*/
/* FTCI Article boxes -- specific styles */
/* =======================================================*/

.azNav {
	text-align:center;
	padding:4px;
	margin:6px 0;
	background:#cddca0;
	color:#383838 !important;
	}
.azNav a {
	margin:4px;
		font-weight:bold;
	color:#383838 !important;
	}
	
p.date {
	background:url(images/icon_date.png) no-repeat 6px 30%;
	padding:6px 6px 6px 26px;
	font-weight:bold;
	}



#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:#9cb942;
	text-decoration:underline;
	}
#article a:hover {
	text-decoration:none;
	color:#000;
	background-color:#e5f1ef;
	}

#article .intro,
#home_middle .intro {
	color:#929497;
	font-size:1.2em;
	line-height:1.3em;
	margin-bottom:1em;
	}
#article p {
	margin-bottom:0.7em;
	}

#article .ftci_quote {
	margin:10px auto;
	font-size:1.3em;
	line-height:1.7em;
	font-weight:normal;
	color:#a1bb04;
	}

.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:930px;
	text-align:left;
	margin:10px auto 0 auto;
	padding:10px 24px 0 24px;
	/*background:url(images/bg_page.png) repeat-y;*/
	background-color:#e6e6e6;
	}
#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;
	}
/* CONTENT ------------------------------------------------ */
#content {
	background:url(images/bg_edges.png) repeat-y 0 0;
	}
#content-end {
	height:22px;
	background:url(images/bg_bottom.png) no-repeat 0 0;
	}

/* HEADER ------------------------------------------------- */
#header {
	position:relative;
	display:block;
	height:202px;
	text-align:left;
	background:url(/images/header.jpg) no-repeat 0 0;
	}
#logo {
	position:absolute;
	top:44px;
	left:0;
	width:152px;
	height:83px;
	}
#logout {
	position:absolute;
	bottom:30px;
	right:60px;
	}
/* 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 {
	position:relative;
	background-color:#e5b401;
	width:924px;
	height:29px;
	padding:0;
	margin:0;
	font-size:1em;
	line-height:29px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #333;
	}
#mainmenu_edge {
	background:url(/images/bg_menu_end.png) no-repeat 0 0;
	position:absolute;
	width:22px;
	height:51px;
	left:2px;
	top:212px;
	}
#mainmenu_shadow {
	width:918px;
	height:5px;
	background:url(images/bg_mbar_shadow.png) no-repeat 6px 0;
	opacity:0.4;
	filter:alpha(opacity=40);
	}
/*
 * jquery.ui.potato.menu
 *
 * Copyright (c) 2009 makoto_kw (makoto.kw@gmail.com)
 * Dual licensed under the MIT and GPL licenses.
 *
 * Version: 1.0
 */
ul.potato-menu {
	margin:0;
	padding:0;
	width:auto;
	list-style:none;
	}


.potato-menu:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	}

/* TOP menu items */
ul.potato-menu li.potato-menu-item {
	/*border:1px solid #c00;*/
	margin:0;
	padding:0 10px;
	position:relative;
	list-style:none;
	list-style-position:outside;
	display:inline;
	float:left;
	border-right:1px solid #eece5a;
	}
/* LAST TOP menu item */
ul.potato-menu li.potato-menu-item .last {
	border:0;
	}
/* TOP menu text */
li.potato-menu-item,
li.potato-menu-item a {
	color:#fff;
	font-weight:bold !important;
	}


/* All menu items */
ul.potato-menu li ul li.potato-menu-item {
	margin:6px 12px;
	padding:0 0 4px 0;
	position:relative;
	list-style:none;
	list-style-position:outside;
	/*display:inline;
	float:left; -- original potato settings. But dropdown items were inline / wrapping*/
	display:block;
	float:none;
	line-height:1em;
	border:0;
	}
/* All menu links */
ul.potato-menu li.potato-menu-item a {
	display:block;
	text-decoration:none;
	white-space:nowrap;
	outline:0;
	font-weight:normal;
	}
/* All menu text except TOP */
li ul li.potato-menu-item,
li ul li.potato-menu-item a {
	font-weight:normal !important;
	color:#000;
	}


ul.potato-menu li.potato-menu-item a:hover {
	text-decoration:underline;
	}


/* Menu dropdowns */
ul.potato-menu ul.potato-menu-group {
	background-color:#eece5a;
	margin:0;
	padding:0;
	-webkit-padding-start:0;
	-webkit-padding-end:0;
	/*opacity:0.4;filter:
	alpha(opacity=40);*/
	position:absolute;
	display:none;
	z-index:1000;
	}

/* 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 ------------------------------------------------ */
#banner_image {
	/*border:1px solid #c00;*/
	margin-left:6px;
	}
#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:730px;
	/*overflow:visible;*/
	text-align:left;
	}
#container_full {
	width:910px;
	margin-left:10px;
	/*border:1px solid #999;*/
	}
#left {
	float:left;
	width:160px;
	margin-left:-175px;
	/*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 {
	display:block;
	padding:20px 5px 5px 0;
	}
#submenu ul {
	margin-left:0;
	margin-bottom:0;
	}
#submenu li {
	list-style:none;
	padding-left:12px;
	text-align:right;
	/*text-transform:uppercase;*/
	}
#submenu li ul {
	margin-bottom:2em;
	/*font-style:italic;*/
	}
#submenu li ul li {
	/*text-transform:lowercase;*/
	/*margin-top:0.5em;*/
	/*font-style:italic;*/
	}
#submenu a {
	display:block;
	color:#808080;
	text-decoration:none;
	font-size:1.0em;
	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;
	/*text-transform:uppercase;*/
	/*margin:1em 0;*/
	color:#000;
	}
#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;
	background:url(images/home_bg_lines.png) repeat-y 6px 0;
	/*border:1px solid #c33;*/
	}
#home_image_column {
	float:left;
	width:612px;
}
#home_image {
	border:1px solid #0cc;
	width:595px;
	height:250px;
	margin-bottom:1em;
	margin-top:2px;
	}
/* HOMEPAGE left -------------------------------- */
#home_left {
	float:left;
	display:inline;
	width:188px;
	text-align:center;
	margin:20px;
	/*background-color:#ffe;*/ /* left bg color */
	/*border:1px solid #c33;*/
	}
/* HOMEPAGE middle -------------------------------- */
#home_middle {
	/*border:1px solid #c00;*/
	float:left;
	display:inline;
	position:relative;
	width:370px;
	margin-left:15px;
	margin-top:20px;
	}
/* HOMEPAGE right -------------------------------- */
#home_right {
	/*border:1px solid #00c;*/
	float:left;
	display:inline;
	width:250px;
	margin-left:45px;
	margin-top:20px;
	/*background-color:#eef;*/ /* right bg color */
	}

.home_divider {
	background:url(images/bg_two_lines.png) repeat-x 0 0;
	}

.homepage_news li {
	list-style:none;
	margin-bottom:0.3em;
	}
#home_right .homepage_news li a {
	text-decoration:none;
	color:#000;
	}
#home_right .homepage_news li a:hover {
	text-decoration:underline;
	}
.homepage_news .date {
	font-size:0.7em;
	color:#666666;
	}

/* 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%; }



/* ====================================================================================*/
/* FTCI Worship Rota */
/* ====================================================================================*/

#rota {
	border-left:1px solid #aba8be;
	color:#383838;
	}
#rota .altrow {
	background-color:#e6e6e6;
	}
#rota th {
	border-top:1px solid #aba8be;
	text-transform:uppercase;
	font-weight:normal;
	font-size:1.2em;
	}
#rota td,#rota th {
	border-right:1px solid #aba8be;
	border-bottom:1px solid #aba8be;
	padding:4px 1em 4px 4px;
	}

#rota td.date {
	font-weight:bold;
	/*font-size:1.2em;*/
	}
#rota td.leader {
	font-weight:bold;
	/*font-size:1.2em;*/
	}
#rota td.instrument {
	font-weight:bold;
	}
#rota td.name {
	font-style:italic;
	/*font-size:1.2em;*/
	padding-right:2em;
	}
/* ====================================================================================*/


/* ====================================================================================*/
/* FTCI Blog */
/* ====================================================================================*/
#blog {
	}
#blog h3 {
	margin:0;
	font-size:1.2em;
	color:#ebb700;
	}
#blog h4 {
	margin:0;
	font-weight:normal;
	font-size:0.9em;
	text-transform:uppercase;
	color:#383838;
	}
#blog p {
	font-family:Georgia;
	font-size:1.1em;
	line-height:1.3em;
	color:#555;

	}
#blog .blog_content {
	border-bottom:1px solid #f5db7f;
	margin:1em auto;
	}


/* 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 {
	border-top:1px solid #999;
	margin:0 6px;
	xpadding:16px 0 10px 10px;
	}
#footer #links {
	text-align:center;
	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:300px;
	padding-right:10px;
	}
#footer_accreditation {
	/*border:1px solid #c33;*/
	float:left;
	width:565px;
	padding-left:10px;
	border-left:2px solid #fff;
	background:url(images/logo_accreditation.png) no-repeat 100% 100%;
	}
#footer_accreditation p {
	padding-right:360px;
	}
#footer img {
	/*border:1px solid #c33;*/
	margin-right:10px;
	margin-left:10px;
	margin-top:6px;
	}
#footer_accreditation_logo_xx {
	border:1px solid #c33;
	float:right;
	background:url(images/logo_accreditation.png) no-repeat 0 100%;
	width:203px;
	height:54px;
	margin-right:10px;
	}

/* -------------------------------------------------------- */
#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 {
	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;
	}
/* --------------------------------------------------------------------------- */
