/* default */
BODY
{
    font-family: 'Droid Sans' , Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: lighter;
    line-height: 160%;
    color: #555;
    -webkit-font-smoothing: antialiased;
}

a:active
{
    color: black;
    text-decoration: underline blink;
}
a:link
{
    color: black;
    text-decoration: none;
}
a:visited
{
    color: black;
    text-decoration: none;
}
a:hover
{
    color: #AD2320;
    text-decoration: underline;
}

.lead
{
    color: #000000;
    font-weight: bold;
    text-align: justify;
}

.ItemTitle
{
    font-weight: bold;
    text-align: left;
    background-color: white;
}

.objNew
{
    font-weight: bold;
    color: Red;
}

#DV_SearchHeader
{
    top: 10px;
    height: auto;
    width: 740px;
    padding: 10px;
    position: relative;
    margin: auto auto auto auto;
    text-align: left;
    background-color: white;
    border: 1px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 1px 1px 2px #999, -1px 1px 2px #999;
    -moz-box-shadow: 5px 5px 5px #333, -5px 5px 5px #333;
    -webkit-box-shadow: 1px 1px 2px #999, -1px 1px 2px #999;
    border-style: solid;
    border-color: #727171;
}

#DV_ObjectDetailMain
{
    top: 10px;
    height: auto;
    width: 740px;
    padding: 10px;
    position: relative;
    margin: auto auto auto auto;
    text-align: left;
    background-color: white;
    border: 1px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 1px 1px 2px #999, -1px 1px 2px #999;
    -moz-box-shadow: 5px 5px 5px #333, -5px 5px 5px #333;
    -webkit-box-shadow: 1px 1px 2px #999, -1px 1px 2px #999;
    border-style: solid;
    border-color: #727171;
}

#DV_ObjectTags
{
    width: 100%;
    padding: 5px 5px 5px 5px;
}

#DV_SuchResults
{
   top: 10px;
    height: auto;
    width: 740px;
    padding: 10px;
    position: relative;
    margin: auto auto auto auto;
    text-align: left;
    background-color: white;
    border: 1px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 1px 1px 2px #999, -1px 1px 2px #999;
    -moz-box-shadow: 5px 5px 5px #333, -5px 5px 5px #333;
    -webkit-box-shadow: 1px 1px 2px #999, -1px 1px 2px #999;
    border-style: solid;
    border-color: #727171;
}

#DV_HeaderNavi
{
    width: 100%;
    text-align: left;
}

/* inputs */
select
{
    background-color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    border: #072F6C solid 1px;
}

.button
{
    color: black;
    font-weight: bold;
    font-size: 90%;
    border: 1px solid #666666;
    background: #CCCCCC;
    font-style: normal;
    cursor: pointer;
    cursor: hand;
}


input.radio, option.radio
{
    border: 0 0 0 0;
}
.input
{
    width: auto;
    border: 1px solid #666666;
    background: #FFFFFF;
    padding: 0px;
    color: black;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 90%;
}


/* table highlighter */
tr.rn
{
    background-color: white;
    cursor: pointer;
    cursor: hand;
}

tr.rnH
{
    background-color: #AD2320;
    color: white;
    cursor: pointer;
    cursor: hand;
}




/* hoover selection styles for checkbox and radios */
.selection
{
    width: auto;
    background: white;
    padding: 1px;
    color: black;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 100%;
    border: white solid 1px;
    float: left;
    white-space: nowrap;
}

.selection_over
{
    width: auto;
    background: #AD2320;
    padding: 1px;
    color: black;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 100%;
    cursor: pointer;
    cursor: hand;
    border: #072F6C solid 1px;
    float: left;
    white-space: nowrap;
}

.selection_set
{
    width: auto;
    background:#AD2320;
    padding: 1px;
    color: black;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 100%;
    cursor: pointer;
    cursor: hand;
    border: #072F6C solid 1px;
    float: left;
    white-space: nowrap;
}


/* toolTip */
#dhtmltooltip
{
    position: absolute;
    left: -300px;
    width: 200px;
    border: 1px solid black;
    padding: 2px;
    background-color: white;
    visibility: hidden;
    z-index: 100;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer
{
    position: absolute;
    left: -300px;
    z-index: 101;
    visibility: hidden;
}
