
/*TODO: Change colors as required*/


.smartdropdown{
position:absolute;
top: 0;
border: 1px solid #813E71; 
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #813E71;
width: auto;
visibility: hidden;
z-index: 1000;
color: White ;

}


.smartdropdown a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #813E71; 
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: white;
text-align: left;
z-index: 1000;
}


* html .smartdropdown a{ /*IE-specific fix*/
	width: 100%;
}

.smartdropdown a:hover{ 
background-color: #B62357;
}

 .h3  /* To be moved to core.css once Ian checks it in */
 {
  margin-top:8px;
  margin-bottom:5px;
  font-weight:bold;
  font-size:8.5pt;
  color:#fff;
  line-height:1;
 }
 
 .header-five
 {
     color: #78356a;
     font-size: 14pt;
     font-weight: bold;
     line-height: 1;
 }
 
 .header-three
 {
     color: blue;
     line-height:1;
     font-size: 10pt;
     font-weight: bold;
 }
 
 .PropImageThumb 
{
    max-height:100px;
    max-width:133px;
}


.header-fp
{
    padding:5px;
    background-color:#803F71;
    margin-bottom:10px;
    width:170px;
    margin-left:2px;
}

div.SideReg
{
    width:192px;
    height:340px;
    background-color:#803F71;
    text-align:left;
    padding: 5px;
    margin:0px;
}

span.tinytext
{
    font-size:6pt;
    color:White;
}

.block{
    display:block;
}
