/* iui.css (c) 2007 by iUI Project Members, see LICENSE.txt for license 
   for IPhone Simulator Widget 
   $Id $
*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin:	0;
	padding:0;
}


body,table,a,div {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida", "Verdana", "Arial", "sans-serif";
}

TABLE,DIV {
	margin:  0;
	padding: 0;
	overflow: hidden;
}

.mapsPanel div {
	overflow: visible;	
}

body {
	margin:     0;
	padding:    0;
	background: #FFFFFF;
	color:      #000000;
}

/*************** Tabelle in dem das iPhone steckt ************************/
.mainTbl {
	border: 0;
	width: 100%;
	height: 100%;
}

.topTr {
	height: 10px;
}

.bodyTr {
	height: 800px;
}

.footerTr>td {
	text-align: middle;
	vertical-align: bottom;
}

#gwt-rootpanel { /* hier drin erstellt GWT den Rest*/
	width: 320px;
	height: 460px;
	margin: 0;
	margin-top: 140px;
	margin-left: 43px;
	padding: 0;
	background: #c8c8c8 url(img/pinstripes.png);
	text-align: left;
	vertical-align: top;
	background-color: #fff;
}

#gwt-rootpanel .x-panel { /*Umschlie?t die Toolbar und Content*/
	width: 100%;
	height: 100%;
}

/*************** Toolbar ****************************************************/
#gwt-rootpanel .x-panel .x-panel-tl { /*enth?lt Toolbar*/
	width: 100%;
	height: 45px;
	border: 1px solid #6d84a2;
	background: url(img/toolbar.png) #6d84a2 repeat-x;
}

#gwt-rootpanel .x-panel .x-panel-tl .x-panel-tr,#gwt-rootpanel .x-panel .x-panel-tl .x-panel-tr .x-panel-tc,#gwt-rootpanel .x-panel .x-panel-tl .x-panel-tr .x-panel-tc .x-panel-header
	{ /*enth?lt toolbar*/
	width: 100%;
	height: 100%;
}

#gwt-rootpanel .x-panel .x-panel-tl .x-panel-tr .x-panel-tc .x-panel-header { /*toolbar*/
	height:20px;
	padding:10px 15px 10px 5px;
	text-align:right;
	width:213px;
}

#gwt-rootpanel .x-panel .x-panel-tl .x-panel-tr .x-panel-tc .x-panel-header .x-panel-header-text
	{ /*Title in der Toolbar*/
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

/*Fix for IE7*/
*:first-child+html BUTTON.x-btn-text {
	/** padding-left: 10px;
	padding-right: 9px; **/
}

/*************** Content ******************************************************/
.x-panel-noborder>.x-panel-bwrap {
	/*?u?ertes Div, wo das Form drin steckt*/
	width: 320px;
	height: 413px;
}

.x-panel-noborder>.x-panel-bwrap .x-panel-ml,.x-panel-noborder>.x-panel-bwrap .x-panel-ml .x-panel-mr,.x-panel-noborder>.x-panel-bwrap .x-panel-ml .x-panel-mr .x-panel-mc,.x-panel-noborder>.x-panel-bwrap .x-panel-ml .x-panel-mr .x-panel-mc .x-panel-body-noborder
	{ /*hier steckt das Form drin*/
	width: 100%;
	height: 100%;
}

FORM {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/* Korrektur f?r IE6 */
* html FORM {
	height: 393px;
}

.x-fieldset { /*Fieldset(Gruppierung) im Form*/
	margin-bottom: 20px;
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #FFFFFF;
	border: 1px solid #999999;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.gwt-Label { /*Propertylabels in den Groups*/
	width: 		   127px;
	text-align:    right;
	color: 		   #808080;
	font-size: 	   9pt !important;
	font-weight:   bold;
	padding-right: 3px;
}

.x-form-item-label {
	float: left;
}

.x-form-clear-left {
	clear: both;
}

SELECT {
	width: 141px;
	border: 1px solid #6C7EA7;
}

.multiple-select {
	height: 85px;
}

INPUT {
	width: 138px;
}

/*Fix for IE7*/
*:first-child+html INPUT {
	width: 138px;
}

/* Korrektur fuer IE6 */
* html INPUT {
	width: 138px;
}

.x-form-element {
	text-align: left;
}

/***************  IPHONE SIMULATOR FENSTER  ******************************************/
.iphone_window { /*Div, wo das Form drin steckt*/
	width:  320px;
	height: 461px;
}

/*Div, unter dem Navigationspanel*/
.iphone_window_content {
	height: 	411px;
	overflow-x: hidden !important;
	overflow-y: auto;
	position: 	absolute !important;
	top: 		240px;
	visibility: visible;
	width: 		320px;
}

/************** BUTTONS ************************/
.button-left-side {
	position: absolute !important; 
	left: 146px;
	top: 202px;
}

.button-right-side-search {
	position: absolute !important;
	left: 385px;
	top: 202px;
	width:90px !important;
	height:32px !important;
}

.button-right-side-result-list {
	position: absolute !important;
	left: 370px;
	top: 202px;
}

.x-btn {
	font-style : 	normal;
	font-size:		11px;
	font-family:    "Lucida Grande", "Lucida Sans Unicode", "Lucida", "Verdana","Arial", "sans-serif";
	cursor: 		pointer;
	white-space: 	nowrap;
}

.x-btn button {
	border: 		0 none;
	background: 	transparent;
	font-style : 	normal;
	font-size:		11px;
	font-family:    "Lucida Grande", "Lucida Sans Unicode", "Lucida", "Verdana", "Arial", "sans-serif";
	padding-left: 	3px;
	padding-right: 	3px;
	cursor: 		pointer;
	margin: 		0;
	overflow: 		visible;
	width: 			auto;
	-moz-outline: 	0 none;
	outline: 		0 none;
}

* html .ext-ie .x-btn button {
	width: 1px;
}

.ext-gecko .x-btn button {
	padding-left: 0;
	padding-right: 0;
}

.ext-ie .x-btn button {
	padding-top: 2px;
}

.x-btn-icon .x-btn-center .x-btn-text {
	background-position: center;
	background-repeat: 	 no-repeat;
	height: 			 16px;
	width: 				 16px;
	cursor: 			 pointer;
	white-space: 		 nowrap;
	padding:  			 0;
}

.x-btn-icon .x-btn-center {
	padding: 1px;
}

.x-btn em {
	font-style: normal;
	font-weight: normal;
}

.x-btn-left,.x-btn-right {
	font-size: 1px;
	line-height: 1px;
}

.x-btn-left {
	width:  	6px;
	height: 	30px;
	background: url(img/iPhoneSimButton.gif) no-repeat 0 0;
}

.x-btn-right {
	width:  	6px;
	height: 	30px;
	background: url(img/iPhoneSimButton.gif) no-repeat 0 -30px;
}

.x-btn-left i,.x-btn-right i {
	display: 	 block;
	/** width: 		 6px; **/
	overflow:	 hidden;
	font-size:   1px;
	line-height: 1px;
}

.x-btn-center {
	background: 	url(img/iPhoneSimButton.gif) repeat-x 0 -60px;
	vertical-align: middle;
	text-align: 	center;
	padding: 		0 5px;
	cursor: 		pointer;
	white-space: 	nowrap;
}

/****************************************************************************/
/** F***ING IE6 PROBLEM CAUSES THIS HACK**/

/** back button **/
.button-back-left {
	font-size: 1px;
	line-height: 1px;
	width: 13px;
	height: 30px;
	background: url(img/iPhoneSimButtonBack.gif) no-repeat 0px 0px;
}

.button-back-right {
	background:transparent url(img/iPhoneSimButtonBack.gif) no-repeat scroll -7px -30px;
	font-size:1px;
	height:30px;
	line-height:1px;
	width:6px;
}

.button-back-left i,.button-back-right i {
	display: 	 block;
	/** width: 		 6px; **/
	overflow:	 hidden;
	font-size:   1px;
	line-height: 1px;
}

.button-back-center {
	background: 	url(img/iPhoneSimButtonBack.gif) repeat-x 0px -60px;
	vertical-align: middle;
	text-align: 	center;
	padding: 		0 1px;
	cursor: 		pointer;
	white-space: 	nowrap;
	
}	
/****************************************************************************/

BUTTON.x-btn-text  {
	margin:            0;
	border:      	   0;
	padding:           0px;
	height: 	       30px;
	line-height:       normal;
	font-size:         11px;
	font-weight:       bold;
	color: 		 	   #FFFFFF;
	text-align:        center;
	vertical-align:    middle;
	background-repeat: no-repeat;
	cursor:      	   pointer;
	width:			   auto;
}	
	
.group-headline { /*Ueberschrift in der Group*/
	width: 		 200px;
	padding: 	 5px 5px 5px 1px;
	font-size: 	 10pt !important;
	font-weight: bold;
	color: 		 #000000;
	text-align:  left;
}

.waiting_bar_image {
	left: 		 194px;
	position:    absolute;
	top:         175px;
}

.search_field_combo INPUT {
	width: 138px;
}

.add_detail_field INPUT {
	width: 130px;
}

/***************  RESULT LIST   ******************************************************/
.result_list_panel {
	background-color: white;
}

.title-result-list {
	text-align: left;
	font-weight: bold;
	font-size: 10pt;
	color: #000;
}

.property-result-list {
	text-align: left;
	font-weight: normal;
	font-size: 8pt;
	color: #000;
}

.result-set {
	background-color:    white;
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	margin-bottom:       2px;
	width:               100%;
	cursor: pointer !important;
}

.result_load_more {
	font-size:   10pt;
	font-weight: bold;
	color: 		 #6C7EA7; /* gray-blue */
	padding:     15px;
}

.no_result_message_box {
	background:#8D9FB6 none repeat scroll 0 0;
	border:1px solid #6C7EA7;
	color:white;
	left:45px;
	position:absolute;
	text-align:center;
	top:57px;
	width:230px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.no_result_message_box b {
	font-size: 12pt;
	font-weight: bold;	
}

/*************  DETAIL VIEW  *****************/
.detail_view {
	font-size: 9pt;
	color: #000;
}

.addetail_panel {
	margin-left: 5px;
}

.text_group_property {
	padding-left: 5px;
	text-align: justify;
	width: 265px !important;
}

.images-widget-image {
	max-height: 200px;
	max-width: 200px;
	width: 100%;
	vertical-align: middle;
}

.images-panel .x-table-layout-cell {
	min-width: 40px;
	height: 200px;
}

.images-panel .x-table-layout-cell div {
	width: 100%;
	/**height: 200px;**/
	text-align: center;
	vertical-align: middle;
}

/** ------------------ **/
.images-widget-leftbutton-active {
	margin-top: 10px;
}

.images-widget-leftbutton-hidden {
	margin-top: 10px;
}

.images-widget-rightbutton-active {
	margin-top: 10px;
}

.images-widget-rightbutton-hidden {
	margin-top: 10px;
}

/** gray color: #979797; **/
.detail_label {
	color: #6C7EA7;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
}

.contact_label {
	color: #6C7EA7;
	font-weight: bold;
	text-align: right;
	padding-left: 5px;
	padding-right: 5px;
}

.search_title { /*toolbar*/ 
	height:20px !important;
	padding:10px 10px 10px 76px !important;
	text-align:center !important;
	width:170px !important;
}

.resultlist_title { /*toolbar*/ 
	height:20px !important;
	padding:10px 10px 15px 34px !important;
	text-align:right !important;
	width:190px !important;
}

.detail_title { /*toolbar*/ 
	height:20px !important;
	padding:10px 5px 10px 120px !important;
	text-align:left !important;
	width:190px !important;
}

/***************************************************/
.row { /* position: relative; */
	padding-top: 4px;
	border-bottom: 1px solid #999999;
	-webkit-border-radius: 0;
	margin-bottom: 5px;
}

.last_row {
	border-botttom: 1px solid #999999;
}

.row>input {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0;
	border: none;
	height: 42px;
	background: none;
	color: blue;
	font-weight: bold;
}
/* label color gray:#979797 gray-blue:#6C7EA7  */ /*** IE 7 fehler....

/***************** Loading Splash Screen  ********************/
#loading_splash_screen {
	background:transparent url(img/startscreen.gif) no-repeat scroll 0 -9px;
	border:1px solid #CCCCCC;
	height:457px;
	width:314px;
	padding:2px;
	position:absolute;
	top:190px;
	left:141px;
	vertical-align:top;
	z-index:20001;
}

#loading_splash_screen a {
	color:#225588;
}

#loading_splash_screen .loading_splash_screen-indicator {
	color: #67401A;
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida","Verdana","Arial","sans-serif";
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	position:absolute;
	left:27px;
	top:377px;
	line-height:normal;
	margin:0;
	padding:10px;
}

#loading_splash_screen-msg {
	font-family:  	  "Lucida Grande", "Lucida Sans Unicode", "Lucida", "Verdana", "Arial", "sans-serif";
	font-size:  	  10px;
	font-size-adjust: none;
	font-stretch:	  normal;
	font-style:		  normal;
	font-variant:	  normal;
	font-weight:      normal;
	line-height:	  normal;
}

.loading_splash_screen-indicator-bar {
	background:transparent url(img/loader.gif) no-repeat scroll 0 0;
	float:left;
	height:15px;
	margin-right:8px;
	vertical-align:top;
	width:218px;
}

.iPhoneFrame  {
	left: 200px;
	vertical-align: top; 
    height: 870px; 
    width: 430px;
    margin-left:95px; 
    border: none; 
    overflow: hidden;
}

/***************** Permalink  ********************/
#permalinkBox {
	display: none;	
}

#permalink {
	height:80px;
	margin-left:0px;
	position:relative;
	top:3px;
	width:100%;
}
.permalink {
	text-align: left;
}
.permalink_panel {
	width: 100%;
}
.permalink_field:link, 
.permalink_field:visited , 
.permalink_field:active  {
	color:#ffffff;
	text-decoration: underline;
	font-weight: bold;
}
.permalink_field {
	color:#ffffff;
	font-weight:lighter;
	text-align:left;
	width:367px;
}
