body
{
    background: #e4e4e4;
    font-family: Verdana;
    font-size: 12px;
}

h1
{
    margin-top: -4px;
    font-size: 14px;
    color: #222;
}

a
{
    color: #1178c0;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{
    border-bottom: 1px dotted #1178c0;
}

#container
{
    width: 900px;
    margin: auto;
    
    background: #fff url("media/bg.png");
    background-repeat: repeat-y;
}

#content
{
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#searchbox
{
    -moz-border-radius: 5px;
    background: #1295f0;
    
    padding: 8px;
}

#keywordbox
{
    width: 590px;
    height: 24px;
    margin-left: 20px;
    position: absolute;
    
    background: #fff url("media/search.png") no-repeat;
    padding-left: 30px;;
    border: 2px solid #222;
    
    font-family: Verdana;
    font-size: 20px;
    
    color: #222;
}

#resultbox
{
    margin-top: 20px;
}

.header
{
    width: 770px;
    min-height: 18px;
    margin-top: 20px; 
    
    background: #1295f0; 
    padding: 5px;
    
    color: #fff;
    font-size: 14px;
}

.content
{
    margin-top: 10px;
    line-height: 16px;    
}

.bar
{
    margin-top: 5px;
    width: 764px;
    padding: 8px;
     
    background: rgb(245,245,245);
}

.bar_highlight
{
    margin-top: 5px;
    width: 764px;
    padding: 8px;
     
    background: #c2d9e9;    
}

.bar_property
{
    margin-top: 5px;
    width: 764px;
    padding: 8px;
     
    background: rgb(245,245,245);    
    font-size: 12px;
    line-height: 18px;
}

.bold
{
    font-weight: bold;
}

.italic
{
    font-style: italic;
}

.propertyicon
{
    margin-right: 7px;
    position: relative;
    top: 4px;
    display: none;
}

.inline
{
    position: relative;
    top: 4px;
}