html
{
    font-family: tahoma, tahoma, Sans-Serif;
}
body
{
	margin: 0px;
	padding: 0px;
}
h1
{
    font-size:10pt
}
h2
{
    font-size: 10pt;
}
img
{
    border-width: 0px;
}
a
{
    color: blue;
    font-size: 10pt;
}
td
{
    font-size: 10pt;
    vertical-align: top;
}
caption
{
    font-weight:bold;
}
label
{
    font-size:10pt;
}
.textboxSmall
{
    width:50px;
    height: 12px;
    font-size: 10pt;
    border: solid 1px black;
}
.textboxNarrow
{
    width:75px;
    border: solid 1px black;
}
.textbox
{
    width: 200px;
    border: solid 1px black;
}
.textboxInvalid
{
    width: 200px;
    border: solid 1px black;
    background-color: #ffc0cb;
}
.button
{
    border: solid 1px black;
}
.select
{
    border: solid 1px black;
    width: 200px;
}
.checkbox
{
}
.checkboxInvalid
{
    border: solid 1px black;
    background-color: #ffc0cb;
}
.listbox
{
    height: 200px;
    width: 400px;
    border: solid 1px black;
}
.textarea
{
    border: solid 1px black;
    width: 600px;
    height: 300px;
}
textarea
{
	width: 600px;
    height: 300px;
}


.member_area_menu
{
    /*border: solid 1px black;*/
    border-bottom: solid 1px black;
    width: 100%;
    text-align:center;
}
.member_area_menu td
{
    border: solid 0px #3366cc;
}
.member_area_menu td a
{
    color: White;
}

.member_area_advertiser_menu
{
    border: solid 1px black;
    border-top-width: 0px;
    width: 100%;
    text-align:center;
}
.member_area_advertiser_menu a
{
    color:White;
}
.member_area_advertiser_menu td
{
    background-color: #6699ff;
}
.saved_search_create
{
    text-align:center;
    width: 500px;
}
.saved_searches
{
    position:relative;
    width:500px;
}
.saved_searches_results
{
    width:100%;
    text-align:center;
}
.saved_adverts
{
    width: 500px;
}
.saved_adverts_results
{
    width: 500px;
    text-align:center;
}
.saved_adverts_results th
{
}
.email_alerts_text
{
    width:inherit;
    text-align:justify;
}
.email_alerts_create_table
{
    width:100%;
}
.email_alerts_create
{
    width:inherit;
    text-align:justify;
}
.saved_email_alerts
{
    width:inherit;
    text-align:justify;
}
.rateSiteTable
{
    width: 500px;
    
}
.rateSizeTable td
{
    text-decoration: none; 
    font-weight: normal;
    font-style: normal;
}
.userareaContainer
{
    width:500px;
    left: 50%;
    margin-left: -250px;
    position:relative;
}
.userareaContainerLarge
{
    width:800px;
    left: 50%;
    margin-left: -400px;
    position:relative;
}
ul
{
    line-height:200%;
}
.photo_upload
{
    text-align:center;
    width:100%;
    display:none;
}
.photo_upload td
{
}
.previewUploadedImage td
{
}
.smallText
{
    font-size: 10pt;
}
.roomTable
{
    margin: 5px 5px 5px 5px;
    padding: 15px 15px 15px 15px;
    border: solid 1px black;
    width: 550px;
}
.advertStats td
{
    text-align:center;
}
.styleSelect
{
    border: solid 1px black;
    width:220px;
    height:200px;
    overflow:scroll;
    position:absolute;
    left:275px;
    top: 45px;
    visibility:hidden;
}
.bgColorSample
{
    width:150px;
    height:20px;
    border: solid 1px black;
}
.registerTable
{
    width: 400px;
}
.errorMessage
{
    color: Red;
}
.loginTable caption
{
    font-weight: bold;
    font-size: 10pt;
}
.loginTable
{
    font-size: 10pt;
}
.wizardLabel
{
    font-size: 10pt;
    font-family: Tahoma, Tahoma, Sans-Serif;
    font-weight: bold;
    text-align: right;
    padding-right: 8px;
    width: 150px;
}
.wizardElement
{
    text-align:left;
    *width: 100%;
}
.wizardSectionTable td
{

}
.wizardSectionTable_Tabular tr
{
    padding: 5px 5px 5px 5px;
    margin: 0px 0px 0px 0px;
}
.wizardSectionTable_Tabular th
{
    
}
.wizardSectionTable_Tabular
{
    text-align: center;
}
.wizardSectionTable th
{
    background: cornflowerblue;
    border: solid 1px black;
}
.wizardSectionTable caption
{
    border: solid 0px black;
}
.wizardSectionTable
{
	text-align: left;
    border: solid 0px black;
    width: 100%;
}
.validCol
{
    width: 20px;
}
.requiredText
{
    color:Red;
    font-weight:bold;
}
.editableTable tr
{
	border: solid 1px red;
}

#ammendSelect
{
    width: 450px;
    height: 300px;
    border: solid 1px black;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    /*margin-top: -150px;*/
    background-color: white;
    z-index: 2;
    
    
    visibility:hidden;
}
#overlay_ammendSelect
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	
	visibility: hidden;
}
.calendarPopup
{
    position: absolute;
    width: 160px;
    height: 160px;
    background-color: white;
    border: 2px solid navy;
}

table.calendarTable
{
    width: 100%;
    height: 100%;
}

table.calendarTable td
{
    background-color: lavender;
    text-align: center;
}
.rowStyle1 td
{
}
.rowStyle2 td
{
    background-color: #d3d3d3;
}
.rowStyle1
{
    border: solid 1px black;
}
.statsTable
{
	background-color: #E8E8E8;
	border-spacing: 0px;
	padding: 0 0 0 0;
}
#wizard_caption_Rental_Options
{
    display:none;
}
#wizard_caption_Purchase_Options
{
    display:none;
}
#wizard_caption_Search_Continuted
{
    display:none;
}
#wizard_caption_Search
{
    display:none;
}
#wizard_caption_Property_Detail
{
    display:none;
}
.wizSection_Search
{
    border: solid 0px white;
}
.wizSection_Rental_Options
{
    border: solid 0px white;
}
.wizSection_Purchase_Options
{
    border: solid 0px white;
}
.wizSection_Search_Continuted
{
    border: solid 0px white;
}
.menuLoggedIn
{
    text-align: right;
}
.menuSeperator
{
    color: Red;
}
.wizardContainer
{
    width: 100%;
    text-align: center;
}
.wizardStep
{
	text-align:center;
	
    width:100%;
}
#stepInWizard_ViewPropertyDetailBuying
{
    width: 100%;
}
TR.tr_tabcaption
{
    font-weight: bold;
    font-size:10pt;	
	text-align:left;
	color:Brown;
	background:white;
}
TR.tr_rowcaption
{
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	color: #569cf7;
	background: white;
}
.WizardElement_lblAdvertHeadline
{
	text-transform: capitalize;
}