
/* -------------------------------
   UK STYLES
   ----------------------------- */ 


a {
	color: #137;
}
a:hover {
	color: #fff;
	background: #137;
}

body {
	background: #f3f3ff url(../assets/images/construct/uk/page_grad.gif) repeat-x;
}
.container {
	background-image: url(../assets/images/construct/uk/bar_bg_panels.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}


.header h1 a, .header h1 a:hover {
	background-color: transparent;
	background-image: url(../assets/images/construct/uk/logo_nu.gif);
	background-repeat: no-repeat;
}

.header h1.nu a, .header h1.nu a:hover {
	background-color: transparent;
	background-image: url(../assets/images/construct/uk/logo_nu.gif);
	background-repeat: no-repeat;
}


.nav {
	background: url(../assets/images/construct/uk/nav_bg.gif) no-repeat;
}
.nav ul {
	background: url(../assets/images/construct/uk/bevel.gif) no-repeat;
}
.nav ul li {
	background: url(../assets/images/construct/uk/bevel.gif) 0 100% no-repeat;
}
.nav ul li a, .nav ul li.active li a, .nav ul li.trail li a {
	color: #8ce;
}
.nav ul li a:hover, .nav ul li.active a, .nav ul li.active li a:hover, .nav ul li.active li.active a, .nav ul li.trail a, .nav ul li.trail ul li.active a,
.nav .panel {
	color: #fff;
	background: url(../assets/images/construct/uk/nav_hilite.gif) 0 0 no-repeat;
}
.nav .panel {
	border-top: 1px solid #003;
	border-bottom: 1px solid #47c;
}

#investorLogin {
	background: url(../assets/images/construct/uk/bevel.gif) no-repeat;
}
#investorLogin .formActions {
	background: url(../assets/images/construct/uk/bevel.gif) 0 100% no-repeat;
}
#investorLogin h2 {
	color: #8ce;
}
#investorLogin .formRow input {
	color: #134;
	border-color: #134;
	background: #69c;
}
#investorLogin .formRow input.focussed {
	background: #8cf;
}
#investorLogin a {
	color: #69c;
}
.panel.investment {
	background: #d3def4;
}
.panel.investment p.more {
	background: url(../assets/images/construct/uk/bevel_light.gif) repeat-x;
}
.panel .moreInfo a {
	background: #48b;
	color: #fff;
}
.panel .moreInfo a:hover {
	background: #269;
	color: #fff;
}

.investmentsTable tbody td {
	background: #d3def4;
}
.investmentsTable tbody tr:hover td, .investmentsTable tbody tr.hovered td {
	background: #a7bee9;
	color: #fff;
}
.investmentsTable tbody tr:hover td a, .investmentsTable tbody tr.hovered td a, .investmentsTable tbody tr td a:hover {
	color: #fff;
	background: transparent;
}
.investmentsTable tbody td.invDeal {
	background: #d3def4 url(../assets/images/construct/uk/table_arrow.gif) 100% 100% no-repeat;
}
.investmentsTable tbody tr:hover td.invDeal, .investmentsTable tbody tr.hovered td.invDeal {
	background: #a7bee9 url(../assets/images/construct/uk/table_arrow.gif) 100% 50% no-repeat;
	border-right: 0 solid #fff;
}

ul.thumbs li a:hover, ul.thumbs li a.activated {
	color: #137;
}


.footer {
	background: #fff url(../assets/images/construct/uk/bar_bg_foot.gif) repeat-y;
}

.footer .tools li {
	background: url(../assets/images/construct/uk/bevel.gif) 0 100% no-repeat;
}
.footer .tools li a {
	color: #8ce;
}
.footer .tools li a:hover, .footer .tools li.active a  {
	color: #fff;
	background: url(../assets/images/construct/uk/nav_hilite.gif) 0 100% no-repeat;
}
.footer .tools {
	background: url(../assets/images/construct/uk/bevel.gif) 0 0 no-repeat;
}