body {
	background: white;
	font-family: Tahoma,Verdana,Lucida Grande,Arial,Helvetica, sans-serif; 
	font-size: 13px;
	margin:0px;
	padding:0px;
	color: #black;
}

table { font-size: 13px; } 

.wrapper { 
	margin:0px;
}

.header-div {
	height: 60px;
	color: #AAFFFF;
	font-size: 11px;
	margin: 0px;
}

.main-div { 
}


h2 { 
	font-size: 16px;
}

h3 { font-size: 14px; }

h4 { font-size: 13px; }

h2, h3, h4 { 
	font-family: Arial, Helvetica, sans-serif;
	color: #163;
}

a { 
	text-decoration:none;
}

a:hover { 
	text-decoration:underline;
}


.ajax-link { 
	color: #0066EF;
	cursor:pointer;
	text-decoration:none;
}



.gmap {
	
	border: 1px solid #999;
    font-size: 11px;
}


.info { 
	background: white;	
}


.alt { 
	background-color:#CCCCFF;
}

.ad-box { 
	padding: 6px;
	border-bottom: 1px dashed #333333;
	height: 120px;
}
.ad-box .img { 
	float: left;
	padding:3px;
}

.ad-box .main { 
	font-size: 12px;
}

.loading { 
	background: #FEFEF0 url('loading.gif') no-repeat 3px 6px;
	border: 1px solid #CECEB0;
	padding: 5px;
	padding-left: 25px;
	color: #006633;
	font-weight:bold;
	font-size: 16px;
	text-align:center;
	width:90px;
	display:block;
}


.form { 
	margin:3px;
	background: #E3DEB9;
	border: 1px solid #999;
	padding: 3px;
}

.form th
{
	color: #555;
	text-align:right;
	font-weight: bold;
}

.form th, .form td {
	font-size: 12px;
	border-bottom: 1px solid #eee;
}


.box-top { 
	width:311px;
	margin: 0px;
	padding:0px;
	background: url('boxtop.gif') no-repeat left top;
	padding-top: 12px;
}
.box-top .text {
	border-left: 1px solid #606060;
	padding: 7px;
	border-right: 1px solid #A2A2A2;
	margin:0px;
	width:281px;
	background: #F4F7F5;
}
.box-bottom {
	width:311px;
	height: 14px;
	display:block;
	background: url('boxbottom.gif') no-repeat left top;
	margin:0px;
}



.search-form .expand { 
	background: url('expand.gif') no-repeat 3px 4px;
	width: 18px;
	height: 23px;
	float:left;
	display:block;
}

.search-form .expanded { 
	background: url('expand-down.gif') no-repeat 3px 4px;
	width: 18px;
	height: 23px;

	float:left;
	display:block;
}

.search-form { 
margin:0px;
padding:0px;
}

.search-form input[type=text] {
	font-weight: bold;
}

.search-form .place {
	color: #0066CC;
	font-weight:bold;
}

.search-form .home { 
	color: #339933;
	font-weight:bold;
}

.search-form .job {
	color:#aa7744;	
	font-weight:bold;
}

.search-form .tabs { 
	padding:0px;margin:0px;
	width:204px;
}

.search-form .tabs a { 
	margin-right:3px;
	display:block;
	float:left;
	line-height: normal;
	height: 33px; 
	font-weight: bold;
	padding: 3px;
	background: #CCFFCC;
	color: #157;
	margin:0px;
	font-size: 14px; 
	font-weight: bold;
	font-family:  Arial Narrow, Arial, Helvetica, Sans-serif;
	width:64px;
	border-bottom:1px solid #CFFFDC;
}

.search-form .tabs a.active { 
	font-weight:bold;
	background: #CFFFDC;
	border: 1px solid #006666;
	border-bottom:1px solid #CFFFDC;
}

.search-form .tabcontent { 
  font-family: verdana,arial,sans-serif; 
  margin-top:0px;
  font-size: 11px;
  letter-spacing:-1px;
  padding: 2px;
  background:#EDFFD7;
  border-top: 1px solid #72B14B;

}



	
/*- Menu Tabs C--------------------------- */

    #tabsC {
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;
	  font-weight:bold;
	  letter-spacing:-1px;
      }
    #tabsC ul {
	  margin:0;
	  padding:10px 10px 0 1px;
	  list-style:none;
      }
    #tabsC li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsC a {
      float:left;
      background:url("tableftC.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsC a span {
      float:left;
      display:block;
      background:url("tabrightC.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#464E42;
      }
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsC a span {float:none;}
/* End IE5-Mac hack */
#tabsC a:hover span, #tabsC .active span {
  color:#FFF;
  }
#tabsC a:hover , #tabsC a.active {
  background-position:0% -42px;
  }
#tabsC a:hover span , #tabsC .active span {
  background-position:100% -42px;
  }



.subform {
/* 	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	border-left: 4px solid #CEECCF; */
	margin-left: 20px; 
	background: #FFFFFE;
	color: #666666;
}

.search-form input[type=text] { 
	border: 1px solid #888;
}


.context-menu { 
	border: 1px solid #777;
	border-left:1px solid #CCC; 
	border-top:1px solid #CCC; 
	background-color: #F3F3EF;
	font-size: 12px;
}
.context-menu a 
{
	padding:3px; 
	display:block;
	font-size: 12px;
	color: #0000CC;
}

.context-menu a:hover { 
	background-color: #000099;
	color: white;
}


.result-div {
	border: 1px solid #CCC;
	margin: 3px;
	padding: 3px;
	background-color: #FFFEF1;
	font-size: 12px;
	/*height: 58px; */
}

.result-div  a {
	color: #138;
	font-weight: normal;
}

.result-div:hover { 
	background-color: #EFF;
}



.result-div .text { 
	padding: 2px;
	font-size: 11px;
	cursor:pointer;
}
.result-div .text img { 
	margin:0px;
	padding:0px;
}

.result-div p {
	padding: 3px;
}


.detail-div
{
	padding:7px;
	/* background:white; */
	margin:5px;
}

.edit-div {
}

.edit-div em { 
	font-size: 10px;
	color: #3366FF;
}

.edit-div label { 
	font-weight: bold;
	text-align: right;
	padding: 3px;
}

.edit-div input[type=text] {
	border: 1px solid #888;
	color: #0033CC;
	padding: 3px;
	font-weight: bold;
}

.edit-div  textarea {
	background-color: #FEFAF0;
	color: #3333FF;

}

.photos { 
/*	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc; */
	height: 100px;
}

.photos td { 
	width: 90px;
	height: 80px;
	background: url('photobg.jpg') no-repeat;
}



.feature-up
{
	padding-left: 20px;
	background: url(plus.gif) no-repeat left top;
	font-weight: bold;
	color: #003366;
	width: 300px;
	line-height: 1.7em;
}

.feature-down
{
	line-height: 1.7em;
	width: 300px;
	padding-left: 20px;
	background: url(minus.gif) no-repeat left top;
	font-weight: bold;
	color: #003366;
}


.thumb-up {
	height: 20px;
	padding-left: 20px;
	background: url(thumbup.gif) no-repeat left top;
	color: #006633;
	font-weight: normal;
}
.thumb-down {
	height: 20px;
	padding-left: 20px;
	background: url(thumbdown.gif) no-repeat left top;
	color: #006633;
	font-weight: normal;
}

.comment-box { 
	padding: 3px;
	border-top: 1px solid #ccc;
}

.own-comment { 
	background-color: #FBF9D2;
}

.comment-box .comment-head { 
	font-weight: bold;
	border-bottom: 1px dotted #eee;
	background: url('chat.gif') no-repeat left; 
	padding-left: 20px;
}

.comment-box p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006633;
}

.side-bar  {
	border-right: 1px solid #72B14B; 
	background:url('grnav.jpg') no-repeat top left;
	padding: 3px;
	padding-top: 60px;
	
}

.user-signup { 
    padding: 5px;
}

.user-signup label { 
    display:block;
	clear: both;
	font-weight: bold;
}

.error-message { 
    color: #d22;
    font-weight:bold;
	padding-left:20px;
	margin: 5px;
	background:url('alert.gif') no-repeat top left;
}

.welcome-div { 

}

.welcome-div h1 { 
	font-size: 18px;
	border-bottom: 1px solid #ddd;
}


.welcome-div strong { 
	color: #FF6633;
	font-size: 14px;
}



.info-message { 
	margin: 5px;
	padding: 5px;
	font-size:11px;
	background-color:#F3F5EB;
	border:1px solid #EEE;
}
.info-message ul { 
	margin: 0px;
	padding-left: 12px;
}

    #tabs{

        padding: 0;
		margin:0px;
    }
    #tabs ul{
        font: bold 12px Arial, Verdana, sans-serif;
        margin:0;
        padding:0;
        list-style:none;
		height: 19px;

    }
    #tabs li{

        display:block;
        margin:0 2px 0 0;
        padding:0;
		float:left;
    }
    #tabs a{
        float:left;
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
        margin:3px;
        padding:3px;
        text-decoration:none;
		height: 19px;
    }


    #tabs a:hover{
    background-color: #7E94B9;
    color: white;
    }
    #tabs a:hover span{background-color: #7E94B9;}
    #tabHeaderActive span, #tabHeaderActive a, a.currenttab { background-color: #42577B; color:#fff;}
    .tabContent {
        clear:both;
        padding-top:2px;
        background-color:#FFF;
	}
	
.browser-div { 
    padding: 5px;
}



.browser-div .sub { 
	margin-left: 12px;
	font-weight: normal;
}
.browser-div .sub a { 
	display:block;
}

.cat-expanded { 
	background: url('expand-down.gif') no-repeat 1px 1px;
	padding-left: 15px;
}
.cat-unexpanded {
	background: url('expand.gif') no-repeat 1px 1px;
	padding-left: 15px;	
}

.cat-checked {
	color: #990000;
	background-color: #FFFFCE;
}

.cat-unchecked { 

}

.cats ul { 
	margin:0px;
	padding-left: 20px;
}

.cats li{
	list-style-type:none; 
}


.content-div { 
    padding: 7px;
    background: white;
	height: 500px;
}

.topinfobar-div { 
	height: 19px;
	padding-left: 7px;
	padding-top: 2px;
	font-size: 13px;
	background: #52796C;
	color: white;
}
.topinfobar-div a { color:white; font-weight: bold; }
.topinfobar-div a:hover { background-color: #99CC00; }



.view-marker-links {
	border: 1px solid #589;
	border-top: 8px solid #589;
	border-bottom: 8px solid #589;
	margin:0px;
	padding:2px;
	font-size:12px;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight:bold;
}

.view-marker-links ul { 
	margin:0px;
	list-style-type:none;
	padding-left:0px;
}

.view-marker-links div {
	margin:0px; padding:0px;
}



.view-marker-links li
{
	list-style-type: none;
	display:block;
	padding-left: 0px;
	padding-top:3px;
	padding-bottom:6px;
	margin:0px;
}



.view-marker-links li a { 

	color: #367;

	display:block;
}

.view-marker-links li:hover {
	background: #acE;
}


.view-marker-links a:hover { 
	color: #C22;
}



div.bookmark-it {
	background: url('bookmark-new.gif') no-repeat left;
	padding-left: 18px;
}


.view-marker-links .abuse-it { 
	
	background: #FCFCFF url('process-stop.png') no-repeat left;
	padding-left: 18px;
}


.view-marker-links .overview {
	padding-left: 18px;
	background: url('present.gif') no-repeat top left;
}


.view-marker-links .comments {
	padding-left: 18px;
	background: url('chat.gif') no-repeat top left;
}

.view-marker-links .mail {
	padding-left: 18px;
	background: url('mail.gif') no-repeat top left;
}

.view-marker-links .send-message {
	padding-left: 18px;
	background: url('mail-forward.gif') no-repeat top left;
}

.view-marker-links .invite {
	padding-left: 18px;
	background: url('invite.gif') no-repeat top left;
}


.view-marker-links .print {
	padding-left: 18px;
	background: url('print.gif') no-repeat top left;
}

.view-marker-links .join {
	padding-left: 18px;
	background: url('users2.gif') no-repeat top left;
}

.view-marker-links .edit {
	padding-left: 18px;
	background: url('edit.gif') no-repeat top left;
}
.view-marker-links .delete {
	padding-left: 18px;
	background: url('delete.gif') no-repeat top left;
}

.view-marker-links .sync{
	padding-left: 18px;
	background: url('go-left.gif') no-repeat top left;
}

.leave-comment{
	padding-left: 18px;
	background: url('list-add.gif') no-repeat top left;
}


a.refresh {
	padding-left: 18px;
	background: url('refresh.gif') no-repeat top left;
}


.flag-eng { 
	background:url('en.gif') no-repeat 0px 3px;
	padding-left: 16px;
}
.flag-gre { 
	background:url('el.gif') no-repeat 0px 3px;
	padding-left: 16px;
}


.divider-div {
	background: url('divider.jpg') no-repeat left top;
	cursor:pointer;
	height: 8px;
	padding: 0px;
}


.footer { 
	background: #345690;
	color: 	white;
	font-family: arial, helvetica, sans-serif;
	text-align:right;
	font-size: 11px;
	border-top: 1px solid #ccc;
}
.footer a {   color: white; }

.ad-description {
	margin-top: 19px;
	padding: 5px;
	background: #FEFCEC;
	font-family: Arial, times new roman, serif;
	line-height: 1.5em;
	border: 1px solid #EED;
}


.info-window 
{ 
    font-size: 11px;
	width: 270px;
}

.flash-message { 
	border: 4px solid #a44;
	background: #FFE;
	position: absolute;
	left: 30%; 
	top: 30%;
	width: 300px;
	margin:20px;
	text-align:center;
	padding: 20px;
	font-weight: bold;
}

.user-login  { 
	font-size:11px;
	text-align:right;
}

.user-login  input { 
	font-size: 10px;
}

.marker-type { 
	font-size: 13px;
	color: #060;
}


.provides-check { 
	background:url('checkmark.gif') no-repeat left;
	padding-left:16px;
	color: #070;
	font-weight: bold;
}

.user-info
{
    background: #EFEFEF;
    border: 1px solid #ccc;
}

.shade -form { 
	background: #EFFEFE;
}

.form-categories ul { list-style-type: none; padding-left: 0px; margin: 3px;} 
.form-categories li { list-style-type: none; padding-left: 5px; margin: 3px;} 


.help-div  { 
font-size: 11px;
}

a.ad-menu-option { 
	font-weight: bold;
	color: #c22;
}

.listing th, .listing td{ 
	border-bottom: 1px solid #ddd;
}

.listing th { 
	background: #EFFEFE;
	color: black;
}


.bookmark-it { 
	
	background: url('bookmark-new.gif') no-repeat left center;
	color: #247;
	padding-left: 24px;
}

.bookmark-it  a { 
	color: #247;
} 




.abuse-it { 
	background: url('process-stop.png') no-repeat left center;
	padding-left: 24px;
}

.abuse-it  a { 
	color: #247;
} 



.email-it { 
	background: url('mail-forward.gif') no-repeat left center;
	padding-left: 24px;
}

.email-it  a { 
	color: #247;
} 




.messages .tabbottom {
	border-top: 2 px solid #157;
	clear:both;

}

.messages .tabs span { 
display:block;
float:left;
height: 18px; 
font-weight: bold;
padding: 5px;
margin:0px;
background: #78A;
color: white;
margin:0px;
font-size: 14px; 
font-weight: bold;
margin-right: 2px;
}
.messages .tabs a{ 
color:white; 
}

.messages .tabs .active { 
	background: #ABD;
	
}
.messages .tabs .active a { 
color: #157;
}

.messages .tabcontent { 
  margin-top:0px;
  font-size: 11px;
  background: #DBF0DD;
  padding: 5px;
}


.messages td { 
	padding: 3px;
	border-bottom: 1px solid #ccc;
}

.messages .read td {
	background: #EDF0FE;
}

.messages .unread { 
	background: white;
	font-weight: bold;
}

.messages th {
	border-bottom: 1px solid #ccc;
	padding: 3px;
	text-align:left;
	background: #CDE;
}

.messages .msg {
	cursor:pointer;
}

.view-message th { 
	text-align:right;
	font-weight: bold;
	background: white;
}

.view-message td {
	background: white;

}

.your-messages { 
	background: url('mail.gif') no-repeat left;
	padding-left: 20px;
}

.your-bookmarks { 
	background: url('bookmark-new.gif') no-repeat left;
	padding-left: 20px;
}




.info {
	border: 1px solid #6c6;
	background: #FEFCE0;
	color: #080;
	padding: 6px;
	
}


.block { 
	margin:6px;
	background: #EFFEEF;
	padding:0px;
}
.block ul { margin:0px; padding:0px; }
.block  li { 
	line-height: normal;
	list-style-type:none;
	margin:2px;
	padding: 2px;
	background: #EDFDF0;
	border-left: 6px solid #CAD9D4;
}

.block  li:hover {
	background-color: #FFFCE0;
}

.block .head { 
	background: #99BB99;
	border:0px;
	color:white;
	padding: 4px;
	font-weight:bold;
}

.block  li.head:hover {
	background: #99BB99;
}



.link-rss { 
	background: url(main-feed.gif) no-repeat;
	padding-left: 18px;
}

.link-fbook { 
	background: url(facebook_icon.gif) no-repeat;
	padding-left: 18px;
}


.link-earth { 
	background: url(earth-feed.gif) no-repeat;
	padding-left: 18px;
}