﻿#framePhoto
{
    height: 173px;
    background-image: url('./Images/FramePhoto2.jpg');
}

#frameLeftContent
{
    width: 347px; 
    height: 175px;
}

#frameMiddleContent
{
    width: 890px;
    padding: 5px; 
    margin-right: 0px; 
    background-color: #46525E;
    height: auto;  
}

#frameRightContent
{
     width: 247px; 
    height: 175px;
}

p, table td
{
    text-align: justify;
    color: Silver;
    line-height: 150%;
    font-size: 12px;
}

#contentTable
{
    text-align: justify;
    color: Silver;
    line-height: 150%;
    font-size: 12px;
}

#contentTable a
{
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
#contentTable a:hover
{
    text-decoration: underline;
}


.leftContentTable
{
	text-align: justify;
    color: Silver;
    line-height: 150%;
    font-size: 10px;
    margin-top: 20px;
}

.leftContentTable td
{
    font-size: 10px;
}

.leftContentTable a
{
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.leftContentTable a:hover
{
    text-decoration: underline;
}

ul,ol
{
    text-align: left;
    color: Silver;
    line-height: 150%;
    font-size: 12px;
}

.frameMenuDynamicMenu
{
    height: auto;
}
.frameMenuDynamicSelected
{
    background-color: White;
    color: #3C404B;
    width: 160px;
}

.frameMenuStaticHover
{
    background-color: White;
    color: #3C404B;
}
.headings, .bolded
{
	font-weight:bold;
	color:White;
	font-size: 12px;
	
}

.newspaperImages
{
    margin-top:20px;
   
}

.newspaperImages  img
{
    border: solid 0px black; margin: 0px;
    padding:10px;
    
}

#enquiry
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color:#FFFFFF;
}

.whiteborder
{
	border: solid 1px White;
}

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li 
{
	color: Black;
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: Gray;
	color: white;
}

