/**
 * Styles for common library objects
 *
 * $Id: common.css 1066 2010-02-13 13:29:00Z Dave $
 */

/* Drop Shadow */

.drop_shadow {
    float:left;
    background: url(http://libs.damilhosting.com/images/shadowAlpha.png) no-repeat bottom right !important;
    background: url(http://libs.damilhosting.com/images/shadow.gif) no-repeat bottom right;
    margin: 6px 0 0 4px !important;
    margin: 6px 0 0 4px;
}

.drop_shadow table {
    display: block;
    position: relative;
    background-color: #fff;
    margin: -6px 6px 6px -6px;
}
.drop_shadow img {
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid #999; /* #a9a9a9; */
    margin: -6px 6px 6px -6px;
}
.drop_shadow img.ds_border {
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    margin: -6px 6px 6px -6px;
    padding: 4px;
}


/* CSS Buttons */

.button_clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}
a.button {
    background: transparent url('http://libs.damilhosting.com/images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
a.button span {
    background: transparent url('http://libs.damilhosting.com/images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}
a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}


/* Damil-specific items */

#damil_left,
#damil_center,
#damil_right {
    display: inline;
    margin: 0;
    padding: 0;
    color: #999;
    width: auto;
}
#damil_left {
    text-align: left;
}
#damil_center {
    width: 100%;
    text-align: center;
}
#damil_right {
    float: right;
    text-align: right;
}
#damil_left   a,
#damil_center a,
#damil_right  a {
    color: #999;
    font-weight: bold;
    text-decoration: underline;
}
#damil_left   a:hover,
#damil_center a:hover,
#damil_right  a:hover {
    color: #333;
    font-weight: bold;
    text-decoration: underline;
}
