/* default */
BODY 			{
	scrollbar-face-color: #C6E3FF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #05699C;
	scrollbar-shadow-color: #05699C;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color:#e3eff9;
	text-decoration: none;
}

a:active 		{	
	color: #000000; text-decoration: underline blink}
a:link 			{	
	color: #31659C; text-decoration: none
}
a:visited		{	
	color: #5488BF; text-decoration: none
}
a:hover			{	
	color: #31659C; 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
{
    border: #072F6C solid 1px; 
    background-color:white; 
}

#DV_ObjectDetailMain
{
    border: #072F6C solid 2px;  
    padding: 5px 5px 5px 5px;
}

#DV_ObjectTags
{
    
    width:100%;
     padding: 5px 5px 5px 5px;
}

#DV_SuchResults
{
      border: #072F6C solid 1px;
       background-color:white; 
}

#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
{
    background-color: gray;
    color: white;
    text-decoration: none;
    border: white solid 1px;
    font-weight: bold;
    cursor: pointer;
}

	
input.radio, option.radio 
{
	border: 0 0 0 0;
}
.input
{   
	background-color: white;
	color: #000000;
	text-decoration: none;
	border: #072F6C solid 1px;
	padding: 1px;		
	text-align: left;
}


/* table highlighter */
tr.rn
{
	background-color: white;
	cursor: pointer;
	cursor: hand;
}

tr.rnH
{
	background-color: #C2D6E9;
	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: normal;
}

.selection_over
{
	width: auto;
	background: #C2D6E9;
	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: normal;
}

.selection_set
{
	width: auto;
	background: #C2D6E9;
	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: normal;
}


/* toolTip */
#dhtmltooltip
{
    position: absolute;
    left: -300px;
    width: 200px;
    border: 1px solid black;
    padding: 2px;
    background-color: #C2D6E9;
    visibility: hidden;
    z-index: 100;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer
{
    position:absolute;
    left: -300px;
    z-index: 101;
    visibility: hidden;
}
