#html, body {
	font-size: 11px;
	
}

p {
	margin: 5px 0px;
}

p.warning_message {
	color: red;
}

.login_input {
	width: 150px;
	height: 20px;
}

#lpfunds {
	width: 460px;
	margin: 5px;
	padding: 10px;
	background-color: #ffffff;

}




#lpfunds table {
	width: 100%;
		
}

#lpfunds table.login {
	background-color: #e8e4d9;
	width: 200px;
}

#lpfunds table.edituser {
	background-color: #e8e4d9;
	width: 300px;
}

#lpfunds table.editdoc {
	background-color: #e8e4d9;
	width: 440px;
}

#lpfunds table td {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height: 16px;
	padding: 5px 5px;
	
	
}

#lpfunds table td.first_col {
	width: 10px;
	text-align: left;
}

#lpfunds table td.second_col {
	width: 380px;
	text-align: left;
}

/* used for admin funds */
#lpfunds table td.fund1 {
	width: 60px;
}

#lpfunds table td.fund2 {
	width: 310px;
}

#lpfunds table td.fund3 {
	width: 90px;
	text-align: center;
}


table td.bottom_line {

	border-bottom: 1px solid #dbd6ca;
}

table td.top_line {

	border-top: 1px solid #dbd6ca;
}

table td.right_line {

	border-right: 1px solid #dbd6ca;
}

table td.header_row {

	background-color: #faf8f4;
}

table td.center_align {
	text-align: center;
}

table td.right_align {

	text-align: right;
}


#lpfunds_client_left {
	width: 410px;
	margin: 5px;
	padding: 10px;
	background-color: #ffffff;
	float: left;
	display: inline;
}

#lpfunds_client_right {
	display: inline;
	width: 250px;
	float: left;
	margin: -10px -20px 0px 0px;
	padding: 0;
	position: relative;

}



#doc_table {
	width: 400px;
	background-color: #ffffff;
}


#doc_table td {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height: 16px;
	padding: 3px;
	
}

/*
#doc_table .bottom_line {

	border-bottom: 1px solid #dbd6ca;
}

#doc_table .header_row {

	background-color: #faf8f4;
}
*/

#doc_table .firstcol {

	width: 80px;
}

#doc_table .secondcol {

	width: 250px;
}

#doc_table .description {
	padding: 0px 3px 3px 3px;
	font-size: 12px;
	color: #bbae90;
}

#doc_table .thirdcol {
	text-align: right;
	width: 60px;
}

#doc_table .lastcol {
	
	text-align: center;
}


#error_message {
	margin: 5px 10px 5px 0px;
	color: red;
}