.hint {
	border-bottom: 1px dotted #54433B; 	
}

.calendar_plan {
background:transparent url(images/plan_bg.gif) no-repeat scroll left bottom;
margin:0 0 10px;
padding:0 0 10px;
width:558px;
}

.calendar_plan .calendar_plan_top {
background:transparent url(images/plan_bg.gif) no-repeat scroll left top;
height:10px;
margin:0;
width:558px;
}

.calendar_plan .calendar_plan_content {
background:#FFF9EA none repeat scroll 0 0;
border-color:#F7CC85;
border-style:solid;
border-width:0 1px;
margin:0;
padding:1px 10px 0;
}

.calendar_month_separator {
  border-bottom: 1px solid #d4dae8;
  clear: both;
  width: 99%;
  text-align: right;
  color: #555555;
  font-size: 150%;
  margin-bottom: 20px;
}

.continent_separator {
  border-bottom: 1px solid #d4dae8;
  clear: both;
  width: 99%;
  text-align: right;
  color: #555555;
  font-size: 150%;
  margin: 20px 0 20px 0;
}

.region_separator {
  clear: both;
  margin: 5px;
}


.calendar_comments a {
  font-size: 10px;
  color: #FF6666;	
}

.calendar_duration {
  font-size: 10px;
  color: #555555;	
}

/* autocompleter */
div.autocomplete {
  position:absolute;
  width:500px;
  background-color:white;
  border:1px solid #888;
  margin:0;
  padding:0;
}
div.autocomplete ul {
  width: 500px;
  list-style-type:none;
  margin:0;
  padding:0;
}
div.autocomplete ul li.selected { background-color: #ffb; width: 500px;}
div.autocomplete ul li {
  width: 500px;
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:20px;
  cursor:pointer;
  font-size: 10px;
  overflow: hidden;
}

/* Default Facebook CSS */
.separator
{
    clear: both;
}

.fbbody
{
    font-family: "lucida grande" ,tahoma,verdana,arial,sans-serif;
    font-size: 11px;
    color: #333333;
}
/* Default Anchor Style */
.fbbody a
{
    color: #54433B;
    outline-style: none;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
}
.fbbody a:hover
{
    text-decoration: underline;
}
/* Facebook Box Styles */
.fbgreybox
{
    background-color: #f7f7f7;
    border: 1px solid #cccccc;
    color: #333333;
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
}
.fbbluebox
{
    background-color: #eceff6;
    border: 1px solid #d4dae8;
    color: #333333;
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
}
.fbinfobox
{
    background-color: #fff9d7;
    border: 1px solid #e2c822;
    color: #333333;
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
}
.fberrorbox
{
    background-color: #ffebe8;
    border: 1px solid #dd3c10;
    color: #333333;
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
}
/* Content Divider on White Background */
.fbcontentdivider
{
    margin-top: 15px;
    margin-bottom: 15px;
    width: 520px;
    height: 1px;
    background-color: #d8dfea;
}
/* Facebook Tab Style */
.fbtab
{
    padding: 8px;
    background-color: #ffffff;
    color: #54433B;
    font-weight: bold;
    float: left;
    margin-right: 4px;
    text-decoration: none;
}
.fbtab:hover
{
    background-color: #FF5263;
    color: #ffffff;
    cursor: hand;
}

.fbtab_selected
{
    padding: 8px;
    background-color: #FF5263;
    color: #ffffff;
    font-weight: bold;
    float: left;
    margin-right: 4px;
    text-decoration: none;
}
.fbtab_selected:hover
{
    background-color: #FF5263;
    color: #ffffff;
    cursor: hand;
}
        