/* 
    Document   : style_property_detail
    Created on : Oct 6, 2009, 3:55:32 PM
    Author     : thuocnt
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
.address{
      
    font-family:Tahoma;
    font-size: 16px;
    font-weight: bold;
    color: white;
    margin-left:3px;
   
}
table{
    font-family:Tahoma;
    font-size: 12px;
    color: white;
    

}
tr.event {
    background-color: 	black;
    
}
#infor{
    float:left;
    font-family:Tahoma;
    font-size: 12px;
    font-weight: normal;
    color: white;
    width: 650px;
    height: auto;
	
}
#AdditionalFeatures{
    font-family:Tahoma;
    float:left;
    width:650px;
    
}
#AdditionalFeatures h2{
    font-family:Tahoma;
    font-size:14px;
	margin-bottom:0;
	margin-top:8px;
}
    
}
