@font-face {
	font-family: 'Swis721 Cn BT';
	src: local('Swis721 Cn BT'), local('Swis721 Cn BT'), url(../font/Swiss721CondensedBT.ttf) format('truetype');
}

html > body {
	font-size: 16px;
	background-color: #eee;
	background-image: url('../img/logo.png');
	background-repeat: repeat;
}

label {
	font-size: 16px;
	font-weight: bold;
}
/* LAYOUT */
a, a:active, a:focus, a:hover, a:visited {
	color: #792020;
	cursor: pointer;
	text-decoration: underline;
}

.payroll a, .payroll a:active, .payroll a:focus, .payroll a:hover, .payroll a:visited {
	color: #607878;
}

.shareholder a, .shareholder a:active, .shareholder a:focus, .shareholder a:hover, .shareholder a:visited {
	color: #6991AA;
}

h1, h2, h3, h4, h5, h6 {
	border: none;
}

table {
	border-collapse: collapse;
}

.hidden {
	color: #FFFFFF;
}

div.no-results {
	margin: -20px auto 0;
	padding: 10px;
	text-align: center;
}

.header {
	background-image: url(../img/header-background.png);
	background-repeat: repeat-x;	
	border-bottom: 4px solid #800000;
	min-width: 1056px;
	width: 100%;
}

.rief .header {
	border-bottom: 4px solid #800000;
}

.riff .header {
	border-bottom: 4px solid #336699;
}

.rida .header {
	border-bottom: 4px solid #3E1865;
}

.ridge .header {
	border-bottom: 4px solid #43885C;
}

.payroll .header {
	border-bottom: 4px solid #306060;
}

.shareholder .header {
	border-bottom: 4px solid #556270;
}

.header .title .logo {
	margin-left: 14px;
	margin-top: 8px;
}

.generic-header {
	background-image: url(../img/generic-banner.png);
	background-repeat: no-repeat;
	background-position: top-left;
	width: 1024px;
	height: 80px
}

.generic-header .logo {
	margin-left: 14px;
	margin-top: 8px;
}

.container {
	background-color: #FFFFFF;
	margin: 10px auto 20px auto;
	padding: 15px;
	width: 1024px;
	border: 1px solid #C4C4C4;
	-webkit-box-shadow: 1px 1px 5px #888888;
	-moz-box-shadow: 1px 1px 5px #888888;
	box-shadow: 1px 1px 5px #888888;
	min-height: 400px;
	position: static;
}

.footer {
	background-color: #FFFFFF;
	margin: 10px auto 10px auto;
	padding: 15px;
	width: 1024px;
	border: 1px solid #C4C4C4;
	-webkit-box-shadow: 1px 1px 5px #888888;
	-moz-box-shadow: 1px 1px 5px #888888;
	box-shadow: 1px 1px 5px #888888;
}

.footer a {
	color: #444444;
	text-decoration: none;
}

.topnav {
	background-color: #EDEDED;
	border-bottom: 1px solid #C4C4C4;
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.25);
	height: 34px;
	min-width: 1056px;
	width: 100%;
}

.topnav .topnav-left {
	float: left;
}

.topnav .topnav-right {
	float: right;
}

.topnav .item {
	float: left;
	font-size: 16px;
	font-weight: bold;
}

.topnav .topnav-right .item {
	font-size: 16px;
}

.topnav .item a {
	color: #FFFFFF;
}

.topnav .item.active {
	background-color: #D9D9D9;
}

.topnav .item:hover {
	background-color: #D9D9D9;
}

.topnav .item a, .topnav .item a:active, .topnav .item a:visited, .topnav .item a:hover {
	color: #444444;
	text-decoration: none;
	padding: 8px 10px;
	display: block;
}

.topnav .item a.rief {
	color: #800000;
}

.topnav .item a.riff {
	color: #336699;
}

.topnav .item a.rida {
	color: #3E1865;
}

.topnav .item a.ridge {
	color: #43885C;
}

.topnav .subnav {
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	border-top: 1px solid #C4C4C4;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.25);
	z-index: 100;
}

.topnav .subnav .item {
	float: none;
}

.topnav .item.tier2, .topnav .item.tier3 {
	border-bottom: 1px solid #C4C4C4;
	border-left: 1px solid #C4C4C4;
	border-right: 1px solid #C4C4C4;
	font-size: 16px;
	font-weight: bold;
}

.container a {
	text-decoration: none;
}

.container a:hover {
	text-decoration: underline;
}

.rief .container a {
	color: #800000;
}

.riff .container a {
	color: #336699;
}

.rida .container a {
	color: #3E1865;
}

.ridge .container a {
	color: #43885C;
}

.container .alert ul {
	list-style: none;
	margin-left: 20px;
}

.container ul {
	list-style: outside none square;
	margin-left: 20px;
}

.container ul li {
	margin-bottom: 4px;
}

.transparent-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: #EDEDED;
	opacity: 0.8;
}

.blocking-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
}

.blocking-overlay .inner {
	background-color: white;
	padding: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	text-align: center;
	z-index: 1002;
	-webkit-box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, 1);
	box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, 1);
}

div.redirect {
	border: 1px solid #bbb;
	background-color: #fff;
	box-shadow: 1px 1px 5px #888888;
	padding: 10px;
	width: 520px;
	position: absolute; 
	top: 50%; 
	right: 50%;
	height: 100px; 
	margin-top: -50px; /* negative half of the height */
	margin-right: -260px; /* negative half of the width */
}

.disabled {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	
	/* IE 5-7 */
	filter: alpha(opacity=40);
	
	/* Netscape */
	-moz-opacity: 0.4;
	
	/* Safari 1.x */
	-khtml-opacity: 0.4;
	
	/* Good browsers */
	opacity: 0.4;
}

/* END LAYOUT */

/* SIGNIN */
div.signin {
	border: 1px solid #bbb;
	background-color: #EDEDED;
	box-shadow: 0 0 5px #888888;
	padding: 20px;
	width: 400px;
	position: absolute; 
	top: 50%; 
	right: 50%;
	height: 160px; 
	margin-top: -104px; 
	margin-right: -226px; /* negative half of the width */
}

div.signin * {
	font-size: 16px;
}

div.signin label {
	font-weight: bold;
	line-height: 1.6em
}
/* END SIGNIN */

/* FIRM OVERVIEW */
table.overview {
	margin-bottom: 20px;
	width: 100%;
}

table.overview td, table.overview th {
	border: 1px solid #C4C4C4;
}

table.overview th {
	background-color: #800000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px;
	text-align: left;
	width: 180px;
}

table.overview td {
	padding: 10px;
}

table.overview ul {
	list-style: outside none square;
	margin-left: 16px;
}

table.overview ul li {
	margin-bottom: 4px;
}
/* END FIRM OVERVIEW */

/* INVESTOR CALLS */
table.investor-calls {
	border: 1px solid #C4C4C4;
}

table.investor-calls th {
	background-color: #800000;
	color: #fff;
	padding: 5px 10px 5px 10px;
	text-align: left;
}

table.investor-calls td {
	border: 1px solid #999;
	padding: 10px;
	height: 240px;
	vertical-align: top;
}

table.investor-calls ul {
	list-style-type: disc; 
	margin-bottom: 10px;
	margin-left: 15px;
}

table.investor-calls p {
	margin: 5px 0;
}

div.call-details {
	min-height: 175px;
}
/* END INVESTOR CALLS */

/* SETTINGS */
div.settings-header {
	background-color: #800000;
	border: 1px solid #bbb;
	color: #FFFFFF;
	font-family: 'Swis721 Cn BT', sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	padding: 3px 5px;
	margin: 10px 0 5px;
}

div.settings-body {
	padding: 0 5px;
	overflow: auto;
	margin-bottom: 15px;
}
/* END SETTINGS */

/* TABLE DATA */
table.data {
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	min-width: 700px;
}

table.data * {
	font-size: 12px;
}

table.data td.add-button {
	border: 0px;
	padding-right: 10px;
	text-align: right;
}

table.data td.action-button {
	text-align: center;
}

table.data th {
	background-color: #ddd;
	border-top: 2px solid #800000;
	border-left: 1px solid #444;
	border-bottom: 1px solid #444;
	border-right: 1px solid #444;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
}

table.data th a {
	color:#444;
	text-decoration: none;
}

table.data th a:hover {
	text-decoration: underline;
}

table.data td {
	border: 1px solid #444;
	padding: 5px;
	text-align: left;
}

table.data td a {
	color: #800000;
}

table.data tr.odd {
	background: #fff;
}

table.data tr.even {
	background: #efefef;
}

table.data label {
	font-weight: bold;
}

div.pagination {
	margin: 0 auto;
	text-align: center;
}

div.scroller {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 5px;
	position: relative;
}

div.scroller span.scroller-results {
	text-align: center;
	position: absolute;
	top: 8px;
	right: 5px;
}

fieldset.search-options {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc; 
	padding: 5px;
}
/* END TABLE DATA */

/* FORMS */
table.form > tbody > tr > td,
table.form > tbody > tr > th {
	padding: 3px 5px;
	line-height: 28px;
	min-width: 100px;
}

table.form > tbody > tr > th {
	white-space: nowrap;
}

ul.timestamps {
	float: left;
}

ul.timestamps li {
	color: #707070;
	font-size: 11px;
	line-height: 14px;
	text-align: left;
}

ul.timestamps li span {
	color: #000;
	font-size: 10px;
}

div.buttons {
	border-top: 1px solid #A8A3A8;
	margin: 3px 0px;
	padding: 5px;
	text-align: right;
}
/* END FORMS */

/* GENERAL */
div.statement-account-header {
	background-color: #800000;
	color: #FFFFFF;
	font-family: 'Swis721 Cn BT', sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 3px 5px;
	line-height: 24px;
	border-bottom: 1px solid #A8A3A8;
}

.shareholder div.statement-account-header {
	background-color: #556270;
}

.payroll div.statement-account-header {
	background-color: #306060;
}

div.statement-account-body {
	padding: 5px;
}

div.statement-account-header div.title {
	color: #bbb;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

table.statement-years {
	margin-top: -10px;
}

table.statement-years td,
table.statement-years th {
	border: 1px solid #ccc;
	font-size: 18px;
	height: 36px;
	text-transform: uppercase;
	width: 50px;
	vertical-align: middle;
	text-align: center;
}

table.statement-years tbody tr th {
	color: #666;
	font-weight: bold;
}

table.statement-years tbody tr td:hover{
	background-color: #bfbcbc;
	border-color: #aaa;
}

table.statement-years tbody tr td:hover a {
	color: #fff;
}

table.statement-years tbody tr td:hover .dead-link {
	color: #eee;
}

table.statement-years tbody tr td.empty {
	background-color: #f1f1f1;
}

.hr-statements th {
	background-color: #F1F1F1;
	font-weight: bold;
}

.hr-statements td {
	background-color: #FFFFFF;
	height: 90px;
}

.hr-statements td, .hr-statements th {
	border: 1px solid #CCCCCC;
	padding: 6px;
}

.hr-statements .year {
	background-color: #CCCCCC;
}

.hr-statements .year-first {
	border-top: 2px solid #FFFFFF;
}

.cover-letter-icon {
	position: absolute;
	right: -1px;
	top: -10px;
	width: 24px;
	height: 24px;
	background-image: url(../img/cover_letter_off.png);
}

.cover-letter-icon.off {
	position: absolute;
	right: -1px;
	top: -10px;
	width: 24px;
	height: 24px;
}

.cover-letter-icon.on {
	background-image: url(../img/cover_letter_on.png);
}

.special-notice-icon {
	position: absolute;
	left: -1px;
	top: -10px;
	width: 24px;
	height: 24px;
	background-image: url(../img/special_notice_off.png);
}

.special-notice-icon.off {
	position: absolute;
	left: -1px;
	top: -10px;
	width: 24px;
	height: 24px;
}

.special-notice-icon.on {
	background-image: url(../img/special_notice_on.png);
}

.dead-link {
	color: #999;
	cursor: not-allowed;
	text-decoration: underline;
}

h3.activate {
	background-color: #556270;
	border: none;
	color: #fff;
	font-family: 'Swis721 Cn BT', sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
	padding: 3px 5px;
	margin-bottom: 10px;
}

.fundheader {
	color: #800000;
}

.rief .fundheader {
	color: #800000;
}

.riff .fundheader {
	color: #336699;
}

.rida .fundheader {
	color: #3E1865;
}

.ridge .fundheader {
	color: #43885C;
}

.fundheader h2 {
	font-size: 1.45em;
	margin: 0 0 0 0;
}

.fundheader h3 {
	color: #444444;
	font-size: 1.4em;
	margin: 0 0 5px 0;
}

.fundtoc {
	float: right;
	width: 240px;
	border: 1px solid #C4C4C4;
	background-color: #EDEDED;
	padding: 6px;
	margin: 0 0 20px 20px;
}

.fundtoc ul {
	list-style: square inside;
	margin-left: 6px;
}

.fundtoc ul li {
	margin-bottom: 4px;
}

.fundtoc ul li.active a {
	font-weight: bold;
}

.fundtoc ul li.active a:hover {
	text-decoration: none;
}

.performance-content ol {
	list-style: decimal outside;
	margin-left: 15px;
}

.performance-content ol li {
	margin-bottom: 4px;
	line-height: 1.1em;
}

div.performance-content {
	width: 1000px;
} 
 
h3.performance-title {
	text-align: center;
}

h3.past-performance {
	text-align: center; 
	font-weight: normal; 
	margin-top: 10px;
}

a.historical-returns {
	display: block;
	margin-top: 5px;
	text-align: center; 
}

.rief a.historical-returns {
	color: #800000;
}

.riff a.historical-returns {
	color: #336699;
}

.rida a.historical-returns {
	color: #3E1865;
}

.ridge a.historical-returns {
	color: #43885C;
}

table.performance-input th {
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

table.performance-input td {
	text-align: center;
	white-space: nowrap;
	min-width: 100px;
}

table.performance-input input[type=text] {
	width: 80px;
}

table.performance {
	width: auto;
}

table.performance td.grey, span.grey {
	background-color: #EDEDED;
}

table.performance td.performance-type {
	border-width: 0;
	white-space: nowrap;
	text-align: right;
	font-size: .85em;
}

table.performance td.performance-note {
	border-width: 0;
	font-size: 0.9em; 
	font-style: italic;
	text-align: right;
}
 
table.performance th {
	text-align: center;
	font-weight: bold;
	font-size: .85em;
	padding: 1px;
	width: 50px;
	white-space: nowrap;
}

table.performance td, table.performance th {
	border: 1px solid #444;
	padding: 2px 5px;
}

table.performance th.wide {
	width: 125px;
}

td.performance-val, span.performance-val { 
	border-color: black;
	white-space: nowrap;
	text-align: center;
	font-size: .85em;
}

fieldset.performance-pnl {
	border: 1px solid #999;
	margin: 50px auto;
	padding: 0;
	width: 420px;
}

fieldset.performance-pnl h4 {
	background-color: #999;
	color: #fff;
	margin: 0 auto 5px auto;
	padding: 5px;
}

fieldset.performance-pnl h4 span {
	font-size: .8em; 
	font-weight: normal; 
	margin-top: 3px;
}

fieldset.performance-pnl h4 span.right {
	float: right;
}

fieldset.performance-pnl h4 span a {
	color: #444;
}

fieldset.performance-pnl table.layout th {
	padding: 5px;
	width: 60px;
}

fieldset.performance-pnl table.layout td {
	padding: 5px;
	width: 130px;
}

div.series-details {
	margin-top: 20px; 
	margin-left: 10px;
}

table.monthlyReportTable {
	margin: 10px 0 0 0;
	width: 720px;
}

table.monthlyReportTable th, table.monthlyReportTable td {
	border: 1px solid #CCCCCC;
	font-size: 16px;
	padding: 7px;
	text-align: center;
}

table.monthlyReportTable th {
	background-color: #EDEDED;
}

table.monthlyReportTable tr:hover {
	background-color: #EDEDED;
}

table.financial-statements {
	width: 720px;
}

div.job-description p {
	margin: 15px 0 0 0;
}
/* END GENERAL */

.ui-widget .ui-widget {
	font-size: 0.75em;
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: .25em .25em 0 0;
}

/* AUTOCOMPLETE */
ul.ui-autocomplete { background: #FFF; }
ul.ui-autocomplete a { color: #000 !important; display: block; text-decoration: none; font-size: 12px; }
ul.ui-autocomplete .ui-state-active,
ul.ui-autocomplete .ui-widget-content .ui-state-active,
ul.ui-autocomplete .ui-widget-header .ui-state-active,
ul.ui-autocomplete a.ui-button:active,
ul.ui-autocomplete .ui-button:active,
ul.ui-autocomplete .ui-button.ui-state-active:hover {
	font-weight: normal;
	color: #000;
	background-color: #efc6c6;
}

/***************************************************
* Multi-Select
****************************************************/
div.multi-select {
	min-width: 200px;
	position: relative;
	margin: 0 5px 0 0;
}

div.multi-select .header {
	background: #eee;
	background-image: url(../img/sort_d.gif);
	background-repeat: no-repeat;
	background-position: 98% center;
	border-width: 1px;
	border-style: solid;
	border-color: #bbb;
	color: #666;
	height: 14px;
	line-height: 1;
	padding: 5px;
	cursor: default;
	vertical-align: top;
}

div.multi-select .header input[type="checkbox"] {
	margin: 0;
}

div.multi-select .header span.multi-select-label {
	display: inline-block;
	vertical-align: top;
}

div.multi-select .controls {
	background: #eee;
	width: 100%;
}

div.multi-select .toggles {
	padding: 6px 0 10px 10px;
	float: left;
}

div.multi-select .toggles span {
	margin: 0 5px;
}

div.multi-select .toggles a {
	border: none;
	background: none;
	color: #800000;
	float: none !important;
	font-weight: normal;
	text-decoration: normal;
	margin: 0;
	padding: 0;
}

div.multi-select div.close {
	margin: 0;
	padding: 5px;
	text-align: right;
	float: right;
}

div.multi-select div.list-container {
	position: absolute;
	border-width: 1px;
	border-style: solid;
	border-color: #bbb;
	min-width: 198px;
	background: #eee;
	z-index: 99;
}

div.multi-select ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.multi-select ul li {
	background-color: #eee;
	border-top: 1px solid #ccc;
	color: #444;
	display: block !important;
	padding: 5px 0 1px 0 !important;
	margin-bottom: 0;
}

div.multi-select ul li:first-child {
	border-top: none;
}

div.multi-select ul li:last-child {
	border-bottom: 1px solid #ccc;
}

div.multi-select ul li label {
	color: #444 !important;
	margin-left: 5px;
	font-size: 12px;
}

div.multi-select ul li.selected {
	background-color: #ccc;
	border-top: 1px solid #eee;
}

