div.smalltext,
span.smalltext,
p.smalltext,
a.smalltext {
	font-family: 'Arial Narrow', 'Corbel', 'Calibri', 'Lucida Sans', 'Geneva', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Myriad', 'Verdana', sans-serif;
	font-size: 11px;
	color: #999999;
	margin: 0;
	display: inline;
}
a.smalltext:hover {
	color: #333333;
}

div.error,
span.error,
p.error,
a.error {
	font-size: 12px;
	color: #e2001a !important;
	margin: 0 5px 0 5px;
	text-decoration: blink;
	vertical-align: middle;
	display: inline;
}
a.error:hover {
	color: #333333 !important;
	text-decoration: underline;
}

div.code,
span.code,
p.code,
a.code {
	font-family: 'Courier New', 'Courier', monospace;
	font-size: 11px;
	color: #999999;
	margin: 0 3px 0 3px;
	display: inline;
	white-space: nowrap;
}

div.tip,
span.tip,
p.tip,
a.tip {
	font-family: 'Lucida Sans', 'Corbel', 'Calibri', 'Lucida Sans', 'Geneva', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Myriad', 'Verdana', sans-serif;
	font-size: 11px;
	color: #996699;
	font-style: italic;
	line-height: 16px;
}

div.tag,
span.tag,
p.tag,
a.tag {
	display: inline;
	padding: 1px 3px 1px 3px;
	margin: 1px 3px 1px 3px; 
	font-family: 'Corbel', 'Calibri', 'Lucida Sans', 'Geneva', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Myriad', 'Verdana', sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-style: bold;
	line-height: 11px;
	text-shadow: none;
	background-color: #996699;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.icon {
	float: left;
	margin: 0;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	line-height: 16px;
	display: inline;
}
.icon:hover {
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.tooltip {
	display: none;
	z-index: 120;
	margin: 0;
	padding: 3px 5px 3px 5px;
	height: auto;
	width: auto;
	background: #752b71;
	color: #ffffff;
	font-size: 14px;
	text-shadow: none;
	white-space: nowrap;
	opacity: 0.8 !important;
	-moz-box-shadow: 2px 2px 11px #999999;
	-webkit-box-shadow: 2px 2px 11px #999999;
	box-shadow: 2px 2px 11px #999999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.dialogtitle {
	margin: 0;
	padding: 7px 10px 0 10px;
	height: 33px;
	font-size: 14px;
	color: #222222;
	font-weight: bold;
	background: url('http://goodnoows.com/images/bg_dialog.png') repeat-x;
	line-height: 16px;
	text-shadow: none;
	cursor: move;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}
.dialogbody {
	padding: 10px 15px 10px 15px;
	text-shadow: none;
}
.dialogbody .subheadline {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

a.loginbutton {
	float: left;
	margin: 7px;
}
a.loginbutton:hover {
	-moz-opacity: 0.7;
	opacity: 0.7;
}
a.loginbutton:active {
	-moz-opacity: 0.3;
	opacity: 0.3;
}

#loadingFeeds {
	z-index: 75;
	/*position: fixed;*/
	position: absolute;
	top: 32px;
	left: 10px;
	width: 40px;
	height: 24px;
}

#header {
	z-index: 60;
	/*position: fixed;*/
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: auto;
	height: 30px;
	margin: 0;
	padding: 0;
	background: url('http://goodnoows.com/images/bg_header.png') repeat-x;
	white-space: nowrap;
}
body.signup #header {
	height: 33px;
}
#header .logo {
	float: left;
	margin: 0;
	padding: 0 0 0 15px;
	width: auto;
	height: 30px;
}
#header .toolbar {
	float: right;
	margin: 0;
	padding: 3px 20px 0 0;
	width: auto;
	height: 30px;
	text-align: right;
	vertical-align: middle;
	text-shadow: none;
}
#header .toolbar a {
	float: right;
	font-size: 12px;
	margin: 0 20px 0 0;
	color: #333333;
	line-height: 24px;
}
#header .toolbar a:hover {
	color: #666666;
}
#header .toolbar .language {
	float: right;
	display: inline;
	width: 58px;
	margin: 5px 0 0 0;
}
#header .toolbar .media {
	float: right;
	display: inline;
	width: 80px;
	margin: 5px 10px 0 0;
}
#header .toolbar .login {
	float: right;
	display: inline;
	width: auto;
	margin: 5px 10px 0 0;
}
#header .toolbar .setupbutton {
	display: inline;
	width: auto;
	height: 22px;
	margin: 0 20px 0 0;
	padding: 0 4px 0 1px;
	background: url('http://goodnoows.com/images/bg_button_setup.png') repeat-x;
	color: #333333 !important;
	text-shadow: none;
	cursor: pointer;
	border: 1px solid #bfacc6;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#header .toolbar .setupbutton:hover {
	border: 1px solid #999999;
	background: #dadada url('http://goodnoows.com/css/images/ui-bg_glass_75_dadada_1x400.png') 50% 50% repeat-x;
	color: #212121;
}

#toolspanel {
	z-index: 35;
	/*position: fixed;*/
	position: absolute;
	margin: 0;
	padding: 3px 15px 0 10px;
	top: 30px;
	right: 0;
	left: 0;
	width: auto;
	height: 31px;
	white-space: nowrap;
	text-align: right;
	text-shadow: none;
	background: url('http://goodnoows.com/images/bg_toolbar.png') repeat-x;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-left-radius: 7px;
	border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-bottom-right-radius: 7px;
}
#toolspanel .filterpanel,
#toolspanel .refreshpanel,
#toolspanel .stylepanel,
#toolspanel .sourcepanel,
#toolspanel .typopanel,
#toolspanel .translationpanel,
#toolspanel .localpanel,
#toolspanel .readlaterpanel,
#toolspanel .searchpanel,
#toolspanel .sortpanel,
#toolspanel .importpanel,
#toolspanel .tweetpanel {
	float: right;
	display: inline;
	width: auto;
}
#toolspanel .stylepanel,
#toolspanel .sourcepanel {
	/*text-align: left;
	padding: 1px 0 0 8px;
	height: 21px;
	width: 37px;
	background: url('http://goodnoows.com/images/bg_panel_big.png') no-repeat;*/
	padding: 1px 0 0 3px;
	width: 33px;
	border-right: 1px solid #dadada;
}
#toolspanel .translationpanel {
	/*text-align: left;
	padding: 3px 0 0 8px;
	height: 21px;
	width: 37px;
	background: url('http://goodnoows.com/images/bg_panel_big.png') no-repeat;*/
	padding: 3px 0 0 3px;
	width: 33px;
	border-right: 1px solid #dadada;
}
#toolspanel .filterpanel a:hover,
#toolspanel .refreshpanel a:hover,
#toolspanel .localpanel a:hover,
#toolspanel .readlaterpanel a:hover,
#toolspanel .searchpanel a:hover,
#toolspanel .sortpanel a:hover,
#toolspanel .importpanel a:hover,
#toolspanel .tweetpanel a:hover {
	-moz-opacity: 0.5;
	opacity: 0.5;
	/*filter: Alpha(opacity=50, style=0);*/
}
#toolspanel input.filter {
	cursor: default;
	padding: 1px 0 0 0;
	margin: 0;
	width: 117px;
	height: 19px; 
	color: #666666;
	font-style: italic;
	background-color: #ffffff;
	border-top: 1px solid #c0c0c0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	line-height: 19px;
	vertical-align: middle;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#toolspanel a.typo {
	float: right;
	font-family: 'Courier New', 'Courier', 'Consolas', monospace;
	margin: 1px 0 0 3px;
	padding: 1px;
	text-shadow: none;
	display: inline;
	font-weight: bold;
	font-size: 13px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #666666;
	/*background-color: #ffffff;
	border-top: solid 1px #c0c0c0;
	border-right: solid 1px #f0f0f0;
	border-bottom: solid 1px #f0f0f0;
	border-left: solid 1px #c0c0c0;*/
	border: 1px solid #dadada;
}
#toolspanel a.typo:hover {
	/*color: #999999;*/
	color: #cccccc;
	background-color: #666666;
	border: 1px solid #666666;
	-moz-box-shadow: 0 0 2px #999999;
	-webkit-box-shadow: 0 0 2px #999999;
	box-shadow: 0 0 2px #999999;
}

#labelpanel {
	z-index: 40;
	/*position: fixed;*/
	position: absolute;
	margin: 0;
	padding: 7px 0 0 0;
	top: 30px;
	right: 550px;
	left: 50px;
	width: auto;
	height: 18px;
	overflow: hidden;
	text-align: right;
	text-shadow: none;
	/*border: 1px solid #ff0000;*/
}
#labelpanel .labelwrapper {
	float: right;
	white-space: nowrap;
	margin: 0 8px 10px 0;
}
#labelpanel a.label {
	/*font-family: 'Arial Narrow', 'Corbel', 'Calibri', 'Lucida Sans', 'Geneva', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Myriad', 'Verdana', sans-serif;*/
	margin: 0 1px 0 0;
	padding: 0 2px 0 2px;
	text-shadow: none;
	background-color: #ACACAC;
	color: #ffffff;
	vertical-align: middle;
	height: 14px;
	line-height: 14px;
	display: inline;
	font-size: 12px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-moz-box-shadow: 0 0 2px #999999;
	-webkit-box-shadow: 0 0 2px #999999;
	box-shadow: 0 0 2px #999999;
}
#labelpanel a.label_active {
	/*font-family: 'Arial Narrow', 'Corbel', 'Calibri', 'Lucida Sans', 'Geneva', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Myriad', 'Verdana', sans-serif;*/
	margin: 0 1px 0 0;
	padding: 0 2px 0 2px;
	text-shadow: none;
	background-color: #752b71;
	color: #ffffff;
	vertical-align: middle;
	height: 14px;
	line-height: 14px;
	display: inline;
	font-size: 12px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-moz-box-shadow: 0 0 2px #999999;
	-webkit-box-shadow: 0 0 2px #999999;
	box-shadow: 0 0 2px #999999;
}
#labelpanel a.label:hover,
#labelpanel a.label_active:hover {
	color: #cccccc;
	background-color: #666666;
}
#labelpanel a.label .icon,
#labelpanel a.label_active .icon {
	margin: 1px 1px 1px 0;
	width: 12px;
	height: 12px;
	vertical-align: middle;
	line-height: 14px;
}
#labelpanel a.dellabel {
	margin: 0;
	padding: 0 2px 0 2px;
	text-shadow: none;
	background-color: #ACACAC;
	color: #ffffff;
	vertical-align: middle;
	height: 14px;
	line-height: 14px;
	display: inline;
	font-size: 12px;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-box-shadow: 0 0 2px #999999;
	-webkit-box-shadow: 0 0 2px #999999;
	box-shadow: 0 0 2px #999999;
}
#labelpanel a.dellabel:hover {
	color: #ffffff;
	background-color: #FF6633;
}

#localcontentpanel {
	z-index: 25;
	display: none;
	position: absolute;
	top: 70px;
	right: 0;
	width: 245px;
	height: 15px;
	overflow: hidden;
	text-shadow: none;	
	margin: 0;
	padding: 4px;
	font-size: 13px;
	line-height: 13px;
	border-top: solid 1px #EAEAEA;
	border-bottom: solid 1px #C1C1C1;
	border-left: solid 1px #d9d9d9;
	border-right: 0;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	background: url('../images/bg_topic.png') no-repeat bottom left;
	color: #000000;
}
#localcontentpanel .titlewrapper {
	line-height: 16px;
	width: 220px;
	height: 16px;
	overflow: hidden;
	display: inline;
}

#localcontent {
	z-index: 5;
	position: absolute;
	top: 95px;
	right: 0;
	/*bottom: 26px;*/
	bottom: 0;
	width: 240px;
	height: auto;
	margin: 0;
	padding: 0 15px 26px 5px;
	text-align: center;
	overflow-x: hidden;
	overflow-y: scroll;
	text-shadow: 0 1px 0 #fbfbfb;
}
#localcontent .blank {
	filter: none !important;
	opacity: 1 !important;
	-moz-opacity: 1 !important;
}
#localcontent li {
	display: inline;
}

#content {
	z-index: 10;
	position: absolute;
	top: 70px;
	right: 0;
	/*bottom: 26px;*/
	bottom: 0;
	left: 150px;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 20px 26px 10px;
	text-align: center;
	overflow-x: hidden;
	overflow-y: scroll;
	text-shadow: 0 1px 0 #fbfbfb;
}
#content li {
	display: inline;
}
#content .blank {
	filter: none !important;
	opacity: 1 !important;
	-moz-opacity: 1 !important;
}
#content a:visited .source,
#content a:visited .headline,
#content a:visited .date,
#content a:visited .text {
	color: #999999 !important;
}
#content .text br {
	display: none;
}

#copyright {
	z-index: 30;
	/*position: fixed;*/
	position: absolute;
	bottom: 35px;
	left: 10px;
	width: 120px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	overflow: hidden;
	/*white-space: nowrap;*/
}

#topics {
	z-index: 20;
	/*position: fixed;*/
	position: absolute;
	top: 70px;
	left: 10px;
	bottom: 30px;
	width: 130px;
	height: auto;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: right;
	overflow-x: hidden;
	overflow-y: auto;
}
#topics .row {
	clear: both;
	margin: 0;
	padding: 5px 15px 5px 1px;
	font-size: 13px;
	line-height: 13px;
	border-right: solid 1px #d9d9d9;
	color: #999999;
	height: auto;
}
#topics .row:hover,
#topics .row_selected {
	margin: 0 1px 0 0;
	padding: 4px 15px 4px 0;
	font-size: 13px;
	line-height: 13px;
	border-top: solid 1px #EAEAEA;
	border-bottom: solid 1px #C1C1C1;
	border-left: solid 1px #d9d9d9;
	border-right: 0;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	background: url('../images/bg_topic.png') no-repeat bottom left;
	color: #000000;
	height: auto;
	cursor: pointer;
}
#topics .row a {
	font-size: 13px;
	color: #999999;
	height: auto;
}
#topics .row a:hover,
#topics .row_selected a {
	font-size: 13px;
	color: #000000;
	height: auto;
}
#topics .space {
	border-right: solid 1px #d9d9d9;
}

#links {
	z-index: 50;
	position: fixed;
	/*position: absolute;*/
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	height: 75px;
	line-height: 45px;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	border-top: solid 1px #C3C3C3;
	background: url('../images/bg_links.png') repeat;
}

#teaser {
	z-index: 40;
	position: fixed;
	/*position: absolute;*/
	margin: 0;
	padding: 0;
	bottom: 50px;
	left: 10px;
	right: 10px;
	width: auto;
	height: 140px;
	overflow: hidden;
	text-align: center;
}
#teaser .thumb {
	display: inline;
	margin: 35px 10px 35px 10px;
	width: 100px;
	height: 70px;
	-moz-box-shadow: 0 0 5px #999999;
	-webkit-box-shadow: 0 0 5px #999999;
	box-shadow: 0 0 5px #999999;
}
#teaser .thumb:hover {
	margin: 0 10px 0 10px;
	width: 200px;
	height: 140px;
	-moz-box-shadow: 0 0 5px #999999;
	-webkit-box-shadow: 0 0 5px #999999;
	box-shadow: 0 0 5px #999999;
}

#share {
	z-index: 40;
	position: absolute;
	top: 55px;
	right: 25px;
	width: 75px;
	height: 100px;
	margin: 0;
	padding: 0;
	text-align: right;
}

#setup,
.setup {
	width: 780px;
	height: auto;
}
#setup .toolbar {
	clear: both;
	margin: 17px 0 3px 0;
	padding: 0;
	height: 24px;
	font-size: 11px;
	line-height: 16px;
}
#setup .toolbar a {
	color: #666666;
	line-height: 16px;
}
#setup .toolbar a:hover {
	color: #000000;
}
#setup .toolbar .icon {
	margin: 0 3px 0 3px;
}

#setup .topics {
	float: left;
	margin: 0 0 0 5px;
	width: 190px;
}
#setup .topics .menu {
	margin: 0 0 15px 0;
	padding: 2px 0 2px 2px;
	width: 188px;
	height: 298px;
	overflow-y: auto;
	overflow-x: hidden;
}
#setup .topics .menu .row {
	clear: both;
	margin: 0 10px 5px 0;
	padding: 1px 3px 1px 1px;
	border-right: solid 1px #e5e5e5;
	background-color: #e5e5e5;
	line-height: 14px;
	height: 14px;
	cursor: pointer;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 0 2px #999999;
	-webkit-box-shadow: 0 0 2px #999999;
	box-shadow: 0 0 2px #999999;
}
#setup .topics .menu .row_selected {
	clear: both;
	margin: 0 0 5px 0;
	padding: 1px 13px 1px 1px;
	border-right: dashed 1px #efefef;
	background-color: #c3c3c3;
	line-height: 14px;
	height: 14px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
}
#setup .topics .menu .row:hover,
#setup .topics .menu .row_selected:hover {
	background-color: #dcdcdc;
	border-right: solid 1px #dcdcdc;
}
#setup .topics .menu .row .titlewrapper,
#setup .topics .menu .row_selected .titlewrapper {
	float: left;
	display: inline-block;
	width: 105px;
	height: 14px;
	overflow: hidden;
	white-space: nowrap;
	/*outline: 1px solid #ff0000;*/
}
#setup .topics .menu .row a,
#setup .topics .menu .row_selected a {
	font-family: 'Corbel', 'Calibri', 'Lucida Sans', 'Geneva', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Myriad', 'Verdana', sans-serif;
	font-size: 12px;
	color: #666666;
	letter-spacing: -0.05em;
	display: inline;
}
#setup .topics .menu .row_selected a {
	color: #ffffff;
}
#setup .topics .menu .row_selected:hover a {
	color: #666666;
}
#setup .topics .menu .row .invisible a,
#setup .topics .menu .row_selected .invisible a {
	text-decoration: line-through;
	color: #AFAFAF;
}
#setup .topics .menu .row .icon,
#setup .topics .menu .row_selected .icon {
	float: right;
	width: 11px;
	height: 11px;
	vertical-align: middle;
	line-height: 14px;
	margin: 1px 0 1px 2px;
	display: inline;
}
#setup .topics .menu .row img.invisible,
#setup .topics .menu .row_selected img.invisible {
	-moz-opacity: 0.4;
	opacity: 0.4;
}
#setup .topics .menu .row .moveable,
#setup .topics .menu .row_selected .moveable {
	float: left;
	width: 8px;
	height: 14px;
	vertical-align: middle;
	line-height: 14px;
	margin: 0 3px 0 0;
	display: inline;
	cursor: url('http://goodnoows.com/images/cursor_openhand.cur'), move !important;
}
#setup .topics .menu .row .dragged,
#setup .topics .menu .row_selected .dragged {
	cursor: url('http://goodnoows.com/images/cursor_closedhand.cur'), move !important;
}

#setup .sources {
	float: left;
	margin: 0 15px 0 0;
	width: 350px;
}
#setup .sources .menu {
	margin: 2px 0 15px 0;
	padding: 5px;
	width: 340px;
	height: 290px;
	overflow-y: scroll;
	overflow-x: hidden;
	border-top: solid 1px #c2c2c2;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	border-left: solid 1px #c2c2c2;
	background-color: #f5f5f5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#setup .sources .menu .row {
	clear: both;
	margin: 0;
	padding: 2px 5px 5px 5px;
	font-size: 12px;
	color: #666666;
	border-top: solid 1px #f5f5f5;
	border-left: solid 1px #f5f5f5;
	border-right: solid 1px #f5f5f5;
	border-bottom: solid 1px #e5e5e5;
	color: #666666 !important;
	/*background-color: #f5f5f5*/;
}
#setup .sources .menu .row:hover {
	color: #333333 !important;
	background-color: #e9d9e9;
	outline: solid 1px #cc99cc;
}
#setup .sources .menu .row input.checkbox {
	float: left;
	margin: 0;
	vertical-align: middle;
	line-height: 16px;
}
#setup .sources .menu .row .favicon {
	float: left;
	margin: 0 5px 0 5px;
	border: 0;
	width: 16px;
	height: 16px;
}
#setup .sources .menu .row .flag {
	float: right;
	margin: 3px 5px 3px 2px;
	border: 0;
	width: 16px;
	height: 11px;
}
#setup .sources .menu .row .language {
	float: right;
	margin: 3px 0 3px 0;
	padding: 0;
	width: 14px;
	height: 9px;
	font-family: 'Corbel', 'Calibri', 'Lucida Sans', 'Geneva', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Arial', 'Myriad', 'Verdana', sans-serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 9px;
	text-align: center;
	color: #c1c1c1;
	border: solid 1px #c1c1c1;
}
#setup .sources .menu .row .icon {
	float: right;
	width: 11px;
	height: 11px;
	vertical-align: middle;
	margin: 3px 0 3px 2px;
}
#setup .sources .menu .row .titlewrapper {
	width: 250px;
	height: 16px;
	margin: 0;
	overflow: hidden;
	display: inline;
}

#setup .styles {
	float: left;
	margin: 0 5px 0 0;
	width: 180px;
}
#setup .styles .menu {
	margin: 2px 0 15px 0;
	padding: 5px;
	width: 170px;
	/*height: 290px;*/
	height: 250px;
	overflow-y: scroll;
	overflow-x: hidden;
	border-top: solid 1px #c2c2c2;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	border-left: solid 1px #c2c2c2;
	background-color: #f5f5f5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#setup .styles .menu .row {
	clear: both;
	margin: 0;
	padding: 2px 5px 5px 5px;
	font-size: 12px;
	/*text-transform: capitalize;*/
	vertical-align: middle;
	border-top: solid 1px #f5f5f5;
	border-left: solid 1px #f5f5f5;
	border-right: solid 1px #f5f5f5;
	border-bottom: solid 1px #e5e5e5;
	color: #666666;
	background-color: #f5f5f5;
}
#setup .styles .menu .row:hover {
	color: #333333;
	background-color: #e9d9e9;
	outline: solid 1px #cc99cc;
}
#setup .styles .menu .row input.radiobutton {
	float: left;
	margin: 0 0 2px 0;
	vertical-align: middle;
	line-height: 16px;
}
#setup .styles .menu .row .favicon {
	float: left;
	margin: 0 5px 0 5px;
	border: 0;
	width: 16px;
	height: 16px;
}

#setup_localnews,
.setup_localnews {
	width: 330px;
	height: auto;
}
#setup_localnews .menu {
	margin: 7px 0 15px 0;
	padding: 5px;
	width: 290px;
	height: 250px;
	overflow-y: scroll;
	overflow-x: hidden;
	border-top: solid 1px #c2c2c2;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	border-left: solid 1px #c2c2c2;
	background-color: #f5f5f5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#setup_localnews .menu .row {
	clear: both;
	margin: 0;
	padding: 2px 5px 5px 5px;
	font-size: 12px;
	vertical-align: middle;
	border-top: solid 1px #f5f5f5;
	border-left: solid 1px #f5f5f5;
	border-right: solid 1px #f5f5f5;
	border-bottom: solid 1px #e5e5e5;
	color: #666666;
	background-color: #f5f5f5;
}
#setup_localnews .menu .row:hover {
	color: #333333;
	background-color: #e9d9e9;
	outline: solid 1px #cc99cc;
}
#setup_localnews .menu .row input.radiobutton {
	float: left;
	margin: 0 4px 2px 0;
	vertical-align: middle;
	line-height: 16px;
}
#setup_localnews .menu .row .flag {
	float: right;
	margin: 3px 0 3px 5px;
	border: 0;
	width: 16px;
	height: 11px;
}
#setup_localnews input.filter {
	cursor: default;
	padding: 1px 0 0 0;
	margin: 0;
	width: 260px;
	height: 19px; 
	color: #666666;
	font-style: italic;
	background-color: #ffffff;
	border-top: 1px solid #c0c0c0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	line-height: 19px;
	vertical-align: middle;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#setup_localnews li {
	display: inline;
}

#setup_search,
.setup_search {
	/*width: 330px;*/
	width: 480px;
	height: auto;
}
#setup_search .menu {
	margin: 7px 0 0 0;
	padding: 5px;
	width: 440px;
	height: 250px;
	overflow-y: scroll;
	overflow-x: hidden;
	border-top: solid 1px #c2c2c2;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	border-left: solid 1px #c2c2c2;
	background-color: #f5f5f5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#setup_search .menu .row {
	clear: both;
	margin: 0;
	padding: 2px 5px 5px 5px;
	font-size: 12px;
	vertical-align: middle;
	border-top: solid 1px #f5f5f5;
	border-left: solid 1px #f5f5f5;
	border-right: solid 1px #f5f5f5;
	border-bottom: solid 1px #e5e5e5;
	color: #666666;
	background-color: #f5f5f5;
}
#setup_search .menu .row:hover {
	color: #333333;
	background-color: #e9d9e9;
	outline: solid 1px #cc99cc;
}
#setup_search .menu .row input.radiobutton {
	float: left;
	margin: 0 4px 2px 0;
	vertical-align: middle;
	line-height: 16px;
}
#setup_search .menu .row .favicon {
	float: left;
	margin: 0 5px 0 5px;
	border: 0;
	width: 16px;
	height: 16px;
}
#setup_search .menu .row .titlewrapper {
	height: 16px;
	margin: 0;
	overflow: hidden;
	display: inline;
}
#setup_search .menu .row .titlewrapper b {
	font-weight: normal !important;
}
#setup_search input.feedsearch {
	cursor: default;
	padding: 1px 0 0 0;
	margin: 0;
	width: 380px;
	height: 19px; 
	color: #666666;
	font-style: italic;
	background-color: #ffffff;
	border-top: 1px solid #c0c0c0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	line-height: 19px;
	vertical-align: middle;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#addfeed,
.addfeed,
#copyfeed,
.copyfeed {
	width: 360px;
	height: auto;
}
#addfeed .menu,
#copyfeed .menu {
	margin: 0 0 15px 0;
	padding: 2px 10px 2px 2px;
	width: 315px;
	height: 260px;
	overflow-y: auto;
	overflow-x: hidden;
}
#addfeed .menu .row,
#copyfeed .menu .row {
	clear: both;
	margin: 0 0 5px 0;
	padding: 1px 3px 1px 3px;
	background-color: #e5e5e5;
	line-height: 14px;
	height: 14px;
	cursor: pointer;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 0 2px #999999;
	-webkit-box-shadow: 0 0 2px #999999;
	box-shadow: 0 0 2px #999999;
}
#addfeed .menu .row:hover,
#addfeed .menu .row_selected:hover,
#copyfeed .menu .row:hover,
#copyfeed .menu .row_selected:hover {
	background-color: #dcdcdc;
}
#addfeed .menu .row_selected,
#copyfeed .menu .row_selected {
	clear: both;
	margin: 0 0 5px 0;
	padding: 1px 3px 1px 3px;
	background-color: #c3c3c3;
	line-height: 14px;
	height: 14px;
	cursor: pointer;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 0 2px #999999;
	-webkit-box-shadow: 0 0 2px #999999;
	box-shadow: 0 0 2px #999999;
}
#addfeed .menu .row .titlewrapper,
#addfeed .menu .row_selected .titlewrapper,
#copyfeed .menu .row .titlewrapper,
#copyfeed .menu .row_selected .titlewrapper {
	float: left;
	display: inline-block;
	width: 290px;
	height: 14px;
	overflow: hidden;
	white-space: nowrap;
}
#addfeed .menu .row a,
#addfeed .menu .row_selected a,
#copyfeed .menu .row a,
#copyfeed .menu .row_selected a {
	font-family: 'Corbel', 'Calibri', 'Lucida Sans', 'Geneva', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Myriad', 'Verdana', sans-serif;
	font-size: 12px;
	color: #666666;
	letter-spacing: -0.05em;
	display: inline;
}
#addfeed .menu .row_selected a,
#copyfeed .menu .row_selected a {
	color: #ffffff;
}
#addfeed .menu .row_selected:hover a,
#copyfeed .menu .row_selected:hover a {
	color: #666666;
}

#profile,
.profile {
	width: 445px;
	height: auto;
}
#profile .menu {
	margin: 0;
	padding: 1px 0 0 0;
	width: 200px;
}
#profile .menu .row {
	clear: both;
	margin: 0 10px 5px 0;
	padding: 2px 3px 2px 3px;
	background-color: #e5e5e5;
	line-height: 12px;
	height: auto;
	border-right: solid 1px #e5e5e5;
	font-family: 'Corbel', 'Calibri', 'Lucida Sans', 'Geneva', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Myriad', 'Verdana', sans-serif;
	font-size: 12px;
	color: #666666;
	letter-spacing: -0.05em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 2px #999999;
	-webkit-box-shadow: 0 0 2px #999999;
	box-shadow: 0 0 2px #999999;
}
#profile .menu .row .icon {
	float: right;
	width: 11px;
	height: 11px;
	vertical-align: middle;
	line-height: 12px;
	margin: 1px 0 1px 2px;
	display: inline;
	cursor: pointer;
}
#profile .menu .row .favicon {
	float: left;
	width: 11px;
	height: 11px;
	vertical-align: middle;
	line-height: 12px;
	margin: 1px 3px 1px 2px;
	display: inline;
}

#about,
.about {
	width: 480px;
	height: auto;
}

#disclaimer,
.disclaimer {
	width: 720px;
	height: auto;
}

#share,
.share {
	width: 480px;
	height: auto;
}
#share input.checkbox {
	margin: 0 3px 2px 1px;
}
#share .row {
	clear: both;
	margin: 0 0 5px 0;
}

#login,
.login {
	width: 420px;
	height: auto;
}

#recommend,
.recommend {
	width: 480px;
	height: auto;
}

#shortcut,
.shortcut {
	width: 480px;
	height: auto;
}

#help,
.help {
	width: 480px;
	height: auto;
}

#privacy,
.privacy {
	width: 720px;
	height: auto;
}

#tour,
.tour {
	width: 800px;
	height: auto;
}

#video,
.video {
	width: 830px;
	height: auto;
}

#import,
.import {
	width: 480px;
	height: auto;
}

#article,
.article {
	width: 780px;
	height: auto;
}

#meebo {
	z-index: 60;
	text-shadow: none;
}
/*#meebo .meebo-28,
#meebo .meebo-25 .meebo-26*/
#meebo .meebo-4 .meebo-47 .meebo-50,
#meebo .meebo-4 .meebo-47 .meebo-52 {
	/*width: 0px !important;
	height: 0px !important;
	display: none !important;
	background: none;*/
}
/*#meebo .meebo-299 .meebo-56 img*/
/*#meebo .meebo-36 .meebo-155 .meebo-47 img.meebo-0*/
/*#meebo .meebo-151 .meebo-47 .meebo-0*/
/*#meebo .meebo-153 .meebo-47 .meebo-29*/
#meebo .meebo-18 .meebo-19 .meebo-29 {
	width: 0px !important;
	height: 16px !important;
	padding: 0 16px 0 0;
	background: url('http://goodnoows.com/images/icon_share.png');
}
/*body.signup #meebo .meebo-299 .meebo-56 img*/
/*body.signup #meebo .meebo-36 .meebo-155 .meebo-47 img.meebo-0*/
/*body.signup #meebo .meebo-151 .meebo-47 .meebo-0*/
/*body.signup #meebo .meebo-153 .meebo-47 .meebo-0*/
body.signup #meebo .meebo-18 .meebo-19 .meebo-29 {
	background: url('http://goodnoows.com/images/icon_share_color.png');
}

#uservoice-feedback-tab,
#uservoice-feedback-tab:link {
	width: 16px !important;
	height: 65px !important;
}

.connect_widget_connected_text a {
	color: #3B5998 !important;
	text-shadow: none;
}