/* Tagging Controls */
.facebook_tagging {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
}
#tag_space {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.tag_names {
	font-size: 11px;
	text-align: left;
	color: #000000;
	display: none;
}
.tag_names .note {
	color: #777777;
}
.tag_names a, .tag_names a:visited, .tag_names a:active { 
	color: #3B5998;
	text-decoration: none;
	font-size: 11px;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
}
.tag_names a:hover {
	text-decoration: underline;
}	

.fb_pictures_warning {
	margin-top: 10px;
	background-color: #FFFBE2;
	border: 1px solid #FFE222;
	padding: 10px;
}
.fb_pictures_warning .main_warning {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration: underline;
}
.fb_pictures_warning .warning_inst {
	font-size: 12px;
	font-weight: bold;
}
.fb_pictures_warning .warning_footnote {
	font-size: 12px;
}

.add_to_profile {
	height: 30px;
	border: 1px solid #000;
}
.fb_add_profile_but {
	float: left;
}

.tagging_instructions {
	background-color: #FFFBE2;
	border: 1px solid #FFE222;
	padding: 10px;
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	display: none;
}
.fb_controls {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 15px;
	border-top: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	background-color: #F7F7F7;
}
/* Not Logged In */
.fb_controls .fb_invite {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.fb_controls .fb_button {
	float: left;
	display: block;
	width: 109px;
	margin-right: 5px;
}
.fb_controls .click_call {
	color: #ed145b;
	padding-top: 5px;
}


.photo_action {
	width: 180px;
}
.photo_action a, .photo_action a:visited, .photo_action a:active {
	display: block;
	padding: 2px 3px;
	border-bottom: 1px solid #D8DFEA;
	text-decoration: none;
	font-size: 14px;
	color: #3B5998;
	text-align: left;
}
.photo_action a:hover {
	background-color: #3b5998;
	color: #FFFFFF;
}
.fb_controls .ident_box {
	width: 400px;
}
.ident_box .fb_connected {
	background-color: #3B5998;
	color: #FFFFFF;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	width: 300px;
	margin-bottom: 8px;
	border-bottom: 1px solid #0e1f5b;
}
.ident_box .user_actions a, .ident_box .user_actions a:visited, .ident_box .user_actions a:active {
	display: block;
	padding: 2px 3px;
	width: 200px;
	border-bottom: 1px solid #D8DFEA;
	text-decoration: none;
	font-size: 14px;
	color: #3B5998;
	margin-bottom: 2px;
}
.ident_box .user_actions a:hover {
	background-color: #3b5998;
	color: #FFFFFF;
}
.ident_box .fb_ident {
	height: 70px;
}
.ident_box .user_pic {
	float: left;
	margin-right: 5px;
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.ident_box .user_name {
	font-weight: bold;
}


/* Friends List, Tagging Frame */
#fb_selector {
	display: none;
	top: 100px;
	left: 300px;
	position: absolute;
	font-size: 11px;
	width: 200px;
	margin-bottom: 20px;
	background-color: white;
	border-top: 1px solid #3b5998;
	border-right: 1px solid #3b5998;
	border-left: 1px solid #3b5998;
	border-bottom: 2px solid #3b5998;
}

#fb_selector label {
	cursor: pointer;
	color: #666666;
	font-weight: bold;
	display: block;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
	font-weight: bold;
	color: gray;
}

#fb_selector .i_name {
	width: 180px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#fb_selector .loading_friends {
	margin-left: 5px;
	margin-top: 2px;
}

#fb_selector .buttons {
	text-align: center;
}

#userlist {
	line-height: 20px;
	width: 200px;
	height: 200px;
	border-top: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	background-color: #eeeeee;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	overflow-x: auto;
	overflow-y: auto;
}

#userlist input {
	width: auto;
}

#userlist label {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
	color: #000000;
}

.inputbutton, .inputsubmit {
	padding:2px 15px 3px 15px;
	border-top: solid 1px #d9dfea;
	border-right: solid 1px #0e1f5b;
	border-bottom: solid 1px #0e1f5b;
	border-left: solid 1px #d9dfea;
	background-color: #3b5998;
	color: #ffffff;
	font-size: 11px;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	text-align: center;
}


#fb_selector .buttons input {
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
}

.inputaux
{
	background-color: #f0f0f0;
	color: #000000;
	border-top-color: #e7e7e7;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #e7e7e7;
}
#tagframe{
	display: none;
	position:absolute;
	height:170px;
	width:170px;
	border:solid 7px #D8DFEA;
}
.frame_name_label {
	position:absolute;
	width: 170px;
	display: none;
	text-align: center;
	overflow: visible;
}
.frame_name_label span {
	background-color: #282828;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 5px 4px;
	line-height: 20px;
}
#tagframeinside{
	display:block;
	position:absolute;
	cursor:crosshair;
	top:0px;
	left:0px;
	width:166px;
	height:166px;
	border:solid 2px #3B5998;
}