/* 
    Document   : location_app
    Created on : Oct 29, 2009, 3:40:49 PM
    Author     : danielm
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
/* Layout contact */

.dp-contact-title{
    /*color: #808080;*/
    font-weight: bold; 
}

.dp-contact-data-row{
    /*white-space:nowrap;*/
    text-align:left;
    width:95%;
    word-wrap: break-word;
    overflow: hidden;
}
.dp-directions{
    color: gray;
    margin-bottom: 5px;
    font-size:13px;
    padding:2.5px;
}

.dp-example{
    color:#808080;
    font-size:10px;

}
.fw-photo{
 background-color:#FFFFFF;
 border:1px solid #D6D6D6;
 /*max-width:100%;*/
 padding: 5px;
}

.dp-map{
 display:block;
 background-color:#FFFFFF;
 border:1px solid #D6D6D6;
 width:95%;
 padding: 5px;
}

.dp-mail{
 /*direction: rtl;
 unicode-bidi: bidi-override;*/
}

.dp-td-photo{
    display:block;
    vertical-align:top;
    overflow: hidden;
    padding-right: 10px;
    min-width: 200px;
    max-width:350px;
}

.fw-iframe{
    height:500px !important;
    border:none !important;
    width:100%;
}