﻿*
    {
        font-family: Helvetica, Arial, Sans-Serif;
        font-size: 10pt;
    }

html
    {
        margin: 0;
        padding: 0;
    }

body
    {
        background-color: #cccccc;
		height: 100%;
        background: #c8c8c8 url(../iui/pinstripes.png);
        margin: 0;
        padding: 0;
    }

h1
	{
    position: absolute;
    overflow: hidden;
    top: 5px;
    left: 50%;
    margin: 1px 0 0 -75px;
    height: 45px;
    font-size: 20px;
    width: 150px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    text-align: center;
    /*text-overflow: ellipsis;*/
    white-space: nowrap;
    color: #FFFFFF;
	}
	
table.locationbar
	{
	    /*
		background-color: #eeeeff;
		width: 100%;
		border: 0;
		border-top: solid 1px;
		border-left: solid 1px;
		border-right: solid 1px;
        */

        border-bottom: 1px solid #2d3642;
        border-top: 1px solid #6d84a2;
        padding: 10px;
        height: 45px;
        background: url(../iui/toolbar.png) #6d84a2 repeat-x;
	}
table.locationbar td
	{
        border: 0;
        text-align: center;
	}
	
a.locationbarbutton
    {
        display:block;
        height: 20px;
        width: 50px;
        border: solid 1px #000000;
        background-color: White;
        color: Black;
        text-decoration: none;
    }

table.searchfields
    {
        background-color: #ffffff;
        border: solid 1px #000000;
        margin-top: 15px;
        margin-left: 10px;
        margin-right: 10px;
    }

input.inputbutton
{
    width: 100%;
    height: 40px;
}

div.propertyname
{
    background-color: #ffffff;
    border: solid 1px #000000;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;   
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

div.propertyname a
{
    font-size: 11pt;
    border-bottom: dashed 1px #0000ff;
}

div.propertydetails
{
        background-color: #efefef;
        border: solid 1px #000000;
        border-top: 0;
        margin-top: 0px;
        margin-left: 10px;
        margin-right: 10px;   
}