/*	CSS for freedomtango.co.uk							*/
/*											*/
/*	Copyright © 2006-2013 CWB Limited (www.cwb.ltd.uk), all rights reserved.	*/

.cond-all	{
			font-weight:bold;
		}

#debug		{
			display:none;
		}


/*	Body default text								*/
BODY		{
			margin:0;
			padding:0;
			color:black;
			background-color:white;
			font-size:11pt;
			font-family:"Trebuchet MS","Verdana","Arial","Helvetica",sans-serif;
		}

/*	Link colours								*/
/*
A,A:link,A:visited
		{
			color:blue;
		}

A:hover		{
			color:#AAAAAA;
		}

A:active	{
			color:#444444;
		}
*/

/*	Page layout								*/

#footer	{
			clear:both;
			border-top:1px solid #3E4C55;
			padding:2mm;
		}

#infobar	{
			width:800px;
			margin-top:8px;
			margin-bottom:8px;
		}

/*	Top navigation								*/

#topnavinner	{
			color:white;
			background-color:#1D150C;
			font-weight:bold;
			font-size:100%;
			padding-top:3px;
			padding-bottom:3px;
		}

#topnavinner A	{
			margin-left:6px;
			margin-right:6px;
			text-decoration:none;
		}

#topnavinner A:link,#topnavinner A:visited
		{
			color:white;
		}

#topnavinner A:hover
		{
			color:red;
		}

#topnavinner A:active
		{
			color:#00FFFF;
		}

#topnavinner SPAN
		{
			color:#C3C3C3;
			margin-left:8px;
			margin-right:8px;
		}

/*	Bottom navigation							*/

#botnav		{
			padding-top:3px;
			padding-bottom:3px;
		}

#botnav A	{
			margin-left:4px;
			margin-right:4px;
		}

#botnav SPAN
		{
			font-weight:bold;
			margin-left:4px;
			margin-right:4px;
		}

/*	Page content								*/
#content	{
			margin-top:3em;
			padding:0 2em;
			color:#333333;
		}

#content H1	{
			font-size:180%;
			text-align:left;
			font-weight:normal;
			margin-top:2em;
			color:#940000;
		}

#content H2	{
			font-size:160%;
			text-align:left;
			font-weight:normal;
			margin-top:2em;
			color:#940000;
		}

/*      Miscellaneous text styles						*/
BLOCKQUOTE	{
			/*margin:5mm 10mm 0 10mm;*/
			font-style:italic;
		}

LABEL		{
			font-weight:bold;
			margin-right:3mm;
		}

.downloadtitle	{
			font-weight:bold;
		}

.quotecaption	{
			margin:0 10mm 5mm 10mm;
			text-align:right;
			font-weight:bold;
		}

.timetable-time	{
			Xpadding:4px 8px;
			font-weight:bold;
			white-space:nowrap;
		}

.timetable-text	{
			padding:4px 16px;
		}



.todo		{
			color:red;
		}

.caption	{
			margin-top:3mm;
			text-align:center;
			font-style:italic;
			font-size:90%;
		}

.smallprint	{
			font-size:75%;
		}

.modtime	{
			display:none;
		}

.spaceabove	{
			margin-top:10mm;
		}

.tbd		{
			color:white;
			background-color:red;
		}

.attribution	{
			padding-left:5mm;
			padding-right:5mm;
			font-style:italic;
			margin-bottom:5mm;
		}

#onecomment BLOCKQUOTE
		{					/* testimonial on home page */
			/* border:1px dotted #c1c2c4; */
			padding:8pt;
			margin:0 2em;
		}

.money		{
			font-weight:bold;
		}

