.wrapper_inner{
    padding: 20px 30px;
    margin: 0 auto;
    background: #fff;
    float: none;
	font-family: arial;
	line-height: 130%;
}	
	
span.pr_ed_ok {
    cursor:pointer;
	color:green;
	font-weight: bold;
}
span.pr_ed_cs {
    cursor:pointer;
	color:red;
	font-weight: bold;
}
input.percent_edit {
    background: white;
    border: 1px solid blue;
    margin: 0;
    padding: 0 5px;
    width: auto;
}

table.mytable {
    border: 0 none;
    border-collapse: collapse;
    width: 95%;
	margin: 20px 0;
}
.mytable td, .mytable th {
    border: 1px solid #9e9e9e;
    padding-left: 10px;
    padding-right: 10px;
	margin: 2px;
}
.mytable_center td, .mytable_center th, .mytable_center td p {
    text-align: center;
}
.mytable_center th {
    background: #ddd none repeat scroll 0 0;
}
.mytable td p {
    text-align: left;
}
.mytable td li {
    list-style: outside none none;
}

.instrument{
	text-align: right;
}

.form_field {
    margin-bottom: 20px;
}
.section_head{
	font-weight: bold;
	margin-bottom: 20px;
}


/*colors*/
.black{
	color:black;
}
.gray{
	color:gray;
}
.white{
	color:white;
}
.blue{
	color:blue;
}
.green{
	color:green;
}
.red{
	color:red;
}


.listinfo{
	overflow: auto;
}