body,table,tr,td,div,h1,h2,p {
	padding:0;
	margin:0;
	border-collapse:collapse;
}
	
body{
	background-color:#000;
	background-image:url(../graphics/bodyBG.jpg);
	background-repeat:repeat-x;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:5px;
}

td {
	vertical-align:top;
}

li {
	list-style-position: inside;
}

img {
	border:0;
	margin:0;
}

.imgFloatRight {
	float:right;
	border:1px solid #000;
	margin:10px;
}

.imgFloatLeft {
	float:left;
	border:1px solid #000;
	margin:10px;
}

h1 {
	margin-bottom:10px;
	color:#000;
	font-size:22px;
}

h2 {
	margin-top:10px;
	color:#600;
	font-size:18px;
}

p {
	margin-top:10px;
}

.floatImageRight {
	float:right;
	border:3px double #444;
	margin-left:10px;
	margin-bottom:5px;
}

.floatImageLeft {
	float:left;
	border:3px double #444;
	margin-right:10px;
	margin-bottom:5px;
}

#mainTable {
	width:900px;
	background-color:#888;
	margin:0 auto;
	text-align:left;
	border:1px solid #444;
}

#bannerCell {
	background-image:url(../graphics/bannerBG.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:89px;
	vertical-align:middle;
}

#loginLinkContainerDiv {
	width:150px;
	float:right;
	position:relative;
	top:41px;
	right:20px;
	text-align:right;
	padding-right:5px;
	font-size:11px;
}

#loginNavList {
	padding:0;
	margin:0;
}

.loginNavListItem {
	display:inline;
}

.loginNavListItemLink {
	padding:0 10px 0 10px;
	color:#b00;
	text-decoration:none;
	font-weight:bold;
}

.loginNavListItemLink:hover {
	color:#000;
}

#logoContainerDiv {
	width:290px;
}

#navContainerCell {
	text-align:center;
	background-color:#444;
	height:36px;
	line-height:36px;
	padding:4px;
	font-size:12px;
	vertical-align:middle;
}

#contactInfoCell {
	font-weight:bold;
	font-size:16px;
	font-style:italic;
	text-align:center;
	padding:6px;
}

#mainContentContainerCell {
	padding:10px;
}

#bottomNavContainerCell {
	border-top:1px solid #000;
	background-color:#444;
	text-align:center;
	padding:5px;
}

#bottomNavContainerCell a {
	font-size:11px;
	color:#888;
}

#bottomNavContainerCell a:hover {
	color:#ddd;
}

#bottomNavList{
	padding:0;
	margin:0;
}

#bottomNavList li {
	display:inline;
}

.bottomNavListItemLink {
	padding-left:5px;
	padding-right:5px;
}

#copyrighContainerCell {
	background-color:#000;
	color:#666;
	font-size:10px;
	padding:3px;
}

.redOne {
	color:#c00;
}

.whiteNameText {
	color:#bbb;
}

#siteMapList a {
	color:#fff;
}

.dataTable {
	margin:10px 0px 5px 0px;
	border:1px solid #000;
	background-color:#aaa;
}

.dataTableHead {
	background-color:#555;
	color:#ddd;
	padding:5px;
	font-weight:bold;
	border-bottom:1px solid #000;
}

.dataTable td {
	padding:3px;
}

/*********************************************
*********** Tab Menu Code Start **************
*********************************************/

.glossymenu{
	position: relative;
	padding: 0 0 0 0px;
	margin: 0 auto 0 auto;
	background: url(../graphics/menu_bg.jpg) repeat-x; /*tab background image path*/
	height: 32px;
	list-style: none;
	float:left;
}

.glossymenu li{
	float:left;
	background: url(../graphics/menu_left.jpg) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#ccc;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 14px; /*Padding to accomodate left tab image. Do not change*/
	height: 32px;
	line-height: 32px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 14px 0 0px; /*Padding of menu items*/
	background: url(../graphics/menu_right.jpg) no-repeat right top; /*right tab image path*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(../graphics/menu_hover_left.jpg) no-repeat; /*left tab image path*/
	background-position:top left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(../graphics/menu_hover_right.jpg) no-repeat right top; /*right tab image path*/
}

/*********************************************
************ Tab Menu Code End ***************
*********************************************/

/*********************************************
************ Admin Section Styles ************
*********************************************/

#table_login
{
	border : solid 1px #999;
	background : #ccd;
	margin : auto;
}
#table_login > TBODY > TR > TD
{
	background : #ccd;
	border : none;
}
#table_login > TBODY > TR > TH
{
	text-align : right;
}

.active_row
{
	background : #ccc;
	cursor : pointer;
}
.inactive_row
{
	background : transparent;
	cursor : pointer;
}

#result_nav_row
{
}

#admin_edit_table,
#admin_edit_table TABLE
{
	width: 100%;
}

#admin_edit_table TD
{
	text-align : left;
	width: 80%;
}

#admin_edit_table TH
{
	vertical-align: top;
	text-align : right;
	width: 200px;
}

#admin_list_table,
#admin_filter_table
{
	border : solid 2px #000;
	background : #eee;
	margin : 5px 2px;
}
#admin_list_table
{
	width : 100%;
}

#admin_list_table TH
{
	border-bottom : double 3px #000;
	cursor : pointer;
	text-align : left;
	padding: 0 5px;
}
#admin_list_table TD
{
	font-size : 13px;
	padding: 0 5px;
}

.cdoc
{
	cursor: pointer;
}

.defaultPopup {
	position: absolute;
	z-index: 10;
	border: solid 1px #192088;
	background: #fff;
	overflow: auto;
	font-size: 12px;
	text-align: left;
}

#propertyTabMenu
{
	margin-top: 10px;
}
#propertyTabMenu UL
{
	width: 100%;
}
#propertyTabMenu LI
{
	display: inline;
}
#propertyTabMenu LI A
{
	border: 1px solid #000;
	width: 250px;
	padding: 2px 20px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: #666;
}

.defaultLightbox
{
	position: absolute;
	border: solid 1px #000;
	background: #fff;
	overflow: auto;
	font-size: 12px;
	text-align: left;
}

/*
 * Calendar styles
*/

.pudrCal TABLE
{
	width: 90%;
	margin: 5px 5%;
	border: 1px solid #000;
	background: #000;
	color: #900;
}
.pudrCal TD
{
	border: solid 1px #000;
}

.pudrCal SELECT
{
	font-size: 11px;
}

.passed,
.future,
.selected,
.today
{
	border: solid 1px #ccc;
	color: #000;
	cursor: pointer;
}

.passed
{
	background-color: #666;
	color: #fff;
}
.future
{
	background-color: #ccc;
	color: #000;
}
.selected
{
	color: #fff;
	background-color: #000;
}
.today
{
	background-color: #fff;
}
.othermonth
{
	border: solid 1px #666;
	background-color: #fff;
	color: #ccc;
}

.listingsTable
{
	width: 779px;
	margin: 0 50px;
}

.listingsTable A,
.listingsTable A:hover,
.listingsTable A:active,
.listingsTable A:visited
{
	text-decoration: none;
	color: #000;
}

.listingsTable TD
{
	cursor: pointer;
	padding: 0px 5px 1px 2px;
	border-top: solid 1px #666;
	vertical-align: middle;
	border-bottom: solid 1px #666;
}

.listingsTable TD IMG
{
	vertical-align: middle;
	/*border: solid 1px #333;*/
	margin: 1px 10px 1px 0;
}

.listingHilite
{
	background: #999;
	color: #fff;
}

H1.listings
{
	color: #600;
	background: #666;
	text-align: center;
}

H2.listings
{
	background: #666;
}

#listingImagesTable
{
	float: left;
	border: solid 1px #333;
	background: #666;
	margin: 0 10px 10px 0;
}

#listingImagesTable TD
{
	text-align: center;
}
#listingImagesTable IMG
{
	border: solid 1px #333;
	margin: 5px;
}
.propertyDetailThumb
{
	cursor: pointer;
}

#listingDetailSummary
{
	float: right;
	border: solid 1px #333;
	background: #666;
	padding: 5px;
	color: #000;
	margin: 0 0 10px 10px;
	width: 260px;
}

#listingDetailSummary H3
{
	margin: 5px;
}

#listingDetailSummary FIELDSET
{
	border: solid 1px #333;
	color: #000;
}
#listingDetailSummary LEGEND
{
	font-weight: bold;
}

.lightboxDiv
{
	background: #666;
	border: solid 1px #333;
	color: #ccc;
}

#emailLinkForm
{
	font-weight: bold;
	text-align: left;
	margin: 5px;
}

#emailLinkForm TEXTAREA
{
	width: 200px;
}
