/*
	Filename        :	TDC_Navigation.css
	Created by      :	Darren Cudlipp (Liberata UK)
	Created        	:	01 May 2005
	Modified		:	16 October 2005
	Comments		:	Site Navigation CSS settings
*/

/*******************************************************************/
/* Site Home Left Navigation */

.leftNavHomePage {
	width:100%;
	float:left;
	margin:5px 0 0 0;
}
.leftNavHomePage ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.leftNavHomePage ul li 
{
	display:inline;
}
.leftNavHomePage ul li a 
{
	display:block;
	text-decoration:none;
	background-position: 0px 4px;
	background-image:url(../../images/tendring/li_arrow.gif);
	background-repeat:no-repeat;
	/*background-color:#3300ff;*/
	background-color:#3366ff;
	color:#ffffff;
	font-weight:bold;
	margin-bottom:2px; 
	padding-left:15px; 
	padding-right:0px; 
	padding-top:.2em; 
	padding-bottom:.2em;
	font-size: 11px;
}

/************************************************************/
/* Sub Page Left Navigation */

.leftNavSubPagePosting
{
	display:block;
	background-color:#F1F1E6;
	background-image:url(../../images/tendring/arrow.gif);
	background-position: 3px 5px;
	background-repeat:no-repeat;	
	text-decoration : none;
	text-align:left;
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	color:#000000;
	padding-left:18px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.leftNavSubPageCurrentPosting
{
	background-image:url(../../images/tendring/arrow.gif);
	background-position: 0px 3px;
	background-repeat:no-repeat;	
	text-decoration : none;
	text-align:left;
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	color:#F55406;
	padding-top: 2px;
	padding-bottom: 2px;
}

.leftNavSubPageChannel
{
	display:block;
	background-color:#E6E6E1;
	background-repeat:no-repeat;	
	text-decoration : none;
	text-align:left;
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	color:#33999b;
	padding-top: 2px;
	padding-bottom: 2px;
}

.leftNavSubPageHeading
{
	display:block;
	background-color:#E6E6E1;
	width:100%;
	background-repeat:no-repeat;	
	text-decoration : none;
	text-align:center;
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	color:#33999b;
	padding-top: 2px;
	padding-bottom: 2px;
}

.leftNavSubPageTable
{
	width:100%;
	display:block;

	border-left-color:#cccccc;
	border-left-style:solid;
	border-left-width:thin;	
			
	border-top-color:#cccccc;
	border-top-style:solid;
	border-top-width:thin;
	
	border-right-color:#cccccc;
	border-right-style:solid;
	border-right-width:thin;
	
	border-bottom-color:#cccccc;
	border-bottom-style:solid;
	border-bottom-width:thin;		
	
}

.leftNavSubPageTableRow
{
	background-color:#E6E6E1;
}

.leftNavSubPageTableCell
{
	text-align:center;
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	color:#33999B;
}

/*************************************************************/
/* Horizontal Global Navigation */

.globalNavTable
{
	display:block;
	background-color:#CCCCCC;
	width:100%;
	height:38px;
	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;
margin: 3px 0px 0px 0px;
}

.globalNavCell
{
	font-family:Verdana;
	font-size:8pt;
	color:Black;
	vertical-align:middle;
}

.globalNavAnchor
{
	background-image:url(../../images/tendring/menupointer.gif);
	background-repeat:no-repeat;	
	text-decoration:none;	
	color:#000000;
	background-position: 0px 3px;
	padding-left:10px;
}

/*******************************************************************/
/*  Breadcrumb Navigation */

.breadCrumb 
{
	width:100%;
	padding-top:5px;
	padding-left:10px;
}

.breadCrumbHeading 
{
	color:#000000;
	font-weight:bold;
	font-family:Arial;
	font-size:8pt;
}

.breadCrumb a
{
	text-decoration:none;
	font-weight:bold;
	color:gray;
	font-family:Arial;
	font-size:8pt;
}

.breadCrumb a:hover {
	text-decoration:none;
	font-weight:bold;
	color:blue;
	font-family:Arial;
	font-size:8pt;
}

.breadCrumbDivider
{
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	font-family:Arial;
	font-size:8pt;
}

.breadCrumbCurrent
{
	text-decoration:none;
	color:#33999b;
	font-weight:bold;
	font-family:Arial;
	font-size:8pt;
}

/*******************************************************************/
/* Quick Links Navigation */

.quickLinksAnchor
{
	background-repeat:no-repeat;	
	text-decoration:none;	
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	color:#000000;
}

.quickLinksTable
{
	width:100%;

	border-left-color:#cccccc;
	border-left-style:solid;
	border-left-width:thin;	
			
	border-top-color:#cccccc;
	border-top-style:solid;
	border-top-width:thin;
	
	border-right-color:#cccccc;
	border-right-style:solid;
	border-right-width:thin;
	
	border-bottom-color:#cccccc;
	border-bottom-style:solid;
	border-bottom-width:thin;
}
.quickLinksTableHeaderRow
{
	background-color:#E6E6E1;
}

.quickLinksTableHeaderCell
{
	text-align:center;
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	color:#33999B;
}

.quickLinksTableRow
{
	background-color:#F1F1E6;
}

.quickLinksTableCell
{
	text-align:left;
}

.quickLinksAnchor
{
	display:block;
	background-image:url(../../images/tendring/arrow.gif);
	background-position: 0px 5px;
	background-repeat:no-repeat;	
	text-decoration : none;
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	color:#000000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:15px;
}
