/*
	Filename        :	TDC_Global.css
	Created by      :	Darren Cudlipp (Liberata UK)
	Created        	:	01 May 2005
	Modified		:	16 October 2005
	Comments		:	Global CSS settings
*/

/* Import additional Style Sheets */

@import url(TDC_Navigation.css);
@import url(TDC_Home.css);
@import url(TDC_Basicpage.css);

/*******************************************************************/

* {
	font-family:arial, helvetica, sans-serif;
}

body {
	font-size:70%;
}

.TDCPage 
{
	text-align:center;
	display:block;
}

.pageHolder {
	width:760px;
	text-align:left;
	display:block;
}

.logo {
	float:left;
	width:100%;
}

.fullPage
{
	width:760px;
	display:block;
	float:left;
}

.leftColumn
{
	left:0px;
	width:160px;
	float:left;
	display:block;
}

.centerColumn
{
	width:420px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	display:block;
}

.rightColumn
{
	width:155px;
	float:left;
	display:block;
}

.largeLeftColumn
{
	left:0px;
	width:595px;
	float:left;
	display:block;
}

.largeRightColumn
{
	width:590px;
	float:left;
	padding-left:10px;
	display:block;
	left:161px;
}

.EditingHeader
{
	font-family:Arial;
	font-weight:bold;
	font-size: 12px;
	color:Red;
}

/*******************************************************************/
.header
{
	display:block;
}

.middle
{
	display:block;
}

.footer 
{
	letter-spacing:0;
	padding:.1em 0;
	float:left;
	width:760px;
	margin-top:10px;
	display:block;
}

.footer td
{
	padding-right:20px;
}

.footerTdBorder
{
	font-size: 8pt;
	color: Black; 
	font-family: Verdana;
	background-color: #CCCCCC;
	text-align: center;
}

.clsFooterContent
{
	color: #000000;
	font-family: Verdana;
	height: 18px;
	background-color: #CCCCCC;
	border-left-color:#CCCCCC;	
	border-right-color:#CCCCCC;
	border-bottom-color:#CCCCCC;
	border-top-color:#CCCCCC;
	border-bottom-style:double;
	border-left-style:double;
	border-right-style:double;
	border-top-style:double;
}

/*******************************************************************/
/* Calendar style settings */

table.calendar {
	border-collapse:collapse;
}
table.calendar th,
table.calendar td {
	text-align:right;
	border-collapse:collapse;
	width:19px;
	padding:1px 0;
	cursor:default;
}
table.calendar th {
	padding:0 0 .5em 0;
	text-align:center !important;
	width:auto;
}
table.calendar th a {
	text-decoration:none;
	font-weight:bold;
	font-size:110%;
}
table.calendar th a:hover {
	color:red;
}
table.calendar td a {
	color:blue;
	text-decoration:underline;
	display:block;
	width:16px;
	padding:0 1px;
}
table.calendar td a:hover {
	color:#fff;
	background-color:blue;
}
table.calendar td.otherMonth {
	color:#999;
}


/*******************************************************************/
/* Box style settings */
div.box {
	border:1px solid #ccc;
	padding:5px;
	margin:0 0 .5em 0;
}
div.box h2 {
	background-image:url(../../images/tendring/bg_box_h2_arrow.gif);
	background-repeat:no-repeat;
	background-position:0 .2em;
	padding-left:15px;
	color:#999;
	font-size:110%;
	margin:0 0 .5em 0;
}
div.box ul {
	list-style-type:none;
	margin:.5em 0;
}
div.box li {
	background-image:url(../../images/tendring/bg_box_bullet_arrow.gif);
	background-repeat:no-repeat;
	background-position:2px .45em;
	padding:.1em 0 0 10px;
	color:#999;
}
div.box li a {
	color:#999;
	text-decoration:none;
}
div.box li a:hover {
	text-decoration:underline;
	color:#333;
}
div.box p {
	color:#666;
	font-size:90%;
	margin:0 0 .5em 0;
}

/*******************************************************************/
ul.results {
	list-style-type:none;
	margin:0 0 2em 0;
	padding:0 !important;
}
ul.thumbnails li {
	padding:.5em 20px .5em 90px !important;
	min-height:90px;
}
ul.results li {
	border-bottom:1px solid #ccc;
	padding:.5em 20px .5em 0;
}
ul.results li h3 {
	margin:0 0 .5em 0 !important;
}
ul.results li p {
	margin:0 0 .6em 0 !important;
}	
ul.results img {
	/*float:left;
	width:80px;
	margin-left:-90px;*/
	border:0;
}

div.navResults {
	width:420px;
	text-align:right;
	color:#777;
	letter-spacing:6px;
}
div.navResults * {
	color:#777;
	letter-spacing:0px;
	text-decoration:none;
}
ul.results div.cost {
	float:right;
	color:#f90;
	margin:0 0 1em 10px;
	font-weight:bold;
	padding:0 0 0 10px;
	border-left:1px solid #999;
}
ul.results h3 span {
	float:right;
	text-align:right;
	color:#999;
	background-repeat:no-repeat;
	background-position:top right;
	padding:0;
}
ul.results h3 span img {
	margin-left:4px;
	width:auto;
}
ul.results h3 span.htm {
	background-image:url(../../images/tendring/htm.gif);
	padding:3px 22px 0 0;
}
ul.results h3 span.aspx {
	background-image:url(../../images/tendring/aspx.gif);
	padding:3px 22px 0 0;
}
ul.results h3 span.doc {
	background-image:url(../../images/tendring/word.gif);
	padding:3px 22px 0 0;
}
ul.results h3 span.pdf {
	background-image:url(../../images/tendring/pdf.gif);
	padding:3px 22px 0 0;
}
ul.results h3 span.ppt {
	background-image:url(../../images/tendring/powerpoint.gif);
	padding:3px 22px 0 0;
}
ul.results h3 span.project {
	background-image:url(../../images/tendring/project.gif);
	padding:3px 22px 0 0;
}
ul.results h3 span.mdb {
	background-image:url(../../images/tendring/accessgif);
	padding:3px 22px 0 0;
}
ul.results h3 span.xls {
	background-image:url(../../images/tendring/excel.gif);
	padding:3px 22px 0 0;
}

/*******************************************************************/

.babelFishHolder 
{
	text-align:center;	
}

.footerLinks
{
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}

.footerLinks a
{
	
}

.linkSpacer
{
	display:none;	
}
