@import "ferd.css";


/*Design*/

/*Company list*/
table.companyList{
    width: 100%;
}

table.companyList td.company{
    border-top: 1px solid #c0b5a8;
    padding-top: 10px;
    padding-bottom: 10px;
}

table.companyList td.company h1{
    font-size: 16px;
    line-height: 18px;
    margin-top: 0;
    margin-bottom: 3px;
}

table.companyList td.company h2{
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
}

table.companyList a{
    font-weight: bold;
}

table.companyList table.miniTable{
    margin-top: 10px;
    margin-bottom: 10px;
}

table.companyList table.miniTable td.key{
	white-space: nowrap;
}

table.companyList table.articleList-image{
    float: right;
}

table.companyList table.articleShow-image td.image{
    padding-left: 10px;
    padding-bottom: 10px;
}

table.companyList table.articleShow-image td.spacer{
    border: 0;
}
table.companyList table.articleShow-image td.spacer img{
    width: 1px;
    height: 10px;
}

/*Company list End*/


/*Investment Committee*/
table.investmentCommittee{
    width: 100%;
}

table.investmentCommittee h2{
    margin: 0;
    color: #467797;
    font-weight: bold;
    font-size: 14px;
}

table.investmentCommittee h3{
    margin: 0;
    color: black;
    font-weight: bold;
    font-size: 12px;
}

table.investmentCommittee td.staffImage{
    padding-right: 10px;
    width: 70px;
}

table.investmentCommittee td.staffName{
}
/*Investment Committee End*/

/*Pressrelease service Start*/
table.mailForm {
	width: 100%;
	margin-top: 10px;
}

table.mailForm td.inputfield{
	padding-bottom: 5px;
}

table.mailForm div.fieldTitle{
	font-weight: bold;
	color: #008CBC;
	padding-bottom: 2px;
}

table.mailForm div.fieldTitle span{
	font-weight: normal;
}

table.mailForm div.formHasErrors{
	font-weight: bold;
	color: red;
	padding-bottom: 5px;
}


/*Pressrelease service End*/
