/*main styles across all pages*/
body {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:80%;
	color: #333333;
	}
	
li {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:98%;
	color: #333333;
	list-style-type: square;
	}



h1,h2,h3,h4,h5,h6{
	color:#0592B1;
	margin-left:5px;
	margin-top:5px;
}

	
a{
	color: #0592B1;
	text-decoration:none;
	font-weight: bold;
}
a:hover{
	text-decoration:none;
	color: #999999;
}

.eftec{
	/*font-size: 105%;*/
	font-weight: bolder;
	color:#0592B1;
}

.unkee{
	/*font-size: 105%;*/
	font-weight: bolder;
	color:#B50000;
}

.unkee a{
	/*font-size: 105%;
	font-weight: bolder;*/
	color:#B50000;
}
.unkeenav{
	/*font-size: 105%;
	font-weight: bolder;*/
	color:#B50000;
}


p{
		margin-left: 10px;	
		margin-bottom:5px;
}

a.address{
	font-weight:normal;
	font-size:100%
}

/*end main style*/

	
/*styles for the informatin tables, navigation etc*/


table.eftectable {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: #ffffff #ffffff #ffffff #ffffff;
	/* - alternative colours  #C0E4EB #C0E4EB #C0E4EB #C0E4EB;*/
	border-collapse: collapse;
}



td.eftectd{
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: #C0E4EB #C0E4EB #C0E4EB #C0E4EB;
	border-collapse: collapse;
	/* - alternative colours border-color: #0592B1 #0592B1 #0592B1 #0592B1;*/
}


td.core{
		border-bottom-style: solid ; 
		border-bottom-color: #C0E4EB;
		border-bottom-width: 1px;
		border-collapse: separate;
		font-size:100%;
		
}

td.coreL{
	 	
		border-left-style: solid ; 
		border-left-color: #C0E4EB;
		border-left-width: 1px;
		border-left-style: solid ; 
		border-bottom-style: solid ; 
		border-bottom-color: #C0E4EB;
		border-bottom-width: 1px;
		border-collapse: separate;
		font-size:100%;
		
}


td.NavCore{
	 	
		border-style: solid ; 
		border-color: #C0E4EB;
		border-width: 1px;
		font-size:100%;
		padding-left: 5px;
}

/*styles for uknee, could be used in eftec site*/
.conference{
	font-family: Trebuchet MS, Verdana,Geneva, Arial, Helvetica, sans-serif;
	font-size:80%;
	/*text-decoration:none;*/
	color:#999999;
	font-weight:normal;

	}

.conferenceHead{
	font-family: Trebuchet MS, Verdana,Geneva, Arial, Helvetica, sans-serif;
	/*text-decoration:none;*/
	color:#999999;
	font-weight:bold;
	font-style: italic;
	font-size:90%;

	}


/*styles for the javascript breadcrumb trail*/

.topnav a{

	color: white;
	padding-left: 2px;
}


.topnav a:link{
	color: white;
	padding-left: 2px;
}

.topnav a:hover{
	color: white;
	padding-left: 2px;
}

.topnav{
	color:white;
	font-weight:bold;
	padding-left: 2px;
}

/* enf of styles for the javascript breadcrumb trail*/

/*address style for all page headers*/
.address{
	font-family: Trebuchet MS, Verdana,Geneva, Arial, Helvetica, sans-serif;
	font-size:90%;
	text-decoration:none;
	color:#999999;
	font-weight:normal;
}

/*not used*/

hr {
	color:#0592B1;
	line-height: 1px;
}

.disclaimer{
	font-family: Trebuchet MS, Verdana,Geneva, Arial, Helvetica, sans-serif;
	font-size:90%;
	font-style:italic;
	text-decoration:none;
	color:#999999;
}
