/* -------------------- Home Page Col Layout - left 590, callout 335 -------------------------- */
	/* ----- Content Area ----- */
#ColumnContainer {
	float: left;
	width: 950px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
#LeftColumn {
	width: 595px;
	margin-right: 15px;
	float: left;
}
.WelcomeHomePg {
	padding-top: 22px;
	padding-bottom: 22px;
	border: 2px solid #efebdf;
	margin:0px;
	height:100%;
}
#welcome {
	height:auto;
	padding-left:54px;
	padding-bottom:60px;
	padding-top:60px;
}
/* ----- Callouts ----- */
#Callouts_Main {
	float: right;
	width: 335px;
	background-color: #FFFFFF;
}
.dividerdots {
	background-image: url(../images/dividerdots.png);
	background-repeat: repeat-x;
	width: 307px;
	background-position: center;
	height: 18px;
}
.call_header {
	clear: both;
	margin: 0px;
	height: 20px;
}
.call_header span {
	padding-left: 8px;
	text-transform: uppercase;
}

.Lg_call_buttons {
	margin-top: 6px;
	margin-bottom: 0px;
	padding: 0px;
	height: 33px;
	overflow: hidden;
}

.Sm_call_buttons {
	margin-top: 3px;
}
.gutter {
	height: 15px;
}

		/* ----- Learn Callout ----- */
#Learn_Callout {
	padding-top: 17px;
	padding-right: 12px;
	padding-bottom: 17px;
	padding-left: 12px;
	background-color: #FFFFFF;
	border: 2px solid #efebdf;
}
.Learn_call_text {
	padding: 2px 6px 2px 0px;
	margin-bottom: 15px;
}

		/* ----- Succeed Callout ----- */
#Succeed_Callout {
	padding-top: 17px;
	padding-right: 12px;
	padding-bottom: 17px;
	padding-left: 12px;
	background-color: #FFFFFF;
	border: 2px solid #efebdf;
}
.Succeed_call_text {
	padding: 2px 6px 2px 0px;
	margin-bottom: 15px;
}


		/* ----- Watch Callout ----- */
#Watch_Callout {
	padding-top: 18px;
	padding-right: 12px;
	padding-bottom: 14px;
	padding-left: 12px;
	background-color: #FFFFFF;
	border: 2px solid #efebdf;
}
.Watch_call_text {
	padding: 2px 6px 2px 0px;
	margin-bottom: 15px;
}
#Watch_photo {
	margin-bottom: 4px;
}
#Watch_photo img {
	margin-right: 0px;
}
.InviteFriendFormArea {
	padding: 12px;
	border: 2px solid #EFEBDF;
	width: 584px;
	height:100%;
}
.InviteFriendFormArea .close {
	float: right;
	margin-bottom: 8px;
}
.InviteFriendFormArea .text {
	font-size: 11px;
	margin-bottom: 6px;
}
.InviteFriendFormArea .messagearea {
}
.InviteFriendFormArea .messagearea textarea {
	height: 60px;
	width: 580px;
}
.InviteFriendFormArea .sendbutton {
	float: right;
	margin-top: 10px;
}
.InviteFriendFormArea .sendbutton .cancel {
	float: left;
	margin-top: 4px;
	margin-right: 8px;
}
.InviteFriendFormArea .sendbutton .send {
	float: left;
}

.BlindDownContainer {
	width:100%;
}
/*Give A Star Tab*/
.GiveStarFormContainer {
	padding: 12px;
	border-right: 2px solid #EFEBDF;
	border-bottom: 2px solid #EFEBDF;
	border-left: 2px solid #EFEBDF;
	height:100%;
}
.GiveStarFormContainer .close {
	float: right;
	margin-bottom: 8px;
}
.GiveStarFormContainer .to {
	font-size: 11px;
}
.GiveStarFormContainer .dividerdots {
	background-image: url(../images/dividerdots_yellow.png);
	background-repeat: repeat-x;
	width: 100%;
	background-position: center;
	height: 20px;
	margin: 0px;
}
.GiveStarFormContainer .MessageArea {
	margin-top:10px;
	clear: both;
	}
.GiveStarFormContainer .MessageArea .starimg {
	float:left;
	width: 103px;
	height: 103px;
}
.GiveStarFormContainer .MessageArea .message {
	float:right;
}
.GiveStarFormContainer .MessageArea .message textarea {
	height: 90px;
	width: 480px;
}
.GiveStarFormContainer .sendbutton {
	float: right;
	margin-top: 10px;
}
.GiveStarFormContainer .sendbutton .cancel {
	float: left;
	margin-top: 4px;
	margin-right: 8px;
}
.GiveStarFormContainer .sendbutton .send {
	float: left;
}
/*Send Message Back Tab*/
.SendMessageBackFormContainer {
	padding: 12px;
	border-right: 2px solid #EFEBDF;
	border-bottom: 2px solid #EFEBDF;
	border-left: 2px solid #EFEBDF;
	height:100%;
}
.SendMessageBackFormContainer .close {
	float: right;
	margin-bottom: 8px;
}
.SendMessageBackFormContainer .to {
	font-size: 11px;
}
.SendMessageBackFormContainer .dividerdots {
	background-image: url(../images/dividerdots_yellow.png);
	background-repeat: repeat-x;
	width: 615px;
	background-position: center;
	height: 20px;
	margin: 0px;
}
.SendMessageBackFormContainer .subject {
	font-size: 11px;
	margin-bottom: 4px;
}
.SendMessageBackFormContainer .subject input {
	width: 542px;
	margin-left: 8px;
}
.SendMessageBackFormContainer .message {
}
.SendMessageBackFormContainer .message textarea {
	height: 80px;
	width: 606px;
}


.SendMessageBackFormContainer .sendbutton {
	float: right;
	margin-top: 10px;
}
.SendMessageBackFormContainer .sendbutton .cancel {
	float: left;
	margin-top: 4px;
	margin-right: 8px;
}
.SendMessageBackFormContainer .sendbutton .send {
	float: left;
}
.ac_opts {
    border:1px solid #999;
    background-color: white;
    z-index: 9;
}
.ac_opts ul {
    padding: 0px;
    margin: 0px;
}
.ac_opts li {
    list-style-type: none;
	cursor: pointer;
	margin: 0;
	padding: 2px;
	line-height: 1em;
}
.ac_opts li.selected { background-color: #BBB; }
.counterArea {
	float:right;
	font-style: italic;
	font-size: 11px;
	margin-bottom: 10px;
}