li.read,
div.read {
	display: none;
}

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: 13px;
	color: #e2001a !important;
	margin: 0 5px 0 5px;
	text-decoration: blink;
	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;
	background-repeat: no-repeat;
	background-size: 16px 16px;
}
.icon:hover {
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
	opacity: 0.7;
}
.dialogbutton .icon:hover,
.dialogtitle .icon:hover,
#imprint .icon:hover {
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}
#content .icon {
	color: #b4b4b4;
}

.tooltip,
*:hover .tooltip,
.transtooltip {
	padding: 3px 3px 3px 3px !important;
	font-size: 13px !important;
	text-shadow: none !important;
	z-index: 10000 !important;
	line-height: 13px !important;
	position: absolute !important;
	font-style: normal !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	white-space: normal !important;
	-webkit-transition: 0 !important;
	-moz-transition: 0 !important;
	-o-transition: 0 !important;
	transition: 0 !important;
}
.tooltip.left {
	margin-left: -7px;
	margin-top: 5px;
}
.tooltip.right {
	margin-right: -7px;
	margin-top: 5px;
}
.tooltip.fade {
	-webkit-transition: 0 !important;
	-moz-transition: 0 !important;
	-o-transition: 0 !important;
	transition: 0 !important;
}

.zoomcursor {
	cursor: pointer !important;
	cursor: -moz-zoom-in !important;
	cursor: -webkit-zoom-in !important;
}
.zoomoutcursor {
	cursor: pointer !important;
	cursor: -moz-zoom-out !important;
	cursor: -webkit-zoom-out !important;
}

.blur {
	-webkit-transition: -webkit-filter 1s;
	-moz-transition: -moz-filter 1s;
	-o-transition: -o-filter 1s;
	transition: filter 1s;
}
.blurbody .blur {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	filter: blur(5px);
}

.only-no-touch {
	display: none;
}
.no-touch .only-no-touch {
	display: inline;
}

.message {
	position: fixed;
	z-index: 200;
	left: 40%;
	top: 0;
	padding: 5px 10px 5px 10px;
	text-align: center;
	white-space: nowrap;
	-moz-box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.3);
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #7e6642;
	text-shadow: 0 1px 0 rgba(255, 234, 198, 0.6);
	border-top: 0;
	border-left: 1px solid #EFE0BF;
	border-bottom: 1px solid #b4a481;
	border-right: 1px solid #b4a481;
	/*background-image: url('../images/bg_highlight.png') repeat 0 0;
	background-repeat: repeat;*/
	background-color: #e5d1a1;
}

.dialogtitle {
	margin: 0;
	padding: 7px 10px 0 10px;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	line-height: 16px;
	text-shadow: none;
	cursor: move;
	/*height: 33px;
	background: url('../images/bg_dialogtitle.png') repeat-x;*/
	height: 23px;
	margin-bottom: 10px;
	background-color: #222222;
}
.dialogbody {
	padding: 10px 15px 10px 15px;
	text-shadow: none;
}
.dialogcolumn {
	padding: 10px 0 10px 0;
	text-shadow: none;
}
.dialogbody .subheadline {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	font-family: 'Cambria', 'Georgia', 'Cochin', 'Hoefler Text', 'Didot', 'Corbel', 'Calibri', 'Geneva', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Arial', 'Lucida Sans', 'Myriad', 'Verdana', sans-serif;
}

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

#loadingFeeds {
	/*z-index: 75;
	position: absolute;
	top: 34px;
	left: 14px;
	width: 30px;
	height: 20px;*/
}

#header {
	z-index: 60;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: auto;
	height: 30px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	/*background: url('../images/bg_header.png') repeat-x;*/
}
#headerbg {
	z-index: 59;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: auto;
	height: 30px;
	-moz-opacity: 0.75;
	-webkit-opacity: 0.75;
	opacity: 0.75;
	background-color: #000000;
}
body.signup #header,
body.article #header,
body.setpassword #header {
	background-color: #333333;
}
#header .logo {
	float: left;
	margin: 0;
	padding: 0 0 0 12px;
	width: auto;
	height: 30px;
}
#header .logo img {
	width: 100px;
	height: 30px;
}
#header .toolbar {
	float: right;
	margin: 0;
	padding: 3px 15px 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;
}
#header .toolbar .language .dropdown-toggle {
	padding: 0;
	margin: 0;
	color: #ffffff;
}
#header .toolbar .language .dropdown-toggle:hover,
#header .toolbar .language .dropdown-toggle:focus {
	color: #cccccc;
	text-decoration: none;
}
#header .toolbar .language .dropdown-menu {
	min-width: 60px;
	text-align: left;
	margin: 27px 0 0 2px !important;
}
#header .toolbar .language .dropdown-menu li a {
	padding: 0 5px 0 10px;
	margin: 0;
	float: none;
}
#header .toolbar .language .dropdown-menu li a:hover {
	color: #ffffff;
}
#header .toolbar .language .flag {
	margin: 0px 2px 3px 0px;
	border: 0;
	width: 16px;
	height: 11px;
}
#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;
}

#tabspanel {
	z-index: 50;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 38px;
	left: 13px;
	height: 25px;
	overflow: hidden;
	text-align: left;
	text-shadow: none;
	line-height: normal !important;
}
#tabspanel a {
	margin: 0 6px 6px 1px;
	padding: 0 10px 0 10px;
	height: 25px;
	line-height: 20px;
	font-size: 14px;
	color: #333333;
} 
#tabspanel a:hover {
	color: #999999;
}
#tabspanel a.active {
	margin: 0 5px 0 0;
	padding: 0 10px 0 10px;
	height: 25px;
	line-height: 20px;
	font-size: 14px;
	background-color: #ffffff;
	border-top: 1px solid #b6bac0;
	border-right: 1px solid #ececec;
	border-bottom: 5px solid #ffffff;
	border-left: 1px solid #b6bac0;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	color: #000000;
	-moz-box-shadow: inset 0 1px 0 #999999;
	-webkit-box-shadow: inset 0 1px 0 #999999;
	box-shadow: inset 0 1px 0 #999999;
}

#toolspanel {
	z-index: 35;
	position: absolute;
	margin: 0;
	padding: 3px 15px 0 10px;
	top: 30px;
	right: 0;
	left: 0;
	width: auto;
	height: 28px;
	white-space: nowrap;
	text-align: right;
	text-shadow: none;
	/*background: url('../images/bg_toolbar.png') repeat-x;*/
	line-height: normal !important;
	border: 0;
	outline: 1px #FDFDFD;
}
#toolspanelbg {
	z-index: 34;
	position: absolute;
	margin: 0;
	top: 30px;
	right: 0;
	left: 0;
	width: auto;
	height: 28px;
	background-color: #FDFDFD;
	border: 0;
	outline: 1px #FDFDFD;
	margin-bottom: -1px;
	-moz-opacity: 0.75;
	-webkit-opacity: 0.75;
	opacity: 0.75;
}
#toolspanel .filterpanel,
#toolspanel .searchpanel,
#toolspanel .refreshpanel,
#toolspanel .stylepanel,
#toolspanel .sourcepanel,
#toolspanel .typopanel,
#toolspanel .translationpanel,
#toolspanel .fbstreampanel,
#toolspanel .readlaterpanel,
#toolspanel .searchpanel,
#toolspanel .sortpanel,
#toolspanel .importpanel,
#toolspanel .tweetpanel,
#toolspanel .markpanel,
#toolspanel .testpanel {
	float: right;
	display: inline;
	width: auto;
	line-height: normal !important;
}
#toolspanel .stylepanel,
#toolspanel .sourcepanel {
	padding: 2px 3px 0 3px;
	width: 33px;
	/*border-right: 1px solid #dadada;*/
}
#toolspanel .stylepanel a {
	text-decoration: none;
}
#toolspanel .stylepanel .dropdown-menu {
	margin: 5px 0 0 -14px !important;
	text-align: left;
	background-color: #FDFDFD;
}
#toolspanel .translationpanel {
	padding: 3px 0 0 3px;
	width: 33px;
	border-right: 1px solid #dadada;
}
#toolspanel .filterpanel a:hover,
#toolspanel .searchpanel a:hover,
#toolspanel .refreshpanel a:hover,
#toolspanel .fbstreampanel a:hover,
#toolspanel .readlaterpanel a:hover,
#toolspanel .searchpanel a:hover,
#toolspanel .sortpanel a:hover,
#toolspanel .importpanel a:hover,
#toolspanel .tweetpanel a:hover,
#toolspanel .markpanel a:hover,
#toolspanel .testpanel a:hover {
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	opacity: 0.5;
}
#toolspanel i {
	color: #999999;
}
#toolspanel .searchpanel {
	width: 215px;
}
#toolspanel .searchpanel .filterfield {
	cursor: default;
	margin: 1px 0 0 0 !important;
	padding: 4px 20px 4px 20px !important;
	width: 150px;
	height: 14px !important; 
	line-height: 14px !important;
	color: #666666;
	font-style: italic;
	background-color: transparent !important;
	background: url('../images/bg_transparent_black.png') repeat;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	outline: 0;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	border-radius: 4px !important;
	-webkit-appearance: none;
}
#toolspanel .searchpanel .filterfield:focus {
	background-color: #d6d6d6 !important;
	background-image: none !important;
}
#toolspanel .searchpanel .filterfield:focus {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
#toolspanel .searchpanel .icon-search {
	position: relative;
	top: 2px;
	left: 20px;
	font-size: 12px;
	font-weight: normal;
}
#toolspanel .searchpanel .icon-remove {
	position: relative;
	top: 2px;
	right: 20px;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer;
}
#toolspanel .searchpanel .icon-remove:hover {
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	opacity: 0.5;
}
#toolspanel .searchpanel .icon-remove {
	visibility: hidden;
}
#toolspanel .searchpanel:hover .icon-remove {
	visibility: visible;
}
.typopanel 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;
	border: 1px solid #dadada;
}
.typopanel a.typo:hover {
	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: absolute;
	margin: 0;
	padding: 3px 0 0 0;
	top: 30px;
	right: 395px;
	left: 30px;
	width: auto;
	height: 18px;
	overflow: hidden;
	text-align: right;
	text-shadow: none;
}
#labelpanel .labelwrapper {
	float: right;
	white-space: nowrap;
	margin: 0 8px 10px 0;
}
#labelpanel a.label {
	display: inline-block;
	padding: 1px 4px;
	font-size: 11.844px;
	font-weight: bold;
	line-height: 14px;
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#labelpanel a.label_active {
	display: inline-block;
	padding: 1px 4px;
	font-size: 11.844px;
	font-weight: bold;
	line-height: 14px;
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #6482AD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#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 {
	display: inline-block;
	padding: 1px 3px;
	font-size: 11.844px;
	font-weight: bold;
	line-height: 14px;
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#labelpanel a.dellabel:hover {
	color: #ffffff;
	background-color: #C03000;
}

#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;
}

#fbstreamcontent {
	z-index: 5;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 245px;
	height: auto;
	margin: 0 0 -50px 0;
	padding: 56px 5px 26px 5px;
	text-align: center;
	overflow-x: hidden;
	overflow-y: scroll;
	text-shadow: 0 1px 0 #fbfbfb;
}

#articlecontent {
	z-index: 10;
	position: absolute;
	top: 70px;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 20px 20px 20px;
	text-align: center;
	overflow-x: hidden;
	overflow-y: auto;
	text-shadow: none;
}

#profilecontent {
	z-index: 10;
	position: absolute;
	top: 70px;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 20px 20px 20px;
	text-align: center;
	overflow-x: hidden;
	overflow-y: auto;
	text-shadow: none;
}

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

#alternativecontent {
	z-index: 10;
	position: absolute;
	top: 70px;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 20px 20px 20px;
	text-align: center;
	overflow-x: hidden;
	overflow-y: scroll;
	text-shadow: 0 1px 0 #fbfbfb;
}

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

#imprint {
	z-index: 130;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 35px;
	margin: 0;
	padding: 0;
	text-align: left;
}
body.signup #imprint {
	width: 120px;
}
#imprint .watermark:hover {
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
	opacity: 0.7;
}
#imprint i,
#imprint span {
	width: 16px;
	display: inline-block;
	font-size: 14px;
}
#imprint .icon {
	margin: 0 4px 0 0;
	width: 17px;
	height: 17px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#imprint .dropdown-menu {
	margin: 0 0 -32px -2px !important;
}

#topics {
	z-index: 20;
	position: absolute;
	top: 70px;
	left: 10px;
	bottom: 2px;
	width: 130px;
	height: auto;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: right;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
/*.no-touch #topics {
	left: -100px;
}*/
#topics .row {
	clear: both;
	margin: 0;
	padding: 7px 8px 7px 1px;
	font-size: 13px;
	line-height: 13px;
	border-right: solid 1px #d9d9d9;
	color: #999999;
	height: auto;
}
#topics .row_selected {
	margin: 0 1px 0 0;
	padding: 6px 8px 6px 0;
	font-size: 13px;
	line-height: 13px;
	border-top: solid 1px #d9d9d9;
	border-bottom: solid 1px #d9d9d9;
	border-left: solid 1px #d9d9d9;
	border-right: 0;
	-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;
	/*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;
	width: 110px;
	display: inline-block;
}
#topics .row a:hover,
#topics .row_selected a {
	font-size: 13px;
	color: #000000;
	height: auto;
	text-decoration: none;
}
#topics #subnav {
	margin: 7px 0 3px 0;
	text-align: right;
}
#topics #subnav .subrow,
#topics #subnav .subrow_selected {
	margin: 3px 0 0 0;
	height: 13px;
	line-height: 12px;
}
#topics #subnav .subrow .titlewrapper,
#topics #subnav .subrow_selected .titlewrapper {
	float: right;
	display: inline;
	white-space: nowrap;
	width: 90px;
	height: 13px;
	overflow: hidden;
}
#topics #subnav .subrow a {
	font-size: 11px;
	color: #666666;
	line-height: 12px;
}
#topics #subnav .subrow_selected a {
	font-size: 11px;
	color: #000000;
	line-height: 12px;
}
#topics #subnav .subrow a:hover,
#topics #subnav .subrow_selected a:hover {
	color: #000000;
}
#topics #subnav .subrow .favicon,
#topics #subnav .subrow_selected .favicon {
	float: right;
	margin: 1px 0 0 4px;
	border: 0;
	width: 10px;
	height: 10px;
	line-height: 12px;
	background-repeat: no-repeat;
	background-size: 10px 10px;
	background-color: #ffffff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#topics .space {
	border-right: solid 1px #d9d9d9;
}

@media (max-height: 475px) {
	#links {
		display: none;
	}
}
@media (min-height: 476px) {
	#links {
		z-index: 98;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		width: auto;
		height: 55px;
		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;
	}
	#links a:hover {
		-moz-opacity: 0.7;
		-webkit-opacity: 0.7;
		opacity: 0.7;
	}
}

@media (max-height: 600px) {
	#teaser {
		display: none;
	}
}
@media (min-height: 601px) {
	#teaser {
		z-index: 110;
		position: fixed;
		margin: 0;
		padding: 0;
		bottom: 40px;
		left: 10px;
		right: 10px;
		width: auto;
		height: 125px;
		overflow: hidden;
		text-align: center;
	}
	#teaser .thumb {
		display: inline;
		margin: 35px 10px 38px 10px;
		width: 100px;
		height: 63px;
		-moz-box-shadow: 0 0 5px #999999;
		-webkit-box-shadow: 0 0 5px #999999;
		box-shadow: 0 0 5px #999999;
	}
	#teaser .thumb:hover {
		margin: 5px 10px 5px 10px;
		width: 160px;
		height: 100px;
		-moz-box-shadow: 0 0 5px #999999;
		-webkit-box-shadow: 0 0 5px #999999;
		box-shadow: 0 0 5px #999999;
		transition: width 0.5s, height 0.5s, transform 0.5s;
		-webkit-transition: width 0.5s, height 0.5s, -webkit-transform 0.5s;
		cursor: pointer !important;
		cursor: -moz-zoom-in !important;
		cursor: -webkit-zoom-in !important;
	}
}

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

#setup,
.setup {
	width: 930px;
	height: auto;
}
#setup .toolbar {
	clear: both;
	margin: 15px 0 10px 0;
	padding: 0;
	height: 28px;
	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: 230px;
}
#setup .topics .menu {
	margin: 0 0 15px 0;
	padding: 0 0 0 1px;
	width: 229px;
	height: 422px;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
#setup .topics .menu .row {
	clear: both;
	line-height: 25px;
	min-height: 24px;
	vertical-align: middle;
	cursor: pointer;
	margin: 0 15px 2px 0;
	padding: 1px 3px 1px 1px;
	font-size: 13px !important;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #333333;
	/*border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	background-color: #ededed;
	-moz-box-shadow: 1px 1px 4px #666666;
	-webkit-box-shadow: 1px 1px 4px #666666;
	box-shadow: 1px 1px 4px #666666;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	background: -o-linear-gradient(top, #ededed 0%, #dfdfdf 100%);
	background: -ms-linear-gradient(top, #ededed 0%, #dfdfdf 100%);
	background: linear-gradient(top, #ededed 0%, #dfdfdf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');*/
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #F5F5F5;
}
#setup .topics .menu .row:hover {
	/*border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	background-color: #dfdfdf;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	background: -o-linear-gradient(top, #dfdfdf 0%, #ededed 100%);
	background: -ms-linear-gradient(top, #dfdfdf 0%, #ededed 100%);
	background: linear-gradient(top, #dfdfdf 0%, #ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');*/
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #E6E6E6;
}
#setup .topics .menu .row_selected {
	clear: both;
	line-height: 25px;
	min-height: 24px;
	vertical-align: middle;
	cursor: pointer;
	margin: 0 0 2px 0;
	padding: 1px 19px 1px 1px;
	font-size: 13px !important;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	color: #ffffff !important;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, .45);
	border-top: 1px solid #6482AD;
	border-left: 1px solid #6482AD;
	/*border-bottom: 1px solid #3B557E;*/
	border-bottom: 1px solid #6482AD;
	border-right: 0;
	background-color: #6482AD;
	/*-moz-box-shadow: 1px 1px 4px #666666;
	-webkit-box-shadow: 1px 1px 4px #666666;
	box-shadow: 1px 1px 4px #666666;
	background-image: url('../images/bg_setup_topic.png'), -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6482AD), color-stop(1, #3B557E) );
	background-image: url('../images/bg_setup_topic.png'), -moz-linear-gradient( center top, #6482AD 5%, #3B557E 100% );
	background-image: url('../images/bg_setup_topic.png'), -o-linear-gradient(top, #6482AD 0%, #3B557E 100%);
	background-image: url('../images/bg_setup_topic.png'), -ms-linear-gradient(top, #6482AD 0%, #3B557E 100%);
	background-image: url('../images/bg_setup_topic.png'), linear-gradient(top, #6482AD 0%, #3B557E 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6482AD', endColorstr='#3B557E');*/
	background-image: url('../images/bg_setup_topic.png');
	background-position: right 1px;
	background-repeat: no-repeat;
}
#setup .topics .menu .row_selected:hover {
	cursor: default;
	margin: 0 0 2px 0;
	padding: 1px 19px 1px 1px;
	color: #ffffff !important;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, .45);
	border-top: 1px solid #6482AD;
	border-left: 1px solid #6482AD;
	/*border-bottom: 1px solid #3B557E;*/
	border-bottom: 1px solid #6482AD;
	border-right: 0;
	background-color: #6482AD;
	/*background-image: url('../images/bg_setup_topic.png'), -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6482AD), color-stop(1, #3B557E) );
	background-image: url('../images/bg_setup_topic.png'), -moz-linear-gradient( center top, #6482AD 5%, #3B557E 100% );
	background-image: url('../images/bg_setup_topic.png'), -o-linear-gradient(top, #6482AD 0%, #3B557E 100%);
	background-image: url('../images/bg_setup_topic.png'), -ms-linear-gradient(top, #6482AD 0%, #3B557E 100%);
	background-image: url('../images/bg_setup_topic.png'), linear-gradient(top, #6482AD 0%, #3B557E 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6482AD', endColorstr='#3B557E');*/
	background-image: url('../images/bg_setup_topic.png');
	background-position: right 1px;
	background-repeat: no-repeat;
}
#setup .topics .menu .row .titlewrapper,
#setup .topics .menu .row_selected .titlewrapper {
	float: left;
	display: inline-block;
	width: 130px;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
}
#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;
	color: #333333;
	letter-spacing: -0.05em;
	display: inline;
	line-height: 20px;
	font-size: 13px !important;
}
#setup .topics .menu .row_selected a,
#setup .topics .menu .row_selected:hover a {
	cursor: default !important;
	color: #ffffff;
}
#setup .topics .menu .row .invisible a,
#setup .topics .menu .row_selected .invisible a {
	text-decoration: line-through;
	color: #AFAFAF;
	visibility: visible !important;
}
#setup .topics .menu .row .icon,
#setup .topics .menu .row_selected .icon {
	float: right;
	width: 11px;
	height: 11px;
	vertical-align: middle;
	line-height: 20px;
	margin: 3px 4px 1px 0;
	display: inline;
	cursor: pointer !important;
}
#setup .topics .menu .row .invisible,
#setup .topics .menu .row_selected .invisible {
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
	opacity: 0.6;
	visibility: visible !important;
}
#setup .topics .menu .row .moveable,
#setup .topics .menu .row_selected .moveable {
	float: left;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	line-height: 20px;
	margin: 3px 0 0 4px;
	display: inline;
	cursor: url('https://duh8wcwur1xop.cloudfront.net/images/cursor_openhand.cur'), move !important;
	color: #999999;
}
#setup .topics .menu .row_selected .moveable {
	color: #ffffff;
}
#setup .topics .menu .row .dragged,
#setup .topics .menu .row_selected .dragged {
	cursor: url('https://duh8wcwur1xop.cloudfront.net/images/cursor_closedhand.cur'), move !important;
}
#setup .topics .drophover {
	outline: 1px dashed #666666;
}
.no-touch #setup .topics .menu .row .tlink {
	display: none;
}
.no-touch #setup .topics .menu .row .titlewrapper {
	width: 180px;
}
.no-touch #setup .topics .menu .row:hover .tlink,
.no-touch #setup .topics .menu .row_selected .tlink,
.no-touch #setup .topics .menu .row_selected:hover .tlink {
	display: inline;
}
.no-touch #setup .topics .menu .row:hover .titlewrapper,
.no-touch #setup .topics .menu .row_selected .titlewrapper,
.no-touch #setup .topics .menu .row_selected:hover .titlewrapper {
	width: 130px;
}

#setup .sources {
	float: left;
	margin: 0 15px 0 0;
	width: 430px;
}
#setup .sources .menu {
	margin: 2px 0 15px 0;
	padding: 5px;
	width: 420px;
	height: 410px;
	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;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	/*-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background: url('../images/bg_transparent_black.png') repeat;
	background-color: transparent !important;
	-webkit-overflow-scrolling: touch;
}
#setup .sources .menu .row {
	clear: both;
	margin: 1px 1px 0 1px;
	padding: 2px 5px 2px 0;
	font-size: 13px !important;
	border-bottom: solid 1px #e5e5e5;
	color: #333333 !important;
	min-height: 20px;
	line-height: 20px;
	vertical-align: middle;
}
#setup .sources .menu .row:before,
#setup .sources .menu .row:after {
	display: block !important;
	content: none !important;
}
#setup .sources .menu .row:hover {
	color: #333333 !important;
	margin: 0 1px 0 1px;
	padding: 3px 5px 2px 0;
	background: url('../images/bg_transparent_white.png') repeat;
}
#setup .sources .menu .row_selected {
	clear: both;
	margin: -1px 0 0 0;
	padding: 2px 5px 3px 0;
	font-size: 13px !important;
	min-height: 20px;
	line-height: 20px;
	vertical-align: middle;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	color: #ffffff !important;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, .45);
	border-top: 1px solid #6482AD;
	border-left: 1px solid #6482AD;
	/*border-bottom: 1px solid #3B557E;
	border-right: 1px solid #3B557E;*/
	border-bottom: 1px solid #6482AD;
	border-right: 1px solid #6482AD;
	background-color: #6482AD;
	/*-moz-box-shadow: 0 -1px 1px #C3C3C3;
	-webkit-box-shadow: 0 -1px 1px #C3C3C3;
	box-shadow: 0 -1px 1px #C3C3C3;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6482AD), color-stop(1, #3B557E) );
	background: -moz-linear-gradient( center top, #6482AD 5%, #3B557E 100% );
	background: -o-linear-gradient(top, #6482AD 0%, #3B557E 100%);
	background: -ms-linear-gradient(top, #6482AD 0%, #3B557E 100%);
	background: linear-gradient(top, #6482AD 0%, #3B557E 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6482AD', endColorstr='#3B557E');*/
}
#setup .sources .menu .row_selected:hover {
	color: #ffffff !important;
	margin: -1px 0 0 0;
	padding: 2px 5px 3px 0;
}
#setup .sources .menu .row .candrag,
#setup .sources .menu .row_selected .candrag {
	float: left;
	margin: 3px 5px 0 5px;
	cursor: url('https://duh8wcwur1xop.cloudfront.net/images/cursor_openhand.cur'), move !important;
	color: #7e7e7e;
}
#setup .sources .menu .row_selected .candrag {
	color: #ffffff;
}
#setup .sources .menu .row .checkboxwrapper,
#setup .sources .menu .row_selected .checkboxwrapper {
	float: left;
	width: 20px;
}
#setup .sources .menu .row input.checkbox,
#setup .sources .menu .row_selected input.checkbox {
	float: left;
	margin: 5px 3px 0 0;
	line-height: 20px;
}
#setup .sources .menu .row .checker,
#setup .sources .menu .row_selected .checker {
	float: left !important;
	margin: -2px 5px 0 0 !important;
}
#setup .sources .menu .row .favicon,
#setup .sources .menu .row_selected .favicon {
	float: left;
	margin: 2px 5px 0 5px;
	border: 0;
	width: 16px;
	height: 16px;
	line-height: 20px;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-color: #ffffff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#setup .sources .menu .row .flag,
#setup .sources .menu .row_selected .flag {
	float: right;
	margin: 5px 2px 3px 2px;
	border: 0;
	width: 16px;
	height: 11px;
}
#setup .sources .menu .row .language,
#setup .sources .menu .row_selected .language {
	float: right;
	margin: 5px 0 3px 4px;
	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: #999999;
	border: solid 1px #999999;
}
#setup .sources .menu .row_selected .language {
	color: #ffffff !important;
	border: solid 1px #ffffff !important;
}
#setup .sources .menu .row .icon,
#setup .sources .menu .row_selected .icon {
	float: right;
	width: 11px;
	height: 11px;
	vertical-align: middle;
	margin: 0 3px 3px 2px;
	line-height: 20px;
}
#setup .sources .menu .row_selected .icon {
	color: #ffffff !important;
}
#setup .sources .menu .row .titlewrapper,
#setup .sources .menu .row_selected .titlewrapper {
	float: left;
	width: 255px;
	height: 20px;
	margin: 0;
	overflow: hidden;
	display: inline;
	line-height: 20px;
}
#setup .sources label {
	display: inline !important;
}
#setup .filtersources .dropdown-toggle {
	padding: 4px 8px;
	margin: 0;
}
#setup .filtersources .dropdown-menu {
	min-width: 68px;
	text-align: left;
	/*background-image: url('../images/bg_dialogbody.png');*/
}
#setup .filtersources .dropdown-menu li a {
	padding: 3px 10px;
}
#setup .filtersources .flag {
	margin: 0px 0 3px 0;
}

#setup .styles {
	float: left;
	margin: 0 5px 0 0;
	width: 175px;
}
#setup .styles .menu {
	margin: 2px 0 15px 0;
	padding: 5px;
	width: 165px;
	height: 410px;
	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;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	/*-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background: url('../images/bg_transparent_black.png') repeat;
	background-color: transparent !important;
	-webkit-overflow-scrolling: touch;
}
#setup .styles .menu .row {
	clear: both;
	margin: 1px 1px 0 0;
	padding: 2px 5px 2px 0;
	font-size: 13px !important;
	vertical-align: middle;
	border-bottom: solid 1px #e5e5e5;
	color: #333333;
	line-height: 20px;
	min-height: 20px;
	vertical-align: middle;
}
#setup .styles .menu .row:hover {
	color: #333333;
	margin: 0 1px 0 0;
	padding: 3px 5px 2px 0;
	background: url('../images/bg_transparent_white.png') repeat;
}
#setup .styles .menu .row_selected {
	clear: both;
	margin: -1px 0 0 0;
	padding: 2px 5px 3px 0;
	font-size: 13px !important;
	vertical-align: middle;
	line-height: 20px;
	min-height: 20px;
	vertical-align: middle;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	color: #ffffff !important;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, .45);
	border-top: 1px solid #6482AD;
	border-left: 1px solid #6482AD;
	/*border-bottom: 1px solid #3B557E;
	border-right: 1px solid #3B557E;*/
	border-bottom: 1px solid #6482AD;
	border-right: 1px solid #6482AD;
	background-color: #6482AD;
	/*-moz-box-shadow: 0 -1px 1px #C3C3C3;
	-webkit-box-shadow: 0 -1px 1px #C3C3C3;
	box-shadow: 0 -1px 0 #C3C3C3;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6482AD), color-stop(1, #3B557E) );
	background: -moz-linear-gradient( center top, #6482AD 5%, #3B557E 100% );
	background: -o-linear-gradient(top, #6482AD 0%, #3B557E 100%);
	background: -ms-linear-gradient(top, #6482AD 0%, #3B557E 100%);
	background: linear-gradient(top, #6482AD 0%, #3B557E 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6482AD', endColorstr='#3B557E');*/
}
#setup .styles .menu .row_selected:hover {
	cursor: default;
	color: #333333;
	background-color: #6482AD;
	margin: -1px 0 0 0;
	padding: 2px 5px 3px 0;
}
#setup .styles .menu .row input.radiobutton,
#setup .styles .menu .row_selected input.radiobutton {
	float: left;
	margin: 0;
	line-height: 20px;
	width: 1px;
	visibility: hidden;
}
#setup .styles .menu .row .favicon,
#setup .styles .menu .row_selected .favicon {
	float: left;
	margin: 1px 5px 0 3px;
	border: 0;
	width: 16px;
	height: 16px;
	line-height: 20px;
}

#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;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 1px 1px 1px #999999;
	-webkit-box-shadow: inset 1px 1px 1px #999999;
	box-shadow: inset 1px 1px 1px #999999;
	background: url('../images/bg_transparent_black.png') repeat;
}
#setup_localnews .menu .row {
	clear: both;
	margin: 1px 1px 0 1px;
	padding: 2px 5px 5px 5px;
	font-size: 12px;
	vertical-align: middle;
	border-bottom: solid 1px #e5e5e5;
	color: #333333;
}
#setup_localnews .menu .row:hover {
	color: #333333;
	margin: 1px 1px 0 1px;
	outline: solid 1px #e5e5e5;
	background: url('../images/bg_transparent_white.png') repeat;
}
#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: 580px;
	height: auto;
}
#setup_search .menu {
	margin: 10px 0 0 0;
	padding: 5px;
	width: 540px;
	height: 300px;
	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;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	/*-moz-box-shadow: inset 1px 1px 1px #999999;
	-webkit-box-shadow: inset 1px 1px 1px #999999;
	box-shadow: inset 1px 1px 1px #999999;*/
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background: url('../images/bg_transparent_black.png') repeat;
}
#setup_search .menu .row {
	clear: both;
	margin: 1px 1px 0 1px;
	padding: 2px 5px 3px 2px;
	font-size: 12px;
	vertical-align: middle;
	border-bottom: solid 1px #e5e5e5;
	color: #333333;
	min-height: 24px;
	max-height: 48px;
	line-height: 24px;
}
#setup_search .menu .row:hover {
	color: #333333;
	margin: 1px 1px 0 1px;
	outline: 1px solid #e5e5e5;
	background: url('../images/bg_transparent_white.png') repeat;
}
#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: 4px 4px 0 4px;
	border: 0;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-color: #ffffff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#setup_search .menu .row .titlewrapper {
	margin: 4px 0 0 0;
	overflow-x: hidden;
	max-height: 48px;
	width: 400px;
	line-height: 16px;
}
#setup_search .menu .row .titlewrapper b {
	font-weight: normal !important;
}
#setup_search input.feedsearch {
	cursor: default;
	width: 500px;
	height: 23px;
	color: #666666;
	font-style: italic;
	-webkit-appearance: none;
}

#setup_prefs,
.setup_prefs {
	width: 350px;
	height: auto;
}
#setup_prefs .language .dropdown-toggle {
	padding: 4px 8px;
	margin: 0;
	width: 52px;
}
#setup_prefs .language .dropdown-menu {
	min-width: 68px;
	text-align: left;
	background-image: url('../images/bg_dialogbody.png');
}
#setup_prefs .language .dropdown-menu li a {
	padding: 3px 10px;
}
#setup_prefs .language .flag {
	margin: 0px 2px 3px 0px;
	border: 0;
	width: 16px;
	height: 11px;
}

#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,
#addfeed .menu .row:hover,
#copyfeed .menu .row:hover {
	clear: both;
	margin: 0 0 5px 0;
	padding: 1px 3px 1px 3px;
	background-color: #e5e5e5;
	line-height: 20px;
	min-height: 20px;
	vertical-align: middle;
	cursor: pointer;
	color: #333333;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	/*-moz-box-shadow: 1px 1px 4px #333333;
	-webkit-box-shadow: 1px 1px 4px #333333;
	box-shadow: 1px 1px 4px #333333;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	background-color: #ededed;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	background: -o-linear-gradient(top, #ededed 0%, #dfdfdf 100%);
	background: -ms-linear-gradient(top, #ededed 0%, #dfdfdf 100%);
	background: linear-gradient(top, #ededed 0%, #dfdfdf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');*/
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #F5F5F5;
}
#addfeed .menu .row:hover,
#copyfeed .menu .row:hover {
	/*border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	background-color: #dfdfdf;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	background: -o-linear-gradient(top, #dfdfdf 0%, #ededed 100%);
	background: -ms-linear-gradient(top, #dfdfdf 0%, #ededed 100%);
	background: linear-gradient(top, #dfdfdf 0%, #ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');*/
	color: #333333;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #E6E6E6;
}
#addfeed .menu .row_selected,
#copyfeed .menu .row_selected,
#addfeed .menu .row_selected:hover,
#copyfeed .menu .row_selected:hover {
	clear: both;
	margin: 0 0 5px 0;
	padding: 1px 3px 1px 3px;
	background-color: #c3c3c3;
	line-height: 20px;
	min-height: 20px;
	vertical-align: middle;
	cursor: default;
	color: #ffffff !important;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, .45);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	/*-moz-box-shadow: 1px 1px 4px #333333;
	-webkit-box-shadow: 1px 1px 4px #333333;
	box-shadow: 1px 1px 4px #333333;
	color: #ffffff !important;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, .45);
	border-top: 1px solid #6482AD;
	border-left: 1px solid #6482AD;
	border-bottom: 1px solid #3B557E;
	border-right: 1px solid #3B557E;
	background-color: #6482AD;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6482AD), color-stop(1, #3B557E) );
	background: -moz-linear-gradient( center top, #6482AD 5%, #3B557E 100% );
	background: -o-linear-gradient(top, #6482AD 0%, #3B557E 100%);
	background: -ms-linear-gradient(top, #6482AD 0%, #3B557E 100%);
	background: linear-gradient(top, #6482AD 0%, #3B557E 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6482AD', endColorstr='#3B557E');*/
	border-top: 1px solid #6482AD;
	border-left: 1px solid #6482AD;
	border-bottom: 1px solid #6482AD;
	border-right: 1px solid #6482AD;
	background-color: #6482AD;
}
#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: 20px;
	overflow: hidden;
	white-space: nowrap;
}
#addfeed .menu .row a,
#copyfeed .menu .row a,
#addfeed .menu .row_selected a,
#copyfeed .menu .row_selected a {
	color: #333333;
	font-size: 12px;
	letter-spacing: -0.05em;
	display: inline;
}
#addfeed .menu .row_selected a,
#copyfeed .menu .row_selected a,
#addfeed .menu .row_selected:hover a,
#copyfeed .menu .row_selected:hover a {
	color: #ffffff !important;
	cursor: default !important;
}

#profile,
.profile {
	width: 665px;
	height: auto;
}
#profile .menu {
	margin: 0;
	padding: 1px 0 0 0;
	width: 200px;
}
#profile .menu .row {
	clear: both;
	margin: 0 10px 10px 0;
	padding: 3px 3px 3px 7px;
	color: #333333;
	line-height: 20px;
	min-height: 20px;
	vertical-align: middle;
	cursor: pointer;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	/*-moz-box-shadow: 1px 1px 4px #333333;
	-webkit-box-shadow: 1px 1px 4px #333333;
	box-shadow: 1px 1px 4px #333333;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	background-color: #ededed;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	background: -o-linear-gradient(top, #ededed 0%, #dfdfdf 100%);
	background: -ms-linear-gradient(top, #ededed 0%, #dfdfdf 100%);
	background: linear-gradient(top, #ededed 0%, #dfdfdf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');*/
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #F5F5F5;
}
#profile .menu .row:hover {
	/*border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	background-color: #dfdfdf;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	background: -o-linear-gradient(top, #dfdfdf 0%, #ededed 100%);
	background: -ms-linear-gradient(top, #dfdfdf 0%, #ededed 100%);
	background: linear-gradient(top, #dfdfdf 0%, #ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');*/
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #E6E6E6;
}
#profile .menu .row_selected,
#profile .menu .row_selected:hover {
	clear: both;
	margin: 0 10px 10px 0;
	padding: 3px 3px 3px 7px;
	color: #ffffff;
	text-shadow:; 0 -1px 1px rgba(0, 0, 0, 0.45)
	line-height: 20px;
	min-height: 20px;
	vertical-align: middle;
	cursor: default !important;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	/*-moz-box-shadow: 1px 1px 2px #999;
	-webkit-box-shadow: 1px 1px 2px #999;
	box-shadow: 1px 1px 2px #999;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	background-color: #dfdfdf;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	background: -o-linear-gradient(top, #dfdfdf 0%, #ededed 100%);
	background: -ms-linear-gradient(top, #dfdfdf 0%, #ededed 100%);
	background: linear-gradient(top, #dfdfdf 0%, #ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');*/
	border-top: 1px solid #6482AD;
	border-left: 1px solid #6482AD;
	border-bottom: 1px solid #6482AD;
	border-right: 1px solid #6482AD;
	background-color: #6482AD;
}
#profile .menu .row .favicon,
#profile .menu .row_selected .favicon {
	float: left;
	margin: 4px 5px 4px 5px;
	width: 11px;
	height: 11px;
	vertical-align: middle;
	line-height: 20px;
}

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

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

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

#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: 920px;
	height: auto;
	background-color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#article .articleheadline {
	font-size: 24px;
	background-color: #ffffff;
	-moz-box-shadow: 0px 5px 10px #ffffff;
	-webkit-box-shadow: 0px 5px 10px #ffffff;
	box-shadow: 0px 5px 10px #ffffff;
	position: fixed;
	vertical-align: middle;
	width: 670px;
	height: 50px; 
}
#article .articletext {
	font-size: 16px;
	line-height: 20px;
}
#article .articletext a {
	font-family: inherit;
	font-size: 16px;
	line-height: 20px;
	color: #004276;
	text-decoration: none;
	border-radius: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px dashed #ccc;
	border-left: 1px solid #fff;
	background-color: #ffffff;
}
#article .articletext a:hover {
	text-decoration: none;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #F1F1F1;
}

#sourcefinder,
.sourcefinder {
	width: 920px;
	height: 615px;
}

#sharediv,
#readlaterdiv {
	z-index: 1000;
	position: absolute;
}
#sharediv a,
#readlaterdiv a {
	text-decoration: none;
}
#sharediv .icon,
#readlaterdiv .icon {
	float: none;
	margin: 2px 4px 2px 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}


.btn,
input[type="text"],
textarea,
.dropdown-menu {
	-moz-border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	border-radius: 2px !important;
}
.dropdown-menu {
	background-color: #FDFDFD;
}
.dropdown-menu > li > a:hover {
	background-image: none !important;
	background-color: #333333 !important;
	text-shadow: none !important;
}

.modal {
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	border: 0 !important;
}
.modal-footer {
	padding: 10px !important;
	border-top: 1px solid #DCDCDC;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.modal-body {
	padding: 20px 15px 20px 15px !important;
}
.modal-backdrop,
.modal-backdrop.fade.in {
	-moz-opacity: 0.3 !important;
	-webkit-opacity: 0.3 !important;
	opacity: 0.3 !important;
	filter: alpha(opacity=30) !important;
	-webkit-box-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-transition: 250ms opacity;
	background: -webkit-radial-gradient(rgba(127, 127, 127, 0.2), rgba(127, 127, 127, 0.5) 30%, rgba(0, 0, 0, 1));
	display: -webkit-box;
}
button,
input[type="button"],
input[type="submit"],
.btn {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background-image: none !important;
}

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

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