#tblProfileTabs {
    width: 100%;
}

#tblProfileTabs td {
    line-height: 24px;
}

#tblProfileTabs a:link,
#tblProfileTabs a:visited {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    background-color: #fff;
    color: #56497f;
    text-decoration: none;
    font-weight: normal;
    height: 15px;
    padding: 2px 5px 3px 5px;
    margin: 2px 0 2px 0;
}

#tblProfileTabs a:active,
#tblProfileTabs a:hover {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    background-color: #56497f;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    height: 15px;
    padding: 2px 5px 3px 5px;
    margin: 2px 0 2px 0;
}

#divProfileActions a:link,
#divProfileActions a:visited {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    background-color: #fff;
    color: #56497f;
    text-decoration: none;
    font-weight: normal;
    height: 15px;
    padding: 2px 5px 3px 5px;
}

#divProfileActions a:active,
#divProfileActions a:hover {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    background-color: #56497f;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    height: 15px;
    padding: 2px 5px 3px 5px;
}










table.tblTab {
    width: 900px;
    margin: 22px 0 5px 0;
}

td.tabHeading {
    width: 575px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #cc0033;
    text-align: left;
}

td.tabNavigation {
    width: 325px;
    padding: 0;
    text-align: right;
}

td.tabNavigation a:link,
td.tabNavigation a:visited {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    background-color: #fff;
    color: #56497f;
    text-decoration: none;
    font-weight: normal;
    height: 15px;
    padding: 2px 5px 3px 5px;
    vertical-align: super;
}

td.tabNavigation a:active,
td.tabNavigation a:hover {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    background-color: #56497f;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    height: 15px;
    padding: 2px 5px 3px 5px;
    vertical-align: super;
}

.definedTerm {
    color: #000000;
    font-weight:bold;
}

.profiledTerm {
    color: #000000;
    font-weight:bold;
    font-style: italic;
}

.emphasizedTerm {
    color: #555555;
    font-weight:bold;
    font-style: italic;
}

#anchorMoreLike,
#anchorMoreLike:link,
#anchorMoreLike:visited,
#anchorMoreLike:active {
    width: 160px;
    height: 17px;
    padding: 3px 5px 3px 5px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
/*
    color: #5c705e;
    border-top: dotted 1px #5c705e;
    border-right: dotted 1px #5c705e;
    border-bottom: solid 1px #5c705e;
    border-left: solid 1px #5c705e;
    background-color: #dceea4;
*/
    background-color: #c03;
    text-decoration: none;
}

#anchorMoreLike:hover {
    width: 160px;
    width: 160px;
    height: 17px;
    padding: 3px 5px 3px 5px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
/*
    color: #5c705e;
    border-top: dotted 1px #5c705e;
    border-right: dotted 1px #5c705e;
    border-bottom: solid 1px #5c705e;
    border-left: solid 1px #5c705e;
    background-color: #dceea4;
*/
    background-color: #c03;
    text-decoration: underline;
}

#tblExecComp table {
    padding: 3px;
}

#tblExecComp th.first {
    text-align: center;
    vertical-align: bottom;
    background-color: #bab0df;
    padding: 2px 4px 2px 4px;
    border-left: solid 1px #ccc;
    border-right: solid 1px #eee;
}

#tblExecComp th {
    text-align: right;
    vertical-align: bottom;
    padding: 2px 4px 2px 4px;
    background-color: #bab0df;
    border-right: solid 1px #eee;
}

#tblExecComp td {
    text-align: right;
    vertical-align: middle;
    padding: 1px 4px 1px 1px;
    border-right: solid 1px #ccc;
}

#tblExecComp td.first {
    text-align: center;
    vertical-align: middle;
    padding: 1px;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
}

#tblExecComp td.footer {
    text-align: right;
    background-color: #bab0df;
    border: solid 1px #ccc;
    font-size: 9px;
}

