.feather-dialog .modal-header {
	display: none;
}
.feather-dialog .modal-body {
	padding:0;
	background:transparent;
}
.feather-dialog .modal-content {
	border:0;
	background:transparent;
	-webkit-box-shadow: none;
	box-shadow:none;
}

.message_block {
	position:relative;
}
.message_body {
	width:55%;
	float:right;
}
.message_list {
	width:100%;
	height:400px;
	overflow:hidden;
	overflow-y:auto;
	float:left;
}
.message_list ul {
	list-style:none;
	padding:0;
	margin:0;
}
.message_list ul li {
	padding:0;
	font-size:11px;
	margin:2px 0;
	position:relative;
	background:#fafafa url('../images/gradient.png') repeat-x 0 0;
}
.message_list ul li a {
	display:block;
	border:1px solid #ddd;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:5px 7px;
	text-decoration:none;
	padding:5px 5px 5px 28px;
	color:#444;
}
.message_new {
	background-image:url('../images/mail.png');
	font-weight:bold;	
}
.message_read {
	background-image:url('../images/mail-open.png');
}
.message_replied {
	background-image:url('../images/mail-reply.png');
}
.message_list ul li .subject {
	height:25px;
	display:block;
	font-size:14px;
	position:relative;
	white-space:nowrap;
	overflow:hidden;
	margin-right:30px;
}
.message_list ul li .sender {
	position:relative;
	clear:both;
}
.message_list ul li .name {
	position:absolute;
	top:0;
	left:0;
	right:80px;
	white-space:nowrap;
	overflow:hidden;
	font-weight:normal;
}
.message_list ul li .time {
	display:inline-block;
	width:120px;
	font-size:10px;
	text-align:right;
	float:right;
	white-space:nowrap;
	font-weight:normal;
	color:#888;
}
.message_list ul li:hover {
	display:block;
	border-color:#ccc;
	background-color:#eee;
}
.message_list ul li.selected {
	border-color:#29447e;
	background-color:#617aac;
	color:#fff;
	background-position:0 -10px;
}
.message_list ul li.selected a, .message_list ul li.selected .time {
	color:#fff;
}

.message_body {
	padding-top:10px;
}
.message_body h3 {
	font-size:11px;
	font-weight:normal;
	text-align:right;
	border-bottom:1px solid #ddd;
	padding-bottom:5px;
}
.message_body p {
	margin-top:20px;
}



.message_body ul, .message_body li {
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	clear:both;
}
.message_body ul li {
	padding-bottom:20px;
	display:block;
	float:left;
	width:100%;
}



.message_body .chat_member {
	float:left;
	background:#fff;
	width:80px;
	-webkit-box-shadow:0 5px 5px #555;
	-moz-box-shadow:0 5px 5px #555;
	box-shadow:0 5px 5px #555;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	border:1px solid #fff;
	text-align:center;
	position:relative;
	overflow:hidden;
}
.message_body .chat_member img {
	width:83px;
	display:block;
	position:relative;
}
.message_body .chat_member h2 {
	display:block;
	position:absolute;
	width:100%;
	bottom:0;
	background:url('../images/blk_80.png');
	padding:3px;
	margin:0;
	font-size:11px;
	color:#fff;
	text-shadow:1px 1px 0px #000;
}


.message_body .chat_bubble {
	display:block;
	margin-left:100px;
	background:#eee url('../images/gradient.png') repeat-x left top;
	-webkit-box-shadow:0 5px 5px #555;
	-moz-box-shadow:0 5px 5px #555;
	box-shadow:0 5px 5px #555;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	position:relative;
	padding:0;
}


.message_body .chat_bubble p {
	margin:0;
	padding:10px;
	font-size:14px;
}
.message_body .chat_bubble p a {
	margin-top:5px;
	font-size:12px;
	font-weight:bold;
	padding:5px 10px;
	text-decoration:none;
	color:#333;
	text-shadow:1px 1px 0px #fff;
	border:1px solid #e8cb53;
	display:inline-block;
	text-align:center;
	background:#ccc url('../images/gradient.png') repeat-x left top;
}
.message_body .chat_bubble .chat_time {
	font-size:11px;
	color:#999;
	padding:10px 0 5px 0;
	margin:0 10px;
	border-bottom:1px dotted #aaa;
}

.message_body ul li.alt .chat_bubble {
	margin-left:0 !important;
	margin-right:100px !important;
}

.message_body ul li.alt .chat_member {
	float:right !important;
}
.message_body ul li.alt .chat_time {
	text-align:right;
}

.message_body .contact_message_reply {
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	position:relative;
}
.message_body .chat_bubble_arrow {
	width:0; 
	height:0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	position:absolute;
	top:10px;
}
.message_body .norm .chat_bubble_arrow {
	left:-10px;
	border-right: 10px solid #ccc;
}
.message_body .alt .chat_bubble_arrow {
	right:-10px;
	border-left: 10px solid #ccc;
}

.notification_body {
}
.notification_body h2 {
	border-bottom:1px solid #ccc;
	font-size:14px;
	color:#666;
	font-weight:normal;
}
.notification_body ul ul {
	margin:10px 0 20px 20px;
}
.notification_body>ul>li {
	float:none;
	padding:0;
}
.notification_body>ul>li>ul>li {
	float:none;
	background:url('../images/status.png') no-repeat left 3px;
	padding:0 0 0 20px;
}


.message_center {
	position:relative;
}
.message_options {
	border-bottom:2px solid #444;
	text-align:right;
	position:relative;
	/*z-index:1;*/
}
.message_options span {
	display:inline-block;
	padding:5px 10px 5px 25px;
	border:1px solid #111;
	border-bottom:0;
	background-color:#555;
	color:#fff;
	background-repeat:no-repeat;
	background-position:5px center;
	text-decoration:none;
	font-size:11px;
	margin-bottom:0;
	margin-right:5px;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	cursor:pointer;
}
.message_compose {
	display:block;
	padding:5px 10px 5px 25px;
	border:1px solid #111;
	background-color:#777;
	color:#fff;
	background-repeat:no-repeat;
	background-position:5px center;
	text-decoration:none;
	font-size:11px;
	cursor:pointer;
	position:absolute;
	top:-10px;
	left:0;
	width:150px;
	height:15px;
	border:1px solid #111;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background-image:url('../images/mail--pencil.png');
	z-index:2;/**/
}
.message_compose:hover {
	background-color:#555;
}
.message_inbox {
	background-image:url('../images/mails.png');
}
.message_sent {
	background-image:url('../images/mail-forward.png');
}
.message_bin {
	background-image:url('../images/mail--minus.png');	
}
.message_notifications {
	background-image:url('../images/clock.png');	
}
.message_options span.selected {
	background-color:#333;
	border-color:#111;
	font-weight:bold;
}
.message_options span:hover {
	background-color:#777;
}
.message_del {
	position:absolute;
	top:2px;
	right:2px;
	width:16px;
	height:16px;
	display:block;
	visibility:hidden;
	cursor:pointer;
}
.message_list ul li:hover .message_del {
	visibility:visible;
}


.long-text-holder {
	overflow:hidden;
}
.long-text-holder-inner {	
}
.long-text-scroller {
	overflow-y:auto !important;
}
.more-text-holder {
	padding:5px 0;
	text-align:right;
	display:none;
}


.t_left {
	text-align:left;
}
.t_right {
	text-align:right;
}
.t_center {
	text-align:center !important;
}
.t_italic {
	font-style:italic;
}
.announcement_header {
	max-width:354px;
	height:61px;
	background:url('../images/1-share-message-button.png') no-repeat left center;
	color:#333;
	font-size:15px;
	padding:12px 0 0 10px;
	margin:8px 0 -1px 0;
}
#announcement, #txt_profile_comment {
 display:block;
 width:100%;
 border:0;
 padding:10px;
 font-size:14px;
}
.announcement_media {
	padding-bottom:5px;
}
.announcement_block {
	border:1px solid rgba(0, 0, 0, 0.33);
	position:relative;
	margin-bottom:50px;
}
.announcement_media_block {
	background-color:rgba(0, 0, 0, 0.2);
	border-top:1px solid rgba(0, 0, 0, 0.33);
	position:relative;
	clear:both;
}
.announcement_attachment {
	display:none;
}
.announcement_media_remove {
	background:url('../images/cross-small.png') no-repeat left center;
	padding:3px 3px 3px 15px;
	color:#999;
	font-size:11px;
	display:inline-block;
	text-decoration:none !important;
}
.announcement_media_edit {
	background:url('../images/image--pencil.png') no-repeat left center;
	padding:3px 3px 3px 20px;
	color:#999;
	font-size:11px;
	display:inline-block;
	margin-left:10px;
	text-decoration:none !important;
}
.announcement_media_preview_holder {
	position:relative;
	display:inline-block;
}
.announcement_media_preview {
	position:relative;
	z-index:1;
}
.announcement_clip {
	position:absolute;
	top:-3px;
	left:-1px;
	background:url('../images/attach.png') no-repeat center center;
	width:16px;
	height:16px;
	z-index:2;
}
.announcement_btn {
	text-align:right;
	width:300px;
	height:30px;
	position:absolute;
	bottom:-15px;
	right:10px;
}
.announcement_attach {
	display:inline-block;
	font-weight:bold;
	color:#053b7b;
	text-decoration:none !important;
	outline:none;
}
.announcement_attach_photo {
	background:url('../images/photo_album_blue.png') no-repeat;
	padding:0 0 0 20px;
}

/* comment media */

.content .comment-textarea {
	margin-left:70px;
	margin-right:10px;
}
.comment_attachment {
	display:none;
	width:100%;
	background-color:rgba(0, 0, 0, 0.2);
	border:1px solid rgba(0, 0, 0, 0.33);
	margin-top:5px;
	position:relative;
}
.comment-form .comment_attachment {
	padding:10px;
	margin-bottom:5px;
}

.comment_media_remove {
	background:url('../images/cross-small.png') no-repeat left center;
	padding:3px 3px 3px 15px;
	color:#999;
	font-size:11px;
	display:inline-block;
	text-decoration:none !important;
}
.comment_media_preview_holder {
	position:relative;
	display:inline-block;
}
.comment_media_preview {
	position:relative;
	z-index:1;
	min-width:30px;
	min-height:30px;
}
.comment_attach {
	position:absolute;
	display:block;
	top:25px;
	right:15px;
	background:url('../images/photo_album_blue.png') no-repeat;
	width:16px;
	height:16px;
}

textarea {
	font-family:Arial;
	font-size:12px;
}
#vid {
	width: 612px;
	height: 344px;
	cursor:pointer;
}
#player {
	width: 612px;
	height: 344px;
	display:none;
}


.f_login {
	position:relative;
}
.f_login select {
	width: 287px;
	margin: 15px 80px 0 70px;
	padding: 10px;
	letter-spacing: 0.02px;
	font: 18px/normal Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
}

/* school and classmates forms */

.change_member {
	display:none;
	position:absolute;
	right:10px;
	top:25px;
	width:60px;
	text-align:right;
	border-left:1px dotted #06F;
}
.change_school a {
	display:inline-block;
	padding-left:7px;
	text-decoration:none;
	font-size:14px;
	color:#fff;
}
.change_school a:hover {
	text-decoration:underline;
}

.school_list_holder, .member_list_holder {
	position:relative;
	z-index:999;
}
.school_list, .member_list {
	display:none;
	position:absolute;
	top:0;
	left:227px;
	border:1px solid #fff;
	background:#f2f2f2;
	width:287px;
	text-align:left;
}
.member_list {
	width:320px;
	-webkit-box-shadow: 2px 2px 3px #555;
	box-shadow: 2px 2px 3px #555;
	width:420px;
}
.contact_message_new h3 {
	display:block;
	font-size:14px;
	margin:10px 0 5px 0;
	padding:5px 0;
	position:relative;
	border-bottom:1px solid #ccc;
}
.contact_message_new textarea {
	width:400px;
	height:200px;
	padding:10px;
	font-size:14px;
	margin:10px 0;
}

.contact_message_new #member_name {
	width: 300px;
	margin:0;
	padding: 10px;
	font: 18px/normal Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
}
.classmates_block #member_name {
	width:402px !important;
	border:0;
}

.contact_message_new .member_list {
	left:0px !important;
}
.school_list_scroller, .member_list_scroller {
	max-height:260px;
	overflow:hidden;
	overflow-y:auto;	
}
.school_list a, .member_list a {
	display:block;
	padding:5px 10px;
	color:#666;
	font-size:12px;
	text-decoration:none;
	clear:both;
}
.school_list_scroller span, .member_list_scroller span {
	display:block;
	padding:10px;
	color:#888;
	font-size:12px;
}
.school_list a b, .member_list a b {
	display:block;
}
.school_list a:hover, .member_list a:hover {
	background:#06f;
	color:#fff;
}
.school_list_no_results, .member_list_no_results {
	border-top:1px solid #888;
	background:#ccc;
}

.user-frame-search {
	width: 30px;
	height: 30px;
	margin-right:10px;
	padding: 0;
	border:1px solid #ccc;
	float: left;
}

 .user-image-search {
	width: 26px;
	height: 26px;
	margin: 2px;
	text-align:center;
	position: relative;
	overflow:hidden;
} 
 .user-image-search  img {
		width:30px; 
 }

.btns {
	padding:10px 30px;
	background:#ddd;
	border-top:1px solid #777;
	text-align:right;
}
.f-left {
	float:left;
}
.f-right {
	float:right;
}
.fix-right {
	position:absolute;
	top:0;
	right:0;
	width:200px;
	text-align:right;
}
.pad {
	padding:10px;
}
.pad-10 {
	padding:10px;
}
.pad-bot {
	padding-bottom:30px;
}
.pad-bot-10 {
	padding-bottom:10px;
}

.pad-top, .pad-10-top {
	padding-top:10px;
}
.pad-top-bot {
	padding-top:20px;
	padding-bottom:20px;
}
.pad-top-left {
	padding:20px 20px 0 20px;
}
.pad-30 {
	padding:30px;
}
.margin-top-20 {
	margin-top:20px;
}
.margin-bot-20 {
	margin-bottom:20px;
}
.f-right {
	float:right;
}
.t-right {
	text-align:right;
}


.attach {
	padding:4px 2px 4px 25px;
	color:#555;
	display:inline-block;
	font-weight:bold;
	background:url('../images/attach.png') no-repeat left center;
}
.attach:hover {
}
.classlist_block {
	padding:10px 0;
}
fieldset {
	border:3px solid #73829a;
	padding:10px 20px;
	margin:0 0 10px 0;
}
#video_upload fieldset {
	margin:0 10px;
}
fieldset legend {
	font-family: Arial;
	font-size: 20px;
	padding: 0 10px;
	color:#043b7b;
	font-weight:bold;
}
.classmates_block fieldset {
	padding-left:40px;
}
fieldset.search {
	background:url('../images/magnifying-glass.png') no-repeat 10px center;
}
.f_change_class fieldset {
	min-height:200px !important;
	padding-top:0px !important;
	background-position: 20px 35px !important;
	position:relative;
}
.f_change_class .change_school {
	top:50px !important;
}
.classmate_list_block, .classmate_list {
	position:relative;
}
#classmate_list_status {
	position:absolute;
	top:20px;
	left:270px;
	width:200px;
	-webkit-box-shadow:0 5px 5px #555;
	-moz-box-shadow:0 5px 5px #555;
	box-shadow:0 5px 5px #555;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background-color:#eee;
	border:2px solid #777;
	font-style:italic;
}
.marginTop {
	margin-top:2px;
}
.duplicate_member_creds {
	display:none;
	position:relative;
	margin-bottom:10px;
}
.duplicate_member_status {
	display:none;
	position:relative;
}
.duplicate_member_name b {
	display:block;
	font-size:14px;
	padding-bottom:10px;
}
.duplicate_col1, .duplicate_col3 {
	width:210px;
	padding-bottom:10px;
	float:left;
}
.duplicate_col1 input[type=password] {
	width:130px;
	padding:2px;
	border:2px solid #aaa;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.duplicate_col2 {
	width:50px;
	float:left;
	padding:10px;
	font-weight:bold;
	font-style:italic;
	color:#777;
	text-align:center;
}

.t_contact {
	width:600px;
	border:0;
	border-collapse:collapse;
	border-spacing:0;
}
.t_contact th {
	text-align:right;
	padding:5px;
	vertical-align:top;
}
.t_contact td {
	padding:5px;
	vertical-align:top;
	width:70%;
}
.t_contact td input[type=text], .t_contact td textarea {
	width:100%;
	padding:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:2px solid #aaa;
}

.or span {
	display:inline-block;
	padding:10px;
	background:#fff;
	color:#888;
	font-size:14px;
}

.tester {
	display:block;
	width:100px;
	height:30px;
	text-align:right;
	color:#fff;
}
.fileinput-button {
	display:inline-block;
}
.media-upload {
	padding:10px 0 0 10px;
}
.progress {
	display:none;
	position:relative;
	width:120px;
	height:14px;
	margin-left:5px;
	padding:3px 0 3px 25px;
	background:url('../images/loading.gif') no-repeat left center;
}

.progress .bar {
	display:none;
	color:#777;
	background:#bbb;
	height:20px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	border:1px solid #666;
	position:absolute;
	top:0;
	left:0;
	height:20px;
}
.progress .txt {
	position:absolute;
	top:0;
	left:0;
	width:200px;
	line-height:20px;
	height:14px;
	padding:3px 10px;
}
.progress .bar b {
	color:#000;
}

.classmate_messages_header, .following_header, .notfollowing_header {
	background-repeat:no-repeat;
	background-position:left center;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	height:23px;
	padding:4px 0 4px 10px;
	position:relative;
}
.classmate_messages_header {
	background-image:url('../images/bg_classmate_messages.png');
}
.following_header {
	background-image:url('../images/bg_classmate_following.png');
}
.notfollowing_header {
	background-image:url('../images/bg_classmate_notfollowing.png');
}
.toggle_comments {
	display:inline-block;
	position:absolute;
	right:0;
	top:-6px;
}
@media(max-width:767px) {
	.toggle_comments {
		top:auto;
    bottom:-33px;
	}
}
.comments_down {
	background-image:url('../images/arr_comment_down.png');
}
.show-more {
	background:#888 url('../images/comments.png') no-repeat 5px center;
	padding:5px 10px 5px 27px;
	border:2px solid #ccc;
	color:#eee !important;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	text-decoration:none;
}

.show-more:hover {
	background-color:#666;
}
.show-more {
	background-image:none;
	padding-left:10px;
}
.show-more1 {
	color:#888;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	text-align:center;
	display:inline-block;
	width:200px;
	font-size:16px;
	text-decoration:none !important;
	outline:none;
	padding:5px;
}

#editor {
	min-height:360px;
}

.clr {
	clear:both;
}
.hide {
	display:none;
}
.invisible {
	visibility:hidden;
}

.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family:Arial;
	font-size:12px;
}

.ui-dialog .ui-dialog-content {
	padding:0;
	background:#fff;
	text-align:left;
}

.ui-widget-header {
	background: url(../images/bg-top.jpg) repeat-x left -30px;
	border:0;
}




.apprise-overlay {
	z-index:9998;
}
div.apprise {
	z-index:9999;
}


.form-builder {
	width:655px;
	margin-top:20px;
	padding:10px;
	font-size:12px;
	background:#e6effe;
}
.form-builder a {
	color:#0065ff;
}
.form-builder .head  {
	color:#666;
	font-weight:bold;
	float:left;
	padding-bottom:5px;
	font-size:11px;
}
.head-1 {
	width:27px;
}
.head-2 {
	width:265px;
	padding:0 0 0 5px;
	text-align:left;
}
.head-3 {
	width:180px;
	text-align:center;
}
.head-4, .head-5, .head-6 {
	width:50px;
	text-align:center;
}

.form-builder .q  {
	margin-bottom:1px;
	width:100%;
	text-align:center;
	background:#c4c8e5;
	clear:both;
}
.form-builder .q>div {
	float:left;
}
.form-builder .q-edit  {
	width:100%;
	margin-bottom:1px;
	background:#fcfce4;
	padding:10px 0;
	clear:both;
	position:relative;
	display:none;
	min-height:60px;
}
.form-builder .q-save {
	position:absolute;
	float:none !important;
	right:10px;
	bottom:10px;
}
.form-builder .answers {
	padding-left:30px;
	padding-top:20px;
	width:410px;
}
.form-builder .answer {
	margin-bottom:1px;
}
.form-builder .answer-new {
	padding-left:30px;
	width:410px;
}
.form-builder .answer>div, .form-builder .answer-new>div  {
	float:left;
}
.form-builder .q-edit>div {
	float:left;
}
.q-1, .a-1{
	width:27px;
	height:27px;
}
.q-1 .move-icon, .a-1 .move-icon{
	width:27px;
	height:27px;
	background:#d1d1d1 url('../images/move_icon.png') no-repeat center center;
	cursor:pointer;
}
.q-1-1 {
	width:27px;
	height:27px;
}
.q-2 {
	width:265px;
	padding-top:3px;
	padding-left:5px;
	height:24px;
}
.q-2 input {
	width:260px;
	padding:1px 2px;
	margin:0;
}
.q-3 {
	width:180px;
	padding-top:4px;
	height:23px;
	color:#111;
}
.q-4, .q-5, .q-6 {
	width:50px;
	padding-top:4px;
	height:23px;
	background:#c4c8e5;
	color:#444;
}
.a-2 {
	width:238px;
	padding-top:3px;
	padding-left:5px;
	height:24px;
}
.a-2 input {
	width:233px;
	padding:1px 2px;
	margin:0;
}
.a-3 {
	width:135px;
	padding-top:4px;
	height:23px;
	text-align:right;
}
.form-builder input.faded {
	font-style:italic;
}
.form-builder .q-options {
	width:190px;
	height:60px;
	text-align:left;
	position:absolute;
	top:10px;
	right:5px;
	float:none !important;
}
.form-builder .q-options label {
	display:block;
	padding:0 0 5px 20px;
	font-size:11px;
	position:relative;
	color:#333;
}
.form-builder .q-options label input {
	display:block;
	position:absolute;
	top:0;
	left:0;
}
.form-builder .answers b {
	display:block;
	padding-bottom:5px;
	text-align:left;
}
.form-builder .q-placeholder {
	border:2px solid #9abaf0;
	background:#e6effe;
	height:27px;
}
.form-builder .a-placeholder, .form-builder .q-placeholder {
	border:2px solid #FC0;
	background:#FF9;
	height:27px;
}
.question-save {
	-moz-box-shadow: -1px 0px 0px 0px #97c4fe;
	-webkit-box-shadow: -1px 0px 0px 0px #97c4fe;
	box-shadow: -1px 0px 0px 0px #97c4fe;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background: -moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color: #3d94f6;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #337fed;
	display: inline-block;
	color: #ffffff;
	font-family: arial;
	font-size: 14px;
	font-weight: regular;
	padding: 3px 8px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #1570cd;
	cursor:pointer;
}
.question-save:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}
.question-save:active {
	position:relative;
	top:1px;
}
.answer-save, .answer-remove {
	width:100px;
	cursor:pointer;
}

.copy-link {
 display:inline-block;
 padding:4px 6px 4px 26px;
 margin-left:20px;
 font-size:11px;
 background:#f2f2f2 url('/assets/images/page_white_paste.png') no-repeat 4px center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #ccc;
	text-decoration:none;
}
.cc-iframe {
	margin-left:0px;
	width:680px;
}

a {
	outline:none;
}

/*************************************************************************************/
/* Login Area */
/*************************************************************************************/

.f_login {
	position:relative;
}
.f_login input[type=text], .f_school_add input[type=text] {
	width: 267px;
	padding: 10px;
	letter-spacing: 0.02px;
	font: 18px/normal Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
}
.f_login input[type=text], div.btn-change-school {
	margin: 15px 80px 0 70px;
}
.f_login select {
	width: 287px;
	margin: 15px 80px 0 70px;
	padding: 10px;
	letter-spacing: 0.02px;
	font: 18px/normal Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
}
.class_year_id, .btn-change-school {
	display:none;
}
.buttonFacebook {
	display:inline-block;
	width: 288px;
	margin: 15px 80px 0 70px;
}
.change_school {
	display:none;
	position:absolute;
	right:100px;
	top:25px;
	width:110px;
	text-align:right;
	border-left:1px dotted #06F;
}
.f_change_class .change_school a {
	color:#000;
}
.f_change_class .school_list, .member_list {
	left:70px;
}
#school_directory_content h1 {
	font-size:16px;
	color:#043b7b;
	border-bottom:2px solid #043b7b;
	margin-bottom:10px;
	padding:5px;
	display:block;
	position:relative;
}
#school_directory_content .status {
	font-size:12px;
	font-weight:normal;
	color:#555;
}
.school_listing {
	border:1px solid #ccc;
	padding:10px;
	margin:0 0 20px 0;
}
.school_listing h2 {
	font-size:18px;
	color:#043b7b;	
}
.school_listing ul {
	margin-left:20px;
}
.school_listing_img {
	width:80px;
	margin-right:10px;
	float:left;
}
.school_listing_name {
	width:500px;
	float:left;
}
#f_feedback select {
	width:420px;
	display:block;
	padding:5px;
	font-size:14px;
}
.feedback {
	display:block;
	width:27px;
	height:108px;
	position:fixed;
	right:0;
	top:200px;
	z-index:999;
}

.big-input {
	padding:5px;
	font-size:14px;
	color:#333;
	width:300px;
}
#video_upload input, #video_upload textarea, .media_field {
	width: 90%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 10px 0;
	padding: 5px 5px;
	background: #eee;
	border: 2px solid #c0c0c0;
	display: inline-block;
	line-height: 14px;
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-ms-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;
}
#video_upload textarea {
	height: 60px;
}
#video_upload #video_link {
	height: 144px;
}
#video_upload input[type=text]:focus, #video_upload textarea:focus, .media_field:focus {
	background-color: #FFFFFF;
	-moz-outline-width: thick;
	outline-width: thick;
	border-color:#06C ;
}
#video_upload input[type=text]:active, #video_upload textarea:active, , .media_field:active {
	-moz-outline-color: #3D0802;
	outline-color: #3D0802;
	outline-width: 3px;
}

.col2a {
	width:50%;
}
.no-border {
	border:0 !important;
}

.sortingBox label {
	display:inline-block;
}
.f_left {
	float:left;
}
.f_right {
	float:right;
}
.clr {
	clear:both !important;
	float:none !important;
}

.announcement_attachments_block {
	display:none;
	clear:both;
	padding-bottom:20px;
	border-bottom:1px solid #fff;
	margin-bottom:20px;
}
.comment-form .announcement_attachments_block {
	padding:0;
	margin:0;
	border:0;
}
.announcement_attachments {
	clear:both;
}
.announcement_attachment_media {
	float:left;
	background:#ccc;
	width:142px;
	max-height:199px;
	overflow:hidden;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:2px solid #ccc;
	text-align:center;
	position:relative;
	overflow:hidden;
	text-decoration:none;
	color:#333;
}
.announcement_attachment_media img {
	max-width:142x;
	max-height:199px;
}
.announcement_attachments .dragPlaceholder {
	width:142px;
	min-height:100px;
	max-height:199px;
	background:#999 !important;
	border:2px dotted #444 !important;
}
.announcement_attachment_media:hover {
	-webkit-box-shadow:0 5px 5px #555;
	-moz-box-shadow:0 5px 5px #555;
	box-shadow:0 5px 5px #555;
}
.announcement_attachment_remove {
	display:none;
	position:absolute;
	bottom:5px;
	left:5px;
}
.announcement_attachment_edit {
	display:none;
	position:absolute;
	bottom:5px;
	right:5px;
}
.announcement_attachment_remove:hover, .announcement_attachment_edit:hover {
}

.announcement_attachment_media:hover .announcement_attachment_remove, .announcement_attachment_media:hover .announcement_attachment_edit {
	display:block;
}
.announcement_attachment_clip {
	position:absolute;
	top:0px;
	left:0px;
	background:url('../images/attach.png') no-repeat center center;
	width:16px;
	height:16px;
	z-index:2;
}
.announcement_attachment_btns {
	padding-top:10px;
}
.announcement_attachment_btns > div {
	padding-bottom:10px;
}
.announcement_attachment_btn_vid_status_holder {
	padding-top:5px;
}
.announcement_attachment_btn_vid input[type=text] {
	display:none;
	width:60%;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.profile_title {
	border-bottom:1px solid rgba(0, 0, 0, 0.33);
	margin:10px 0;
	padding-bottom:5px;
	position:relative;
}
.profile-title-left {
	padding-right:240px;
}
.profile_title h1 {
	display:inline-block;
	padding:0 10px 0 0;
	margin:0;
	font-size:24px;
	min-width:21.8%;
}
.profile-title-left a {
	padding:1px 5px;
}
.profile_title .last_updated {
	position:absolute;
	bottom:5px;
	right:0;
	text-align:right;
}

@media(max-width:767px) {
	.profile-title-left {
		margin-right:0;	
	}
	.profile_title .last_updated {
		position:relative;
		bottom:auto;
		right:auto;
		text-align:right;
		padding-top:10px;
	}
}

.profile-media {
	display:block;
	text-align:center;
	margin:20px auto 10px auto;
	border-top:1px solid #ccc;
	padding-top:10px
}
.profile-media-item {
	margin:0 auto;
	width:560px;
}
.profile-media-caption {
	padding:5px 10px 10px 10px;
	text-align:left;
}
.profile-media-caption h3 {
	padding-bottom:5px;
	margin:0 5px 5px 5px;
	border-bottom:1px dotted #ccc;
	text-align:center;
}
.profile-media img {
	display:inline-block;
	margin-bottom:5px;
	max-width:626px;
	width: 100%;
}
.profile-media span {
	display:inline-block;
}
.profile_media {
	clear:both;
	position:relative;
}
.profile_media_left {
	position:relative;
	width:20.318725099601593625498007968127%;
	float:left;
}
.profile_media_left #imageMain {
	width:100%;
	position:relative;
	padding-bottom:135.29411764705882352941176470588%;
}
.profile_media_left #imageMain .img {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	overflow:hidden;
}
.profile_media_left #imageMain .img img {
	width: 193px;
}
.profile_media_right {
	position:relative;
	width:77.6%;
	float:right;
	padding-top:2%;
	min-height:100px;
}
.topbar {
	border-top:7px solid rgba(0, 0, 0, 0.33);
}
.imageSet {
	width:57.435897435897435897435897435897%;
	float:left;
}
.imageSet.imageCount0 {
	padding-bottom:10px;
}
.gallerySet {
	width:40%;
	float:right;
	border-left:1px solid rgba(0, 0, 0, 0.33);
	zoom:1;
}
.gallerySet:before,
.gallerySet:after {
  content:'';
  display:table;
}
.gallerySet:after {
  clear:both;
}
.profile_media .caption {
	text-align:right;
	font-weight:bold;
	padding:5px 0 10px 0;
	width: 100%;
}
.rightMediaHolder {
	float: left;
	width: 30.357142857142857142857142857143%;
	margin-left: 4.464285714285714285714285714286%;
}
.imageSet .rightMediaHolder:first-child {
	margin-left:0;
}
/*
.imageSetWide .rightMediaHolder {
	margin: 0 20px 0 0;
}
.imageCount1 .rightMediaHolder {
	margin:0 100px 0 100px;
}
.imageCount2 .rightMediaHolder {
	margin:0 70px 0 0;
}
*/
.rightMediaHolder .caption {
	margin-top:10px;
	font-weight:bold;
	text-align:right;
	padding-top:5px;
	width: 100%;
}
.gallerySet .rightMediaHolder {
	width: 43.589743589743589743589743589744%;
	margin-right: 6.410256410256410256410256410256%;
}
.imageSet .caption {
	margin:0;
}
.caption a {
	text-decoration:none;
}
#loadimage-then, #loadimage-now, #loadimage-yearbook {
	box-sizing:content-box;
	width:100%;
	padding-bottom:135.29411764705882352941176470588%;
	background-color:#fff;
	position: relative;
	border:1px solid rgba(0, 0, 0, 0.33);
}
#loadimage-then .img, #loadimage-now .img, #loadimage-yearbook .img {
	/*padding-bottom: 135.29411764705882352941176470588%; */
	position:absolute;
	top:0.72463768115942028985507246376812%;
	right:0.98039215686274509803921568627451%;
	bottom:0.72463768115942028985507246376812%;
	left:0.98039215686274509803921568627451%;
	text-align:center;
	overflow:hidden;
}
#loadimage-then img, #loadimage-now img, #loadimage-yearbook img {
	margin:auto;
}
#imageMain .image_edit_btns, .imageSet .image_edit_btns, .gallerySet .image_edit_btns {
	display:none;
}
#imageMain .image_edit:hover .image_edit_btns, .imageSet .image_edit:hover .image_edit_btns, .gallerySet .image_edit:hover .image_edit_btns {
	display:block;
}


.album-holder {
	width: 43.589743589743589743589743589744%;
	margin-left:6.410256410256410256410256410256%;
	float:left;
}
#loadgallery-album {
	width: 100%;
	padding-bottom:72.307692307692307692307692307692%;
	background-color: #fff;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow:hidden;
	border:1px solid rgba(0, 0, 0, 0.33);
}
#loadgallery-album .edit_album {
	background:url('../images/blk_80.png');
 	width:130px;
	height:14px;
	padding:3px;
	color:#fff;
	text-align:center;
	position:absolute;
	bottom:0;
	left:0;
 	font-size:11px;
 }
 #loadgallery-album .edit_album span {
 	font-size:11px;
 }
 
#loadgallery-videos {
	width: 100%;
	padding-bottom:72.307692307692307692307692307692%;
	background-color: #fff;
	position: relative;
	margin: 0 auto ;
	border:1px solid #888;
}

#loadgallery-album>a, #loadgallery-videos>a {
	display:block;
	position:absolute;
	top:2px;
	right:2px;
	bottom:2px;
	left:2px;
	overflow:hidden;
	text-align:center;
	z-index:1;
}
#loadgallery-album>.image_edit, #loadgallery-videos>.image_edit {
	z-index:2;
}


.gallery {
	position:relative;
}
.gallery_shd {
	border:1px soldid #fff;
	-moz-box-shadow:    3px 3px 5px 6px #777;
  -webkit-box-shadow: 3px 3px 5px 6px #777;
  box-shadow:         3px 3px 5px 6px #777;
}




@media(max-width:767px) {
	.profile_media .caption {
		font-size:12px;
	}
}
@media(max-width:479px) {
	.topbar {
		border-top:0;
	}
	.profile_media_left {
		width:40%;
	}
	.profile_media_right {
		padding-top:0;
		width:57%;		
	}
	.imageSet {
		width:100%;
		float:none;
	}
	.gallerySet {
		width:100%;
		float:none;
		border-top:1px solid rgba(0, 0, 0, 0.33);
		padding-top:5%;
		border-left:0;
	}
	.album-holder:first-child {
		margin-left:0;
	}
	.profile_media .caption {
		font-size:11px;
	}
}




.row {
	margin-bottom:5px;
	border-bottom:0; /*1px solid #ccc;*/
	text-align: left;
	clear: both;
	position: relative;
}
.row-last, .row:last-child {
	border-bottom:0 !important;
}
.rowBr {
	margin-bottom:10px;
	text-align: left;
	clear: both;
	position: relative;	
}
.profileBuilder .row {
	margin:0 -15px 10px; -15px;
}



/*
#userpicFrame .img img {
   position: absolute;
   top: 50%;
   margin-top: -76px;  Half the height 
}
*/
.pointer {
	cursor:pointer;
}









.profile table {
	width:100%;
	border:0;
	border-collapse:collapse;
}
.profileBuilder table {
	width:50%;
	float:left;
}
.profileBuilder table.full_width {
	width:100%;
	float:none;
}
.profile table th {
	width:110px;
	text-align:left;
	padding:0 10px 5px 0;
	vertical-align:top;
}
.profile table td {
	padding:0 10px 5px 0;
	vertical-align:top;
}
.profile table td img {
	vertical-align:middle;
}



#reunion-attend-status {
	padding:10px 0 5px 0;
}

#event-attend-status {
	padding:10px 0 5px 0;
}

#reunion-attend-status:before, #event-attend-status:before {
	font-family:FontAwesome;
	content:'\f007';
	display:inline-block;
	margin-right:8px;
}

#contact-status {
	margin:5px 0 10px 0;
	padding:0;
}
#contact-status:before {
	font-family:FontAwesome;
	content:'\f0e0';
	display:inline-block;
	margin-right:8px;
}


#follow-status {
	padding: 5px 0px 0px 22px;
	margin-bottom:0px;
	font-weight:bold;
}
#follow-status a {
	color:#666;
	text-decoration:none;
}



.profile-comments-holder {
	padding:40px 0 30px 0 !important;
}

.profile-comments-holder .profile_comment_del {
	margin-top:10px;
}
.rowBio {
	background:rgba(0, 0, 0, 0.1);
	clear: both;
	position: relative;
	border-top:1px solid rgba(0, 0, 0, 0.33);
	padding:20px 10px;
}
.rowBio .row {
	margin-top:0;
	margin-bottom:0;
}

.rowBio b {
	margin:0;
}
.rowBio  p {
	margin: 5px 0px 5px 0px;
} 
.rowBio p a {
	text-decoration: none;
	font-weight: normal;
}
.rowBio p a:hover {
	text-decoration: underline;
}

.contact_message {
	padding:0 0 10px 0;
	display:none;
}
.contact_message .col50_right {
	text-align:right;
}


.contact_message_reply {
	padding:0 0 10px 0;
}
.contact_message_reply .col50_right {
	text-align:right;
}
	




.rowBio-maininfo {
	width: 320px;
  position: relative;
	float: left;
}

.bioBlock .rowBio-maininfo {
	width:100%;
}







.row-content-holder {
	margin-left:70px;
	margin-right:10px;
	min-height:83px;
	position: relative;
}
.dialog-comments .row-content-holder {
	width: 280px;
	margin: 5px 0px 0px 0px;
  float: left; 
	position: relative;
}
.user-frame-feed {
	width: 47px;
	height: 60px;
	margin:0 0 0 5px;
	padding:0;
	float: left;
	text-align: left;
	position: relative;
	border:2px solid #ccc;
	background:#fff;
	border-radius:4px;
}
.user-frame-feed:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left:43px;
	top:20px;
	border-top: 8px solid transparent;
	border-left: 12px solid #ccc;
	border-bottom: 8px solid transparent;
}
.user-frame-feed:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left:43px;
	top:22px;
	border-top: 6px solid transparent;
	border-left: 8px solid #fff;
	border-bottom: 6px solid transparent;
}
.user-image-feed {
	width: 37px;
	height: 50px;
	margin:3px 0 0 3px;
	text-align:center;
	overflow:hidden;
}
.user-image-feed img {
	width: 37px;
}

.comment-btn {
	display:none;
	background: url('../images/icon-FB-comment-sm.png') no-repeat left center;
	padding-left:19px;
}
.comments p {
	line-height:normal;
}
.comments a {
	line-height:normal;
}
.comment_post_bot {
	padding-top:0;
}
.user-comment-txt {
	float:right;
	width:505px;
}
.user-comment-txt textarea {
	width:100%;
	height:35px;
}

.user-comment-txt .btn {
	float:right;
	margin-top:4px;
}
.comment_post_bot .row {
	margin-right: -15px;
	margin-left: -15px;
}

.row-Recent-Activity-sm {
	width: 405px;
	padding: 0;
	margin: 0px 0px 25px 0px;
	float: left;
	position: relative;
}
.row-Recent-Activity {
	width: 605px;
	padding: 0;
	margin: 0px 0px 25px 0px;
	float: right;
	position: relative;
}
.row-Recent-Activity b {
	font-weight: bold;
}

.row-Recent-Activity b a    { color: #617398; text-decoration: none; }
.row-Recent-Activity b a:hover { text-decoration: underline; }


.row-Recent-Activity p {
	margin: 5px 0px 5px 0px;
}

.row-Recent-Activity p a  { color: #617398; text-decoration: none; font-weight: normal; }
.row-Recent-Activity p a:hover { text-decoration: underline; }


.row-Recent-Activity h8 {
	float: right;
	margin-right: 10px;
	position: relative;
}

.row-Recent-Activity h8 a    { color: #87adfb; text-decoration: none; font-weight: bold; }
.row-Recent-Activity h8 a:hover { text-decoration: underline; color: #6596fc; }



h1.recent_activity {
	font-size:16px;
	border-top:8px solid #053b7b;
	padding-top:10px;
}




.fb-comments, .fb-comments iframe[style], .fb-comments span {
    width: 100% !important;
}


.image_edit {
	position:absolute;
	display:inline-block;
	right:2px;
	top:2px;
}
.image_edit> a {
	float:right;
}
.image_edit_btns {
	display:block;
	margin-right:3px;
	border:1px solid #fff;
	background:rgba(0, 0, 0, 0.6);
}
.comment_tool_btns, .wn-admin-tool-btns {
	display:none;
	text-align:left;
	margin-right:3px;
	border:1px solid #fff;
	background:rgba(0, 0, 0, 0.6);
}
.image_edit_btns a, .comment_tool_btns a, .wn-admin-tool-btns a {
	padding:5px 10px;
	color:#fff !important;
	text-shadow:1px 1px 0px #000 !important;
	text-decoration:none !important;
	/*font-size:12px;*/
	display:block;
}
.image_edit_btns a:hover, .comment_tool_btns a:hover, .wn-admin-tool-btns a:hover {
	background:rgba(0, 0, 0, 0.33);
	color:#fff !important;
}
.image_edit:hover .image_edit_btns, .comment_tools:hover .comment_tool_btns, .wn-admin-tools:hover .wn-admin-tool-btns {
	display:block;
}

.photo_edit {
	background:#f2f2f2 url('../images/image--pencil.png') no-repeat 3px center;
	padding:2px 5px 2px 23px;
	display:block;
	width:25px;
	height:14px;
	position:absolute;
	right:5px;
	top:5px;
	color:#444;
	font-size:10px;
	border:1px solid #ccc;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}



.fb_albums {
	width:180px;
	padding:10px;
	float:left;
}
.fb_albums ul {
	display:block;
	list-style:none;
	padding:0;
	margin:0;
}
.fb_albums ul li {
	display:block;
	margin:5px 0;
	padding:0;
}
.fb_albums ul li a {
	border:2px solid #333;
	background:#777 url('../images/folder_image.png') no-repeat 5px center;
	padding:3px 5px 3px 25px;
	display:block;
	margin:0;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#ccc;
	-webkit-box-shadow:0 5px 5px #555;
	-moz-box-shadow:0 5px 5px #555;
	box-shadow:0 5px 5px #555;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	position:relative;
}
.fb_albums ul li a:hover {
	background-color:#ddd;
	color:#444;
}
.fb_albums ul li a.selected {
	background-color:#5972a7; /* url(../images/btn_bg.png) repeat-x left top; !important;*/
	color:#fff !important;
}
.fb_photos {
	width:100%;
	float:right;
	padding:10px;
	max-height:365px;
	overflow:hidden;
	overflow-y:auto;
}
/*
	border-left:2px solid #aaa;
.fb_photos ul {
	list-style:none;
	margin:0;
	padding:0;
}
.fb_photos ul li {
	display:block;
	width:130px;
	float:left;
	background:#eee;
	text-align:center;
	margin:10px;
	position:relative;
}*/

.media_detail, .video_upload_block {
	background:#555 url('../images/gradient_2.png') repeat-x left bottom;
	position:absolute;
	top:-10px;
	left:50px;
	width:650px;
	border:2px solid #ccc;
	padding:30px 20px 20px 20px;
	-webkit-box-shadow:2px 5px 3px #333;
	-moz-box-shadow:2px 5px 3px #333;
	box-shadow:2px 5px 3px #333;
	display:none;
	clear:both;
	z-index:999;
}
.video_upload_block {
	background-color:#fff;
}
.media_detail_preview {
	width:200px;
	padding-right:20px;
	float:left;
	border-right:2px dotted #aaa;
}
.media_detail_form {
	float:left;
	width:400px;
	padding-left:20px;
}
.media_detail_preview_video {
	width:350px !important;
}
.media_detail_form_video {
	width:250px !important;
}
#media_title {
	height:30px;
}
#media_description {
	height:90px;
}

.video_list_block {
	min-height:225px;
	max-height:365px;
	overflow:hidden;
	overflow-y:auto;
}


#video_list .video_item, #video_list .video_item_announcement, .fb_photo, .dragPlaceholder {
	float:left;
	background:#ccc;
	width:110px;
	height:110px;
	overflow:hidden;
	margin:5px;
	-webkit-box-shadow:0 5px 5px #555;
	-moz-box-shadow:0 5px 5px #555;
	box-shadow:0 5px 5px #555;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:3px solid #ccc;
	text-align:center;
	position:relative;
	overflow:hidden;
	text-decoration:none;
	color:#333;
	cursor:pointer;
}
#video_list .video_item, #video_list .video_item_announcement, #video_list .dragPlaceholder {
	width:120px;
	height:90px;
}
.dragPlaceholder {
	background:#999 !important;
	border:3px dotted #444 !important;
}
.fb_photos a:hover, .video_item:hover, .video_item_announcement:hover, .fb_photo:hover {
	border-color:#5972a7 !important;
}
.media_item.selected {
	border-color:#3C6 !important;
}
.media_item .check {
	position:absolute;
	display:inline-block;
	padding:3px;
	background:#fff;
	border:3px solid #3C6;
	border-radius:5px;
	top:2px;
	left:2px;
	display:none;
	z-index:2;
	text-align:center;
}
.media_item .check:before {
	font-family:FontAwesome;
	display:inline-block;
	content:'\f00c';
	color:#3C6;
}
.media_item.selected .check {
	display:block;
}
.video_edit, .media_edit {
	display:none;
	padding:0;
	position:absolute;
	top:2px;
	right:2px;
	z-index:3;
}
.video_item:hover .video_edit, .fb_photo:hover .media_edit {
	display:inline-block;
}
.video_edit_options, .media_edit_options {
	position:absolute;
	display:none;
	border:1px solid #fff;
	background:rgba(0, 0, 0, 0.6);
	font-weight:normal;
	list-style:none;
	width:90px;
	padding:0;
	top:15px;
	right:0;
	text-align:left;
}
.video_edit_options ul, .media_edit_options ul {
	padding:0 !important;
	margin:0 !important;
	list-style:none;
}
.video_edit_options li, .media_edit_options li {
	padding:0px;
}
.video_edit_options a, .media_edit_options a {
	display:block;
	padding:2px 5px;
	color:#fff !important;
	text-shadow:1px 1px 0px #000 !important;
	text-decoration:none !important;
	font-size:12px;
}
.video_edit_options a:hover, .media_edit_options a:hover {
	background:rgba(0, 0, 0, 0.33);
	color:#fff !important;
}
.video_edit:hover .video_edit_options, .media_edit:hover .media_edit_options {
	display:block;
}
.video_edit_options, .media_edit_options {
	margin-right:3px;
}

.classmates a {
	float:left;
	background:#fff;
	width:153px;
	margin:8px;
	-webkit-box-shadow:0 2px 2px #aaa;
	-moz-box-shadow:0 2px 2px #aaa;
	box-shadow:0 2px 2px #aaa;
	border:1px solid #666;
	text-align:center;
	position:relative;
	overflow:hidden;
	text-decoration:none;
	color:#333;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.fb_upload {
	width:220px;
	float:left;
	padding:10px;
}
.fb_tip {
	width:100%;
	float:none;
	margin:10px 0;
	padding:10px;
}
.classmates a:hover {
	-webkit-box-shadow:0 5px 5px #555;
	-moz-box-shadow:0 5px 5px #555;
	box-shadow:0 5px 5px #555;
	border-color:#039;
}
.classmates a .img {
	width:149px;
	height:203px;
	border:2px solid #fff;
	text-align:center;
	overflow:hidden;
	position:relative;
}
.classmates a .img span {
	position:relative;
	display:inline-block;
	overflow:hidden;
}
.imgs {
	height:51px;
	bottom:0;
	position:absolute;
	clear:both;
	white-space:nowrap;
	text-align:left;
}
.img_over {
	width:50px;
	height:50px;
	display:inline-block;
	border:1px solid #fff;
	border-left:0;
	overflow:hidden;
}
.img_over img {
	width:50px;
}
.classmate_name {
	font-size:13px;
	font-weight:bold;
	text-align:left;
	padding:5px;;
}
.classmate_residing {
	font-size:11px;
	color:#777;
	text-align:right;
	margin:0 5px;
	padding:5px 0;
	border-top:1px solid #ccc
}


.fb_iframe_widget{overflow: hidden;}
.fb_ltr{margin-bottom: -20px;}



.like {
	margin: 0;
	padding:0 5px;
	text-align: right;
	float: right;
}
.like:before {
	font-family:FontAwesome;
	content:'\f164';
	display:inline-block;
	padding-right:5px;
}
.like-name-block {
	display:block;
	padding:10px 0;
	border-bottom:1px dotted #777;
	min-height:80px;
	position:relative;
}
.like-img {
	width:50px;
	position:absolute;
	top:10px;
	left:0;
}
.like-img img {
	max-width:60px;
	max-height:60px;
}
.like-name {
	margin-left:60px;
}
.like-comment {
}

.like-comment-vote {
	margin-left: 10px;
	font: 11.5px;
	background-image: url(../images/icon-FB-like-sm.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

.like-comment-vote b {
	margin: 0;
	padding: 2px 0px 0px 20px;
	font-weight: normal;
}
.likes-count {
	display:none;
}

.all-comments {
	margin-left: 8px;
}
.all-comments:before {
	font-family:FontAwesome;
	content:'\f086';
	display:inline-block;
	padding-right:5px;
}
.all-comments p {
	display:inline;
}

.rowComment-activity {
	width: 100%;
	margin: 0px 0px 1px 0px;
	padding: 10px 0px 10px 0px;
	text-align: left;
	float: left;
	clear: both;
	position: relative;
	background-color:rgba(0, 0, 0, 0.1);
}
.rowComment-activity.comment-form {
	background:rgba(0, 0, 0, 0.15);
	min-height:70px;
}
.formComment {
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding:5px;
	letter-spacing: 0.02px;
	font-size:14px;
	text-align: left;
}

#slideshow {
	position:relative;
	margin:10px auto;
	width:800px;
}
#slideshow #slides {
	display:block;
	position:relative;
	width:800px;
	height:500px;
	z-index:1;
}
#slideshow #slides li {
	display:block;
	width:800px;
	height:500px;
	clear:both;
}
#slides .slide_img {
	display:block;
	width:400px;
	height:500px;
	float:left;
}
#slides .slide_desc {
	display:block;
	width:350px;
	height:460px;
	padding:20px;
	float:right;
	background:#f2f2f2;
	overflow:hidden;
	overflow-y:auto;
}
#slideshow #slides li img {
	display:inline-block;
}
#slideshow .row-Recent-Activity {
	width:360px;
	margin:0;
	float:none;
}
#slideshow .formComment {
	width: 200px !important;
}
#controls {
	width:400px;
	text-align:center;
	position:absolute;
	top:0;
	left:10px;
	display:none;
	z-index:2;
}
#controls a {
	display:inline-block;
	margin:5px 20px;
	padding:5px 10px;
	background:url('../images/blk_80.png');;
	border:1px solid #fff;
	text-align:center;
	color:#fff !important;
	text-shadow:1px 1px 0px #000;
	font-weight:bold;
	font-size:14px;
	text-decoration:none !important;
	cursor:pointer;
	clear:both;
	position:relative;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#controls a:hover {
	background:#5972a7 url('../images/btn_bg.png') repeat-x left top;
}
.non_classmate {
	display:inline-block;
	padding:3px 6px 3px 30px;
	background:#5972a7 url('../images/btn_bg.png') repeat-x left top;
	border:1px solid #29447e;
	background:#053d7a url('../images/btn_bg2.png') repeat-x left top;
	border:1px solid #505050;
	text-align:center;
	color:#fff !important;
	font-weight:bold;
	font-size:12px;
	text-decoration:none !important;
	cursor:pointer;
	clear:both;
	position:relative;
	margin-top:40px;
	line-height:19px !important;
}
.non_classmate .question {
	background:url('../images/questionmark_small.png') no-repeat;
	display:block;
	width:19px;
	height:19px;
	position:absolute;
	top:3px;
	left:5px;
	
}
.comment_tools {
	display:block;
	position:absolute;
	right:5px;
	top:2px;
	text-align:right;
}
.comment_tools > i {
	font-size:26px;
	font-weight:bold;
	cursor:pointer;
}
.rowComment-activity:hover .comment_tools {
	display:block;
}

.activity_pinned:before {
	display:inline-block;
	font-size:24px;
	font-family:FontAwesome;
	content:'\f276 ';
}
.comment_edit {
	color:black;
}
.comment_del {
	color:black;
}

.comment_edit_txt {
	display:none;
}

.comment_reply_txt {
	display:none;
	border-left:2px solid #ccc;
	padding-left:10px;
}

/*
.activity-block .activity_del, .activity-block .activity_pin, .activity-block .activity_unpin, .activity-block .activity_edit  {
	display:none;
}
.activity-block:hover .activity_del, .activity-block:hover .activity_pin, .activity-block:hover .activity_unpin, .activity-block:hover .activity_edit  {
	display:inline-block;
}
*/

.spacer-10h {
	height:20px;
}
.followbuttonHolder {
	diplay:inline-block;
	margin: 1px 0px 0px 14px;
}
.followbuttonHolder a {
	color:#fff;
	diplay:inline-block;
	padding:5px 10px;
	text-align: center;
	color: #fff;
	font: bold 12px/normal Arial, Helvetica, sans-serif;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.followbuttonHolder a.following {
	background:#053b7b;
}
.followbuttonHolder a.notfollowing {
	background:#aaa;
}
.profileFlagBlock {
	height:30px;
	margin:10px 0 5px 0;
	position:relative;
}
.profileFlagBot {
	position:absolute;
	right:0;
	left:8px;
	bottom:0;
	height:3px;
	background:rgba(0, 0, 0, 0.33);
}
.profileFlagLeft {
	width: 12px;
	height: 26px;
	background: url('../images/1-ribbon-left.png') no-repeat left center;
	margin: 0;
	float: left;
	position:relative;
}
.profileFlagLeft:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left:0;
	top:26px;
	border:3px solid;
	border-color: #939cad #939cad transparent transparent;
}
.profileFlagLeft:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left:0;
	top:26px;
	border:3px solid;
	border-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.5) transparent transparent;
}
.profileFlag {
	height: 26px;
	background: url('../images/1-ribbon-bg-repeat.png') repeat-x;
	text-align: left;
	float: left;
}

.profileFlag p {
	font: bold 13px/normal Arial, Helvetica, sans-serif;
	margin:0;
	padding:0 10px 0 0;
	line-height:26px;
  color: #FFF;
}

.profileFlagRight {
	/*
	width: 30px;
	height: 30px;
	background: url('../images/1-ribbon-right.png') no-repeat right center;
	float: left;
	*/
	display:block;
	float:left;
	width:3px;
	height:26px;
	background:##6f7a8c url('../images/1-ribbon-edge.png') no-repeat;
}

.row-Recent-Activity .latest-activity-img {
	padding:14px 0;
}
.latest-activity-img img {
	max-width:280px;
}
.member-activity-media .latest-activity-img img {
	max-width:100%;
}
.member-activity-media-all {
	display:none;
}
.member-activity-media .col50 {
	width:45%;
	margin-right:5%;
	float:left;
}
@media(max-width:639px) {
	.member-activity-media .col50 {
		width:100%;
		margin:0 0 5% 0;
		float:none;
	}
}
.other_movie {
	background:url('../images/other_movie.png') no-repeat center center;
	width:120px;
	height:90px;
	display:inline-block;
	text-decoration:none;
	border:3px solid rgba(0,0,0,.6);
	border-bottom:0;
	position:relative;
}
.other_movie span {
	position:absolute;
	bottom:0;
	width:100%;
	display:block;
	background:rgba(0,0,0,.6);
	color:#fff;
	font-weight:bold;
	padding:5px 0;
	text-align:center;
}
.activity-block .greyText {
	padding:3px 0;
	display:inline-block;
}
/*
.activity-block .activity_del {
	display:none;
}
.activity-block:hover .activity_del {
	display:inline-block;
}
*/
.profile_entry div {
	display:inline-block;
	padding:0 5px;
}
.new_profile_entry div {
	display:inline-block;
	padding:0 5px;
	color:black;
	background:yellow;
}
#new_profile_entry {
	display:none;
	margin-bottom:10px;
	font-size:11px;
	color:#555;
}
#new_profile_entry span {
	display:inline-block;
	width:9px;
	height:9px;
	background:yellow;
	border:1px solid #888;
}

.scrollable {
	max-height:400px;
	overflow:hidden;
	overflow-y:auto;
}

.loading-absolute {
	position:absolute;
	bottom:5%;
	left:5%;
	right:5%;
	z-index:2;
}
.loading-absolute .alert {
	padding:5px;
}

.comment-tool-btns {
	display:block;
	margin-right:3px;
	border:1px solid #fff;
	background:rgba(0, 0, 0, 0.6);
}

@media(max-width:767px) {
	.user-frame-feed {
		width: 41px;
		height: 54px;
		border-radius:0;
	}
	.user-frame-feed:before {
		display:none;
	}
	.user-frame-feed:after {
		display:none;
	}
	.user-image-feed {
		margin:0;
	}
	.row-content-holder, .content .comment-textarea {
		margin-left:60px;
	}
	.profileFlagBlock {
		margin-bottom:30px;
	}
	.likes-all {
		display:none;
	}
	.likes-count {
		display:inline;
	}
	.row-content-holder > b {
		display:inline-block;
		margin-right:50px;
	}
	.profile-title-left {
		padding-right:0;
	}
	.no-mobile {
		display:none;
	}
}
@media(max-width:478px) {
	.announcement_attachment_btns {
		padding-bottom:10px;
	}
}