@charset "utf-8";
html, body {
	overflow: hidden;
	font: 13px Arial, Helvetica, sans-serif;
	color: #111;
}
/* CSS Document */
* {
	padding:0;
	margin:0;
	outline: none; 
}
img {
	border-style: none;
}
p {
	line-height: 130%;
	margin-bottom: 1.3em;
}
.s_round {
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}
.m_round {
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}
.b_round {
	-moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px;
}
.clear {
	clear:both;
	height: 0px;
	overflow: hidden;
}
a, a:active, a:visited, a:link {
	color:#005695;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
.done {
	background: url(../images/bkg.png) no-repeat -51px -202px;
	padding-left: 18px;
	color: #666;
}
.done strong {
	color: #333;
}

input[type=text], input[type=password], textarea, select {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:white url(../images/textbox-bg.png) repeat-x top center;
	border-color:#727272 #B4B4B4 #DADADA;
	border-style:solid;
	border-width:1px;
	padding:4px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
table {
	border-style: none;
	border-spacing:0;
}
td {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: inside;
}

a.btn, a.btn:visited {
	background: #2582A0 url(../images/bkg.png) repeat-x left -531px;
	display: inline-block;
	padding: 4px 6px 5px;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
	position: relative;
	cursor: pointer;
	color:#FFF;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
	border: 1px solid #1c5868;
}
a.btn em {
	color:#777;
	font-style: normal;
}
a.btn:active  {
	background-position: left -574px;
}
a.btn.norm, a.btn.norm:visited {
	font-weight:normal;
}
a.btn.imp, a.btn.imp:visited {
	border: 1px solid #973511;
	background-color: #DD4A20;
}
a.btn.imp strong {
	color:#FFF;
}
a.btn.gray, a.btn.gray:visited {
	background-position: left -667px;
	background-color: #EFEFEF;
	border-top: 1px solid #CDCDCD;
	border-right: 1px solid #B5B5B5;
	border-bottom: 1px solid #B5B5B5;
	border-left: 1px solid #CDCDCD;
	color:#222;
	text-shadow: 0 -1px 1px rgba(255,255,255,1);
}
a.btn.gray:active  {
	background-position: left -710px;
}
a.btn.gray:hover  {
	color:#000;
	border-color:#AAA;
}
a.btn.small {
	font-weight:normal;
	font-size:11px;
}
a.btn.smaller {
	font-weight:normal;
	font-size:11px;
	padding: 3px 6px 4px;
}
a.btn.prev, a.btn.next {
	font-size:20px;
	padding: 0px 8px 3px;
	color:#777 !important;
}
a.btn.prev:hover, a.btn.next:hover {
	color:#222 !important;
}
a.btn span {
	float:left;
	background: url(../images/bkg.png) no-repeat;
	margin-right:3px;
	width:12px;
	height:12px;
}
a.btn span.add {
	background-position: -18px -155px;
}
a.btn.gray span.add {
	background-position: -48px -155px;
}
a.btn.imp span.add {
	background-position: -18px -155px;
}
a.btn span.comment {
	background-position: -37px -65px;
}
a.btn span.remove {
	background-position: -33px -155px;
}
a.btn span.subscribe {
	background-position: -20px top;
	margin-right:5px;
}
#w_container {
	overflow: hidden;
	position: absolute;
	height: 100%;
	width: 100%;
	left: -1px;
	top: 0px;
	background: #c6dce2;
}
#w_container.w_scroll {
	overflow: auto;
	background: #c8dde2;
}
#darken {
	background: #000;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 12;
	opacity:.75;
	filter:alpha(opacity='75');
	-moz-opacity: 0.75;
}
#overlay {
	height: 100%;
	width: 100%;
	z-index: 13;
	position: absolute;
	table-layout:fixed;
}
#overlay .over_close {
	background: url(../images/scroll_controls.png) no-repeat left bottom;
	height: 20px;
	width: 20px;
	position: absolute;
	top: 15px;
	right: 15px;
}

#overlay .controls {
	background: url(../images/scroll_controls.png) no-repeat left top;
	height: 73px;
	width: 71px;
	position: absolute;
	left: 15px;
	margin-top: -36px;
	top: 50%;
	opacity:.5;
	filter:alpha(opacity='50');
	-moz-opacity: 0.5;
}
#overlay .controls:hover {
	opacity:.9;
	filter:alpha(opacity='90');
	-moz-opacity: 0.9;
}
#overlay #next {
	background-position: left -75px;
	left:auto;
	right:15px;
}


#overlay .curr_thumb {
	position: absolute;
	height: 50px;
	width: 75px;
	left: 50%;
	z-index: 15;
	margin-top: -3px;
	margin-left: -38px;
	border: 2px solid #09F;
	padding: 1px;
}

#overlay td.conts   {
	text-align: center;
	vertical-align: middle;
	height: auto;
	width: 100%;
	min-height: 100%;
	position: relative;
}
#overlay .preview  {
	border: 3px solid #111;
	margin-top: -40px;
}
#overlay .scroller  {
	height: 57px;
	position: absolute;
	background: #000;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 100;
	padding-top: 7px;
}
#overlay #thumb_source {
	position: absolute;
	left: 15px;
	top: 0px;
	margin-top: -18px;
	font-size: 11px;
	color: #888;
}
#overlay #thumb_source a {
	color: #BBB;
}

#overlay #thumbs  {
	position: absolute;
	left: 0;
}
#overlay #thumbs img  {
	float: left;
	margin-right: 5px;
	margin-bottom: 7px;
}
#h_subscribe {
	position: absolute;
	width: 300px;
	left: 300px;
	top: 35px;
	z-index: 6;
	display: none;
	padding: 10px;
	border: 5px solid #73AAB8;
	background: #FFF;
}
#h_subscribe h2 {
	font-size: 14px;
	margin-bottom: 10px;
}
#h_subscribe p {
	font-size: 11px;
	color: #333;
}


#f_tooltip {
	margin: 10px;
	padding: 5px;
	width: 100px;
	position: absolute;
	display: none;
	border: 1px solid #cfcfcf;
	text-align: center;
	z-index: 9999;
	font-size: 0.8em;
	color: #111111;
}



#sys_msg {
	line-height: 34px;
	height: 34px;
	border-bottom: 1px solid #CCC;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background: #FFF url(../images/grad.png) repeat-x left bottom;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 10;
	display: none;
}
#sys_msg .success {
	background: url(../images/bkg.png) no-repeat -20px -349px;
	padding-left: 20px;
}
.c_loading {
	font-weight: bold;
	color: #000;
	background: #fff1a8;
	position: absolute;
	line-height: 25px;
	padding-right: 10px;
	padding-left: 10px;
	right: 20px;
	z-index: 5;
	top: 68px;
	display: none;
}
#container {
	position: absolute;
	width: 100%;
	top: 0px;
	bottom: 0px;
}
#notify {
	position: absolute;
	width: 54%;
	left: 0px;
	top: 0px;
	bottom: 0px;
}
#l_collapse  {
	position:absolute;
	top:11px;
	right: 6px;
	width:19px;
	height:20px;
	background: url(../images/bkg.png) no-repeat 5px -401px;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}
#l_collapse:hover  {
	background-color: #2d7589;
	cursor:pointer;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
#nav.collapsed #l_collapse {
	background-position: -18px -401px;
}
#l_collapse:hover span {
	display: block;
}
#paneDelimeter {
	width: 15px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	cursor:e-resize;
	background: url(../images/delimeter.png) repeat-y left top;
}
#nav {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 200px;
	z-index: 5;
	background: #4796aa url(../images/nav_bkg.png) repeat-x left top;
}
#nav.collapsed {
	-moz-box-shadow: 1px 0px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px 0px 3px rgba(0,0,0,0.4);
}
#flipper {
	height: 54px;
	width: 17px;
	position: absolute;
	background: #4796AA url(../images/bkg.png) no-repeat -19px -383px;
	top: 6px;
	border-top-right-radius: 5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	left: 0px;
	z-index: 4;
	cursor:pointer;
}
#nav .logo {
	float: left;
	text-decoration: none;
}
#nav .search {
	height: 25px;
	margin-right: 10px;
	margin-left: 10px;
	background: #FFF;
	padding-left: 5px;
	margin-bottom: 10px;
	clear: both;
}
#nav .search .search_field {
	font-size: 11px;
	font-weight: normal;
	color: #999;
	background: transparent url(../images/bkg.png) no-repeat right -249px;
	border-style: none;
	padding: 5px 0px;
	width: 100%;
}
#nav .search .submit {
	display: none;
}




#nav ul {
	margin-bottom: 10px;
}

#nav li {
	line-height: 20px;
	height: 20px;
	list-style: none;
	overflow: hidden;
}
#nav li:hover {
	color: #FFF;
	background: url(../images/bkg.png) repeat-x left -820px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

#nav li.active, #nav li.active a {
	color: #FFF;
	background: #2B6C80;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}


#nav li a {
	display: block;
	line-height: 20px;
	height: 20px;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.3);
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#nav li a span {
	height: 12px;
	width: 13px;
	float: left;
	background: url(../images/bkg.png) no-repeat left top;
	margin-top: 5px;
	margin-right: 5px;
}
#nav span.home {
	background-position:-14px -22px;
}
#nav span.discuss {
	background-position:-14px -52px;
}
#nav span.dm {
	background-position:-14px -37px;
}
#nav span.later {
	background-position:-14px -68px;
}
#nav span.browse {
	background-position:-15px -83px;
}
#nav span.subscribe {
	background-position:-13px -97px;
}
#nav span.rss {
	background-position:-33px -96px;
}
#nav span.fb {
	background-position:-33px -22px;
}
#nav span.tw {
	background-position:-33px -38px;
}
#nav span.p {
	background-position:-33px -53px;
}
#nav span.f {
	background-position:-33px -83px;
}
#nav span.l {
	background-position:-33px -69px;
}
#nav span.features {
	background-position:-44px -190px;
}
#nav span.switch {
	background-position:-61px -190px;
}
#nav span.likes {
	background-position:-27px -308px;
}
#nav span.reshares {
	background-position:-12px -308px;
}
#nav span.geo {
	background-position:-40px -308px;
}
#nav li em {
	float: right;
	background: #2B6C80;
	margin-top: 3px;
	margin-right: 10px;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	height: 15px;
	font-style: normal;
	color: #FFF;
	padding: 0px 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#nav li em.active {
	background:#DD4A20;
}
#nav li.active em {
	display:none;
}
#nav .disc {
	background: url(../images/bkg.png) repeat-x left -820px;
	border-top: 1px solid #3F8596;
	border-bottom: 1px solid #3F8596;
	padding: 5px 0px;
}
#nav .disc li a, #nav .disc li a:hover, #nav .disc li:hover {
	font-weight: normal;
	color: #FFF;
	background-image:none;
}
#nav .disc li a:hover {
	text-decoration:underline;
}
#nav #system .opt {
	float: right;
	height: 12px;
	width: 12px;
	background: url(../images/bkg.png) no-repeat -50px -22px;
	margin: 5px 10px 0px 0px;
	padding: 0px;
}
#nav #system .opt:hover {
	background-position: -50px -38px;
}
#nav #system .opt.active {
	background-position: -66px -22px;
}
#nav #system .opt.active:hover {
	background-position: -66px -38px;
}
#nav .nav_title {
	font-size: 11px;
	line-height: 26px;
	font-weight: normal;
	color: #FFF;
	height: 24px;
	text-transform: uppercase;
	padding-left: 10px;
	background: url(../images/bkg.png) repeat-x left -820px;
	border-bottom: 1px solid #3F8596;
	border-top: 1px solid #3F8596;
}
#nav .l_newStream {
	font-size: 11px;
	font-weight: bold;
	float: right;
	text-transform: lowercase;
	color: #FFF;
	text-decoration: none;
	background: #DD4A20 url(../images/bkg.png) repeat-x left -531px;
	line-height: 18px;
	height: 18px;
	margin-top: 3px;
	padding-right: 4px;
	padding-left: 4px;
	margin-right: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#nav .l_newStream span {
	background: url(../images/bkg.png) no-repeat -50px -21px;
	height: 13px;
	width: 13px;
	float: left;
	margin-top: 3px;
}
#nav .l_newStream:hover span {
	background-position:-50px -37px;
}
#t_streams li a {
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	text-shadow:none;
}
#t_streams li.active a {
	font-weight: bold;
	color: #FFF;
}
#nav li u{
	background: url(../images/bkg.png) no-repeat -51px -54px;
	position: absolute;
	right: 0px;
	height: 16px;
	width: 8px;
	margin-top: 2px;
	display: none;
}
#nav li.active u {
	display: block;
}
#nav li i {
	background: url(../images/bkg.png) no-repeat -29px -207px;
	position: absolute;
	height: 10px;
	width: 10px;
	margin-top: 6px;
	display:none;
}
#nav li:hover i {
	display:block;
	cursor:s-resize;
}
#nav_profile {
	height: 25px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 4px 10px 6px;
	border-top: 1px solid #3F8596;
	background: url(../images/bkg.png) repeat-x left -820px;
	z-index: 8888;
}
#nav_profile .avatar img {
	float: left;
	height: 27px;
	width: 27px;
	margin-right: 5px;
	margin-top: 1px;
}
#nav_profile p {
	line-height: 14px;
	margin: 0px;
	font-size: 11px;
	color: #54A4B8;
}
#nav_profile .title {
	font-size: 12px;
	font-weight: bold;
}
#nav_profile a {
	color: #FFF;
	text-decoration: none;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
#nav_profile a:hover {
	text-decoration: underline;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

#nav_profile .title a {
	text-shadow: 0 -1px 1px rgba(0,0,0,0.3);
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
#nav .unregged {
	background: #2d7589;
	padding: 10px;
	color: #C8E2E8;
	font-size: 12px;
	margin-bottom: 15px;
}
#nav .unregged p {
	margin-bottom: 10px;
}

#nav .unregged h2 {
	font-size: 18px;
	color: #FFF;
	border-bottom: 1px dashed #6896A4;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-right: -10px;
	margin-left: -10px;
	padding-right: 10px;
	padding-left: 10px;
}
#nav .unregged a {
	font-weight: bold;
	color: #FFF;
	display: block;
	text-align: center;
}
#nav .nav_btn {
	height: 42px;
	width: 180px;
	background: url(../images/home_btn.png) no-repeat left -98px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 18px;
	color: #373118;
	text-decoration: none;
	line-height: 40px;
	letter-spacing: -0.02em;
}
#nav .nav_btn:hover {
	color: #000;
}
#nav .search_btn {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 10px;
	height: 25px;
}
#nav .w_opt.active {
	background: #2D7589;
	padding-bottom: 5px;
}
#nav .w_opt.active li a {
	color: #FFF;
	background: #2D7589;
}

#nav .w_opt p {
	margin: 0px;
	line-height: 18px;
	display: none;
}
#nav .w_opt.active p {
	display: block;
}

#nav .w_opt select {
	font-size: 13px;
	margin: 5px 0px 5px 10px;
	padding: 1px;
	width: 180px;
}



#subscribe {
	position: absolute;
	background: #2D7589;
	font-size: 11px;
	color: #D6E9ED;
	padding: 9px;
	line-height: 110%;
	width: 300px;
	margin-top: -13px;
	border: 1px solid #255F70;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	left: 10px;
	display: none;
	z-index: 6;
}
#subscribe a.btn {
	border: 1px solid #255F70;
}

#subscribe em {
	color: #8EC1CE;
}
#subscribe a.import {
	font-weight: bold;
	color: #FFF;
}


#subscribe p {
	margin-bottom: 5px;
}
#subscribe input {
	width: 180px;
	font-size: 13px;
	color: #333;
	padding: 3px;
	border: 1px solid #255F70;
}

























#left_pane {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 200px;
	right: 15px;
	background: #FFF;
}
#right_pane {
	position: absolute;
	right: 0px;
	left: 54%;
	top: 0px;
	bottom: 0px;
	background: #FFF;
}

#right_pane .content {
	padding: 15px 10px 10px;
}
#right_pane .content p, #right_pane .content h2, #right_pane .content h1, #right_pane .content ul, #right_pane .content quote  {
	max-width:650px;
}
#container .sub_header {
	line-height: 39px;
	height: 39px;
	padding: 0px 10px;
	z-index: 3;
	position: relative;
	border-bottom: 1px solid #CCC;
	background: #FFF url(../images/bkg.png) repeat-x left -455px;
}
#container .sub_header.closed {
	padding-left:25px;
}
#container .sub_header.bottom {
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	margin: 0px;
	border-top: 1px solid #CCC;
	border-bottom: none;
	background-position: left -493px;
	height: 35px;
}
#container .sub_header.head {
	height:60px;
	background-position:left -427px;
	padding-top: 7px;
	padding-bottom: 0px;
}
.sub_header .item_ctrl {
	float: right;
	color: #666;
}
.sub_header .i_actor {
	float: left;
	height: 29px;
	line-height: 14px;
	font-weight: bold;
	padding: 6px 10px 4px;
	position: relative;
	border-right: 1px solid #CCC;
	margin-left: -10px;
	margin-right: 10px;
}
.sub_header .i_actor.small {
	padding-right: 18px;
}

.sub_header .i_actor a {
	color: #2e333e;
	text-decoration: none;
}

.sub_header .i_actor:hover {
	background: #EFEFEF;
}
.sub_header .i_actor .avatar {
	height: 25px;
	width: 25px;
	float: left;
	margin-right: 5px;
	padding: 0px;
	background-color:#FFF;
	margin-top: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
}
.sub_header .i_actor span{
	display: block;
	font-size: 11px;
	color: #888;
	font-weight: normal;
	white-space: nowrap;
}
.sub_header .i_actor em {
	background: url(../images/bkg.png) no-repeat left -188px;
	height: 13px;
	width: 13px;
	position: absolute;
	right: 5px;
	top: 12px;
}
.sub_header .i_actor em:hover {
	background-position: -13px -188px;
	cursor:pointer;
}
.sub_header .i_actor em.active {
	background-position: -26px -188px;
}
.sub_header .is_pr {
	height: 16px;
	width: 17px;
	position: absolute;
	background: url(../images/bkg.png) no-repeat left -364px;
	margin-left: -4px;
	margin-top: 16px;
	left: 0px;
}

.sub_header .delimeter {
	background: url(../images/bkg.png) no-repeat -65px -274px;
	float: left;
	height: 13px;
	line-height: 13px;
	width: 12px;
	margin-top: 13px;
	margin-right: 5px;
	margin-bottom: 0px;
}
.sub_header .i_actor .drop {
	background: #FFF;
	position: absolute;
	top: 40px;
	left: 10px;
	display: none;
}
.sub_header .dev {
	float: left;
	height: 25px;
	width: 0px;
	border-right: 1px solid #fbfbfb;
	border-left: 1px solid #d3d3d3;
	margin: 8px 0px 0px 5px;
}
.sub_header .w_m {
	margin-right: 5px;
	margin-left: 5px;
}
.sub_header .avatar  {
	float: left;
	height: 25px;
	width: 25px;
	margin-top: 6px;
	margin-right: 5px;
	background: #EBEFF9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.sub_header h2, .sub_header h1 {
	font-size: 18px;
	text-shadow: 0 1px 1px rgba(255,255,255,1);
	color: #000;
}
.sub_header .share_avatar {
	width: 54px;
	vertical-align: top;
}
.sub_header .share_avatar img {
	padding: 1px;
	border: 1px solid #CCC;
	background: #FFF;
	height: 50px;
	width: 50px;
}
.sub_header .share_field {
	vertical-align: top;
	padding: 5px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #FFF;
}
.sub_header .share_field textarea {
	height: 42px;
	width: 100%;
	padding: 0px;
	border-style: none;
	background-image: none;
	color: #AAA;
	overflow: auto;
	overflow-x:hidden;
}
#quickshare_menu {
	background: #EFEFEF;
	position: absolute;
	top: 67px;
	left: 0px;
	right: 0px;
	height: 35px;
	z-index: 4;
	border-bottom: 1px solid #CCC;
	font-size: 11px;
	line-height: 35px;
	padding-right: 10px;
	padding-left: 10px;
	color: #999;
	display: none;
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
}
#quickshare_menu .btn {
	float: right;
	margin-left: 5px;
	margin-top: 5px;
}

#quickshare_menu #quick_counter {
	position: absolute;
	height: 50px;
	width: 50px;
	background: #666;
	text-align: center;
	color: #FFF;
	top: -58px;
	left: 12px;
	font: bold 24px/50px Georgia, "Times New Roman", Times, serif;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity: 0.75;
}
#quickshare_menu #quick_counter.closed {
	left: 27px;
}
#quickshare_menu .switch {
	float:left;
	color:#888;
	margin-right:5px;
}
#quickshare_menu .l_show_share {
	height: 16px;
	width: 16px;
	background: url(../images/bkg.png) no-repeat;
	float: left;
	margin-right: 3px;
	margin-top: 9px;
	position: relative;
	color: #FFF;
	text-decoration: none;
	padding: 2px;
}
#quickshare_menu .l_show_share span {
	position: absolute;
	left: 0px;
	top: -25px;
	background: url(../images/bkg.png) no-repeat left -797px;
	line-height: 17px;
	color: #FFF;
	text-decoration: none;
	height: 23px;
	padding-right: 5px;
	padding-left: 5px;
	width: auto;
	white-space: nowrap;
	display:none;
}
#quickshare_menu .l_show_share:hover span{
	display:block;
}
#quickshare_menu .status {
	background-position: 1px -744px;
}
#quickshare_menu .photos {
	background-position: 1px -773px;
}
#quickshare_menu .video {
	background-position: -30px -773px;
}
#quickshare_menu .link {
	background-position: -30px -744px;
}
#quickshare_menu .article {
	background-position: -58px -744px;
}
.sub_header .profile {
	vertical-align: top;
}

.sub_header .profile h1 {
	font-size: 20px;
	line-height: 24px;
	padding-left: 10px;
	margin-bottom: 6px;
}
.sub_header .profile h1 .geo {
	float:right;
	width:16px;
	height:16px;
	background:url(../images/bkg.png) no-repeat left -222px;
	margin-top:2px;
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
}
.sub_header .profile h1 .geo:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
.sub_header .profile p {
	margin: 0px;
	padding-left: 10px;
}
.sub_header .profile p .p_options {
	float: right;
}
.sub_header .profile .options {
	color: #2B6C80;
	background: url(../images/bkg.png) no-repeat right -169px;
	padding-right: 13px;
	position:relative;
	cursor:pointer;
}
.sub_header .profile .drop {
	right:auto;
	left:0;
	top:20px;
	position:absolute;
}
.stream_ctrl {
	float: left;
	height:25px;
}
.stream_ctrl a {
	font-size: 11px;
	line-height: 23px;
	height: 23px;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
	font-weight: bold;
	float: left;
	color: #444;
}
.stream_ctrl a:hover {
	text-decoration:underline;
}
.stream_ctrl a.active {
	color: #FFF;
	background: #666 url(../images/bkg.png) repeat-x left -531px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration:none;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
}
.stream_ctrl a.likes {
	padding:2px 5px;
	margin-top:-2px;
}
.stream_ctrl a.likes:hover {
	background: #397b8d;
}
.stream_ctrl a.likes span {
	font-size:18px;
}
.sub_header .stream_ctrl {
	float: right;
	margin-top:8px;
}
.sub_header.bottom .stream_ctrl {
	margin-top:7px;
}
.sub_header .del {
	height: 18px;
	border-right: 1px solid #FFF;
	border-left: 1px solid #d3d3d3;
	float: left;
	width: 0px;
	margin: 2px 5px 0px;
}
#container .content  {
	position: absolute;
	top: 68px;
	bottom: 36px;
	overflow: auto;
	left: 0px;
	right: 0px;
}
#container #left_pane .content  {
	top: 68px;
}
.list {
	height: 36px;
	border-bottom: 1px solid #DDD;
	color: #888;
	overflow: hidden;
	padding: 6px 0px 6px 10px;
}
.list:hover {
	background: #EFEFEF;
	cursor:pointer;
	color: #666;
}
.list.active {
	background: #4796AA url(../images/bkg.png) repeat-x left -900px;
}
.list.active .avatar, .list.active .thumb {
	border: 1px solid #79A6B5;
}
.list.active .info h2, .list.active .time a,.list.active.update .info {
	color:#000;
}
 .list.active .info {
	color:#333;
}
.list u {
	text-decoration: none;
	background: url(../images/bkg.png) no-repeat -26px -224px;
	height: 11px;
	width: 11px;
	position: absolute;
	margin-top: 26px;
	left: 36px;
}
.list .play {
	background: url(../images/play.png) no-repeat left top;
	height: 29px;
	width: 29px;
	position: absolute;
	left: 62px;
	margin-top: 4px;
}
.is_profile .list .play {
	left: 36px;
}
.list .avatar {
	height: 32px;
	width: 32px;
	background: #FFF;
	float: left;
	margin-right: 6px;
	margin-top: 1px;
	border: 1px solid #CCC;
}
.list .favicon {
	height: 16px;
	width: 16px;
	padding: 8px;
}


.list .thumb {
	height: 32px;
	width: 50px;
	background: #FFF;
	float: left;
	margin: 1px 6px 10px 0px;
	border: 1px solid #CCC;
}
.list .info {
	line-height: 19px;
	height: 38px;
	overflow: hidden;
	padding-right: 10px;
	margin-bottom: 2px;
	font-size: 13px;
}
.list .info h2 {
	font-size: 14px;
	color: #111;
	display: inline;
	font-weight: normal;
}
.list.update .info    {
	color: #111;
	font-size: 14px;
}
.list.gall {
	background-image: url(none);
	padding: 5px;
	height: auto;
	width: 124px;
	float: left;
	border-style: none;
	margin-top: 5px;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-right: 5px;
}

.list.gall .thumb {
	width: 120px;
	float: none;
	margin: 0px;
	height: 90px;
}
.list.gall .info , .list.gall h2{
	font-size: 11px;
	float: none;
}
.list.gall .info {
	height: 26px;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 3px;
	padding-bottom: 3px;
	overflow: hidden;
}
.list.gall .play {
	top: 30px;
	left: 50px;
}
.list .time {
	color: #888;
	padding-right: 10px;
	float: right;
	padding-left: 10px;
	line-height: 18px;
	min-width: 60px;
	font-size: 11px;
	text-transform: uppercase;
}
.list.active .time {
	color:#666;
}
.list .time strong {
	color: #444;
	padding: 1px 4px 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size:10px;
	background: #DDD url(../images/bkg.png) repeat-x left -820px;
}
.list:hover .time strong {
	background-color:#CCC;
	color:#444;
}
.list.active .time strong, .list .time strong.active {
	background-color:#069;
	color:#FFF;
}
a.show_more_link {
	font-size: 16px;
	line-height: 34px;
	font-weight: bold;
	text-align: center;
	height: 34px;
	border-top: 1px solid #DDD;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	border-left: 1px solid #DDD;
	background: url(../images/bkg.png) repeat-x left -461px;
	display: block;
	text-decoration: none;
}
.show_more_link.active, .show_more_link.active:hover {
	background:#FFF;
	border-color:#FFF;
}
#left_pane .show_more_link {
	margin:10px;
}
.show_more_link:hover {
	border-top: 1px solid #BBB;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #BBB;
	cursor:pointer;
	color: #333;
}
.show_more_link .b, .show_more_link.active .a {display:none;}
.show_more_link.active .b {
	display:block;
	background: url(../images/show_more.gif) no-repeat center;
	margin: 7px auto 0px;
	height: 20px;
	width: 30px;
	
}
.p_header {
	border-top: 12px solid #999;
	padding: 10px 10px 0px;
	position: relative;
	background: #FFF url(../images/disc_bkg.png) repeat-x left bottom;
	border-bottom: 1px solid #CCC;
}
.p_header .arrow {
	background: url(../images/bkg.png) no-repeat right -96px;
	position: absolute;
	height: 9px;
	width: 17px;
	top: 0px;
	margin-top: -9px;
	left: 30px;
}
.p_header h2 {
	font-size: 14px;
}
.p_header .sub_p {
	font-size: 11px;
	color: #888;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.p_header p strong {
	color: #000;
}
.p_header p {
	color: #444;
	font-size: 12px;
	margin-bottom: 10px;
}
.services {
	line-height: 16px;
	height: 16px;
}
.services img {
	height: 16px;
	width: 16px;
	margin-right: 3px;
	vertical-align: middle;
}
.p_header .fillers {
	border-top: 1px dotted #CCC;
	padding: 10px;
	height: 27px;
	margin-right: -10px;
	margin-left: -10px;
}
.p_header .fillers span {
	float: right;
}
.p_header .fillers span a.w_numbers {
	padding-right: 0px;
	padding-left: 15px;
}


.p_header .fillers a.w_numbers {
	text-align: center;
	float: left;
	text-decoration: none;
	font-size: 11px;
	line-height: 14px;
	padding-right: 15px;
	margin-top: 1px;
}
.p_header .fillers a.w_numbers:hover {
	color: #003A59;
}

.p_header .fillers a.active {
	color: #666;
}
.p_header .fillers a.active strong {
	color: #000;
}


.p_header .fillers a.w_numbers strong {
	display: block;
	font-size: 18px;
}
.p_header .fillers .moderator img {
	float: left;
	height: 27px;
	width: 27px;
	margin-right: 5px;
	border: 1px solid #CCC;
	background: #FFF;
	margin-top: -1px;
}
.p_header .fillers .moderator  {
	text-align: left;
	float: left;
	font-size: 11px;
	text-decoration: none;
	white-space: nowrap;
	color: #888;
	line-height: 14px;
}
.p_header .fillers .moderator strong {
	display: block;
	font-size: 13px;
	color: #000;
}










.drop  {
	position: absolute;
	background: #FFF;
	border: 1px solid #CCC;
	padding: 2px;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	right: 0px;
	display: none;
	top: 22px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.drop a  {
	line-height: 25px;
	display: block;
	padding-right: 20px;
	padding-left: 6px;
	white-space: nowrap;
	line-height:21px;
	font-size: 13px;
	font-weight:normal;
	color:#006093 !important;
	text-transform: capitalize;
	text-decoration: none;
	
}
.drop a:hover {
	background: #0080C4;
	color: #FFF !important;
	text-decoration:none !important;
}
.drop .lim {
	line-height: 0px;
	margin: 3px 0px;
	height: 0px;
	border-top: 1px dotted #ddd;
	display:block;
}
.content .attachment {
	border-top: 1px dotted #CCC;
	padding: 15px 10px 0px 15px;
	margin: 0px -10px 15px -15px;
}
.content .attachment span {
	font-size: 10px;
	background: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	color: #999;
	position: absolute;
	margin-top: -23px;
	padding: 0px 5px;
}
.cont_switch {
	height:33px;
	line-height:33px;
	background: url(../images/bkg.png) repeat-x left -461px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin:0 -10px 10px;
	padding:0 10px;
}
.cont_switch a {
	height: 23px;
	line-height:23px;
	padding:0;
	color: #444;
	float:left;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255,255,255,1);
	margin-top:5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-right: 10px;
}
.cont_switch a:hover {
	text-decoration:underline;
	color:#333;
}
.cont_switch a.active {
	background: #666 url(../images/bkg.png) repeat-x left -531px;
	color: #FFF;
	text-decoration:none;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
	padding: 0px 10px;
}
.cont_switch .dev {
	height: 23px;
	border-right: 1px solid #FFF;
	border-left: 1px solid #CCC;
	float: left;
	margin: 5px 10px 0px 0px;
}

.post_content {
	line-height: 135%;
}
.post_content h1, .post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content p, .post_content blockquote {
	claer:both;
}
#right_pane .post_content h1, #right_pane .post_content h2, #right_pane .post_content h3, #right_pane .post_content h4, #right_pane .post_content h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing:-0.03em;
	max-width:100%;
}
.post_content h1 {
	margin-bottom: 15px;
	margin-top: -7px;
	font: 28px/32px Georgia, "Times New Roman", Times, serif;
}
.post_content h1 a {
	text-decoration: none;
	color: #000;
}
.post_content h1.update {
	font-weight:normal;
	font: 24px/28px Georgia, "Times New Roman", Times, serif;
}
.post_content h1.update a {
	color:#005695;
	text-decoration:underline;
}
.post_content h1 a:hover {
	color: #005695;
	text-decoration: none;
	border-style: none;
}
.post_content h2 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 1em;
}
.post_content h3     {
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
	margin-bottom: 1em;
}
.post_content h4 {
	font-size: 14px;
	margin-bottom: 1em;
}
.post_content h5 {
	font-size: 11px;
	margin-bottom: 1em;
}
.post_content hr {
	margin-bottom:1em;
}
.post_content p {
	line-height: 135%;
}
.post_content blockquote {
	border-left: 5px solid #CCC;
	padding-left: 10px;
	color: #555;
}
.post_content img {
	max-width: 97%;
}
.post_content p img {
	margin: 0px 10px 10px;
}
#right_pane .post_content .p_source {
	font-size:11px;
	color:#999;
	text-transform:uppercase;
	margin:-15px -10px 15px;
	padding:10px 10px 5px;
	border-bottom: 1px solid #CCC;
	max-width:100%;
	background: url(../images/disc_bkg.png) repeat-x left bottom;
	text-shadow: 0 1px 1px rgba(255,255,255,1);
}
.post_content .p_source a {
	text-decoration:none;
	color:#777;
}
.post_content .p_source a:hover {
	text-decoration:underline;
}
.post_content .p_source strong {
	font-weight:normal;
	color:#777;
}
.post_content .p_source .like_icon {
	float:left;
	width:13px;
	height:13px;
	background:url(../images/bkg.png) no-repeat left -156px;
	margin:1px 5px 0 0;
}
.post_content .p_source em {
	font-style:normal;
}
.post_content .p_source .p_date {
	float:right;
	color:#888;
	background: url(../images/bkg.png) no-repeat right -172px;
	padding-right: 15px;
	curson:pointer;
}
#right_pane .content .p_comm, #right_pane .content .p_comm .comment, #right_pane .content .comm_controls {
	max-width:100%;
}  
.p_comm {
	margin-right: -10px;
	margin-left: -10px;
	clear: both;
	padding: 0px 10px 10px 15px;
	background: url(../images/comm_bkg.png) no-repeat left bottom;
}
.p_comm .avatar {
	float: left;
	position: relative;
}
.p_comm .avatar img {
	width:27px;
	height:27px;
}
.p_comm .avatar u {
	background: url(../images/bkg.png) no-repeat -37px -225px;
	height: 9px;
	width: 9px;
	position: absolute;
	top: 29px;
	right: -2px;
}


.p_comm .avatar img {
	height: 32px;
	width: 32px;
	border: 1px solid #CCC;
	margin: 3px 0px 0px;
}
.p_comm .comment {
	min-height:36px;
	margin-left:42px;
}
.p_comm .comment p {
	margin-bottom: 10px;
	color: #111;
	line-height: 16px;
}
.p_comm .comment .info {
	float: right;
	color: #888;
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 5px;
}
.p_comm .comment .info .origin {
	float: right;
	margin-left:5px;
}

.p_comm .c_author {
	color: #888;
	font-weight: bold;
	text-decoration: none;
}
.p_comm .c_author:hover {
	text-decoration:underline;
	color:#111;
}
.p_comm .comm_controls {
	margin-top:-7px;
}
.p_comm .btn {
	opacity:.50;
	filter:alpha(opacity='50');
	-moz-opacity: 0.50;
}
.p_comm:hover .btn {
	opacity:1;
	filter:alpha(opacity='100');
	-moz-opacity: 1;
}
.p_comm .l_comm_publish, .p_comm .l_comm_cancel {
	opacity:1;
	filter:alpha(opacity='100');
	-moz-opacity: 1;
}
.p_comm.lets {
	background: #EFEFEF;
	border: 1px solid #CCC;
	font-style: italic;
	margin: -3px -4px 0px;
	padding: 4px 10px 4px 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #888;
}
.p_comm.lets:hover {
	color:#666;
	border-color: #BBB;
	cursor:pointer;
}
.p_comm.lets .avatar {
	opacity:.50;
	filter:alpha(opacity='50');
	-moz-opacity: 0.50;
	margin-top: -2px;
}
.p_comm.lets:hover .avatar {
	opacity:1;
	filter:alpha(opacity='100');
	-moz-opacity: 1;
}
.p_comm .comm_field {
	font-size: 13px;
	background: #FFF;
	padding: 0px;
	border-style: none;
	height: 75px;
	width: 100%;
	margin-bottom: 10px;
}
.u_origination {
	margin-bottom: 10px;
	padding-top: 10px;
	border-top: 1px dotted #CCC;
}
.u_origination .u_actor {
	white-space: nowrap;
}
.u_origination .u_actor .avatar img {
	width:50px;
	height:50px;
	float:left;
	margin-right:10px;
	border:1px solid #CCC;
	margin-top:2px;
}
.u_origination .u_actor p {
	margin:0;
	font-size:11px;
	color:#888;
}
.u_origination .u_actor a {
	color:#666;
	text-decoration:none;
}
.u_origination .u_actor .title {
	font-size:14px;
	font-weight:bold;
}
.u_origination .u_actor .title a {
	color:#000;
	text-decoration:none;
}
.u_origination .u_actor .btn {
	margin-top:2px;
}
.u_origination .u_info span {
	font-size:11px;
	text-transform:uppercase;
	color:#888;
	background: url(../images/bkg.png) no-repeat right -172px;
	padding-right: 16px;
	cursor:pointer;
}


.expander {
	height: 180px;
}
.s_info {
	border-bottom: 1px dashed #CCC;
	margin: -15px -10px 15px;
	padding: 15px 10px 10px;
	min-height: 52px;
}
.s_info:hover {
	background-color:#F3F3F3
}
.s_info .done {
	margin-right: 5px;
	font-weight: normal;
	color: #888;
}
.s_info h3 {
	font-size: 15px;
	padding-left: 60px;
	color: #000;
	margin-bottom: 5px;
}
.s_info h3 em {
	font-style: normal;
	color: #888;
	font-weight: normal;
	font-size: 12px;
}
.s_info h3 span {
	font-size: 10px;
	color: #999;
	font-weight: bold;
	float: right;
	text-transform: uppercase;
}
.s_info p  {
	padding-left: 60px;
	margin-bottom: 10px;
	color: #666;
	font-size: 12px;
	line-height: 120%;
	max-width: 500px !important;
}
.s_info p strong {
	color:#000;
}
.bold {
	color: #000;
}

#right_pane .s_info .avatar img, .s_info img {
	background: #FFF;
	float: left;
	margin-right: 10px;
	margin-top: 2px;
	height: 50px;
	width: 50px;
}
.s_info .action  {
	color: #888;
	margin-left: 5px;
	font-size: 11px;
}
.s_info .action strong  {
	background: #4796AA url(../images/bkg.png) repeat-x left -820px;
	color: #FFF;
	padding: 2px 5px;
}
.is_form {
	margin-bottom: 15px;
}
.is_form .done {
	color: #333;
}

.is_form.w_padd td{
	padding-bottom: 8px;
}
.is_form.b_padd td{
	padding: 5px;
	font-size: 14px;
}
.is_form.b_padd tr:hover {
	background: #D2E1F2;
}




.is_form label {
	font-size: 11px;
	color: #888;
	padding-left: 5px;
	padding-bottom: 3px;
}
.is_form .medium {
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
}
.wel_head {
	padding: 8px 10px;
	margin: -15px -10px 15px;
	border-bottom: 1px solid #CCC;
}
.wel_head.w_border {
	margin-top: 0px;
	border-top: 1px solid #CCC;
	background: #EFEFEF;
}

.wel_head h2 {
	font-size: 15px;
	color:#000;
}

.wel_head p {
	margin: 0px;
	color: #888;
	font-size: 11px;
}
.fav_tricks {
	clear:both;
	margin:0px 0px 15px;
	padding:10px 10px 10px 120px;
	background: #C8DEE3 url(../images/tricks.png) no-repeat 10px bottom;
	font-size: 12px;
}
.fav_tricks {
	clear:both;
	margin:0px 0px 15px;
	padding:10px 10px 10px 120px;
	background: #D0E4E9 url(../images/tricks.png) no-repeat 10px bottom;
	font-size: 12px;
}
#right_pane .fav_tricks img {
	margin:0;
}
.fav_tricks .title {
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	color:#8A6B00;
	border-bottom:1px solid #d8be66;
	margin:0 -10px 10px;
	padding:0 10px 5px;	
}
.fav_tricks h2 {
	font-size:15px;
	margin-bottom:5px;
	color:#000;
}
.w_overflow {
	line-height: 16px;
	color: #888;
	height: 16px;
	overflow: hidden;
	white-space: pre;
}



.i_service  {
	float: left;
	font-weight: bold;
	width: 120px;
	margin: 0px;
	line-height: 20px;
}
.i_service img {
	float: left;
	margin-right: 5px;
	margin-top: 3px;
}

.i_service.done {
	width: 100px;
	padding-left: 20px;
}
.i_service.done img {
	display: none;
}
.added_services {
	vertical-align: top;
}
.added_services h4 {
	font-size: 14px;
	border-bottom: 1px solid #CCC;
	margin: -3px -10px 5px;
	padding: 0px 10px 5px;
}
.added_services div {
	line-height: 26px;
	height: 26px;
}
.added_services div a {
	background: url(../images/bkg.png) no-repeat -57px -393px;
	height: 14px;
	width: 14px;
	float: right;
	margin-top: 3px;
}
#right_pane .added_services div img {
	float: left;
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom:0;
}
.sel_switcher {
	max-width: 775px;
	margin-bottom: 15px;
}
.sel_switcher .switch {
	line-height: 34px;
	background: #C6DCE2;
	height: 34px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	border: 1px solid #9CC2CD;
	border-top-right-radius: 5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	color: #000;
}
.sel_switcher .switch input    {
	margin-top:-1px;
}
.sel_switcher .man_input .add_button {
	border:none;
	padding:0;
	width:25px;
	height:23px;
	background: transparent url(../images/bkg.png) no-repeat right -816px;	
	cursor:pointer;
}
.sel_switcher .switch span {
	float: right;
}
.sel_switcher .switch span a.active {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}


.sel_switcher .switch_content {
	background-color:#FFF;
	padding: 7px;
	overflow: auto;
	border-right: 1px solid #9CC2CD;
	border-bottom: 1px solid #9CC2CD;
	border-left: 1px solid #9CC2CD;
}
.sel_switcher .switch_content div {
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	position: relative;
	font-size: 11px;
	color: #999;
	width: 173px;
	border: 1px solid #FFF;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor:pointer;
	height: 31px;
	overflow:hidden;
	white-space: pre;
}
.sel_switcher .switch_content div:hover {
	background: #F0F0F0;
	border: 1px solid #CCC;
}

.sel_switcher .switch_content div img {
	height: 25px;
	width: 25px;
	float: left;
	margin: 2px 5px 0px 0px;
	background: #FFF;
	padding: 1px;
}
.sel_switcher .switch_content div strong {
	display: block;
	font-size: 13px;
	color: #333;
	height: 17px;
	overflow: hidden;
	white-space: pre;
}
.sel_switcher .switch_content div.active {
	background: #c4d9f4;
	border: 1px solid #93baeb;
	color: #6C8299;
}
.sel_switcher .switch_content div.active strong , .sel_switcher .switch_content div:hover strong{
	color: #000;
}
.sel_switcher .switch_content .clear {
	background: transparent;
	float: none;
	height: 0px;
	width: 100%;
	clear: both;
	margin: 0px;
	padding: 0px;
	border-style: none;
}





.sel_switcher .man_input {
	height: 28px;
	margin-top: -10px;
	line-height: 28px;
	background: #E2E2E2;
	border-top: 1px solid #E2E2E2;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	margin-bottom: 10px;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
}
.t_tool .pop_info {
	background: #fff19a;
	border: 1px solid #E3CD82;
	padding: 5px;
	color: #81621F;
	margin-bottom: 10px;
}
.is_ext {
	margin: -15px -10px 5px -15px;
	padding: 15px 10px 15px 15px;
	min-height: 75px;
}
.is_ext .update_area {
	width: 100%;
	font: 24px Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	border-style: none;
	background: url(none);
	color: #999;
}

.is_ext .avatar img{
	float: left;
	height: 75px;
	width: 75px;
}
.is_ext .u_container {
	background: #FFF;
	padding: 10px;
}
.is_ext .update {
	font: normal 24px/28px Georgia, "Times New Roman", Times, serif;
}
.is_ext .update h1 {
	font: bold 20px/22px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

.is_ext .add_info {
	color: #888;
	border-top: 1px dashed #CCC;
	font-size: 12px;
	margin: 10px -10px 0px;
	padding: 10px 10px 0px 10px;
}
.is_ext .add_info .i_info {
	margin-top: 0px;
}

.is_ext .add_info a {
	color: #777;
}

.is_ext .add_info span {
	float: right;
}


.is_ext.twitter {
	background: #8FC1DA url(../images/is_twitter.jpg) repeat-x left bottom;
}
.is_ext.facebook {
	background: #3C60AE;
}
.is_ext.youtube , .is_ext.slideshare,  .is_ext.update {
	background: #FFF url(../images/s_grad.png) repeat-x left bottom;
	border-bottom: 1px solid #CCC;
	padding-bottom: 0px;
}
.is_ext.youtube .u_container , .is_ext.slideshare .u_container {
	background: url(../images/is_youtube.png) no-repeat left bottom;
	padding: 0px 0px 10px;
}
.is_ext.update .u_container {
	padding: 0px 0px 10px;
}
.is_ext.update .add_info strong {
	background: #73AAB8;
	color: #FFF;
	padding: 2px 5px;
}

.is_ext.youtube .add_info {
	padding-left: 75px;
}
.is_ext.slideshare .u_container {
	background: url(../images/is_slideshare.png) no-repeat left bottom;
}
.is_ext.update .u_container {
	background:transparent;
}
.is_ext.slideshare .add_info {
	padding-left: 110px;
}
.content .att_media {
	margin-top: 10px;
	margin-bottom: 5px;
}
.content .att_media .att_item {
	float: left;
	margin-right: 5px;
}

.content .att_item {
	padding: 8px;
	border: 1px solid #CCC;
	color: #777;
	text-decoration: none;
	background: url(../images/s_grad.png) repeat-x left bottom;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	display: inline-block;
	margin-bottom: 10px;
}
.content .att_item:hover {
	border: 1px solid #6AA0DD;
	color: #666;
}

#right_pane .content .att_item img {
	margin: auto 0px;
	padding: 0px;
	max-height: 100px;
	max-width: 250px;
}
.content .att_item strong {
	line-height: 15px;
	font-weight: normal;
	display: block;
	height: 15px;
	overflow: hidden;
	white-space: pre;
}
.content .act_sharing h2 {
	font-size: 16px;
}
.content .act_sharing .medium {
	font-size: 16px;
	color: #999;
	font-weight: bold;
}
.content .act_sharing .big {
	font-size: 18px;
	font-weight:bold;
	color: #888;
	width:470px;
}
.content .act_sharing .media .att_item {
	float: left;
	margin-right: 5px;
}
.content .img_preview {
	border-top: 1px solid #CCC;
	background: #EFEFEF;
	margin: 15px -10px 15px -15px;
	padding: 10px 10px 10px 15px;
	border-bottom: 1px solid #CCC;
}
.content .act_sharing h1{
	font-size: 20px;
	margin-bottom: 10px;
}

.content .img_preview p {
	font-size: 12px;
	color: #888;
}
.content .img_preview p strong {
	color: #333;
}
.content .img_preview img {
	height: 75px;
	width: 100px;
	padding: 1px;
	border: 1px solid #CCC;
	cursor:pointer;
}
.bigTooltip {
	background: #FFF;
	padding: 10px;
	border: 3px solid #c7cbce;
	width: 320px;
	font-size: 11px;
	color: #666;
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
}
.bigTooltip p {
	margin-bottom: 6px;
}

.bigTooltip strong {
	color: #000;
}

.bigTooltip .avatar {
	float: left;
	margin-right: 10px;
	height: 75px;
	width: 75px;
	padding: 1px;
	border: 1px solid #CCC;
}
.bigTooltip .title a {
	font-size: 14px;
	font-weight:bold;
	color:#000;
}
.bigTooltip .p_info {
	border-top: 1px dotted #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 10px;
}
.bigTooltip .p_info a {
	float: left;
	width: 79px;
	text-align: center;
	color: #888;
	text-decoration: none;
	border-right: 1px solid #DDD;
	line-height: 13px;
}
.bigTooltip .p_info a:hover , .bigTooltip .p_info a:hover strong{
	color: #006093;
}

.bigTooltip .p_info a strong {
	font-size: 13px;
	font-weight: bold;
	display: block;
}





.content .act_sharing .l_comm {
	border-style: none;
}
.stats {
	border-bottom: 1px dashed #DDD;
	padding-bottom: 20px;
	margin-bottom: 10px;
	position: relative;
}
.stats .label {
	font-size: 10px;
	font-weight: bold;
	color: #999;
	position: absolute;
	top: 56px;
	right: 41px;
}
.stats .label span {
	font-size: 10px;
	font-weight: bold;
	color: #999;
	position: relative;
	top: 0;
	right: 165px;
}

.stats ul {
	height: 50px;
	width: 240px;
	overflow: hidden;
	float: right;
	border-bottom: 1px solid #C8DEE3;
	margin-right: 15px;
}
.stats ul li {
	float: left;
	height: 50px;
	width: 9px;
	list-style: none;
	background: #C8DEE3;
	border-top: 50px solid #FFF;
	margin-right: 1px;
}
.stats ul.month li {
	width: 7px;
}

.stats ul li:hover {
	border-top-color: #EFEFEF;
	background: #60A0AE;
}
.stats .num {
	font-size: 36px;
	font-weight: bold;
	color: #53696F;
	float: left;
	letter-spacing: -2px;
	margin: 12px 0px 0px;
}
.stats .measure {
	font-size: 18px;
	color: #53696F;
	float: left;
	margin: 23px 0px 0px 10px;
}
.stats .showhide {
	background: url(../images/showhide.png) no-repeat left top;
	float: right;
	height: 27px;
	width: 27px;
	margin-top: 20px;
}
.stats .nobg {
	background: none;
}
.stats .showhide.active {
	background-position: right top;
}
.stats .cloud {
	margin: 0px;
}

.stats .cloud a {
	float: left;
	text-decoration: none;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	white-space: nowrap;
}
.stats .cloud a span {
	position: absolute;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	background: #000;
	line-height: 23px;
	height: 23px;
	padding: 0px 10px;
	left: 0%;
	top: -25px;
	display: none;
	white-space: nowrap;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	opacity:.75;
	filter:alpha(opacity='75');
	-moz-opacity: 0.75;
}
.stats .cloud a:hover span {
	display: block;
}


.stats .cloud .p10 {
	font-size: 20px;
	font-weight: bold;
}
.stats .cloud .p9 {
	font-size: 20px;
}
.stats .cloud .p8 {
	font-size: 18px;
	font-weight: bold;
}
.stats .cloud .p7 {
	font-size: 18px;
}
.stats .cloud .p6 {
	font-size: 16px;
	font-weight: bold;
}
.stats .cloud .p5 {
	font-size: 16px;
}
.stats .cloud .p4 {
	font-size: 14px;
	font-weight: bold;
}
.stats .cloud .p3 {
	font-size: 14px;
}
.stats .cloud .p2 {
	font-size: 12px;
	font-weight: bold;
}
.stats .cloud .p1 {
	font-size: 11px;
}
.stats .stat_details {
	padding-top: 20px;
	display: none; /* This is hidden by default */
}
.stats .stat_details .avatar img {
	margin: 0px 3px 3px 0px !important;
	height: 50px;
	width: 50px;
	float: left;
}
.stats .stat_details .more {

}






#new_stream {
	padding: 10px;
}
#new_stream input.big {
	font-size: 20px;
	color: #999;
	width: 470px;
}
#new_stream input.tag {
	color: #999;
	margin-right: 15px;
	width: 200px;
}
#new_stream .is_tag td {
	padding-bottom:3px;
}
#new_stream h2 {
	font-size: 14px;
	color: #000;
}
#new_stream h2.switch {
	cursor:pointer;
}

#new_stream .sub_head {
	color: #888;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 11px;
}
#new_stream select {
	padding: 3px;
}
.str_section .hidden {
	display: none;
}
#new_stream .active .hidden {
	display: block;
}


.str_section {
	background: #E6E6E6;
	padding: 10px;
	width: 460px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.str_section p {
	color: #4B6367;
}

#new_stream .active .str_section, .str_section:hover{
	background: #C6DCE2;
}
#new_stream .active .str_section .sub_head{
	color: #638287;
	border-bottom: 1px dotted #94BDC9;
}
#new_stream .active .str_section h2 {
	
}


.expl_section {
	font-size: 11px;
	width: 250px;
	background: #FFEFB0;
	padding: 15px;
	color: #896B43;
	margin-left: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: none;
}
.active .expl_section {
	display: block;
}


.post_comment {
	background: #CBDFE4;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 36px;
	padding: 10px;
	border-top: 4px solid #73AAB8;
	z-index: 5;
}
.post_comment textarea {
	padding:0;
	background-image:none;
	border:5px solid #E1EFFF;
	width: 97%;
	font-size: 13px;
	height: 80px;
}
.post_comment .title {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #1C5868;
	text-transform: uppercase;
}
.post_comment .title span {
	float: right;
	color: #64A2B0;
	margin-top: -2px;
}
.post_comment .title span em {
	font-style: normal;
}
.discover, .share_with {
	background: #FFF url(../images/disc_bkg.png) repeat-x left bottom;
	height: 27px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #BBB;
	line-height: 27px;
	font-size: 12px;
	position:absolute;
	top:40px;
	left:0;
	right:0;
}
.discover select {
	background: #FFF;
	height: 23px;
	margin-top: 4px;
	float: left;
	white-space: nowrap;
	color: #555;
	background-image:none;
	padding: 1px;
	font-size: 12px;
	border: 1px solid #BBB;
}
.discover .dev {
	width:2px;
	height:25px;
	float:left;
	background:url(../images/bkg.png) no-repeat right -113px;
	margin: 1px 3px 0px 5px;
}
.discover a.tab {
	float:left;
	height:21px;
	line-height:21px;
	font-size:11px;
	padding:0 8px;
	margin-right:3px;
	text-decoration:none;
	color:#444;
	margin-top:3px;
}
.discover a.tab.active {
	background:#4796AA url(../images/bkg.png) repeat-x left -531px;
	color:#FFF;
	font-weight:bold;
}
.discover .search_field  {
	line-height: 23px;
	height: 23px;
	float: left;
	margin-top: 4px;
	margin-left: 5px;
}
.discover .search_field input {
	border: 1px solid #BBB;
	width: 220px;
	color: #999;
	background: #FFF url(../images/bkg.png) no-repeat right -251px;
	font-size: 11px;
	padding: 4px;
	/*text-transform: uppercase; uppercase is confusing*/
	margin-left: 2px;
}
.discover a.button {
	float:left;
	text-decoration:none;
	height: 31px;
	color: #333;
	font-size: 11px;
	line-height:28px;
}
.discover a .a , .discover a.active .d{
	display: none;
	font-style: normal;	
}
.discover a .d {
	font-style: normal;
}
.discover a.active .a {
	display: inline;
}
.discover a:hover {
	color: #006093;
}
.discover a.button span {
	float: left;
	height: 14px;
	width: 14px;
	margin-right: 3px;
	margin-top: 7px;
	background:url(../images/bkg.png) no-repeat;
}
.discover a span.reshare {
	background-position:-16px -111px;
}
.discover a span.like {
	background-position:-63px -141px;
}
.discover a.active span.like {
	background-position:-47px -142px;
}
.discover a span.later {
	background-position:-33px -111px;
}
.discover a.active span.later {
	background-position:-49px -111px;
}
.discover a span.share {
	background-position:-16px -126px;
}
.discover a.active span.share {
	background-position:-34px -126px;
}
.discover a span.hash {
	background-position:-50px -126px;
}
.discover a.geo {
	background: url(../images/bkg.png) no-repeat -63px -222px;
	width:17px;
	height:17px;
	float:right;
	margin-top:5px;
	text-decoration:none;
}
.discover a.geo:hover {
	background-position:-46px -222px;
}
.share_with {
	color:#666;
	overflow:hidden;
}
.share_with.is_abs {
	height:auto;
	min-height:28px;
	z-index:10;
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.4);
	overflow:visible;
	padding-bottom:5px;
	
}
.share_with .mn_explain {
	margin:5px 0 0;
	font-size:11px;
	color:#888;
	font-style:italic;
}
.share_with .btn.c_close{
	display:none;
}
.share_with.is_abs .btn.c_close{
	display:inline-block;
	margin-top:5px;
}
.share_with .recipients {
	font-size:13px;
	color:#000;
	display:none;
}
.share_with.is_abs .recipients {
	display:block;
}
.share_with .public {
	color:#000;
}
.share_with .public span {
	background:url(../images/bkg.png) no-repeat -59px -773px;
	float:left;
	width:16px;
	height:16px;
	margin:6px 5px 0 0;
}
.disc_wel {
	background: #EBEBEB;
	padding: 15px;
	margin: 15px -10px 0px -15px;
}
.disc_wel .arrow {
	background: #EBEBEB url(../images/bkg.png) no-repeat right top;
	height: 6px;
	width: 11px;
	position: absolute;
	margin-top: -21px;
	margin-left: 15px;
}

.disc_wel h2 {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -0.02em;
	margin-bottom: 5px;
	line-height: 100%;
}
.wel_step {
	background: #EBEBEB;
	padding: 10px 10px 10px 15px;
	color: #333;
	margin-bottom: 10px;
}
.wel_step label {
	color: #888;
	display: block;
	font-size: 11px;
}

.wel_step em {
	font-size: 36px;
	font-weight: bold;
	font-style: normal;
	color: #AAA;
	margin-right: 20px;
}

.wel_step p {
	color: #333;
}

.wel_step h2 {
	font-size: 20px;
	color: #000;
}
.log_list {
	line-height: 25px;
	float: left;
	min-width: 260px;
	width: 33%;
	margin-bottom: 10px;
}
.log_list p {
	margin-bottom: 7px;
}

#container .log_list .avatar img {
	height: 50px;
	width: 50px;
	float: left;
	margin-right: 10px;
	margin-bottom:0;
}
.auto_sugg {
	position: absolute;
	background: #EEF0F2;
	right: 41px;
	left: 41px;
	border: 1px solid #94ABEF;
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
	margin-top:-1px;
}
.auto_sugg li {
	line-height: 22px;
	padding: 5px;
	border-bottom: 1px dotted #d4d4d4;
	list-style: none;
	color: #444;
}
.auto_sugg li:hover {
	background: #4B72D6;
	color: #FFF;
	cursor:pointer;
}
.auto_sugg li:hover img {
	border: 1px solid #FFF;
}
.auto_sugg li strong {
	color: #222;
}



.auto_sugg li img    {
	height: 20px;
	width: 20px;
	float: left;
	margin-right: 5px;
	border: 1px solid #EFF1F1;
}
.auto_sugg li span {
	background: url(../images/bkg.png) no-repeat -59px -251px;
	height: 15px;
	width: 16px;
	float: right;
	margin-top: 4px;
}
.auto_sugg li .pt {
	width:35px;
	background-position:-40px -339px;
}
.auto_sugg li .pf {
	width:35px;
	background-position:left -339px;
}
.t_tool {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	background: #FFF;
	border: 5px solid #4796aa;
	padding: 15px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	text-align: left;
}
.t_tool .title .close {
	background: url(../images/bkg.png) no-repeat -37px -393px;
	float: right;
	height: 16px;
	width: 16px;
	margin-top: 10px;
}
.t_tool .title .close:hover {
	background-position: -58px -393px;
}


.t_tool .title {
	margin: -15px -15px 10px;
	padding-right: 15px;
	padding-left: 15px;
	background: #c8dee3;
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
	border-bottom: 1px solid #98C2CB;
	color: #000;
}
.t_tool .cntrl {

}
.t_tool .entity {
	margin-bottom: 10px;
}

.t_tool .entity h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 2px;
}
.t_tool .avatar img {
	height: 50px;
	width: 50px;
	margin-right: 10px;
	margin-top: 3px;
	border: 1px solid #CCC;
}
.t_tool .entity p {
	font-size: 11px;
	color: #333;
	margin: 0px;
}
.t_tool .additional  {
	background: #EBEBEB;
	line-height: 27px;
	height: 27px;
	font-weight: bold;
	margin: 0px -15px 10px;
	padding: 0px 15px;
	border-top: 1px solid #CCC;
}
.t_tool .follow_list {
	overflow: auto;
	height: 100px;
	padding: 10px 15px;
	margin: -10px -15px 0px;
}
.t_tool .follow_list div {
	line-height: 22px;
	float: left;
	width: 48%;
	padding-right: 2%;
	overflow: hidden;
	height: 22px;
	font-size: 14px;
}
.t_tool .follow_list div.clear {
	line-height: 0px;
	height: 0px;
}








.jScrollPaneContainer {
	position: relative;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: -6px;
	top: 0;
	height: 100%;
	z-index:100;
}
.jScrollPaneDrag {
	position: absolute;
	background: url(../images/bkg.png) no-repeat left -82px;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDrag:hover {
	background-position: left -21px;
}
.jScrollPaneContainer .devider {
	width:13px;
	height:8px;
	float:left;
	background: url(../images/bkg.png) no-repeat left -143px;
	position:absolute;
	bottom:50px;
}
#nav .jScrollPaneContainer .devider {
	bottom:5px;
}
.jScrollPaneContainer a.scroll_arr {
	width:17px;
	height:25px;
	float:left;
	background: url(../images/bkg.png) no-repeat left -391px;
	left:0;
}
.jScrollPaneContainer a.scroll_arr:hover {
	background-position: -17px -391px;
	cursor:pointer;
}
.jScrollPaneContainer .up {
	background-position: left -479px;
	position:absolute;
	bottom:25px;
}
.jScrollPaneContainer .up:hover {
	background-position: -17px -479px;
}
.jScrollPaneContainer .down {
	background-position: left -504px;
	position:absolute;
	bottom:0;
}
.jScrollPaneContainer .down:hover {
	background-position: -17px -504px;
}

.jScrollPaneContainer .scrollCntrl {
	position:absolute;
	width:17px;
	top:5px;
	right:-10px;
	height:50%;
}
#nav .jScrollPaneContainer .scrollCntrl {
	height:auto;
	bottom:0;
}
#right_pane .ToolBar {
	display:none;
}
.embed_media {
	background: #FFF;
	border: 3px solid #71A6E1;
	position: absolute;
	z-index: 100;
	width: 350px;
	padding: 10px;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	font-size: 14px;
}
.embed_media p {
	margin-bottom: 10px;
}

.embed_media .expl {
	font-size: 11px;
	color: #666;
	background: #EFEFEF;
	padding: 10px;
	margin-right: -10px;
	margin-left: -10px;
}

.embed_media .small {
	font-size: 11px;
	color: #666;
	padding: 3px;
	width: 30px;
}

.embed_media h2 {
	font-size: 18px;
	margin-bottom: 10px;
}
.embed_media label {
	font-size: 11px;
	color: #888;
	line-height: 17px;
}
.embed_media .action {
	margin: 0px;
	padding-top: 10px;
	border-top: 1px dotted #CCC;
}
