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


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

body {
	background: #f8f3f8 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.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: #ede;
}
.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  {
	color: #fff;
	background: url(../assets/images/construct/uk/nav_hilite.gif) 0 0 no-repeat;
}
#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: #ede;
}
#investorLogin .formRow input {
	color: #424;
	border-color: #424;
	background: #eac;
}
#investorLogin .formRow input.focussed {
	background: #e8b;
}
#investorLogin a {
	color: #e8b;
}
.panel.investment {
	background: #e6d6e5;
}
.panel.investment p.more {
	background: url(../assets/images/construct/uk/bevel_light.gif) repeat-x;
}
.panel .moreInfo a {
	background: #a37;
	color: #fff;
}
.panel .moreInfo a:hover {
	background: #815;
	color: #fff;
}

.investmentsTable tbody td {
	background: #e6d6e5;
}
.investmentsTable tbody tr:hover td, .investmentsTable tbody tr.hovered td {
	background: #d6bbd4;
	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: #e6d6e5 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: #d6bbd4 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: #a37;
}


.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: #ede;
}
.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;
}