/*
	Filename        :	TDC_Print.css
	Created by      :	Darren Cudlipp (Liberata UK)
	Created        	:	20 April 2006
	Modified		:	20 April 2006
	Comments		:	CSS settings for printing
*/

/*******************************************************************/

* {
	font-family:arial, helvetica, sans-serif;
}

body {
	font-size:70%;
}

.TDCPage 
{
	display:block;
	width:100%;
}

.pageHolder {
	width:100%;
	display:block;
}

.logo {
	width:100%;
	display:none;
}

.fullPage
{
	display:block;
	width:100%;
}

.leftColumn
{
	display:none;
}

.centerColumn
{
	position:static;
	top:0px;
	left:0px;
	width:100%;
	display:block;
}

.rightColumn
{
	display:none;
}

.largeLeftColumn
{
	display:none;
}

.largeRightColumn
{
	position:static;
	top:0px;
	left:0px;
	width:100%;
	display:block;
}

/*******************************************************************/
.header
{
	display:none;
}

.middle
{
	display:block;
}

.footer 
{
	display:none;
}

.babelFishHolder
{
	display:none;
}

.globalNavTable
{
	display:none;	
}

.topOfPageGraphic
{
	display:none;	
}

.BackButtonHolder
{
	display:none;
}

.TopButtonHolder
{
	display:none;
}

.fullPage hr
{
	display:none;
}

/**********************************/
/* Classes needed for styling */

/* Class for Page Name */
.subPageHeading .PageName
{
	font-size: 12pt;
	color: #33999b;
	font-style:normal;
	font-family: Verdana;
	font-weight:bold;
}

.SiteMap
{
	font-size:120%;
	font-family:arial, helvetica, sans-serif;
}

.AtoZ
{
	font-size:120%;
	font-family:arial, helvetica, sans-serif;
}

.AtoZ a
{
	font-size:120%;
	font-family:arial, helvetica, sans-serif;
}

.FaqListingGlobal
{
	font-size:120%;
	font-family:arial, helvetica, sans-serif;
}

.FaqListingGlobal a
{
	font-size:120%;
	font-family:arial, helvetica, sans-serif;
}

.FaqListingGlobal h2
{
	font-size:120%;
	font-weight:bold;
	font-family:Verdana;
	color:#33999b;
}

.FaqListingLocal
{
	font-size:120%;
	font-family:arial, helvetica, sans-serif;
}

.FaqListingLocal a
{
	font-size:120%;
	font-family:arial, helvetica, sans-serif;
}

.FaqListingLocal h2
{
	font-size:120%;
	font-weight:bold;
	font-family:Verdana;
	color:#33999b;
}

.FaqQuestion
{
	color:Black;
	font-size:120%;
	font-weight:bold;
}

.FaqAnswer
{
	color: Black;	
	font-size:120%;
}

.StandardForm
{
	color:Black;
	font-size:120%;
}

/*********************/

/*Classes for main content */

.mainContent
{
	color:#000000;
	font-family:Arial;
	font-size: 120%;	
}

.mainContent h2
{
	font-size:120%;
	font-weight:bold;
	font-family:Verdana;
	color:#33999b;	
}

.mainContent li
{
	color:#000000;
	font-family:Arial;
}

.councillor
{
	color:#000000;
	font-family:Arial;
	font-size: 120%;	
}

.councillor h2
{
	font-size:120%;
	font-weight:bold;
	font-family:Verdana;
	color:#33999b;	
}

.councillor li
{
	color:#000000;
	font-family:Arial;
	list-style: none;
}

.myTendring
{
	color:#000000;
	font-family:Arial;
	font-size: 120%;	
}

.myTendring li
{
	color:#000000;
	font-family:Arial;
	list-style: none;
}

.myTendring h2
{
	font-size:120%;
	font-weight:bold;
	font-family:Verdana;
	color:#33999b;	
}

.councillorListing
{
	color:#000000;
	font-family:Arial;
	font-size: 120%;	
}

.councillorListing li
{
	color:#000000;
	font-family:Arial;
	list-style: none;
}

.councillorListing td
{
	font-size:80%;
}


/**** Bencalc Classes ****/

.tdTopstrip {
   background-color:cyan; 
   color:black; 
} 

 .tdStepstrip { 
   background-color:cyan; 
   color:black; 
} 
.tdMost { 
   background-color:#C0C0C0; 
   color:black; 
       } 
.redfont { color:red } 
.bluefont { color:blue } 
/* .lgfont { color:lightgrey } */
.lgfont { color:black }

/**** Google Search Classes ****/

.googleSearchResults body,.d,.p,.s{background-color:#ffffff}
.googleSearchResults body,td,div,.p,a,.d,.s{font-family:arial,sans-serif}
.googleSearchResults body,td,div,.p,a,.d{font-size: }
.googleSearchResults body,div,td,.p,.s{color:#000000}
.googleSearchResults .s,.f,.f a{font-size: 80%}
.googleSearchResults .l{font-size: }
.googleSearchResults .l{color: #0000cc}
.googleSearchResults a:link,.w,.w a:link{color:#0000cc}
.googleSearchResults a:visited,.f a:visited{color:#551a8b}
.googleSearchResults a:active,.f a:active{color:#ff0000}
.googleSearchResults .t{color:#ffffff}
.googleSearchResults .t{background-color:#3366cc}
.googleSearchResults .z{display:none}
.googleSearchResults .f,.f:link,.f a:link{color:#6f6f6f}
.googleSearchResults .i,.i:link{color:#a90a08}
.googleSearchResults .a,.a:link{color:#008000}
.googleSearchResults div.n {margin-top: 1ex}
.googleSearchResults .n a{font-size: 10pt; color:#000000}
.googleSearchResults .n .i{font-size: 10pt; font-weight:bold}
.googleSearchResults .q a:visited,.q a:link,.q a:active,.q {text-decoration: none; color:#0000cc;}
.googleSearchResults .b,.b a{font-size: 12pt; color:#0000cc; font-weight:bold}
.googleSearchResults .d{font-family:arial,sans-serif; 
   margin-right:1em; margin-left:1em;}
   
 /* Business Directory Classes */
 .businessHeader
 {
	background-color:#006600;
	color:#FFFFFF;	
 }
 
 .businessSubHeader
 {
	background-color:#CCCCCC;
	color:#000000;
 }
 
 /*Classes for whats new */
.Whatsnew h1
{
	font-family :Verdana;
	font-size : 12pt;
	font-weight:bold;
	color:#F55406;
}

.Whatsnew h1 a
{
	color:#F55406;
	text-decoration:none;
}

.Whatsnew li
{
	font-family:Arial;
	font-size : 10pt;
	color:#000000;
}

/*********************/

/*Classes for Popular Pages */

.popPages h1
{
	font-family :Verdana;
	font-size : 12pt;
	font-weight:bold;
	color:#F55406;
}

.popPages .heading
{
	font-weight:bold;	
	color:#000000;
}

.popPages table
{
	width:100%;
}

.popPages tdCol1
{
	width:15%;
}

.popPages tdCol2
{
	width:30%;
	
}

.popPages tdCol3
{
	width:15%;
}

.popPages tdCol4
{
	width:30%;
}

.popPages table *
{
	vertical-align:middle;
}

.popPages img
{
	border: solid 1px #000000;
	text-decoration:none;
}

/*Classes for my Tendring */

.myTendring
{
	margin-left:5px;	
}

.homePageHeading .PageName
{
	font-family:Verdana;
	font-size:12pt;
	color: #F55406;
	font-style:normal;
	font-weight:bold;
}
