/*
    Document   : public
    Created on : Apr 24, 2012, 4:17:14 PM
    Author     : karinagr
    Description:
        Purpose of the stylesheet follows.
*/

/*Style for the search result dialog box */
.searchStats{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 24px;
    font-style: italic;
    color: #ABA499;
    line-height: 30px;
    font-variant: normal;
    font-weight: normal;
}

.searchStatsNum{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 24px;
    font-style: italic;
    color:#F90;
    line-height: 30px;
    font-variant: normal;
    font-weight: normal;
}

/*Style for records data */
.imageCell {
    background-color: #FFFFFF;
    border: 1px solid #BBBBBB;
    margin: 10px;
    padding: 3px;
}

.recordSeparator {
    border-color: #CCC;
    border-width: 0px 0px 1px 0px;
    border-style: dotted;
    width:98%;
    height:2px;
}

.recordData{
    min-width: 550px;
    max-width: 800px;
}

.recordTitle{
    color: #444444;
}

.recordAttribute{
    text-decoration: underline;
}


