/* 
================================
Skin styles for DotNetNuke
================================
*/

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	background-color: #f3f5fa;
	/*border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; */
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
	padding:0;
	margin:0;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding:0;
	margin:0;
	border:none !important;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #8da4d3; 
}

.main_dnnmenu_itemhover td {  
	background-color: #8da4d3; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cad5ea;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}



form {
    margin:0;
    padding:0;
}

body {
	background-color:#ffffff;
	text-align:center;
	font-size:12px;
	font-family:Arial, Verdana, helvetica, sans-serif;
}

a img {
	border:none;
}

A:link
{
	text-decoration: none;
	color: #4d4b4b;
}

A:visited
{
	text-decoration: none;
	color: #4d4b4b;
}

A:hover
{
	text-decoration: underline;
	color: #4d4b4b;
}

A:active
{
	text-decoration: none;
	color: #4d4b4b;
}

A.CommandButton:link
{
	text-decoration: none;
	color: #4d4b4b;
}

A.CommandButton:visited
{
	text-decoration: none;
	color: #4d4b4b;
}

A.CommandButton:hover
{
	text-decoration: underline;
	color: #4d4b4b;
}

A.CommandButton:active
{
	text-decoration: none;
	color: #4d4b4b;
}

h1 {
	float:left;
	width:100%;
	height:43px;
	line-height:43px;
	margin-bottom:17px;
	font-size:21px;
	font-weight:bold;
	text-align:center;
	color:#4d4b4b;
	background-color:#F3F0E7;
}

h2 {
    font-size:14px;
    color:#008eaf;
    font-weight:bold;
}

#wrapper {
    /*float:left;*/
    /* 1000 to 998 */
    width:100%;
	margin:0px auto 0px auto; 
	padding:0px 22px 0px 22px;
	font-size:12px;
	text-align:left;
	width:1000px;
	position:relative;
	background-image:url(images/siteBackground.gif);
	background-repeat:repeat-y;
}

* html #minwidth {
    padding-left:998px;
}

* html #mincontainer {
    margin-left:-998px;
    position:relative;
}

/*\*/
* html #minwidth, * html #mincontainer, * html #layout {
	height: 1px;
}
/**/

.contentpane {
    position:relative;
    clear:both;
    overflow:hidden;
}

.nav {
    float:left;
    height:14px;
}

#header {
	float:left;
    /* 1000 to 998 */
	width:100%;
	height:101px;
	position:relative;
	background-image:url(images/header_logo.jpg);
	background-repeat:no-repeat;
}

#header .logo {
	float:left;
    clear:both;
    /* 1000 to 998 - shortened 29 to 27 */
	padding:5px 20px 5px 27px;
}

#header .registerContainer {
	float:right;
	width:100%;
	height:27px;
	text-align:right;
}

#header .registerBox {
	float:right;
	height:26px;
	line-height:26px;
	padding-right:2px;
	text-align:center;
	color:#eb8723;
	background-image:url(images/registerBox_bg.jpg);
	background-repeat:repeat-x;
	border-left:1px solid #eb8723;
	border-bottom:1px solid #eb8723;
}

#header .registerBox a {
	display:inline;
	padding:0px 10px 0px 10px;
	color:#eb8723;
	text-decoration:none;
}

#header .registerBox a:hover {
	text-decoration:underline;
}

#header .list {
	float:left;
	padding:10px 10px 10px 30px;
	color:#7dc3de;
	text-align:center;
}

#header .list a {
	color:#eb8723;
}

#header .list a:hover {
	text-decoration:underline;
}

#header a.howToUse {
	float:right;
	display:inline;
	clear:both;
	width:143px;
	_width:158px;
	height:35px;
	_height:42px;
	margin:10px 0px 0px 0px;
	padding:5px 10px 2px 5px;
	background-color:#ffffff;
	background-image:url(images/H_HowToUse.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
}

#header a.howToUse:hover {
	background-image:url(images/H_HowToUseRO.gif);
}

.dottedBox {
	float:left;
	display:inline;
	height:109px !important;
	padding:7px 10px 7px 10px;
	text-align:left;
	font-size:13px;
	color:#4d4b4b;
	border:2px dotted #4d4b4b;
}

.dottedBox a {
	color:#eb8723 !important;
}

.dottedBox a:hover {
	text-decoration:none;
}

.uploadButton {
    width:84px;
    height:19px;
    background-image:url(images/uploadNow.jpg);
    background-repeat:no-repeat;
    border:none;
    cursor:pointer;
}



/**************************************
                Listings
***************************************/
#listingsBar {
    float:left;
    position:relative;
    z-index:1000;
    /* 1000 to 998 */
    width:100%;
    height:34px;
    background-image:url(images/listingsBar_bg.jpg);
    background-repeat:repeat-x;
}

#listingsList, #listingsList li {
    padding:0;
    margin:0;
    float:left;
    display:inline;
    list-style-type:none;
}

#listingsList li {
    padding:0px 12px 0px 13px;
    position:relative;
    cursor:pointer;
}

#listingsList li a {
    float:left;
    display:inline;
    line-height:34px;
    padding-right:20px;
    font-size:14px;
    color:#f2f0eb;
    text-decoration:none;
    background-image:url(images/L_NavArrow.jpg);
    background-repeat:no-repeat;
    background-position:right;
}

#listingsList li.on a {
    text-decoration:underline;
    background-image:url(images/L_NavArrowRO.jpg);
}

#listingsList li .dd {
    visibility:hidden;
    position:absolute;
    top:33px;
    left:18px;
    padding:5px 10px 5px 5px;
    background-color:#ffffff;
    border:1px solid #000000;
}

#listingsList li.on .dd {
    visibility:visible;
}

#listingsList li .dd ul, #listingsList li .dd ul li {
    float:left;
    clear:both;
    padding:0;
    margin:0;
    white-space: nowrap;
}

#listingsList li .dd ul li a {
    color:#000000;
    background-image:none;
    text-decoration:none;
    font-size:12px;
    line-height:16px;
}

#listingsList li .dd ul li a:hover {
    text-decoration:underline;
}

#mapContainer {
    padding-left:388px;
    position:relative;
}

#listingsResults {
    position:absolute;
    left:0px;
    top:0px;
    display:inline;
    z-index:1;
    width:361px;
    _width:360px;
    overflow:visible;
    overflow-y:scroll;
    padding:0px 18px 10px 9px;
    _padding:0px 0px 10px 9px;
    background-color:#F3F0E9;
}

.listingsMap {
    /* 1000 to 998 - shortened 608 to 606 */
    height:600px;
}

.resultsInfo {
    float:left;
    /* 1000 to 998 */
    width:100%;
    height:43px;
    background-color:#F3F0E9;
}

.resultsNav {
    float:left;
}

.resultsSort {
    float:left;
    width:637px;
    height:53px;
}

.listingsLegend {
    float:right;
    width:396px;
    height:43px;
    padding-right:5px;
    background-color:#F3F0E9;
}

.availableNow {
    float:left;
    display:block;
    width:112px;
    height:37px;
    padding-right:12px;
    margin-top:5px;
    background-image:url(images/L_AvailableNow.gif);
    background-repeat:no-repeat;
}

.sixMonths {
    float:left;
    display:block;
    width:124px;
    height:37px;
    padding-right:12px;
    margin-top:5px;
    background-image:url(images/L_6Months.gif);
    background-repeat:no-repeat;
}

.oneYear {
    float:left;
    display:block;
    width:124px;
    height:37px;
    padding-right:12px;
    margin-top:5px;
    background-image:url(images/L_OneYear.gif);
    background-repeat:no-repeat;
}

.listing {
    float:left;
    width:358px;
    _width:360px;
    margin-bottom:7px;
    font-size:12px;
    background-color:#ffffff;
    border:1px solid #4d4b4b;
}

.listing span {
    font-size:12px;
    color:#4d4b4b;
}

.listing a {
    font-size:12px;
    color:#007071 !important;
    text-decoration:underline !important;
}

.listing a:hover {
    text-decoration:none !important;
}

.bedbacar {
    color:#000000 !important;
}

.adminEditHeaderRow {
    height:39px;
    text-align:left;
    background-image:url(images/adminHeaderRow_bg.jpg);
    background-repeat:repeat-x;
}

.adminEditHeaderRow th {
    color:#4d4b4b;
    padding-top:5px;
}

.adminEditHeaderRow a {
    color:#4d4b4b;
}

.adminEditRow {
    color:#4d4b4b;
    font-size:12px;
}

.webFormTable td {
    color:#4d4b4b;
    font-size:12px;
}

.zipInput {
    width:80px;
}

.dateInput {
    width:100px;
}

.pager3ur td {
    text-align:center;
}

.pager3ur td table {
    margin:0px auto 0px auto;
}

.pager3ur td table td {
    width:26px;
    height:25px;
    text-align:center;
    background-image:url(images/BluePager_grey.jpg);
    background-repeat:no-repeat;
}

.pager3ur td table td span, .pager3ur td table td a, .pager3ur td table td a:hover, .pager3ur td table td a:visited {
    display:block;
    color:#ffffff;
}

.footBar {
    float:left;
    /* 1000 to 998 - shortened 985 to 983 */
    width:100%;
    height:35px;
    line-height:35px;
    padding:4px 0px 4px 15px;
    background-color:#F3F0E7;
}

.addPropLink {
    float:left;
    display:inline;
    height:35px;
    padding-left:45px;
    margin-right:70px;
    cursor:pointer;
    background-image:url(images/A_AddProperty.gif);
    background-repeat:no-repeat;
    background-position:left;
    text-align:left;
}

.addPropLink:hover {
    background-image:url(images/A_AddPropertyRO.gif);
}

.uploadExcelLink {
    float:left;
    display:inline;
    height:35px;
    padding-left:45px;
    margin-right:70px;
    cursor:pointer;
    background-image:url(images/A_UploadXcel.gif);
    background-repeat:no-repeat;
    background-position:left;
    text-align:left;
}

.uploadExcelLink:hover {
    background-image:url(images/A_UploadXcelRO.gif);
}

.cancelButton {
    font-family: Arial, Verdana, helvetica, sans-serif !important;
}

.footBar a {
    float:left;
    font-size:13px;
    font-weight:bold;
}

.footBar2 {
    float:left;
    position:relative;
    /* 1000 to 998 */
    width:100%;
    height:79px;
    background-image:url(images/A_BtmGrey.jpg);
    background-repeat:repeat-x;
    overflow:visible;
}

.footBar2 a {
    float:left;
    display:inline;
    height:39px;
    margin-right:45px;
    color:#FFFFFF;
}

.ads {
    /*position:absolute;
    left:0px;
    top:0px;*/
    float:right;
    position:relative;
    margin-top:-123px;
    width:325px;
    height:123px;
    overflow:visible;
}

.ads a {
    float:right;
    display:inline;
    width:120px;
    height:123px;
    margin-right:5px;
}

.ad1 {
    background-image:url(images/AdSample01.gif);
}

.ad2 {
    background-image:url(images/AdSample02.jpg);
}

.dlTemplate {
    background-image:url(images/A_DownloadTemp.gif);
    background-repeat:no-repeat;
    background-position:left;
    text-align:left;
    padding-left:29px;
    line-height:39px;
    font-size:12px;
}

.dlTemplate:hover {
    background-image:url(images/A_DownloadTempRO.gif);
}

.linkSite {
    width:149px;
    background-image:url(images/A_LinkTo.gif);
}

.linkSite:hover {
    background-image:url(images/A_LinkToRO.gif);
}

.changePass {
    width:142px;
    background-image:url(images/A_ChangePassword.gif);
}

.changePass:hover {
    background-image:url(images/A_ChangePasswordRO.gif);
}

.uploadLogo {
    width:164px;
    background-image:url(images/A_UploadCoLogo.gif);
}

.uploadLogo:hover {
    background-image:url(images/A_UploadCoLogoRO.gif);
}

.dlChanges {
    width:237px;
    background-image:url(images/A_DownloadChanges.gif);
}

.dlChanges:hover {
    background-image:url(images/A_DownloadChangesRO.gif);
}

.lostPass {
    width:191px;
    background-image:url(images/A_LostPassword.gif);
}

.lostPass:hover {
    background-image:url(images/A_LostPasswordRO.gif);
}

.IW {
    position:relative;
    width:350px;
    height:283px;
    overflow:auto;
    margin-top:13px;
    padding:5px 0px 5px 0px;
}

.IWContent {
    float:left;
    padding:10px 10px 0px 0px;
    font-weight:normal;
}

.IWPhoto {
    display:inline;
    padding:0px 4px 4px 0px;
}

.IWPhoto img {
}

.addContentButton {
    position:absolute;
    top:24px;
    right:13px;
    z-index:2000;
    color:#ffffff !important;
    font-size:14px;
}

.ads1 {
    float:left;
    width:75%;
    height:60px;
}

.moreTable {
    font-size:12px;
}

.moreTable td {
    padding-right:15px;
}

.topSearch {
    float:left;
    height:34px;
    line-height:34px;
    padding-left:15px;
    color:#ffffff;
    font-size:14px;
}

.topSearch input {
    margin-top:5px;
}

.toolbar {
    position:absolute;
    top:0px;
    left:0px;
    z-index:2000;
}

.ControlPanel {
    display:none;
}

.fulleditTable td {
    padding:3px 0px 0px 10px;
}

a.selectOn {
    color:#EB8723;
}
