/*
	Filename        :	TDC_Home.css
	Created by      :	Darren Cudlipp (Liberata UK)
	Created        	:	01 May 2005
	Modified		:	16 October 2005
	Comments		:	CSS settings unique to TDCSiteHome Template
*/

/********************************/

.smokingCountdown img
{
	text-decoration: none;
	border: solid 0px #ffffff;
	text-align:center;
}

.homePageHeading .PageName
{
	font-family:Verdana;
	font-size:12pt;
	color: #F55406;
	font-style:normal;
	font-weight:bold;
}

.sideLinkBar table
{
	width:100%;	
	/*background-color:#3300ff;*/
	background-color:#3366ff;
	border: solid 1px #000000;
}

.sideLinkBar table *
{
	vertical-align:top;
}

.sideLinkBar td
{
	height: 75px;
}

.sideLinkBar img
{
	border: solid 1px #000000;
	text-decoration:none;
}

.sideLinkBar .tdCol1
{
	width:20%;
	vertical-align:middle;
	
}

.sideLinkBar .tdCol2
{
	width:80%;
	vertical-align:middle;
	text-align:center;
}

.sideLinkBar .heading
{
	font-weight:bold;	
	color:#ffffff;
	font-size:14pt;
	font-family: Arial;
	text-decoration: none;
}

.sideLinkBar .body
{
	color:#ffffff;
	font-size:8pt;
	font-family:Arial;
}

/*********************/

/*Classes for whats new */
.Whatsnew h1
{
	font-family :Verdana;
	font-size : 10pt;
	font-weight:bold;
	color:#F55406;
	line-height: 3pt;
	vertical-align:top;	

}

.Whatsnew h1 a
{
	font-family :Verdana;
	font-size : 10pt;
	font-weight:bold;
	color:#F55406;
	text-decoration:none;
}

.Whatsnew ul
{
	list-style-type:square;
	font-family:Arial;
	font-size : 10pt;
	
}

.Whatsnew li
{
	color:#F55406;
	

}

/*********************/
/*Classes for Popular Pages */

.popPages h1
{
	font-family :Verdana;
	font-size : 10pt;
	font-weight:bold;
	color:red;
	line-height: 0pt;
	vertical-align:top; 

}

.popPages ul
{
	list-style-type:square;
	font-family:Arial;
	font-size : 10pt;
}

.popPages li
{
	color:red;
}

/*********************/
/*Classes for External Links */

.externalLinks h1
{
	font-family :Verdana;
	font-size : 10pt;
	font-weight:bold;
	color:purple;
	line-height: 3pt;
	vertical-align:top; 

}

.externalLinks ul
{
	list-style-type:square;
	font-family:Arial;
	font-size : 10pt;
}

.externalLinks li
{
	color:purple;
}

/*********************/
/*Classes for Do It Online */

.doItOnline h1
{
	font-family :Verdana;
	font-size : 10pt;
	font-weight:bold;
	color:green;
	line-height: 0pt;
	vertical-align:top; 

}

.doItOnline ul
{
	list-style-type:square;
	font-family:Arial;
	font-size : 10pt;
}

.doItOnline li
{
	color:green;
}

/*******************************************************************/
/* search style settings */

.search {
	margin: 4px 0px 0px 8px;
	display:block;
	width:100%;
	font-size:11px;
}

.search input {
	border:1px solid #888;
	font-size:100%;
	height:15px;
	width:115px;
}
.search input.submit 
{
	margin-left:3px;
	width:auto;
	height: 18px;
	background-color:#999;
	color:#fff;
	padding:0px 3px;
	cursor:default;
	font-weight:bold;
}

/*******************************************************************/
/*Classes for main Content*/
.currentFeature h1
{
	font-family :Verdana;
	font-size : 10pt;
	font-weight:bold;
	color:#F55406;
	vertical-align:top;

}
