/* reset.css */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}

/* global.css */

body {
	background: #d6083b url("/assets/img/UI/bg.gif") repeat-x top left;
	font-family: arial, verdana, sans-serif;
	color: #000;
	font-size: 62.5%;
}
p {
	margin:0 0 18px 0;
}

a:link, a:visited {
    color:#d6083b;
    text-decoration:none;
}
a:hover, #main a.all-news:link, #main a.all-news:visited {
    color:#000;
    text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: arial, verdana, sans-serif; 
	font-weight: normal;
	padding: 0 0 0 10px;	
	margin-bottom: 5px;
	color: #666;
}

#skip {
	display: none;
}
#header {
	position: relative;
	float:left;
	font-size: 1.1em;
	margin-bottom: 13px;
}
#header #logo {
	width:213px;
	height:81px;
	overflow:hidden;
	position:relative;
	float:left;
	top:18px;
	left: 0;
}
#header #logo h1 {
	width:213px;
	height:81px;
	padding:0;
	margin:0;
}
#header #logo h1 a {
	background:url("/assets/img/UI/logo-lsn.gif") no-repeat;
	display:block;
	width:213px;
	height:81px;
}
#header #logo h1 span { 
	position:absolute;
	left:-5000px;
	width:4000px;
}
#header-content {
	width: 640px;
	height: 117px;
	float: right;
}

span.divider {
	color: #cbd4db;	
}

/* TOP NAV */

#top-nav {
	background: url("/assets/img/UI/topnav-left.gif") no-repeat left top;
	position: absolute;
	float:right;
	right:0;
	top:0;
}

#top-nav span {
	color: #cbd4db;	
}

#top-nav ul {
    background: url("/assets/img/UI/topnav-right.gif") no-repeat right top;
	margin: 0;
	float:left;
	padding: 0 10px 0 10px;
}

#top-nav ul li {
	float:left;
	margin: 0 5px 0 0;
	padding: 7px 0 8px 0;
}

#top-nav ul li a {
	color: #d6083b;
}

#top-nav ul li a:hover {
	color: #000;
}

/* active states */

.s-2222 a#Tab-2222, /* local authorities and schools */
.s-2251 a#Tab-2222, /* local authorities and schools */
.s-2252 a#Tab-2222, /* local authorities and schools */
.s-2253 a#Tab-2222, /* local authorities and schools */

.s-2223 a#Tab-2223, /* further & higher education */
.s-2248 a#Tab-2223, /* further & higher education */
.s-2249 a#Tab-2223, /* further & higher education */
.s-2250 a#Tab-2223, /* further & higher education */

.s-2224 a#Tab-2224, /* work-based learning */
.s-2257 a#Tab-2224, /* work-based learning */
.s-2258 a#Tab-2224, /* work-based learning */
.s-2259 a#Tab-2224, /* work-based learning */

.s-2225 a#Tab-2225, /* develop your people */
.s-2254 a#Tab-2225, /* develop your people */
.s-2255 a#Tab-2225, /* develop your people */
.s-2256 a#Tab-2225, /* develop your people */

.s-2226 a#Tab-2226, /* international */
.s-2260 a#Tab-2226, /* international */
.s-2261 a#Tab-2226, /* international */
.s-2262 a#Tab-2226, /* international */

/* top nav links */

.s-2280 a#Tab-2280, /* consulting */
.s-2281 a#Tab-2281, /* outsourcing */
.s-2282 a#Tab-2282, /* research */
.s-2283 a#Tab-2283, /* technology */
.s-2284 a#Tab-2284 { /* training */
    color: #000 !important;
}

#page {
	background: url("/assets/img/UI/bg-main.png") repeat-y top left;
	margin: 0 auto;
	width: 1000px;
}

#wrap {
	width: 940px;
	margin: 0 auto 20px auto;
}

/* Footer */

#footer {
	font-size: 1.1em;
	line-height: 1.6em;
	background: url("/assets/img/UI/bg-footer.gif") repeat-x top left;
	margin: 0 auto;
	width: 972px;
	clear:both;	
}
#footer div {
	margin: 0 auto;
	width: 940px;
	padding-top: 20px;

}
#footer ul {
	float:left;
	width: 125px;
	margin-right:18px;
}
#footer ul.last {
    width: 80px;
    margin-right:0 !important;
}
#footer ul strong {
	color: #555555;
	display: block;
	height: 35px;
	line-height: 14px;
}		
#footer ul a {
	color: #555555;
	display:block;
}
#footer ul a:hover 
{
	color: #d6083b;
}
	
#page-btm {
	background: url("/assets/img/UI/page-btm.png") no-repeat top left;
	margin: 0 auto 20px auto;
	width: 1000px;
	height: 80px;
	font-size: 1.1em;
}
#page-btm p {
	color: #fff;
	margin: 30px 0 0 24px;
	float:left;
}
#page-btm a {
	color: #fff;
}
#page-btm a:hover {
	text-decoration: underline;
}

#logos {
	float: right;
	margin: 30px 29px 20px 0;
	background: url(/assets/img/logos/iip.gif) no-repeat;
	height: 46px;
	width: 360px;
}

div.hr {
	height: 10px;
	width: 100%;
	float: left;
}

#contact {
    background: url(/assets/img/UI/bdr-sector.gif) repeat-y right top;
    width: 430px;
    padding-right:10px !important;
}

/* self-clear floats */
#page:after, #wrap:after, #footer div:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* Sector Block */

#sectors {
	background: url("/assets/img/UI/bg-sectors.gif") no-repeat bottom left;
	width: 930px;
	float:left;
	background-color: #eaf1f8;
	border-top: 4px solid #d6083b;
	padding: 8px 0 8px 10px;
}


div.sector {
	float:left;
	width: 160px;
	margin: 0 15px 0 0;
	background: url("/assets/img/UI/bdr-sector.gif") repeat-y right top;
	padding-right: 10px;
}

div.last {
	background: none !important;
	margin:0 !important;
	padding:0 !important;
}

div.sector p {
	margin: 0;
	line-height: 1.5em;
}

div.sector strong a {
	text-transform: uppercase;
	color: #d6083b !important;
	font-size: 1.3em;
	line-height:1.2em;
	display: block;
	height: 35px;
}

div.sector strong a:hover, div.sector strong a.active {
	color: #000 !important;
}

/* Sector sub nav */

#sector-subnav 
{
    float: left; 
    /*width: 460px;*/
    /* background: url(/assets/img/UI/bdr-dottedgrey.gif) repeat-y right top;*/
    padding-right: 10px;
}

#sector-subnav ul
{
   list-style-type: none !important;
   margin: 15px 0 15px 0 !important;
   /*background-color:#EAF1F8;*/
   padding: 0 0 0 0;
}

#sector-subnav ul li
{
    background: none !important;
    padding-left: 0 !important;
    margin:0 !important;
}

#sector-subnav ul li a
{
    font-weight: bold;
    background: url(/assets/img/UI/sector-bullet.gif) no-repeat left center;
    display:block;
    padding: 2px 0 2px 30px;
}

/* Sector Services */

#sector-services 
{
    float:left;
    margin:0 0 0 10px;
}

#sector-services  ul
{
    list-style-type:none;
    font-weight:bold;
    margin:0;
}


/* Layout */

#main {
	float: left;
	width: 700px;
	font-size: 1.2em;
	line-height: 1.5em;
	position:relative;
}
#main .col {
	float:left;
	width: 220px;
	margin-right: 20px;
	position: relative;
}	
#main .bdr 	{
    border-right: 1px dotted #999;
}	
#main .col strong {
	text-transform: uppercase;
	font-size: 1.3em;
	margin-bottom: 5px;
	display:block;
}
#main div.col-row {
    background: url("/assets/img/UI/bg-col.gif") left top;
    float:left;
}
#main div.col-row-products {
    background: url("/assets/img/UI/bg-col-products.gif") left top;
    float:left;
}		
#main div.menu {
	float:left;
	width: 220px;
	font-size: 0.9em;
}
#main div.menu a {
  color: #555555;
  padding: 10px 0 10px 20px;  
}
#main div.menu a:hover {
  color: #d6083b;  
}	
#main div.menu a.all-news {
  background: url("/assets/img/icons/all-news.gif") no-repeat left center;
  float:left;
}
#main div.menu a.subscribe {
  background: url("/assets/img/icons/subscribe.gif") no-repeat left center;
  float:right;	
}
#main .col p.title {
	margin:0 !important;
}		
#main .col p.title a {
	color: #d6083b;
	font-weight:bold;
}
#main .col p.title a:hover {
	color: #000;
}

#main-intro {
	width:700px;
	float: left;
	margin-bottom: 16px;
}



#panel-about {
	float:left;
	width: 220px;
	/*height: 248px;*/
	margin: 0;
	background: #eaf1f8 url(/assets/img/UI/box-rnd-btm.gif) no-repeat bottom left;
}



#panel-about p {
	padding: 0 10px 0 10px;
	margin: 0 0 5px 0;
	line-height: 1.3em;
	clear: both;
	font-size:11px;
}


#panel-about strong {
	color: #d6083b;
	font-size: 1.2em;
}


#panel-about div.btn {
	background: url("/assets/img/UI/btn.gif") no-repeat top left;	
	width: 200px;
	height: 50px;
	margin: 0 0 5px 10px;
	float: left;
	clear: both;
	padding:3px 0 0;
}

#panel-about div.btn p {
	padding: 10px 0 0 10px;
}

#panel-about div.btn strong  {
	text-transform: uppercase;
	font-size: 1.3em !important;/**/
	position: relative;
	top: 7px;
	left: 10px;
}

#panel-about a {
	color: #d6083b;
}

#panel-about a:hover {
	color: #000;
}



/* sidebar */
	
#sidebar {
	float:left;
	width: 220px;
	margin: 0 20px 0 0;
	font-size: 1.1em;
}

.sidebar-right {
	margin: 0 0 0 20px !important;
}

#sidebar img.bnr {
	margin: 0 0 10px 0;
}

#sidebar a img {
	display:block;
}

	#lsn-programmes {
		background-color: #eaf1f8;
		height: 30px;
		width: 220px;
		margin-bottom:10px;
	}

div.banner {
	background-color: #eaf1f8;
	width: 220px;
	height:60px;
	margin-bottom:10px;
}

/* accordion */

ul.accordion { 
	list-style-type: none; 
	padding: 0 0 0 0; 
	margin: 0 0 10px 0;
	float:left;
	/*display: block;*/

}

ul.accordion p 
{
    line-height:1.3em;
    margin-bottom:0;
    padding: 10px 10px 0 10px;
}

ul.accordion ul { 
	padding: 0; 
	margin: 0; 
	float: left;
	display: block; 
	width: 220px; 
}

ul.accordion li ul li.first
{
    margin-top:15px;
    
}

ul.accordion > li.first {
    padding-bottom:75px;
}

ul.accordion li.first > a 
{
  /* text-transform: uppercase;  */
}

ul.accordion li { 
	background: url("/assets/img/UI/btn-accordion.gif") no-repeat top left;
	width: 220px;	
	height: 32px; 
	/*cursor: pointer; */
	list-style-type: none; 
	padding: 0; 
	margin: 0; 
    /*float: left;*/ /* affects ie */
	display: block; 
}

ul.accordion li.search 
{
   	background: url("/assets/img/UI/btn-accordion-search.gif") no-repeat top left;
   	height: 32px; 
}

ul.accordion li ul li { 
	   text-transform: none !important;
	   
}

ul.accordion li.active { 
	background: url("/assets/img/UI/btn-accordion.gif") no-repeat top left;
	width: 220px;	
	height: 32px; 
}

ul.accordion li.active > a { 
	background: url("/assets/img/icons/up.gif") no-repeat 98% 50%; 
}

ul.accordion a:hover 
{
    color: #000 !important;
}


ul.accordion a { 
	text-decoration: none;
	font: bold 1.2em/2.6em Arial, sans-serif; 
	color: #d6083b !important; 
	padding: 0 10px 0 10px; 
	display: block; 
	cursor: pointer;
	height: 32px; 
	background: url("/assets/img/icons/down.gif") no-repeat 98% 50%;
}

ul.accordion a:hover {
	color: #000;
}

ul.accordion ul li  { 
	background: none;

}

ul.accordion ul li a { 
	background: none;
/*	background-color: #fff;*/
	color: #d6083b !important;
	font-size: 1.1em;
/*	cursor: pointer;*/
}

ul.accordion ul li.active a { 
	background: none;
	background-color: #fff;
	color: #d6083b;
}

ul.accordion ul li a:hover { 
	color: #000 !important;
}

	/* Level 2 */
	
/* ul.accordion li ul li { background: #fff; font-size: 0.9em; } */

ul.accordion li div { /* additional information about each */
	padding: 20px;
	display: block; 
	clear: both; 
	float: left; 
	width: 220px;
}


/* search accordion */

ul.accordion-search { 
	list-style-type: none; 
	padding: 0 0 0 0; 
	margin: 0 0 10px 0;
	float:left;
}

ul.accordion-search p 
{
    line-height:1.3em;
    margin-bottom:0;
    padding: 10px 10px 0 10px;
}

ul.accordion-search ul { 
	padding: 0; 
	margin: 0 0 10px 0; 
	float: left;
	display: block; 
	width: 220px; 
}


ul.accordion-search li.first 
{
 
}

ul.accordion-search li.first a
{
    padding: 9px 0 15px 10px;
}

ul.accordion-search li { 
	background: url("/assets/img/UI/btn-accordion-search.gif") no-repeat top left;
	width: 220px;	
	height: 33px;
	/*cursor: pointer; */
	list-style-type: none; 
	padding: 0; 
	margin: 0; 
    /*float: left;*/ /* affects ie */
	display: block; 
}

ul.accordion-search li ul li { 
	   text-transform: none !important;
	   height: auto;
}

ul.accordion-search li.active { 

}

ul.accordion-search li.active > a { 
	background: url("/assets/img/icons/up.gif") no-repeat 98% 30%; 
}

ul.accordion-search a:hover 
{
    color: #000 !important;
}


ul.accordion-search a { 
	text-decoration: none;
	/* font: bold 1.2em/2.6em Arial, sans-serif; */
	font: bold 1.2em Arial, sans-serif; 
	color: #d6083b !important; 
	padding: 0 10px 0 10px; 
	display: block; 
	cursor: pointer;
	/* height: 32px; */
	background: url("/assets/img/icons/down.gif") no-repeat 98% 30%;
}

ul.accordion-search a:hover {
	color: #000;
}

ul.accordion-search strong {
	font-size: 1.2em;
	margin: 10px 0 5px 10px;
	display:block;
}

ul.accordion-search ul li  { 
	background: none;
    margin: 0 0 5px 0;
}

ul.accordion-search ul li a { 
	background: none;
/*	background-color: #fff;*/
	color: #d6083b !important;
	font-size: 1.1em;
	font-weight: normal;
	padding:0 !important;
	margin-left:10px;
/*	cursor: pointer;*/
}

ul.accordion-search ul li.active a { 
	background: none;
	background-color: #fff;
	color: #d6083b;
}

ul.accordion-search ul li a:hover { 
	color: #000 !important;
}









/* Mini Banners */

#mini-banners 
{
    float:left;
    clear:both;    
}

div.btn-hm 
{
    float:left;
}

div.btn-hm-top 
{
   background: url(/assets/img/UI/btm-hm-l.gif) no-repeat top left;
   width:220px;
   height:7px;
}

div.btn-hm {
	background: url(/assets/img/UI/btm-hm-l.gif) no-repeat bottom left;
	
	width: 220px;
	margin-bottom: 10px;

	z-index:10;
}

div.btn-hm a {
	float: left;
	padding-top:7px;
	margin-top:-7px;
	cursor: pointer;
}

div.btn-hm a:hover strong {
    color: #000;
}

div.btn-hm a:hover span {
    color: #000;
}

div.btn-hm span.wrap {
	color: #d6083b;
	margin: 0 10px 8px 10px;
	float: left;
	line-height: 1.4em;
}

div.btn-hm span strong {
	font-size: 1.2em;
	color: #6d1a42;
	text-transform: uppercase;
}

div.btn-hm span span.sm {
	/*font-size: .8em;*/
	color: #151515;
	margin: 0;
}

/* Sector */

#sector-intro 
{
    background: url("/assets/img/UI/bg-sectorhome.gif") no-repeat bottom left;
	font-size: 1.1em;
	margin: 0 0 20px 0;
	float: left;
}

#sector-intro .intro {
	
	width: 430px;
	/* height: 193px;*/
	float: left;
	padding: 20px 20px 0 20px;
}

#sector-intro .intro p {
/*	padding: 10px 10px 0 10px;*/
}

#sector-intro .img {
	width: 230px;
	height: 213px;
	float: left;
}


/* breadcrumb Styles
 ---------------------------------------------------------------------*/

#breadcrumb p {
	margin: 0;
}

#breadcrumb a.home {
	background: url("/assets/img/icons/home.gif") no-repeat left center;

	padding: 0 0 0 20px;
	text-decoration: underline;
}

#breadcrumb a {
	color: #d6083b;
}

#breadcrumb a:hover {
	text-decoration: none;
	color: #000;
}


#breadcrumb
{
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	display: block;
	height: 21px;
	overflow: hidden;
	width: 100%;
	font-size: 1.2em;
}
#breadcrumb ul
{
	margin: 0;
	width: 100% !important;
	padding: 0;
	height: 21px;
	display: block;
}
#breadcrumb ul li
{
	display: block;
	float: left;
	position: relative;
	height: 21px;
	overflow: hidden;
	line-height: 21px;
	margin: 0px 6px 0px 0;
	padding: 0px 10px 0px 0;
	background: url("/assets/img/UI/Chevron.gif") no-repeat 100% 0;
}

#breadcrumb ul li div.chevronOverlay
{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
#breadcrumb ul li span
{
	display: block;
	overflow: hidden;
}
#breadcrumb ul li a
{
	display: block;
	position: relative;
	height: 21px;
	line-height: 21px;
	overflow: hidden;
	float: left;
}

#breadcrumb ul li.first a, #breadcrumb ul li span {
	height: 16px !important;
	text-indent:-1000em;
	width:16px;
	padding: 0;
	margin-top: 2px;
	margin-right:10px;
	overflow: hidden;
	background:url(/assets/img/icons/home.gif) no-repeat 0 0;
}

#breadcrumb ul li.first a:hover {
    background-position: 0 -16px;
}


#breadcrumb ul li.first
{
	padding: 0;
	overflow: hidden;
}

#breadcrumb ul li.last
{
	background: none;
	margin-right: 0;
	padding-right: 0;
}

.chevronOverlay
{
	display: none;
	background: url("/assets/img/UI/ChevronOverlay.png") no-repeat 100% 0;
	width: 13px;
	height: 20px;
}

.box strong 
{  
    /* color:#d6083b; */
    font-size:18px !important;
    font-weight:normal;
    text-transform: none !important;
}

.box p 
{  
    margin:0 0 20px 0;
}

.wide 
{      
    background: #eaf1f8 url(/assets/img/UI/bg-speak.gif) no-repeat top left;
    float:left;
    width:635px;
    margin: 0 0 20px 0;
   padding:10px 10px 10px 55px;
}

#main h2, #thanks h2, div.overlayfb h2 
{
    font-size:18px;
    text-transform: uppercase;
    color: #6d1a42;
    font-weight:bold;
    margin: 0 0 10px 0 !important;
    padding:0;
    clear:both;
}

.wide p.speak 
{
    margin:0;
    color: #000;
}

.wide p.speak strong
{
    color: #000;
}

div.our-knowledge .left 
{
    float:left;
    margin: 0 13px 0 0;
}

div.our-knowledge .right 
{
    float:left;
    width:147px;
    
}

/* Search Results page */

div.options 
{
    float: left;
    margin: 0 0 0 10px;
    height: 28px;
    line-height: 28px;
}

div.options a:hover 
{
    background:none;
    border:none;
}

div.result 
{
    float: left;
    margin: 0 0 10px 0;
}

div.result p
{
    margin:0;
    
}
div.result div.img 
{
    float: left;
    margin: 5px 0 20px 0;
    width: 85px;
}

div.result span img 
{
    margin: 0 10px 0 0;
    float:left;
}

div.result .resourceType 
{
    margin: 5px 0 20px 10px;
}

div.result div.info 
{
    float: left;
    width:600px;
    margin-left:10px;
}

table.gridResult 
{
    float:left;
    clear:both;
    width:700px;
    margin: 20px 0 0 0;
}

table.gridResult td
{
   
 }

table.gridResult .resultsGridPager table, table.gridResult .resultsGridPager td
{
    background:#fff !important
}

table.gridResult a.url 
{
    color: #6D1A42;
    text-decoration:underline;
}

.resultSummary 
{
    float:left;
    background-color: #eaf1f8;
    clear:both;
    padding:10px;
    width:680px;
}

table.gridResult .resultsGridPager table
{
    margin-top:20px; 
    margin-left:auto; 
    margin-right:auto
}

table.gridResult .resultsGridPager a, table.gridResult .resultsGridPager a:active, table.gridResult .resultsGridPager a:visited
{
     
    padding:5px !important; 
    text-decoration:none !important; 
    margin-left:5px; 
    background:#fff url(/assets/images/UI/gradient-pager.gif) repeat-x scroll 0 -20px;
}

table.gridResult .resultsGridPager a:hover
{
    background-color:#eee; 
    
}


table.gridResult tr.resultsGridPager table td
{
    margin:10px !important
}

table.gridResult .resultsGridPager span
{
    padding:5px; 
    color:#000; 
    margin-left:5px
}
    
table.gridResult span.resourceType
{
    float:right; 
}

table.gridResult td a.title 
{
    font-weight:bold !important
}




/*
#main input[type=submit] {
	height: 21px;
	width: 100px;
	border: 1px solid #cbd4db;
	padding: 4px 0 0 5px;
}
*/

#display 
{
    float:left;
    width:400px;
}


/* Search Filter */

#search-filter 
{
    float:left;
    width:220px;
}

#search-filter a
{
    text-decoration:underline;
}

#search-filter a:hover
{
    text-decoration:none;
}

#search-filter a.subscribe, #col-left  a.subscribe
{
	background:transparent url(/assets/img/icons/subscribe.gif) no-repeat scroll left center;
}

#search-filter a.subscribe:hover, #col-left  a.subscribe
{
    text-decoration:none;
	color: #D6083B;
}

#sidebar #search-filter a.subscribe, #col-left  a.subscribe {
color:#555555;
padding:10px 0 10px 20px;
}


#search-filter h3, #main h3
{
    color:#6D1A42;
    font-size:12px;
    text-transform:uppercase;
    font-weight: bold;
    padding:0;
    margin-bottom:10px;
}

#main h4
{
    color:#6D1A42;
    font-size:12px;
    text-transform:uppercase;
    font-weight: normal;
    padding:0;
    margin-bottom:10px;
}

div.expand-search 
{
    margin-bottom:10px;
    
}

div.contextItem 
{
    margin-bottom: 10px;
}

div.contextItem p
{
    margin: 0 0 5px 0;
}

#search-filter ul li a
{
  background: url(/assets/img/icons/arrow-right.gif) no-repeat 0px 6px; 
  padding: 4px 0 4px 10px;
  display:block;
}

/* global seach button */

#main input.btnSearch, #sidebar input.btnSearch 
{
   background: url(/assets/img/UI/btn-search.gif) no-repeat left top;
   width: 28px;
   height: 28px;
   border: none;
   cursor:pointer;
   padding-top: 28px;
   overflow: hidden;
}

#main input.btnSearch:hover
{
    background-position: 0 -28px;
}

/* go button */

#main input.btnGo 
{
   background: url(/assets/img/icons/btn-go.gif) no-repeat left top;
   width: 28px;
   height: 28px;
   border: none;
   cursor:pointer;
   padding-top: 28px;
   overflow: hidden;
}

#main input.btnGo:hover
{
    background-position: 0 -28px;
}

/* go box */

div.go-box 
{
    float:left;
    margin: 0;
}

div.go-box div.left
{
    float:left;
}

div.go-box div.right
{
    height: 28px;
    float: left;
}

/* search box */

#main-intro div.search-box 
{
    /*background: url(/assets/img/UI/box-rnd-top.gif) no-repeat left top;*/
    /*margin-top:5px !important;*/
}

div.box-rnd-top 
{
    background: url(/assets/img/UI/box-rnd-top.gif) no-repeat left top;
    width:220px;
    height:5px;
}

div.search-box 
{
    float:left;
    margin: 5px 0 10px 10px;
}

div.search-box .left input
{
    width:157px !important;
}

div.search-box div.left
{
    float:left;
}

div.search-box div.right
{
    height: 28px;
    float: left;
}

#main input.text, #sidebar input.text
{
    background: #FFFFFF url(/assets/img/UI/bg-input.gif) no-repeat scroll;
	width: 172px;
	border: 1px solid #cbd4db;
	padding: 5px 0 5px 5px;
	margin-right:.5em;
}


#ctl00_UcSearch_txtSearch 
{
    color: #555555;	
}

#ctl00_UcSearch_txtSearch:focus, #ctl00_UcSearch_txtSearch:active  
{
    color: #000000;
}

#main select {
	width: 200px;
	border: 1px solid #cbd4db;
	padding: 4px;
	margin-right:0.5em;
}

/* Resource Page */

div.resource-title 
{
    padding: 10px;
    margin: 0 0 10px 0;
    font-weight:bold;
}

#Resource table td.col-1 
{
    width:140px;
}

#Resource table td.col-2
{
    width:130px;
}

#Resource table td.col-3
{
    width:150px;
}

#recommended 
{
    float:left;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

.btn-downloadresource 
{
    background: url('/assets/img/UI/btn-downloadresource.gif') no-repeat top left;
    width: 145px;
    height: 26px;
    font: normal 12px arial, sans-serif;
    border:none;
    outline:none;
    float:left;
    margin: 0 10px 0 0;
}

#Resource table {
    background:transparent url(/assets/img/UI/tbl-gradient.gif) repeat-x scroll left top;
    border-color:#CCCCCC;
    border-style:solid;
    border-width:1px 0;
    margin:auto;
}

#Resource table td {
    background:transparent url(/assets/img/UI/tbl-gradient.gif) repeat-x scroll 0 -31px;
    border-color:#DDDDDD #EEEEEE #EEEEEE !important;
    border-style:solid !important;
    border-width:1px 1px 0 !important;
    padding:5px 7px;
    text-align:left;
    vertical-align:top; 
}

/* ADVANCED SEARCH */

#adv-search 
{
    float:left;
    margin-bottom:1em;
}

#adv-search label
{
    float:left; 
    width:12em; 
    display:block; 
    clear:left; 
    margin: 0 0 0 0; 
    text-align:left; 
    font-size:1.0em;
    padding:0 0 0 0;
}

 #adv-search label 
 {
    margin-top: 17px;
 }
 
 #adv-search select
 {
    width:250px;
    
 }
 #adv-search span input
  {
    margin-top: 16px;
    float:left;
    clear: left;
  
 }

 #adv-search span label
 {
    width:400px;
    margin-top: 12px;
    float:right;
    clear:right; 

 }
 #adv-search textarea.text
{
    background: #FFFFFF url(/assets/img/UI/bg-input.gif) no-repeat scroll;
	width: 172px;
	font-family: arial, verdana, sans-serif;
	font-size: 112%;
	border: 1px solid #cbd4db;
	padding: 5px 0 5px 5px;
	margin-right:.5em;
}

 #adv-search input.text, #adv-search textarea.text
 {
    width:243px;
 }
 


#adv-search input, #adv-search button, #adv-search select, #adv-search textarea
	{ margin-top: 12px; }
	
	
#adv-search input.submit
{
    background: url('/assets/img/UI/btn-txt-search.gif') no-repeat top left;
    width: 58px;
    height: 26px;
    font: normal 12px arial, sans-serif;
    border:none;
    outline:none;
    float:left;
    margin: 1em 1em 0 12em;
    cursor:pointer;
}

a.button {
    background: transparent url('/assets/img/UI/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 26px;
    margin-right: 6px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/assets/img/UI/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 6px 0 6px 10px;
}

a.button:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
    padding: 6px 0 6px 10px; /* push text down 1px */
}

/* sector summary */

.sector-summary 
{
    float:right;
    width:280px;
    position:absolute;
    top:0;
    right:0;
}

.sector-summary ul 
{
    margin: 20px 0 0 0 !important;    
}
.sector-summary ul li ul
{
    margin: 5px 0 0 15px !important;    
}

.sector-summary ul li a
{
    display:block;
}

/* ===== Scrollable CSS ===== */

div.scrollable {
	
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 460px;	
	height:218px;	
}

div.scrollable div.items {	
	width:20000em;	
	position:absolute;
	clear:both;	
}

/* single scrollable item */
div.scrollable div.items div {
	float:left;
	
	/* custom decoration */
	/*text-align:center;*/
	width:460px;
	font-size: 12px;
	/*-moz-border-radius:20px;*/
}

/* active item */
div.scrollable div.items div.active {		
	background-color:#fff;
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(/assets/img/UI/left.png) no-repeat;
	float:left;
	margin:43px 10px;
	cursor:pointer;
	font-size:1px;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(/assets/img/UI/right.png);
	clear:right;	
}


/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	/*width:200px;*/
	/*height:20px;*/
	float: right;
	margin-top:5px;
}

/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/assets/img/UI/navigator.gif) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	

.bannerStrapLine {   
    color:#6d1a42;
    display:block;
    font-size:12pt;
    font-weight:bold;
    height:218px;
    text-align:left;
    padding:10px;
    position:absolute;
    top:0;
    /* width:159px;*/
    z-index:17;
}

/* home banner */

#bnr-home {
	float: left;
	width: 460px;
	margin-right: 20px;
}

/*
#bnr-home ul {
	margin: 0 0 0 15px;
}

#bnr-home ul li a {
	background: url("/assets/img/icons/arrow.png") no-repeat center left;
	padding: 5px 0 5px 25px;
	color: #d6083b;
	font-weight:bold;
	font-size: 1.3em;
	display:block;
}


#bnr-home ul li a:hover {
	color: #000;
}
*/

div.overlay 
{
    /*width:270px !important;*/
    height: 218px;
    position:absolute;
    top:0;
    z-index:17;

}

#main div.overlay h2, #main div.overlay h3 
{
    color: #6d1a42;
    font-size: 1.4em;
    font-weight:bold;
    margin: 8px 20px 10px 8px !important;
}

div.overlay p 
{
    margin: 0 20px 18px 8px;
    width:240px;
}

div.overlay ul
{
    list-style-type: none;
    margin-left: 10px !important;
}

div.overlay strong
{
    font-size: 1.2em;
}


#main div.overlay ul li
{
    display:block;
    padding: 3px 0 3px 20px;
}

#banner-nav {
	background: url("/assets/img/UI/home-bnr-left.gif") no-repeat left top;
	float:left;
}

#banner-nav span {
	color: #cbd4db;	
}

#banner-nav ul.tabs 
{
    background: url("/assets/img/UI/home-bnr-right.gif") no-repeat right top;
	float:left;
	width: 460px;
	padding: 0 !important;
	margin:0 !important;
}

#banner-nav ul.tabs li {
	display:block;
	float:left;
	padding: 5px 5px 5px 0 !important;
	background-color: #ccc;
	cursor:pointer;
	font-size: 13px;
	color: #d6083b;
	background:none !important;
	font-size:0.9em;
	margin:0 !important;
}

#banner-nav ul.tabs li.first {
	padding: 5px 5px 5px 10px !important;	
}

#banner-nav ul.tabs li.last {
	padding: 5px 0 5px 0 !important;
}

#banner-nav ul.tabs li.active {
    color: #000;
}

/*
div.overlay a
{
    border-right: 1px solid #cbd4db;
    padding-right:5px;
    margin-right:5px;
}

div.overlay a.last
{
    border-right: none;
    padding-right:0;
    margin-right:0;
}
*/

/* Inner Content Page layout */

#main #col-left 
{
    float:left;
    width:430px;
    margin-left:20px;
    padding-top:20px;
}

#main #col-right {
    float:left;
    width:230px;
    margin:0 0 0 20px;
}
#main #col-right div.summary ul {
    margin:0;
}
#main #col-right div.summary  ul li {
    margin:5px 0 5px 0;
}

#main #col-right img {
    margin:0 0 20px 0;
}
#main #col-right img.icon {
    margin:0;
}

#main #col-right .box 
{
   
    width: 230px;
    margin: 10px 0 0 0;
    float:left;
    /*font-size: 0.9166em;*/
}

#main #col-right .box strong 
{
    font-size: 1em !important;
    color: #000;
    font-weight:bold;
}

#main #col-right .box .top 
{
    background: url(/assets/img/UI/col-right-box-top.gif) no-repeat bottom left;
    width: 230px;
    height:5px;
    margin-bottom: 5px;
}

#main #col-right .box p
{
    padding: 0;
    margin: 0 0 16px 0;
}

#main #col-right ul#summary li ul
{
    margin:5px 0 0 15px;
    font-weight: normal;
    list-style-type:none !important;
}

#main #col-right ul#summary
{
    background:url(/assets/img/UI/bdr-dottedgrey.gif) repeat-y left top;
    list-style-type:none !important;
    font-weight:bold;
    margin:0 0 10px 0;
    padding:0 0 0 10px;
}

/* fancybox */

/*html, body {
	height: 100%;
}*/

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}


div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('/assets/img/fancybox/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('/assets/img/fancybox/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #fff;
	color: #000;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('/assets/img/fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

/*
a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}
*/

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('/assets/img/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('/assets/img/fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/assets/img/fancybox/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/assets/img/fancybox/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/assets/img/fancybox/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/assets/img/fancybox/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/assets/img/fancybox/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/assets/img/fancybox/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/assets/img/fancybox/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/assets/img/fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(/assets/img/fancybox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(/assets/img/fancybox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(/assets/img/fancybox/fancy_title_right.png) repeat-x;
}


/*  Formy - CSS Framework 0.8   */

/* 
	Structural
*/


#share-form h2 {
	font-size: 18px;
	color: #6d1a42;
	text-transform: uppercase;
	font-weight:bold;
	margin: 10px 0 10px 0;
	padding:0;
}


#share-form fieldset { 
	margin: 0 0 1.5em 0;
}

#share-form legend { 
	display: none;
}


#share-form label { 
    float:left; 
    width:15em; 
    display:block; 
    clear:left; 
    margin-right:1em; 
    text-align:left; 
    font-size:1.0em;
    padding:0 0 5px 0;
}
#share-form div.checkbox-float {
    position:relative;
    float:left;
    width:280px;
    margin-left:350px;
    margin-top:-123px;
}

#share-form label em {
    font-size:.8em;
    font-style: normal;
}
#share-form textarea, #share-form input, #share-form select, #share-form label, #share-form button, #share-form optgroup { margin-top: 10px; }


#share-form input[type="checkbox"], #share-form input[type="radio"]	{ margin-top: 20px; }	
/* 
	Color palette
*/

#share-form legend	{ background-color: #e3dfdf; color: #333; }
	
#share-form label
	{ color:#333; 
	margin-top:20px;}

	
#share-form textarea
	{ border: 1px solid #666; }

#share-form textarea:focus, #share-form input[type="text"]:focus { 
	border: 1px solid #999;
	background-color: #eeeeee;
}

#share-form select {  
    background-color: #fff; 
    color: #000; 
    padding:8px;
    width:408px;
    border:1px solid #ccc;
    
}

#share-form input.text {
    background: url(/assets/img/UI/bg-input.gif) no-repeat top left; 
	border: 1px solid #ccc;
	padding: 8px;
	width: 390px;
	font-size: 1.1em;
}

#share-form textarea {
    background: url(/assets/img/UI/bg-input.gif) no-repeat top left; 
	border: 1px solid #ccc;
	padding: 8px;
	width: 390px;
	font-size: 1.1em;
	font-family: arial, verdana, sans-serif;
}

#share-form input.submit 
{
    /* background: url("/assets/img/btn-submit.gif") no-repeat top left;*/
    background-color: #D6083B;
    border:none;
    color: #fff;
    font-weight:bold;
    font-size:1.1em;
    width:125px;
    height: 37px;
    cursor:pointer;
    margin: 20px 0 0 210px; 
    clear:both;
    float:left; 
}

#share-form input.share 
{
    margin: 20px 0 0 192px;
}

#share-form .required 
{
    font-size: 1.3em;
    color: #D6083B;
    margin-left:5px;
}

#share-form label 
{
    font-size: 1.2em !important;
    
}
/* Form validation */

div.ValidationSummary 
{
    font-size: 1.0em;
}

div.ValidationSummary ul
{
   width: 100%;
   line-height:.8em;
}

div.ValidationSummary ul li
{
    margin-top:10px;
}





/* sitemap */

/*
ul#sitemap {
    margin: 0;
}

ul#sitemap, ul#sitemap li ul {
    list-style-type: none;
}

ul#sitemap li
{
    background: none;
}

ul#sitemap li a 
{
    font-weight:bold;
    display:block;
}

ul#sitemap li ul li
{
    background: url(/assets/img/UI/bullet.gif) no-repeat 0 10px;
    padding-left:20px;
    margin: 0 0 0 20px;
}

ul#sitemap li ul li a
{
    padding: 3px 0 3px 0;
    
}
ul#sitemap li ul li ul li
{

   margin: 0;

}

ul#sitemap li ul 
{
    margin: 0 0 0 0;
}

ul#sitemap li ul li ul li a, ul#sitemap li ul li a
{
    font-weight: normal;
} */

#sitemap 
{
    
}

#sitemap ul {
    margin: 0 !important;
}

#sitemap ul li
{
    background: url(/assets/img/UI/bdr-dottedgrey-hr.gif) repeat-x bottom left !important;
    padding: 0 0 10px 0 !important;
    margin-bottom:10px !important;
}

#sitemap ul li a 
{
    font-weight:bold;
    display:block;
    
}

#sitemap ul li ul, #sitemap ul li ul li ul 
{
    margin: 0 !important;
    
}
#sitemap ul li ul li ul li a, #sitemap ul li ul li a
{
    font-weight: normal;
    padding: 3px 0 3px 0 !important;
    line-height:1.1em;
    
}
#sitemap ul li ul li
{
    background: url(/assets/img/UI/bullet.gif) no-repeat 0 8px !important;
    padding: 0 0 0 15px !important;
    margin: 0 0 0 20px !important;
    
}

#banner-img 
{
    z-index:0;
}

#sitemap ul li ul li ul li
{
   margin: 0 0 0 10px !important;
}

#main ul 
{
    list-style-type:none;
    margin: 0 0 10px 0;
}

#main ul.no-bullets li
{
    background: none;
}

#main ul li
{
    background: url(/assets/img/UI/bullet.gif) no-repeat 0 8px;
    margin: 0 0 10px 0;
    padding-left:15px;
}

div.summary ul li, div.sector-summary ul li
{
    background: none !important;
    margin: 0 0 0 0;
    padding-left:0 !important;
}

div.summary ul li ul li
{
    padding-left:15px !important;
}

#main ul li ul
{
    /*margin-top:5px;*/
}

#main-intro ul 
{
    list-style-type:none;
}

#main .col ul
{
    margin-left:0;
}

#main .col ul li
{
    padding-left:0;
    background: none;
}

#thanks p, div.overlayfb p 
{
    font-size: 1.2em;
}


/* ===== Recommended Scrollable CSS ===== */

div.recommended {
	position:relative;
	overflow:hidden;	 	
	width: 640px;	
	height:250px;
	float:left;	
}

div.recommended div.items {	
	width:20000em;	
	position:absolute;
	clear:both;	
}

/* single scrollable item */
div.recommended div.items div {
	float:left;
		
	/* custom decoration */
	/*width:200px;*/
	width:155px;
	margin-right:20px;
}

div.recommended div.items div p {
    padding: 0;
    margin:0;
}


/* active item */
div.recommended div.items div.active {		
	background-color:#fff;
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(/assets/img/UI/left.png) no-repeat;
	float:left;
	margin:0;
	cursor:pointer;
	font-size:1px;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(/assets/img/UI/right.png);	
}

a.nextPage {
    margin: 70px 0 0 10px;
}

a.prevPage 
{
    margin: 70px 10px 0 0;
}

/* programmes page */

.programme 
{
    width:700px;
    float:left;
    clear:both;
    margin: 0 0 10px 0;
}

.programme .left
{
    width:120px;
    float:left;
}

.programme .right
{
    width:560px;
    margin: 0 0 0 20px;
    float:left;
}

/* executive team page */

.team-member 
{
    width:430px;
    float:left;
    clear:both;
    margin: 0 0 10px 0;
}

.team-member .left
{
    width:100px;
    float:left;
}

.team-member .right
{
    width:310px;
    margin: 0 0 0 20px;
    float:left;
}
	
#col-left table {
	width:95%;
	border-top:1px solid #dfe6ec;
	border-right:1px solid #dfe6ec;
	margin:1em auto;
	border-collapse:collapse;
}
	
#col-left caption {
	color: #555555;
	font-size:.94em;
	letter-spacing:.1em;
	margin:1em 0 0 0;
	padding:0;
	caption-side:top;
	text-align:center;
	}	
#col-left tr.odd td	{
	background:#EAF1F8;
	}

#col-left td {
	color:#000000;
	border-bottom:1px solid #dfe6ec;
	border-left:1px solid #dfe6ec;
	padding:.3em 1em;
	/*text-align:center;*/
	}	
				
#col-left th {
	font-weight:bold;
	color: #678197;
	text-align:left;
	border-bottom: 1px solid #dfe6ec;
	border-left:1px solid #dfe6ec;
	padding:.3em 1em;
    background:	#EAF1F8;
}	
							
#col-left thead th {
	background:#f4f9fe;
	text-align:center;
	font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#66a3d3
}
		
#col-left tfoot th {
	text-align:center;
	background:#f4f9fe;
}
		
#col-left tfoot th strong {
	font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
		}		
#col-left tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	}	
	
	
/* Calendar Styles */

table.calendar {
	border-collapse: separate;
	border: 0px solid #9DABCE;
	border-width: 0px 0px 1px 1px;
	margin-top: 10px;
    margin-left:10px;
}
table.calendar td {
    background:transparent !important;
    border-width: 0px !important;
}
table.selector,
table.selector tr,
table.selector tr td {
    border:0px #fff solid !important;   
    color:#6D1A42 !important;
    font-weight:bold;    
    font-size:16px;
}
table.selector { width:70% !important; }
table.selector td a { padding:4px; }
table.selector td a:hover {
    color: #ed1847 !important;
    background: #eee;
    border: 1px solid #dedede;
    padding:3px;
}
table.calendar td.day, 
table.calendar th.day {
	width: 30px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	background: url(/assets/img/ui/cells.png) !important;
	color: #444;
	position: relative;
	border:#eee !important;
}
table.calendar th.day {
	height: 30px;
	font-weight: bold;
	font-size: 14px;
}
table.calendar tr.odd td.day:hover, table.calendar tr.odd th:hover,
table.calendar td.day:hover, table.calendar th:hover {
	background-position: 0px -81px;
	color: #222;
}
table.calendar tr.odd td.date_has_event,
table.calendar td.date_has_event {
	background-position: 162px 0px !important;
	color: #fff !important;
	font-weight:bold;
}
table.calendar tr.odd td.date_has_event span,
table.calendar td.date_has_event span {
    font-weight:normal;
}
table.calendar tr.odd td.date_has_event:hover,
table.calendar td.date_has_event:hover {
	background-position: 162px -81px !important;
	color:#fff !important;
	font-weight:bold;
}
table.calendar tr.odd  td.padding,
table.calendar td.padding {
	background: url(/assets/img/ui/calpad.jpg) !important;
}
table.calendar tr.odd  td.today,
table.calendar td.today {
	background-position: 81px 0px !important;
	color:#fff !important;
	font-weight:bold;
}
table.calendar tr.odd  td.today:hover,
table.calendar td.today:hover {
	background-position: 81px -81px !important;
	color:#fff !important;
	font-weight:bold;
}
table.calendar tr.odd .events,
table.calendar .events {
	position: relative;
}
table.calendar tr.odd .events ul,
table.calendar .events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2 url(/assets/img/ui/popup.png) no-repeat !important;
	color: white;
	border: 1px solid white !important;
	font-size: 15px;
	width: 200px;
	list-style: none;
	color: #444444;
}
table.calendar tr.odd .events li,
table.calendar .events li {
	padding-bottom: 5px;
}
table.calendar tr.odd .events li span,
table.calendar .events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
table.calendar tr.odd .events li span.title,
table.calendar .events li span.title {
	font-weight: bold;
	color: #222;
}

span.hl 
{
    font-weight:bold;
}	

.filterSelect {background-color: #eee !important;}

a.selectedPagerLink,
a:link.selectedPagerLink { 
	background:transparent !important;
	border:0px solid !important;
}
a.normalPagerLink,
a:link.normalPagerLink {
	background:#eee !important;
	border:1px solid #ccc !important;
}
#pageInfo div {  color:#cccccc !important; }
div.rec-container{ background:#f1f6fa;float:left;margin-bottom:20px;margin-top:-20px;border-bottom:1px solid #fff;width:700px;}

div.rec-item {padding:3px 8px 8px 32px; width:171px; margin:0;}