/* CSS Document */
#contact .tit {
	width: 150px;
	text-align: right;
	}
	
.notatlimit {
	color: #060;
	font-weight: bold;
	}
.atthelimit {
	color: #C00;
	font-weight: bold;
	}
.done {
	font-weight: bold;
}
.greyhead {
	background: #CCC url(/images/gifs/planner-head-tr.gif) no-repeat top right;
	padding: 0;
	border: none;
	font: bold 1.091em Verdana, Arial, Helvetica, sans-serif;
}
.greyhead span {
	display: block;
	color: #666;
	padding: 2px 10px;
	margin: 0;
	background: transparent url(/images/gifs/planner-head-tl.gif) no-repeat top left;	
}
.greybottom {
	background: #CCC url(/images/gifs/planner-head-bl.gif) no-repeat bottom left;
	padding: 0;
	margin: 12px 0;
}
.greybottom span {
	display: block;
	background: transparent url(/images/gifs/planner-head-br.gif) no-repeat bottom right;
	height: 19px;
}

.redhead {
	background: #C00 url(/images/gifs/headerred-tr.gif) no-repeat top right;
	padding: 0;
	border: none;
	font: bold 1.091em Verdana, Arial, Helvetica, sans-serif;
}
.redhead span {
	display: block;
	color: #FFF;
	padding: 2px 10px;
	margin: 0;
	background: transparent url(/images/gifs/headerred-tl.gif) no-repeat top left;	
}
.redbottom {
	background: #C00 url(/images/gifs/headerred-bl.gif) no-repeat bottom left;
	padding: 0;
	margin: 12px 0;
}
.redbottom span {
	display: block;
	background: transparent url(/images/gifs/headerred-br.gif) no-repeat bottom right;
	height: 19px;
}

.roundhead {
	background: #C00 url(/images/gifs/headerred-tr.gif) no-repeat top right;
	padding: 0;
	border: none;
	font: bold 1.091em Verdana, Arial, Helvetica, sans-serif;
}
.roundhead span {
	display: block;
	color: #FFF;
	padding: 2px 10px;
	margin: 0;
	background: transparent url(/images/gifs/headerred-tl.gif) no-repeat top left;	
}
.roundbottom {
	background: #C00 url(/images/gifs/headerred-bl.gif) no-repeat bottom left;
	padding: 0;
	margin: 12px 0;
}
.roundbottom span {
	display: block;
	background: transparent url(/images/gifs/headerred-br.gif) no-repeat bottom right;
	height: 19px;
}


table.prefs {
	margin-left: 8px;
	}
.prefs td.tit {
	width: 150px;
	}
.prefs label {
	color: #666;
	font-weight: bold;
	}
.prefs td {
	padding: 3px;
	}
.bull {
	padding-top: 14px;
	border-top: 1px solid #B1B1B1;
	}
p.formsubmit {
	padding-top: 14px;
	border-top: 1px solid #B1B1B1;
}
p.formsubmit span {
	float: right;
}


div.autocomplete {
      position:relative;
      width:350px;
      background-color:white;
      border:1px solid #888;
	  border-bottom: none;
      margin:0px;
      padding:0px;
}
div.autocomplete ul {
margin-bottom: 0;
margin-left: 0;
padding-left: 0;
}
div.autocomplete ul li.selected {
background:#F2BFBF;
color: #C00;}
div.autocomplete ul li {
	font-weight: bold;
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	cursor:pointer;
	border-bottom: 1px solid #888;
}
div.autocomplete ul li span {
	font-size: 0.833em;
	font-style: italic;	
	font-weight: normal;
}

.colorbox {
	border: 1px solid #000000;
	background: #ffffff;
	float: left;
	height: 14px;
	width: 48px;
	margin-right: 5px;
}

.offer-head {
	display: block;
	background: transparent url(/images/offers/title-admin.gif) no-repeat bottom right;
	width: 274px;
	height: 79px;
	float: right;
	margin-top: -35px;
}

#maprow {
	display: none;
}