/* Default Facebook CSS */
.fbbody
{
    font-family: "lucida grande" ,tahoma,verdana,arial,sans-serif;
    font-size: 11px;
    color: #333333;
}
/* Default Anchor Style */
.fbbody a
{
    color: #3b5998;
    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;
}
.fbgreenbox
{
    background-color: #d2ecce;
    border: 1px solid #6ec260;
    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: #d8dfea;
    color: #3b5998;
    font-weight: bold;
    float: left;
    margin-right: 4px;
    text-decoration: none;
}
.fbtab:hover
{
    background-color: #3b5998;
    color: #ffffff;
    cursor: hand;
}

/*** 
	* New for 2012
	**/
.fb-banner-button {
  background: url(https://theyachtweek.com/crewlist/images/fb-connect-button.png) left top no-repeat;
  color: white;
  cursor: pointer;
  float: left;
  font-size: 14px;
  line-height: 34px;
  margin-top: 8px;
  padding-left: 31px;
  padding-right: 3px;
  text-align: center;
  width: 180px;
}
#fb_login {
	display: inline-block;
}
#fb_logout {
  float: right;
  font-size: 11px;
	margin-top: -30px;
  padding-right: 20px;
}
.fb_sign_out {
  cursor: pointer;
  height: 22px;
  margin-top: 10px;
  width: 169px;
}
#fb_crewlist {
	margin: 0 auto;
	padding-top: 10px;
	width: 860px;
}
#fb_crewlist .crewlist_info {
	margin-bottom: 10px;
}
#fb_crewlist .fbbluebox {
	font-weight: normal;
}
#fb_crewlist p {
	margin-bottom: 10px;
	margin-top: 10px;
}
#fb-send-to-append {
	display: none;
}
#loader {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: url("https://www.theyachtweek.com/crewlist/images/loader2.gif") no-repeat scroll 0 0 white;
  background-color: #000000;
  background-position: center;
  background-size: 50px auto;
  display: none;
  height: 55px;
  margin-left: 775px;
	position: absolute;
	width: 75px;
}
