a:link {
    color: blue;
}

a:visited {
    color: blue;
}


a.blacklink:link {
    color: black;
}

a.blacklink:visited {
    color: black;
}

/***************************/

table caption {
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 0.5em;
    color: #666;
}

table.simple td,
table.simple th {
    border: none;
    padding: 0.75em 0.7em 0.75em 0;
}

table.bordered td {
    /*border: 1px solid #ddd;*/
    /*border: 1px solid #ddd;*/
    padding: 5px;
    /*background-color: #d1d1ff;*/
    background-color: #FFF5EE;
}

table.stroked td,
table.stroked th {
    border-bottom: 1px solid #eee;
}

table.striped tbody tr:nth-child(odd) td {
    background-color: #f8f8f8;
}

table.hovered tbody tr:hover td,
table.hovered thead tr:hover th {
    background-color: #f6f6f6;
}

.thead-gray td,
.thead-gray th {
    /*background-color: #f0f0f0;*/
    /*background-color: #d1d1d9;*/
    background-color: #DBEAF9;
}

.thead-black td,
.thead-black th {
    font-weight: normal;
    color: #f6f6f6;
    color: rgba(255, 255, 255, 0.9);
    background-color: #222;
}

table.bordered .thead-black td,
table.bordered .thead-black th {
    border: 1px solid #4C515A;
}

select,
input {
    border: 1px solid #ccc;
    padding: 8px;
    font-size: 14px;
    width: 300px;
    margin-top: 1px;
    margin-bottom: 5px;
}

select {
    width: 318px;
}

.searchButton {
   width: 130px;

}

.searchButton:hover {
    background: #DDDDDD;
}

.searchButton:active {
    background: #BBBBBB;
}

.searchBtnSmall {
    width: 160px;
    border: 1px solid #ccc;
    padding:7px;
    padding-bottom: 5px;
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;

    cursor: pointer;

}
.printBtnSmall {
    width: 100px;
    border: 1px solid #ccc;
    padding:7px;
    padding-bottom: 5px;
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
    margin-top: 0px;
    margin-left: 20px;
}

.title_table th {
    border-top: 1px solid #4C515A;
    border-left: 1px solid #4C515A;
    border-right: 1px solid #4C515A;
}

#fondList {
    position: absolute;

    width: 350px;
    margin-top: 21px;
    margin-left: 350px;
}

.fondListButton {
    background: #F0F0F0;
    border: 1px solid #ccc;
    width: 325px;
    padding: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    cursor: pointer;

}

#fondListCont {
    display: none;
}

#fondListCont {
    background: #F0F0F0;
    border: 1px solid #ccc;
    width: 325px;

    overflow: auto;
    padding: 10px;
}

.fondListCatalog{
    height: 590px;
}

.fondListFund{
    height: 531px;
}

.fondListCatalogTr{
    height: 413px;
}
.issetDeal td{
    background:#C0EFC0 !important;
}
.issetDeal a {
    text-decoration: none;
    color: #1b3742;
}
.adminLink a {
    text-decoration: none;
    color: #1b3742;
}


.adminLink a:hover{
    text-decoration: underline;
    color: #ac3326;
}
.issetDeal a:hover {
    text-decoration: underline;
    color: #094000;
}