/* CSS Document */
/*body,html{
	font-size: 11px;
	font-weight: normal;
	font-family: 'Andale Mono', sans-serif;
}
*/
.resize {
	color: #222;
	margin: 5px;
	padding: 0px 0px 0px 0px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 11px;
	font-weight: normal;
	font-family: 'Andale Mono', sans-serif;
	overflow: auto;
	cursor: nw-resize;
	height: 100px;
	width: 100px;
}

#track1 {
	background:url(../images/h_line.gif) left top repeat-x;
	height: 20px;
	width: 615px;
}
 
#handle1 {
	height: 20px;
	width: 20px;
	background:url(../images/h_select.gif) left top no-repeat;
	left: 2px; 
	position: relative;
}
#handle1:hover{
    cursor: pointer;
   background:url(../images/h_select_h.gif) left top no-repeat;
}
#track2 {
	background:url(../images/v_line.gif) left top repeat-y;
	height: 330px;
	width: 20px;
}
 
#handle2 {
	height: 20px;
	width: 20px;
	background:url(../images/v_select.gif) left top no-repeat;
}
#handle2:hover{
    cursor: pointer;
    background:url(../images/v_select_h.gif) left top no-repeat;
}
/*
li{
    margin-left: 20px;
}
*/

/*
 *
 *	INDICATOR	*
 				*
				*/
 			
div.full{
	position: absolute;
	top: 0px; left: 0px; 
	width:100%; 
	right:auto;
	height: 100%;
	z-index: 99; 
	height: 100%; width: 100%; 


}
div.full div.info_table{
	
	position: relative;
	margin:0pt auto; 
	padding: 5px 5px 5px 5px;
	width: 300px; 
	background-color: #F7F7F7;
	border: 1px solid #000000;
	margin-top: 120px
}
#indicator_content{
	padding-bottom: 25px;
}
#indicator_bottom{
	position: absolute; 
	bottom: 5px; 
	text-align: center; 
	width: 100%
}
#indicator_wait{
	margin-top: 40px; 
	text-align: center; 
	margin-bottom: 40px
}
#indicator_content h2{
	margin-top: 4px;
	margin-bottom: 6px;
	text-align: center;
}
#indicator_content p{
	margin-top: 4px;
	margin-bottom: 4px;
}
#indicator_bottom div.close_link{
    cursor: pointer;
}
#indicator_bottom div.close_link:hover{
    text-decoration: underline;
}
/*
 *
 *	CUSTOM POPUPS	*
 				    *
				    */

div.markerTooltip, 
div.markerTooltipFlag, 
div.markerDetail,
div.markerDetailFlag {
    color: black;
    white-space: normal;
    margin: 0;
    border: 1px solid black;
}
div.markerTooltip, div.markerTooltipFlag{
    background-color: #fffffb;
    padding: 3px;
}
div.markerTooltipFlag,div.markerDetailFlag{
    margin-top: 30px;
}
div.markerDetail{
    margin-top: -10px;
}
div.markerDetail,
div.markerDetailFlag {
    width:265px;
    background:none;
    border:none;
    z-index: 9999999;
}

div.selector{

}
div.my_marker,
div.my_poi_marker{
    margin:0; 
    padding:0
}
div.my_marker div.left,
div.my_marker div.right,
div.my_marker div.center{
    float:left;
    cursor: pointer;
    background-color:#CFCFCF;
    padding: 3px 4px;
    border-right: 1px solid black;
    border-top: 1px solid black; 
}
div.my_marker div.left:hover,
div.my_marker div.right:hover,
div.my_marker div.center:hover{
    background-color:#f2efe9;
}
div.my_marker div.left{
    border-left: 1px solid black; 
}
div.my_poi_marker div.top{
    float:left;
    background-color:#CFCFCF;
    padding: 3px 4px;
    border-right: 1px solid black;
    border-top: 1px solid black; 
    border-left: 1px solid black;
}

div.my_marker div.content_2{
    border: 1px solid black;
    
}
div.my_marker div.content_2{
    border: 1px solid black;
    
}
div.my_marker table td.max_right,
div.my_poi_marker table td.max_right{
    width: 100%;
    vertical-align: top;
    text-align: right;
    background-color: white;
    border-right: 1px solid black;
    border-top: 1px solid black;
}

div.my_marker table td.max_left,
div.my_poi_marker table td.max_left{
    width: 10px;
    background:url(../images/markers_elements/left_side_bg.gif) left top repeat-y;
}
div.markerDetail table tbody,
div.markerDetail table tr,
div.markerDetail table td,
div.markerDetailFlag table tbody,
div.markerDetailFlag table tr,
div.markerDetailFlag table td
{
    background:none;
    padding: 0;
    margin: 0;
}
a.markerDetailClose2{
    display:none;
}
div.loading{
    height: 120px;
    padding: 3px;
    background:url(../images/loading.gif) center no-repeat;
    background-color: white;
}
div.bigger_loading{
    height: 520px;
    background:url(../images/loading.gif) center no-repeat;
    background-color: white;

}
div.full_loading{
    width: 100%;
    height: 200px;
}
#waiting_overlay{
    background:url(../images/loading.gif) center no-repeat; 
}

table.content_table{
    margin: 0; 
    padding: 0; 
    width: 100%;
}
table.content_table td.left{
    margin: 0; 
    padding: 0; 
    vertical-align: top; 
    width: 10px;
    background:url(../images/markers_elements/left_side_bg.gif) left top repeat-y;
}
table.content_table td.right{
    margin: 0; 
    padding: 0;
}
#no_data_error{
    padding: 10px 0px 10px 0px;
}

/*SELECTORS*/
#customselector{}

#handleBottom,#handleRight{
    
}
#handleCorner{
    
}

#customselector{border: 1px solid #B6170B;}

#customselectorcontainer div#borderInnerLeft{background:#B6170B;width: 3px;height: 100%;position: absolute;left: 0;top: 0;z-index: 1;}
#customselectorcontainer div#borderInnerRight{background:#B6170B;width: 3px;height: 100%;position: absolute;right: 0;top: 0;z-index: 1;}
#customselectorcontainer div#borderInnerTop{background:#B6170B;height: 3px;width: 100%;position: absolute;left: 0;top: 0;z-index: 1;}
#customselectorcontainer div#borderInnerBottom{background:#B6170B;height: 3px;width: 100%;position: absolute;left: 0;bottom: 0;z-index: 1;}

#customselector #handleCorner{
	 z-index: 4;
}

#fakeResizer{
	z-index: 3;
	background: transparent url('/images/icons/resize_icon_red.png') no-repeat top left;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 0;
	bottom: 0;
}

#customselector #selectorOverlay{
	width:100%;
	height: 100%;
	background: #182284;
	opacity:0.4;
	-moz-opacity: 0.4;
	-webkit-opacity:0.4;
	filter: alpha(opacity=40)	
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#customselector #textBox{
	z-index: 2;
}

#textBoxInfo{
    display:block;
    font-weight: bold;
    font-size: 10px;
	width:100%;
	color:#fff;
	text-align:center;
	position:absolute;
	top:50%;
	/*height:28px;*/
	padding:1px 0;
	overflow:hidden;
	margin-top:-15px;
}

#selectorCloseTab{
		background:url('/images/icons/close_icon_red.png') no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
		z-index: 4;
}

/*new*/

div.wyptp{
	position:absolute;
	width:265px;
	height:auto;
}

div.wyptp-tabs{
	background:url('../images/wyptp-tabs.png') no-repeat;
	height:24px;
	padding:2px 2px 1px 8px;
}

div.wyptp-tabs a{
	height:17px;
	float:left;
	padding:7px 0 0 0;
	text-decoration:none;
	color:#444;
	font-size:12px;
	background:url('../images/wyptp-tab-separator.png') 100% 0 no-repeat;
	width:78px;
	text-align:center;
}

div.wyptp-tabs a:hover{
	color:#000;
	text-decoration:underline;
}

div.wyptp-tabs a.tab-close{
	width:20px;
	background:url('../images/wyptp-tab-close.png') 50% 0 no-repeat;
	text-indent:-9999em;
}

div.wyptp-tabs a.selected{
	font-weight:900;
}

div.wyptp-content{
	background:url('../images/wyptp-down.png') 0 100% no-repeat;
	padding:0 0 20px 0;
}

div.wyptp-content-inner{
	background:url('../images/wyptp-up.png') 0 0 no-repeat;
	padding:10px 10px 10px 16px;
	 min-height:70px;
     _height:70px;
}


a.thumb img, img.thumb{
	padding:1px;
	border:1px solid #eee;
	float:left;
	margin:0 10px 5px 0;
}

a.thumb:hover img{
	border:1px solid #aaa;
}

div.wyptp-description p{
	color:#001044;
	margin:0;
	padding:2px 0;
}
div.wyptp-actions{
	padding:5px 0 0 0;
	clear:both;
}

div.wyptp-actions a, div.wyptp-actions span{
	display:block;
	width:210px;
	height:16px;
	color:#888;
	text-decoration:none;
	margin:1px 0;
	padding:4px 0 0 28px;
}



div.wyptp-actions a:hover{
	color:#333;
	text-decoration:underline;
}

div.wyptp-actions a.show{
	background:url('../images/tip-icon-1.png') no-repeat;
	background:url('/images/icons/tip-icon-show.png') no-repeat;	
}

div.wyptp-actions a.pm{
	background:url('../images/tip-icon-2.png') no-repeat;
	background:url('/images/icons/tip-icon-pm.png') no-repeat;
}
div.wyptp-actions a.kaufen_link{
	background:url('../images/tip-icon-buy.gif') no-repeat;
	background:url('/images/icons/tip-icon-buy.png') no-repeat;	
}

div.wyptp-actions a.favourites_link{
	background:url('../images/tip-icon-fav.gif') no-repeat;
	background:url('/images/icons/tip-icon-fav.png') no-repeat;	
}
div.wyptp-actions a.komments_link{
	background:url('../images/tip-icon-comment.gif') no-repeat;	
	background:url('/images/icons/tip-icon-comment.png') no-repeat;		
}

div.wyptp-actions span.kaufen-link{
	background:url('../images/tip-icon-buy.gif') no-repeat;
	background:url('/images/icons/tip-icon-buy.png') no-repeat;	
}

div.wyptp-actions span.kaufen-link a{
	display:inline;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	text-decoration:underline;
	color:#034C81;
}


div.avatars {
    float: left; 
    padding: 2px; 
    text-align: center
}
.avatars img{
    display: block; 
    cursor: pointer;
    padding-bottom: 5px;
    padding-top: 5px;
}
