<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Design by mRova Solutions
http://www.mrova.com
Released for free under a Creative Commons Attribution 2.5 License
*/
/*********** General ******************/
#header {
    border-bottom: 0px solid #FF5E4D; /* Set to desired color of bar under header */
    -webkit-box-shadow: 0px 1px 10px 5px #CCCCCC;
    -moz-box-shadow: 0px 1px 10px 5px #CCCCCC;
    box-shadow: 0px 1px 10px 5px #CCCCCC;
}

.gallery {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gallery:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.gallery li {
    float: left;
    width: 33.33333333%;
}

.gallery li a {
    display: block;
    margin: 5px;
    border: 1px solid #3C3C3C;
}

.gallery li img {
    display: block;
    width: 100%;
    height: auto;
}

.copyright {
    text-align: center;
    font-size: 11px;
}

.footer_desc {
    text-align: center;
    font-size: 11px;
}

#search_table {
    color: black;
    background: #FFFFFF;
    border: 1px solid #B4B4B4;
    font: bold 17px helvetica;
    padding: 0;
    margin-top: 10px;
    width: 100%;
    -webkit-border-radius: 8px;
}

#search_table tr th {
    width: 30%;
    border-bottom: 1px solid #B4B4B4;
    border-right: 1px solid #B4B4B4;
    padding: 5px 5px 5px 5px;
    background-image: -webkit-linear-gradient(top, #FDFDFD, #EEEEEE);
}

#search_table tr td {

    border-bottom: 1px solid #B4B4B4;
    border-right: 1px solid #B4B4B4;
    padding: 5px 5px 5px 5px;
    background-image: -webkit-linear-gradient(top, #FDFDFD, #EEEEEE);
}

#search_table tr td:last-child {
    border-right: none;
}

#search_table tr:last-child td, #search_table tr:last-child th {
    border-bottom: none;
}

.page_header {
    font-weight: bold;
    padding-bottom: 10px;
}

â€‹â€‹
.photo_frame {
    width: 100%;
}

.photo_frame td {
    text-align: center;
}

.mandatory_star {
    color: red;
}

.search_title {
    min-width: 100px;
}

.ui-navbar li:last-child .ui-btn {
    border-right-width: 1px;
}

.ui-navbar li .ui-btn-active {
    border-color: #ccc;
    border-width: 1px 0 1px 0;
}


</pre></body></html>