html {
	overflow-y:scroll;
}
html, body {
	margin:5px;
	padding:0;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#131313;
	background-color:#E1E9F2;
	min-width:1000px;
	letter-spacing:-0.1px;
}

h1 {
	padding-top:10px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:10px;
	color:#1B4581;
	font-size:28px;
	font-weight:bold;
}

h1.title sup {
	font-size: 13px !important;
	font-weight:bold;
}
h3 {
	padding-top:15px;
	padding-bottom:5px;
	font-size:15px;
	color:#DD7226;
	margin:0px 10px;
}
h5 {
	margin:5px 0px;
	padding:0;
	color:#1B4581;
	font-size:13px;
	font-weight:bold;
}
ul {
	color:#1B4581;
	list-style-type:square;
	margin:0px;
	padding-left:15px;
	padding-right:5px;
}
ul li {
	line-height:20px;
}
input, select, textarea {
	font-family: 'Trebuchet MS', sans-serif;
	font-size:14px;
	overflow-y:auto;
}

form {
	margin:0px;
}

a, a:visited, .link {
	color:#1B4581;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#DD7226;
}
.hidden {
	display:none;
}

.clearBoth {
	clear:both;
	font-size:0px;
}
.error {
	color:red;
	font-size:11px;
	white-space:nowrap;
	padding-left:5px;
}
.input.error {
	padding-left:0px;
}

.number {
	text-align:right;
}
.loading {
	padding:5px;
}
.sortable {
	cursor:pointer;
}
.statistic {
	text-align:right;
	padding-right:5px;
	width:100px;
}

div.fullWidth {
	width:100%;
}
table.default {
	border-collapse:collapse;
}

sup.controls {
	border-bottom:2px solid #CEDAE8;
	border-left:2px solid #CEDAE8;
	border-right:2px solid #CEDAE8;
	color:#DD7226;
	display:block;
	float:right;
	font-size:11px !important;
	font-weight:bold;
	padding:5px 10px;
}
sup.controls a {
	font-size: 11px !important;
	font-weight:normal;
}

.field {
	font-size:11px;
	font-family:helvetica;
	font-weight:bold;
	vertical-align:top;
}
div.field {
	float:left;
}
.field {
	color:#666666;
	width:130px;
	background-color:white;
}
div.data {
	float:left;
}
.data input,
.data textarea {
	padding:0px 5px;
	margin-bottom:2px;
	border:1px solid #cccccc;
	font-size:13px;
	color:#666666;
	width:105px;
}
.data textarea {
	width:300px;
}
div.description {
	margin-top:10px;
	margin-bottom:5px;
}

div.main {
	background-color:white;
	border:2px solid #CEDAE8;
	margin:0px 0px 10px 0px;
	padding:10px;
	text-align:left;
	clear:both;
}
div.contentContainer {
	background-color:white;
	border:2px solid #CEDAE8;
	border-top:none;
	margin:0px 0px 20px 0px;
	text-align:left;
}
div.header {
	min-height:31px !important;
}
div.header .logout {
	float:right;
	font-size:11px;
	border:none;
}
div.header .logout span {
	color:#DD7226;
}
div.header div.whosOnline {
	text-align:right;
}
div.header div.whosOnlineList {
	display:none;
	position:absolute;
	padding:5px;
	text-align:left;
	background-color:white;
	border:2px solid #CEDAE8;
	right:10px;
	width:220px;
}
div.header div.whosOnlineList .employee {
	margin-right:20px;
	margin-bottom:10px;
	text-align:right;
}
div.header div.whosOnlineList .inactive {
	color:#AAAAAA;
	font-style:italic;
}
div.header div.whosOnlineList .active {
	color:green;
	font-style:italic;
}
div.header div.whosOnlineList a {
	font-style:normal;
}
#quickSearchDiv input {
	font-size:14px;
}
#quickSearchAdd {
	background-color:white;
}
#quickSearchAdd h5 {
	padding-left:5px;
	background-color:white;
}
#quickSearchAdd div.container {
	float:left;
	padding:5px;
}

div#deleteError {
	display:none;
}

div#ajaxError {
	display:none;
	border:1px dotted red;
}
div#ajaxError h5 {
	color:red;
}
div#ajaxError div.description {
	font-weight:bold;
	color:#666666;
	padding:5px;
	text-align:justify;
	width:520px;
}
div#ajaxError textarea {
	width:95%;
	height:500px;
}
div#ajaxError a {
	display:block;
}

div#ajaxLoader {
	background-color:white;
	border:2px solid #CEDAE8;
	padding:2px;
	position:absolute;
	top:25%;
	left:50%;
	display:none;
}

div#menus {
	display:none;
	position:absolute;
	padding:5px;
	text-align:left;
	background-color:white;
	border:2px solid #CEDAE8;
	width:200px;
}
div#menus a {
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
div#menus h5 {
	float:left;
}


div.close {
	float:right;
	text-align:center;
	padding:2px;
}
div.close a {
	display:block;
	position:relative;
	bottom:-1px;
	font-weight:bold;
	background:url('../images/close.gif') 0 0 no-repeat;
	height:12px;
	width:12px;
	text-indent:-9999px;
}
div.close a:hover {
	background:url('../images/close_hover.gif') 0 0 no-repeat;
}

.section {
	margin:10px;
	background-color:white;
}
.sectionToggle {
	margin:10px 0px 10px 0px;
}
div.columnControl {
	float:left;
	padding-top:10px;
}
div.filter {
	padding-left:10px;
	padding-right:10px;
}
div.filter table.default {
	width:100%;
}
div.filter div.label {
	color:#666666;
	letter-spacing:0px;
	text-align:right;
	margin-bottom:2px;
}
div.filter div.data {
	float:right;
}
div.filter div.description {
	right:18px;
	margin:0px;
	padding: 10px;
	width:500px;
	border:1px solid #e9e9e9;
	position:absolute;
	background-color:white;
}

table.datatable {
	font-size:11px;
	width:100%;
	border-spacing:1px;
	background-color:white;
}
table.datatable .fullWidth {
	width:100%;
}
table.datatable .custom {
	padding-left:5px;
	padding-right:5px;
}
table.datatable .email {
	width:300px;
}
table.datatable .number,
table.datatable .address,
table.datatable .series,
table.datatable .plant,
table.datatable .brokerage,
table.datatable .institution,
table.datatable .representative,
table.datatable .investor,
table.datatable .taxid,
table.datatable .accountnumber {
	white-space:nowrap;
}
table.datatable td {
	padding-right:5px;
}
table.datatable tr.header th {
	color:#DD7226;
	border-bottom:1px solid #DD7226;
	font-family:"Trebuchet MS", sans-serif;
	font-weight:bold;
	white-space:nowrap;
}

table.datatable table.datatable tr.header th {
	color:#666666;
	border-bottom:1px solid #E9E9E9;
}

table.datatable tr.odd td,
table.datatable tr.even td {
	padding-top:3px;
	padding-bottom:3px;
}
table.datatable tr.even td {
	border-right:1px solid #f0f0f0;
}
table.datatable tr.odd td {
	background-color:#f8f8f8;
	border-bottom:1px solid #f0f0f0;
	border-top:1px solid #f0f0f0;
	border-right:1px solid #f0f0f0;
}
table.datatable tr.odd td.sorted {
	background-color:#CEDAE8 !important;
}
table.datatable tr.even td.sorted {
	background-color:#E1E9F2 !important;
}

table.datatable tr.totals td {
	border-top:1px solid #DD7226;
	font-weight:bold;
	color:#DD7226;
}

table.datatable table.datatable tr.totals td {
	color:#666666;
	border-top:1px solid #E9E9E9;
}


table.layout {
	width:100%;
}
table.layout td {
	vertical-align:top;
}
table.layout tr.three td {
	width:33%;
}


.submit {
	clear:both;
	border-top:1px solid #C3D0DE;
	background-color:#CEDAE8 !important;
	padding:5px;
	margin-top:5px;
}
.submit input {
	background-color:white;
	border:1px solid #1B4581 !important;
	color:#1B4581;
	font-weight:bold;
	margin-right:2px;
}
.submit a {
	background-color:#CEDAE8 !important;
	float:left;
	display:block;
	padding-left:5px;
}
.submit div.report {
	color:green;
	float:right;
}
.submit div.reportError {
	color:red;
	float:right;
}

.payStatus,
.contactInfo {
	border:1px solid #cccccc;
	border-top:none;
	width:300px;
	background-color:white;
}
.contactInfo {
	width:370px;
}
.payStatus h3 {
	color:#1B4581;
	margin-top:5px;
}
.payButtonSelected,
.contactButtonSelected {
	visibility:hidden;
}
.payStatus .content,
.contactInfo .content {
	padding:5px;
}
.overdue {
	color: #FF0000;
}
div.newsfeed {
	width:800px;
}
div.newsfeed div.feed {
	margin:5px 10px 5px 15px;
}
div.newsfeed h3 {
	border-bottom:1px solid #AAAAAA;
	color:#AAAAAA;
}
div.newsfeed div.feed span.color {
	font-weight:bold;
}
div.newsfeed div.feed.add span.color {
	color:green;
}
div.newsfeed div.feed.delete span.color {
	color:red;
}
div.newsfeed div.feed.update span.color {
	color:#DD7226;
}
div.newsfeed div.feed span.action.update {
	color:#DD7226;
}
div.newsfeed div.feed span.action.add {
	color:green;
}
div.newsfeed div.feed span.action.delete {
	color:red;
}
div.newsfeed div.feed span.deleted {
	color:#666666;
}
div.newsfeed div.feed a.profile {
	text-decoration:underline;
}
div.newsfeed div.feed span.date {
	color:#cccccc;
	float:right;
}

div.tasks {
	
}
div.tasks td.category {
	font-weight:bold;
	padding-right:20px;
	text-transform:uppercase;
	white-space:nowrap;
}
div.tasks td.category,
div.tasks td.data {
	border-top:1px solid black;
	padding-bottom:20px;
}
div.tasks td.data {
	width:100%;
}
div.task {
	margin-bottom:20px;
}
div.task .taskBorder {
	border:1px solid #CCCCCC;
	padding:10px;
}
div.task.overdue .taskBorder {
	border:1px dashed red;
}
div.task .dueDate {
	color:#AAAAAA;
	margin-top:5px;
	text-align:right;
}
div.task.overdue .dueDate {
	color:red;
}
div.task .field {
	width:auto;
	float:none;
}
div.task .status select {
	margin-left:5px;
}
div.task .what {
	margin:10px;
	color:black;
}
div.task .documents div.document {
	display:inline;
}

/* newsfeed */
div.task .count {
	font-weight:bold;
}
div.task .row {
	margin-left:20px;
}
