*
{
	font-size: 12px;
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
}
body
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
}

div.C_POPUPFRAME
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
	background-color: RGBA(0,0,0,0.9);
	vertical-align: bottom;
}


/* FRAME PUBLISH */
#frame_publish
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	overflow-x: hidden;
}
#frame_publish div.C_TOP_BAR
{
	position: relative;
	padding: 6px;
	
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.10, #999999), color-stop(0.50, #444444)); 
	background-image: -webkit-linear-gradient(center bottom, #999999 10%, #444444 50%); 
	background-image:    -moz-linear-gradient(center bottom, #999999 10%, #444444 50%); 
	background-image:     -ms-linear-gradient(center bottom, #999999 10%, #444444 50%); 
	background-image:      -o-linear-gradient(center bottom, #999999 10%, #444444 50%); 
	background-image:         linear-gradient(center bottom, #999999 10%, #444444 50%);
}
#frame_publish div.C_TOP_BAR > b
{
	width: 20%;
	border: 1px solid #222222;
	padding: 6px 0px 6px 0px;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.10, #444444), color-stop(0.50, #999999)); 
	background-image: -webkit-linear-gradient(center bottom, #444444 10%, #999999 50%); 
	background-image:    -moz-linear-gradient(center bottom, #444444 10%, #999999 50%); 
	background-image:     -ms-linear-gradient(center bottom, #444444 10%, #999999 50%); 
	background-image:      -o-linear-gradient(center bottom, #444444 10%, #999999 50%); 
	background-image:         linear-gradient(center bottom, #444444 10%, #999999 50%);

	-webkit-box-shadow: inset 0px 0px 2px #000000;
	-moz-box-shadow: inset 0px 0px 2px #000000;
	-ms-box-shadow: inset 0px 0px 2px #000000;
	-o-box-shadow: inset 0px 0px 2px #000000;
	box-shadow: inset 0px 0px 2px #000000;
}
#frame_publish div.C_TOP_BAR > span
{
	width: 58%;
	padding: 4px 0px 0px 0px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 900;
}
#frame_publish div.C_TOP_BAR > b.C_PUBLISH
{
	padding: 6px 2px 6px 2px;
	position: absolute;
	right: 6px;
	top: 6px;
	width: auto;
	min-width: 20%;
}
#frame_publish div.C_TOP_BAR > b
,#frame_publish div.C_TOP_BAR > span
{
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: top;
}
#frame_publish .C_POST .C_TABS
{
	background-color: #CCCCCC;
}
#frame_publish .C_POST .C_TABS a
{
	display: inline-block;
	border: 0px;
	padding: 8px 8px 8px 8px;
	margin: 0px;
	color: #333333;
}
#frame_publish .C_POST .C_TABS a:hover
{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}
#frame_publish .C_POST .C_TABS a.C_ACTIVE
{
	border: 0px;
	background-color: #FFFFFF;
}
#frame_publish .C_POST .C_ADD_COMMENT form
{
	display: block;
	padding: 0px 7px 0px 7px;
}
#frame_publish .C_POST .C_ADD_COMMENT textarea.C_COMMENT
{
	margin: 0px 0px 0px 0px;
	display: block;
	height: auto;
	min-height: 100px;
	font-size: 15px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
#frame_publish .C_COMMENT_PREVIEW
{
	border: 0px;
}
#frame_publish #frame_add_photo
{
	border: 0px;
}

#frame_publish > div.C_SUB_PUBLISH
{
}
#frame_publish > div.C_SUB_PUBLISH > h1
{
	margin: 0px;
}
#frame_publish #frame_url_post.C_SUB_PUBLISH
{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: RGBA(80,80,80,0.5);
}
#frame_publish #frame_url_post.C_SUB_PUBLISH > input
{
	position: absolute;
	left: 0px;
	top: 50%;
	width: 100%;
	margin-top: -20px;
	margin: 0px;
}
#frame_publish #frame_url_post.C_SUB_PUBLISH > textarea
{
	position: absolute;
	left: 10px;
	top: 54px;
	width: calc(100% - 20px);
	height: calc(100% - 64px);
	font-size: 20px;
}

/* HEADER BAR */

div.C_HEADERBAR
{
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 44px;

	border-top: 1px solid RGBA(255,255,255,0.75);
	background-image: -webkit-linear-gradient(top, RGBA(197,199,203,1) 0px, RGBA(162,166,173,0.8) 3px, RGBA(100,100,100,0.8) 30px, RGBA(100,100,100,1) 100%);
	background-image: -moz-linear-gradient(top, RGBA(197,199,203,1) 0px, RGBA(162,166,173,0.8) 3px, RGBA(100,100,100,0.8) 30px, RGBA(100,100,100,1) 100%);
	background-image: -ms-linear-gradient(top, RGBA(197,199,203,1) 0px, RGBA(162,166,173,0.8) 3px, RGBA(100,100,100,0.8) 30px, RGBA(100,100,100,1) 100%);
	background-image: -o-linear-gradient(top, RGBA(197,199,203,1) 0px, RGBA(162,166,173,0.8) 3px, RGBA(100,100,100,0.8) 30px, RGBA(100,100,100,1) 100%);
	background-image: linear-gradient(top, RGBA(197,199,203,1) 0px, RGBA(162,166,173,0.8) 3px, RGBA(100,100,100,0.8) 30px, RGBA(100,100,100,1) 100%);
}
div.C_HEADERBAR .C_BUTTON3.C_BLACK
,.C_BUTTON3.C_BLACK
{
	padding: 4px 8px 4px 8px !important;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	text-shadow: 0px -1px 0px #000000 !important;
	color: #FFFFFF !important;
	white-space: nowrap;
	width: 31px;
	height: 31px;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;

	-webkit-box-shadow: 0 0 0px 0px RGBA(0,0,0,.5), 0px 1px 1px 0px RGBA(255,255,255,.8);
	-moz-box-shadow: 0 0 0px 0px RGBA(0,0,0,.5), 0px 1px 1px 0px RGBA(255,255,255,.8);
	-ms-box-shadow: 0 0 0px 0px RGBA(0,0,0,.5), 0px 1px 1px 0px RGBA(255,255,255,.8);
	-o-box-shadow: 0 0 0px 0px RGBA(0,0,0,.5), 0px 1px 1px 0px RGBA(255,255,255,.8);
	box-shadow: 0 0 0px 0px RGBA(0,0,0,.5), 0px 1px 1px 0px RGBA(255,255,255,.8);
	border: 1px solid #000000 !important;
}
div.C_HEADERBAR .C_BUTTON3.C_BLACK.C_LEFT
{
	xpadding: 4px 8px 4px 12px !important;
	padding: 0px 8px 0px 12px !important;

	-webkit-border-radius: 36px 32px 32px 106px;
	-moz-border-radius: 36px 32px 32px 106px;
	-ms-border-radius: 36px 32px 32px 106px;
	-o-border-radius: 36px 32px 32px 106px;
	border-radius: 36px 32px 32px 106px;
}
div.C_HEADERBAR > div
{
	white-space: nowrap;
	padding: 5px 0px 7px 8px;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #FFFFFF;
	line-height: 12px;
	width: 100%;
}
div.C_HEADERBAR > div > *
{
	vertical-align: middle;
	display: table-cell;
	margin: 0px;
}
div.C_HEADERBAR > div > a.C_BUTTON3
{
	vertical-align: middle;
	height: 31px;
}
div.C_HEADERBAR > div > h1
{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 19px;
	text-shadow: 0px -1px 0px #000000;
	padding: 0px;
	height: 31px;
}
div.C_HEADERBAR > div > img
{
	max-width: 32px;
	max-height: 30px;
}
div.C_HEADERBAR > div.C_LEFT
{
	width: -webkit-calc(100% - 7px);
	width: calc(100% - 7px);
}
div.C_HEADERBAR > div > b.C_MARGIN
{
	border-left: 8px solid transparent;
}
div.C_HEADERBAR > div.C_MIDDLE
{
	position: absolute;
	left: 50%;
	top: 8px;
	padding: 0px;
	width: auto;
}
div.C_HEADERBAR > div.C_MIDDLE.C_ICON50
{
	margin-left: -25px;
}
div.C_HEADERBAR > div.C_MIDDLE.C_ICON50 > span
{
	display: inline-block;
	margin: -10px 0px -10px 0px;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7); 
	-ms-transform: scale(0.7); 
	-o-transform: scale(0.7); 
	transform: scale(0.7);

	-webkit-transform-origin: 100% 30%;
	-moz-transform-origin: 100% 30%;
	-ms-transform-origin: 100% 30%;
	-o-transform-origin: 100% 30%;
	transform-origin: 100% 30%;
}
div.C_HEADERBAR > div.C_RIGHT
{
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 6px 7px 6px 7px;
	width: auto;
	white-space: nowrap;
}
div.C_HEADERBAR > div.C_RIGHT > *
{
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0px 4px !important;
}
div.C_HEADERBAR > div.C_RIGHT > .C_BUBBLE_NUMBER
{
	margin: 3px 0px 0px 0px;
}

/* SHARE */
#frame_share
{
	padding: 0px;
	overflow-y: auto;
}
#frame_share > div.C_HEADERBAR
{
	margin-bottom: 8px;
}
#frame_share > font
{
	margin: 8px 0px 0px 8px;
	display: inline-block;
}
#frame_share div.C_DYNAMIC_SEARCH
{
	padding: 8px;
}
#frame_share div.C_DYNAMIC_SEARCH #txt_share_dynamic_search
{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	
	border: 1px solid #666666;
	margin: 0px;
	padding: 4px;
	width: 100%;
}
#frame_share form
{
	padding: 8px;
}
#frame_share form .C_POST .C_ADD_COMMENT .C_NEWSFEED
{
	border-bottom-width: 1px;
	padding: 4px;
}
#frame_share form .C_POST .C_ADD_COMMENT .C_NEWSFEED div.C_CONTENT
{
	padding: 0px;
}
#frame_share div.C_EXTERNAL_SHARES
{
	margin-left: 8px;
}
#frame_share div.C_EXTERNAL_SHARES > a
{
	border: 1px solid #999999;
	padding: 4px;
	display: inline-block;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
}
#frame_share div.C_EXTERNAL_SHARES > a.C_SHARES
{
	vertical-align: top;
}

/* PICTURE VIEW */

#frame_pictures
{
	white-space: nowrap;
	overflow-y: hidden;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
#frame_pictures > h1
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	display: none;
	padding: 0px;
	margin: 0px;
	background-color: rgba(0,0,0,0.5);
}
#frame_pictures > h6
{
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	display: none;
	padding: 8px;
	margin: 0px;
	text-align: left;
	background-color: rgba(0,0,0,0.5);
}
#frame_pictures.C_TOOLS > h1
,#frame_pictures.C_TOOLS > h6
{
	display: block;
}
#frame_pictures.C_TOOLS > h1> div.C_COMMANDS span
{
	margin: 0px 10px 0px 0px;
}
#frame_pictures.C_TOOLS > h6 > span.C_LOADER_16X11
{
	display: block;
	margin: 20px auto 20px auto;
}
#frame_pictures.C_TOOLS > h6 > #picture_description
{
	color: #FFFFFF;
	display: block;
	max-height: 150px;
	overflow: auto;
	white-space: normal;
}
#frame_pictures.C_TOOLS > h6> hr
{
	display: block;
	height: 1px;
	border-bottom: 0px;
	border-top: 1px solid RGBA(255,255,255,0.5);
	padding: 0px;
	margin: 8px 0px 8px 0px;
}
#frame_pictures.C_TOOLS > h6 > div.C_COMMANDS span
{
	xmargin: 0px 0px 0px 10px;
}
#frame_pictures.C_TOOLS div.C_COMMANDS span
{
x	border: 1px solid #FFFFFF;
x	background-color: #000000;
x	padding: 4px;
x	color: #FFFFFF;
x	-webkit-border-radius: 6px;
x	-moz-border-radius: 6px;
x	-ms-border-radius: 6px;
x	-o-border-radius: 6px;
x	border-radius: 6px;
x	display: inline-block;
x	cursor: pointer;
}

#frame_pictures div.C_PICTURE
{
	display: inline-block;
	text-align: center;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
#frame_pictures div.C_PICTURE > div
{
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}

#frame_pictures div.C_PICTURE > div > img
{
x	-webkit-transition: 1s ease-in-out;
x	-moz-transition: 1s ease-in-out;
x	-ms-transition: 1s ease-in-out;	
x	-o-transition: 1s ease-in-out;
x	transition: 1s ease-in-out;
}
#frame_pictures div.C_PICTURE > div > img.C_ZOOM
{
x	-webkit-transform: scale(2);
x	-moz-transform: scale(2);
x	-ms-transform: scale(2);
x	-o-transform: scale(2);
x	transform: scale(2);
}

