* {
margin:0;
padding:0;
}

body {
	background-color: #ebebeb;
	color: #000;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-size:90%;
	margin: 0;
}

.bodypdf {
	background: #fff;
}

a {
	background-color: inherit;
	color: #2680b4;
	text-decoration: none;
}

a:hover {
	background-color: inherit;
	color: #008afe;
	text-decoration:none;
}

a img {
	border:none;
}

h1, h2, h3, h4 {
	background-color: inherit;
	font-weight: normal;
}

h1 {
	color: #003d4c;
	margin: 0.1em 0;
}

h2 {
	color: #e32;
	font-size: 190%;
	margin: 0.3em 0;
	padding-top: 0.8em;
}

h3 {
	color: #993;
	font-size: 165%;
	padding-top: 1.5em;
}

h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}

ul, li {
	margin: 0 12px;
}

select {
	clear: both;
	vertical-align: text-bottom;
}

option {

	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

input[type=button] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
.message {
	border-color: white;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: red;
	background: #e7e7e7;
	margin-bottom: 10px;
}

div.error-message {
	display: inline;
	color: red;
	font-weight: bold;
	padding: 5px;

}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background-color: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background-color: green;
	color: #FFF;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
	padding: 4px;
}

table td {
	padding: 2px;
}

table {
 	border-collapse: collapse;
}

.clear {
	clear: both;
	display: block;
}

.admin_table {
	margin-top: 10px;
	width: 720px;
}

.admin_table th {
	background-color: #596ae7;
	background: #2680b4;
	color: #fff;
	padding: 3px;
	text-align: center;
}

.admin_table th a {
	color: #fff;
}

.admin_table td {
	font-size: 11px;
	padding: 2px;
	text-align: center;
}

.altrow {
	background: #f5f5f5;
}

.selectedrow {
	background: #d3e1f5;
}


.disabled {
	color: #808080;
}

.disabled2 {
	color: #c3c3c3;
}

#admin_paginator_prev {
	float: left;
	width: 33%;
	text-align: left;
	font-size: 11px;
	padding-top: 5px;
}

#admin_paginator_page {
	float: left;
	width: 34%;
	text-align: center;
	font-size: 11px;
	padding-top: 5px;

}

#admin_paginator_next {
	float: right;
	text-align: right;
	width: 33%;
	font-size: 11px;
	padding-top: 5px;
}

#admin_title {
	width: 400px;
}

#admin_altmenu {
	font-size: 12px;
	text-align: right;
	width: 310px;
}

.loader {
	float: right;
	margin-top: 5px; 
	margin-right: 1px;
}

.loader2 {
	float: left;
	margin-top: 5px;
}

.fund_table {
	margin-top: 10px;
	width: 522px;
}

.fund_table th {
	background-color: #596ae7;
	background: #2680b4;
	color: #fff;
	padding: 3px;
	text-align: center;
}

.fund_table th a {
	color: #fff;
}

.fund_table td {
	font-size: 10px;
	padding: 1px;
	text-align: center;
}

#client_table_container {
	min-height: 460px;
}

.client_table {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 1000px;
}

.client_table th {
	background-color: #596ae7;
	background: #2680b4;
	color: #fff;
	padding: 3px;
	text-align: center;
}

.client_table th a {
	color: #fff;
}

.client_table td {
	font-size: 11px;
	padding: 2px;
	text-align: center;
}

.hidden {
	display: none;
}

.bold {
	font-weight: bold;
}
