body {
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 0.7em;
    color: #615D5C;
    background: white;
/*
    margin:0;
*/
}

img {
    border: 0;
}


.adminTable {
    border: 1px #0093DD dashed;
    margin:10px;
    padding:10px;
}


.adminTd {
    border:#0093DD solid 1px;
    padding:5px;
}

.imageContour {
    margin: 4px;
}

.imageContourOut {
    position: relative;
    border: #0093DD solid 1px;
/*
    width: 141px;
*/
}

.titleOffer {

    font-size: 1.5em;
    color: #0093DD;
    font-style: normal;
    font-weight: bolder;
}

.message {
    font-size: 1.5em;
    color: #0093DD;
    font-weight: bold;
}

.tableHeader {
    color: white;
    background: url("../images/cautare.jpg") top left no-repeat;
    font-size: 1.1em;
    font-weight: bold;
    height: 30px;
    vertical-align: middle;
}

input[type="submit"], input[type="button"], button {
    background: #0093DD repeat-x scroll 0 0;
    color: white;
    font-size: 1em;
    font-weight: bold;
    padding: 2px;
    cursor: pointer;
    border: #0093DD solid 1px;
}

input[type="submit"]:hover, input[type="button"]:hover, button:hover {
    background: white;
    color: #0093DD;
    font-size: 1em;
    font-weight: bold;
    padding: 2px;
    cursor: pointer;
    border: #0093DD solid 1px;
}

a, a:visited, a:link, a:active {
    color: #0093DD;
    background-color: transparent;
    text-decoration: none;
    font-weight: bold;
}

.dashedLeft {
    border-left: #78daff dashed 1px;
}

.dashedRight {
    border-right: #78daff dashed 1px;
}

.dashedTop {
    border-top: #78daff dashed 1px;
}

.dashedBottom {
    border-bottom: #78daff dashed 1px;
}

.priceSelect {
    border:#0093DD solid 1px;
    width: 200px;
    color: #615D5C;
    font-size: 11px;
    font-weight: bold;
}

.searchSelect {
    border:#0093DD solid 1px;
    width: 150px;
    color: #615D5C;
    font-size: 11px;
    font-weight: bold;
}

.searchText {
    color: #615D5C;
    font-size: 12px;
    font-weight: bold;
}

.titlePageText {
    color: #615D5C;
    font-size: 1.5em;
    font-weight: bold;
}


.priceDuration {
    background-color:#0093DD;
    border-top:#0093DD solid 1px;
    border-left:#0093DD solid 1px;
    border-bottom:#0093DD solid 1px;
    color: white;
    font-size: 11px;
    font-weight: bold;
    padding-left:40px;
}

.priceValue {
    color:#0093DD;
    background-color: white;
    border-top:#0093DD solid 1px;
    border-right:#0093DD solid 1px;
    border-bottom:#0093DD solid 1px; 
    font-size: 11px;
    font-weight: bold;
}


