html {
    overflow-y: scroll;
}

body {
    text-align: center;
    min-width: 920px;
	background: url(../../Images/Frontend/BodyBackground.gif) repeat-x top left;
	margin: 0;
}

body, div, p, th, td, li {
	color: #333;
	font-family: Arial;
	font-size: 12px; 
}

h1 {
    font-size: 24px;
    margin: 8px 0;
}

h2 {
    font-size: 18px;
    margin: 9px 0;
}

h3 {
    font-size: 14px;
    margin: 10px 0;
}

h4 {
    font-size: 12px;
    margin: 13px 0;
}

h5 {
    font-size: 1px;
    margin: 0;
}

p {
    margin: 13px 0;
}

th {
    text-align: left;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ol {
    list-style-type: decimal;
    padding-left: 5px;
    margin-left: 23px;
}

/** --------------- Links --------------- **/

a:link, a:visited {
    text-decoration: none;
    color: #0000ff;
}

a:hover {
    text-decoration: underline;
}

#Header a {
    color: #00008b;
    text-decoration: none;
}

a.RedLink {
	color: #ff0000;
}

a.UnderlineLink {
    text-decoration: underline;
}

.UnderlineLink:hover {
    text-decoration: none;
}

/** --------------- Text --------------- **/

.PageTitle {
    color: #00008b;
}

.Required {
	color: #ff0000;
	font: bold 13px Tahoma;
}

#CatchPhrase, .AgentAgencyName {
    text-transform: uppercase;
    font-weight: bold;
}

/** --------------- Input & Select --------------- **/

input, select {
	font-size: 13px;
	font-family: Arial;
}

#SearchBox select {
	width: 190px;
}

#FullSearch select {
    width: 180px;
}

#ContactUs input, #AgencySearch input, #AgencySearch select, #Subscribe input {
    width: 200px;
}

#Subscribe select {
    width: 204px;
}

/** --------------- Layout --------------- **/

#Container {
    text-align: left;
    width: 900px;
    background-color: #fff;
    border: solid 1px #add8e6;
    margin: 0 auto;
}

#ContentWrapper {
    padding: 0 20px;
}

#Content {
    width: 100%;
}

body#EmailBody {
    min-width: 520px;
    background: #fff;
	text-align: left;
}

#Email {
    padding-left: 10px;
}

/** --------------- Master Page --------------- **/

#HeaderNav {
    height: 99px;
}

#Header {
    height: 62px;
    background: url(../../Images/Frontend/AllsaLogo.gif) no-repeat 15px 3px;
}

#Header h2 {
    float: right;
    text-align: center;
    width: 440px;
    height: 55px;
    color: #00008b;
    font: bold 13px Verdana;
    padding-top: 7px;
    margin: 0;
}

#Footer {
    clear: both;
	background-color: #ddd;
	border-top: solid 1px #add8e6;
}  

#Towns {
    padding: 0 5px;
}

#Towns p {
    text-align: justify;
    color: #888;
    font-size: 11px;
}

#Towns strong {
    color: #444;
}

#DesignedBy {
    width: 100%;
    font-size: 12px;
    padding: 3px 0;
    border-top: solid 3px #aaa;
}

/** --------------- Navigation --------------- **/

#TopNavigation {
	height: 25px;
    background-color: #1e90ff;
    font: bold 13px Arial;
}

#TopNavigation li {
    float: left;
}

.DBlue {
    background-color: #0081dd;
}

.LBlue {
    background-color: #1e90ff;
}

#TopNavigation a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 5px 12px;
}

#AgentLogin a {
    color: #ffd700;
}

#TopNavigation li:hover, #TopNavigation li.sfhover, #AgentLogin:hover {
	background: #6495ed;
}

#TopNavigation a:hover {
	color: #ffd700;
}

#AgentLogin {
    float: right;
    background-color: #0081dd;
}

#BreadCrumbs {
    clear: both;
    height: 12px;
    line-height: 12px;
    background-color: #add8e6;
}

#Content {
    clear: both;
}

/** --------------- Homepage --------------- **/

#LeftContent {
    float: left;
    width: 580px;
    margin: 20px 0 0 5px;
}

#SearchBox {
	background: url(../../Images/Frontend/RoundTl.png) no-repeat;
	margin-top: 15px;
}

#SearchTop {
	background: url(../../Images/Frontend/RoundTr.png) no-repeat right top;
}

#SearchContent {
    background: url(../../Images/Frontend/RoundR.png) repeat-y right top;
}

#SearchBottom {
	background: url(../../Images/Frontend/RoundBl.png) no-repeat left bottom;
}

#SearchBottom div {
	background: url(../../Images/Frontend/RoundBr.png) no-repeat right bottom;
}

#SearchTop, #SearchTop div, #SearchBottom, #SearchBottom div {
	height: 10px;
	font-size: 1px;
}

#RefSearch {
    text-align: center;
    vertical-align: top;
    width: 130px;
    padding: 10px 5px 0 0;
    border-right: solid 1px #aaa;
}

#Welcome {
    text-align: justify;
    margin: 40px 0 30px 0;
}

#AdBox {
	width: 186px;
	background: url(../../Images/Frontend/AdTl.png) no-repeat;
	margin-top: 22px;
}

#AdTop {
	background: url(../../Images/Frontend/AdTr.png) no-repeat right top;
}

#AdContent {
    background: url(../../Images/Frontend/AdR.png) repeat-y right top;
    padding: 0 5px;
}

#AdBottom {
	background: url(../../Images/Frontend/AdBl.png) no-repeat left bottom;
}

#AdBottom div {
	background: url(../../Images/Frontend/AdBr.png) no-repeat right bottom;
}

#AdTop, #AdTop div, #AdBottom, #AdBottom div {
	height: 10px;
	font-size: 1px;
}

#AdDiv1, #AdDiv4 {
    color: #ff0000;
}

#AdDiv2 {
    color: #00008b;
}

#AdDiv1, #AdDiv2 {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}

#AdDiv3 {
    color: #000;
    text-align: justify;
    font-size: 15px;
}

#AdDiv4 {
    text-align: center;
    font-size: 14px;
}

#RightContent {
    float: right;
    text-align: center;
    width: 185px;
    padding-top: 15px;
}

#RightContent div {
    text-align: center;
    color: #00008b;
    font-weight: bold;
}

/** --------------- Agencies --------------- **/

#Websites {
    text-align: justify;
}

#Websites ul {
    margin-left: 20px;
}

#Compare table {
    border: solid #ddd;
    border-width: 0 0 1px 1px;
}

#Compare table th {
    text-align: center;
    background-color: #aaa;
    color: #fff;
}

#Compare table th, #Compare table td {
    padding: 5px;
    border: solid #ddd;
    border-width: 1px 1px 0 0;
}

.Background {
    background: #eee;
}

.Yes {
    background: url(../../Images/Frontend/Tick.png) no-repeat 50% 50%;
}

.No {
    text-align: center;
}

#Testimonials div {
    text-align: justify;
}

div.TestimonialBg {
    background: #eee;
    padding: 5px 5px;
    border: solid 1px #ddd;
}

div.NoBg {
    padding: 10px 5px;
}

#Testimonials p {
    color: #ffa500;
    text-align: center;
    font-family: Tahoma;
    font-weight: bold;
}

#Testimonials div.FeedbackFrom {
    text-align: right;
    color: #00008b;
    font-weight: bold;
}

#Testimonials span {
    padding: 0 30px;
}

#FAQ div {
    font-weight: bold;
}

#FAQAnswers li {
    padding-bottom: 15px;
}

/** --------------- Agent Login, Forgotton Password --------------- **/

#Login, #ForgottenPassword {
    text-align: center;
    padding-bottom: 30px;
}

#RoundBox {
	width: 320px;
	background: url(../../Images/Frontend/RoundTl.png) no-repeat;
	margin: 0 auto;
}

#RoundTop {
	background: url(../../Images/Frontend/RoundTr.png) no-repeat right top;
}

#RoundContent {
    background: url(../../Images/Frontend/RoundR.png) repeat-y right top;
}

#RoundContent table {
    padding: 20px 40px;
}

#RoundBottom {
	background: url(../../Images/Frontend/RoundBl.png) no-repeat left bottom;
}

#RoundBottom div {
	background: url(../../Images/Frontend/RoundBr.png) no-repeat right bottom;
}

#RoundTop, #RoundTop div, #RoundBottom, #RoundBottom div {
	height: 10px;
	font-size: 1px;
}

#ForgottenPassword #Roundbox {
    width: 450px;
}

/** --------------- Data Grids --------------- **/

#GridInfo td {
    color: #2e8b57;
    font: bold 13px Verdana;
    padding-bottom: 2px;
}

.Grid {
    padding: 0;
    border: solid #ddd;
    border-width: 0 0 1px 1px;
}

.HeadingCell td {
    text-align: center;
    height: 22px;
    color: #fff;
    font-weight:bold;
    background-color: #6495ed;
} 

.RowAlternate { 
	background-color: #eee; 
}

.Grid td {
    vertical-align: middle;
    padding: 0 2px;
    border: solid #ddd;
    border-width: 1px 1px 0 0;
}
 
.NoResults {
	text-align: left;
	width: 100%;
	color: #ff0000;
	font-weight: bold;
	padding: 9px 0 11px 0;  
}

#AgencyPaging  {
    text-align: center;
    font-family: Verdana;
    padding: 4px 0 7px 0;
    border: solid 1px #ddd;
}

#PropPaging {
    text-align: center;
    font-family: Verdana;
    padding: 3px 0;
    border: solid 1px #aaa;
}

#RightContent table.Grid, #RightContent table.Grid td {
    border: none;
}

#PropertyResults table.Grid, #PropertyResults table.Grid td {
    border: none;
}

#PropertyDetails table.Grid, #PropertyDetails table.Grid td {
    border: none;
}

#PropertyDetails tr.Row { 
	background-color: #eee;
	padding: 2px 0; 
}

#PropertyDetails tr.Row td, #PropertyDetails tr.RowAlternate td { 
	padding: 3px 5px; 
}

#PropertyResults td.RowAlternate, #PropertyDetails tr.RowAlternate, #PropDetailsImages td { 
	background-color: #fff; 
}

#PropDetailsImages td {
    padding: 0;
}

/** --------------- Property Pages --------------- **/

#FullSearch {
    text-align: center;
}

#FullSearch #Roundbox {
    width: 650px;
}

#FSRoundContent {
    background: url(../../Images/Frontend/RoundR.png) repeat-y right top;
}

#FSRoundContent table {
    padding: 0 0 0 34px;
}

#FullSearch table div {
    text-align: center;
    width: 180px;
    color: #00008b;
    font-weight: bold;
    padding: 10px 0 2px 0;
}

#FullSearch table div.BedBath {
    text-align: left;
    width: 80px;
}

#PropertyResults td#PropResultsPanel { 
	background-color: #ddd;
	padding: 1px 5px;
	border: solid 1px #bbb;
}

#PropResultsPanel td { 
	font-weight: bold;
}

.PanelHeader {
	color: #fff;
	background-color: #6495ed;
	font-family: Verdana;
	font-weight: bold;
	padding: 3px 5px;
	border: solid 1px #bbb;
}

.SubPanelHeader {
	background-color: #ddd;
	padding: 2px 5px;
	border: solid 1px #bbb;
}

.SubPanelHeader th {
    color: #b22222;
    font: bold 14px Verdana;
}

.SubPanelHeader, .SubPanelHeader td {
    color: #00008b;
    font-family: Verdana;
	font-weight: bold;
}

#PropDetailsRef td {
    color: #ff8C00;
}

#PropDetailsContact td {
	padding: 3px 5px;	
}

.AgentAgencyName {
    font-weight: bold;
    text-transform: uppercase;
}

/** --------------- Terms & Conditions --------------- **/

#TermsConditions {
    font-family: Verdana;
}

#TermsConditions td {
    vertical-align: top;
    text-align: justify;
}

#TermsConditions th {
    text-align: justify;
    height: 30px;
    font-size: 13px;
}

/** --------------- Other --------------- **/

.ImageBorder {
    border-color: #888;
}

#AjaxPanel_Loader {
	position: absolute;
	text-align: center;  
	visibility: hidden;
}

#AjaxPanel_Loader #InnerLoader {
	display: none;  	
}

.GreenBulletSmall, #Websites li, #Compare li, #FullSearch li {
	background: url(../../Images/Frontend/BulletGreenRoundSmall.gif) no-repeat left 5px;
    padding-left: 10px;  
}

